/* Yongfook CSS EXTENDS Posterous CSS

	Table of Contents:
	Typography
	Positioning
			
*/

/* Typography
---------------------------------------------------------------------------------------- */

body *, div.date a, h2.posttitle a {
	color: #222222 !important;	
}

a {
	color: #0099ff !important;	
}

a:hover {
	color: #0066cc !important;	
}

div.post blockquote, div.user_info p {
	color: #696969 !important;	
}

div.bodytext, div.sidebar {
	font-family: Georgia, serif;	
}

div.sidebar {
	font-size: 13px;		
}

div.bodytext {
	font-size: 16px;	
}

div.bodytext, div.sidebar {
	line-height: 1.5em;	
}

/* Positioning
---------------------------------------------------------------------------------------- */

div.date a {
	display: none;
}

div.sidebar {
	
}	