/*   ***** 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 {
background:#878787;
}

#sidebar h2 { /* originally shared color of header */
background:#969696;
}

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:#3399CC;
}

blockquote{
border-left: 4px solid #969696;/* was 878787 */
}


