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

.entry-title, h1.entry-title, h2.post-type {
	background: url(img/darkblue.jpg) center left repeat;
}
.entry-title:hover, .widget-title {
	background: url(img/lightblue.jpg) center left repeat;
}
.entry-title:hover,  h1.entry-title:hover, .entry-title a:hover, .widget-title {
	color: #08306b;
}
h3.sticky {
	background: #3382fe;
}
.entry-meta {
	background: #2171b5;
	color: #deebf7;
}
.entry-meta a, .entry-meta a:visited {
	color: #c6dbef;
}
.entry-meta a:hover {
	color: #f7fbff;
}
.entry-content {
	background: #08159c ;
	color: #f7fbff;
}
.entry-content a {
	color: #9ecae1;
}
.entry-content a:hover {
	color: #deebf7;
}
.widget {
	background: #deebf7;
}
aside, aside .wp-caption text {
	color: #2171b5 !important;
}
.widget a, .widget a:visited {
	color: #08306b;
}
.widget a:hover {
	color: #2171b5;
}
.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: #f7fbff;
}
.site-footer {
	background: #08159c ;
	color: #ffffff;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: #aaaaaa;
}
#primary p.author-bio {
	color: #deebf7;
}
#primary p.the-author {
	color: #08159c;
	background: #deebf7;
}
.vcard {
	color: #8899ff;
}
.error-404 {
	background: #f7fbff;
	color: #08306b;
}
#container {
	background: #ddf;
	color: #003;
}