/*
	RESET & BASIC SETUP
*/
* 							{ margin: 0; padding: 0; }
body 						{ font-size: 62.5%; 
							  font-family: 'Lucida Grande', Helvetica, sans-serif;
							  background: white; padding: 20px; color: #191919; }
table tr					{ vertical-align: top; }
/*
	STRUCTURE
*/
.post 						{ width: 700px; }


/*
	TYPOGRAPHY
*/
p							{ font-size: 0.9em; margin: 0 0 15px 0; }
h1							{ font-family: Helvetica, sans-serif; font-size: 1.5em;
							  letter-spacing: -1px; color: #191919; }
h2							{ font-family: Helvetica, sans-serif; font-size: 1.5em;
							  letter-spacing: -1px; color: #191919; }
a							{ color: #A0A0A0; }
a:hover						{ color: #D8D8D8; }