/*
	RESET & BASIC SETUP
*/
* 							{ margin: 0; padding: 0; }
body 						{ font-size: 52.5%; 
							  font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
							  background: #121212 url(../graphics/b9ck3g4nd2.jpg); padding: 20px; color: #999; }
/*
	STRUCTURE
*/
.post 						{ width: 982px; }


/*
	TYPOGRAPHY
*/
p							{ font-size: 1.2em; margin: 0 0 15px 0; }
h1							{ font-family: Helvetica, sans-serif; font-size: 4.0em;
							  letter-spacing: -1px; color: #ccc; }
h2							{ font-family: Helvetica, sans-serif; font-size: 3.0em;
							  letter-spacing: -1px; color: #ccc; }
a							{ color: #0066cc; }
a:hover						{ color: #ccc; }
#container { width: 980px; margin: 0; }