/*   ***** green colour scheme ******** */

#header, #sidebar h2{
background:#8AD08A;
}

a, a:link, a:visited, a:active, #main div.post h2, #main div.post h2 a, .postmetadata a{
color:#43A843; 
}

a:hover, .postmetadata a:hover{
	color:#D4AC2B;
}

blockquote{
border-left: 4px solid #8AD08A;
}


