/* BW green scheme. Since version 1.1
-----------------------------------------------*/
.site-title {
	text-shadow: 2px 2px darkgreen;
}
.site-title a:hover {
	text-shadow: 2px 2px green;
}
article {
	background: none;
}
.entry-title, .entry-title a, h2.post-type {
	color: #e5f5e0;
}

.entry-title, h2.post-type {
	background: url(img/green.jpg) center left repeat;
}

.entry-title:hover, .widget-title {
	background: url(img/lightgreen.jpg) center left repeat;
}

.entry-title a:hover, .widget-title, .entry-title:hover, h1.entry-title:hover {
	color: #006d2c;
}
h3.sticky {
	background: #f0fff0;
}
h3.sticky:hover {
	background: #aca;
}
.entry-meta {
	background: #a1d99b;
	color: #238d45;
}
.entry-meta a, .entry-meta a:visited {
	color: #00441b;
}
.entry-meta a:hover {
	color: #238d45;
}
.entry-content {
	background: #00441b;
	color: #f3fbf3;
}
.entry-content a {
	color: #a1d99a;
}
.entry-content a:hover {
	color: #e5f5e5;
}
.widget {
	background: #e3f7e3;
}
aside, aside .wp-caption text {
	color: #215431 !important;
}
.widget a, .widget a:visited {
	color: #23ad25;
}
.widget a:hover {
	color: #118411;
}
.site-content [class*="navigation"] a, .site-content [class*="navigation"] a:visited, .site-content [class*="navigation"] a:hover, 
.navigation a, .navigation a:visited, .navigation a:hover {
	color: #c0e9c0;
}
.site-footer {
	background: #238b45;
	color: #ffffff;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: #dddddd;
}
#primary p.author-bio {
	color: #a1d99b;
}
#primary p.the-author {
	color: #00441b;
	background: #e3f7e3;
}
.vcard {
	color: #99ff88;
}
.error-404 {
	background: #c0e9c0;
	color: #057961;
}
#container {
	background: #dfd;
	color: #030;
}