/* CSS Document */

body { font-family: "Lucida Sans Unicode", Verdana, sans-serif; font-size: 0.75em; margin: 0 10%; }

h1 { 
	margin: 20px 1.6% 0 1.6%; padding: 15px 0 0 45px; font-family: Arial, Helvetica, sans-serif; font-size: 3.5em; 
	font-weight: normal; text-transform: lowercase; color: #999; letter-spacing: -0.05em;
	background: url(images/chute.png) no-repeat top left;
}
h1 sup { color: #bbb; }

a:link { color: #369; }
a:hover { color: #f96; }

.feed { display: inline; width: 29%; float: left; padding: 0; margin: 1em 1.6%; }
	.feed h3 { margin: 0; padding: 0; font-size: 1.2em; }
	.feed h3 a { 
		display: block; padding:  0 0 0.3em 0; text-decoration: none; font-family: Arial, Helvetica, sans-serif; 
		font-size: 1.5em; letter-spacing: -0.05em; color: #69c; text-transform: lowercase; font-weight: normal; 
		border-bottom: 1px solid #69c;
	}
	.feed h3 a:hover { color: #f96; border-bottom: 1px solid #f96; }

	.feed ul { padding: 0; margin: 0; list-style: none; }
	.feed ul li { border-bottom: 1px dotted #dde; }
	.feed ul li a { display: block; padding: 0.3em 0;  }
	.feed ul li a:visited { color: #bbc; text-decoration: line-through; }
	.feed ul li a:focus { background: #f8f8f8; color: #f96; }
	.feed ul li a:hover { background: #f8f8f8; color: #f96; }
	.feed ul li a:active { background: #f8f8ff; color: #f96; }
	
	.last_updated { margin-top: 0.5em; font-size: 0.85em; color: #999; }

.clear_float { clear: both; height: 1%; }

#footer { padding: 2em 1.6%; text-align: center; font-size: 0.9em; color: #aaa; } 
