/*   ***** BLACK colour scheme ******** */
/* you'll notice that black isn't actually black #000 , which is too harsh on the page for most people's tastes, edit accordingly if you really want #000, eg for Adsense backgrounds  */



#header, #sidebar h2{
background:#878787;
}

a, a:link, a:visited, a:active, #main div.post h2, #main div.post h2 a, .postmetadata a{
color:#666; 
}

a:hover, .postmetadata a:hover{
	color:#D4AC2B;
}

blockquote{
border-left: 4px solid #878787;
}



