/* BW default scheme. Since version 1.1
-----------------------------------------------*/

.site-title {
	text-shadow: 2px 2px black;
}
.site-title a:hover {
	text-shadow: 2px 2px white;
}
article {
	background: none;
}
h1.entry-title, h2.post-type, .entry-title a{
	color: white;
}
.entry-title, h1.entry-title, h2.post-type {
	background: url(img/black.jpg) center left repeat;
}
.entry-title:hover, .widget-title {
	background: url(img/white.jpg) center left repeat;
}
.entry-title:hover, .entry-title a:hover,
.widget-title {
	color: white;
}
h3.sticky {
	background: red;
}
.entry-meta {
	background: #222;
	color: #ddd;
}
.entry-meta a, .entry-meta a:visited {
	color: #ee0;
}
.entry-meta a:hover {
	color: yellow;
}
.entry-content {
	background: black ;
	color: white;
}
.entry-content a {
	color: yellow;
}
.entry-content a:hover {
	color: gold;
}
.widget {
	background: white;
}
aside, aside .wp-caption text {
	color: black !important;
}
.widget a, .widget a:visited {
	color: red;
}
.widget a:hover {
	color: darkblue;
}
.site-content [class*="navigation"] a, .site-content [class*="navigation"] a:visited, .site-content [class*="navigation"] a:hover, 
#nav-below a, #nav-below a:visited, #nav-below a:hover {
	color: yellow;
	padding: 3px;
}
.site-footer {
	background: gray ;
	color: white;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: lavenderblush;
}
#primary p.author-bio {
	color: snow;
}
#primary p.the-author {
	color: gray;
	background: white;
}
.vcard {
	color: #fff;
}
.error-404 {
	background: ivory;
	color: black;
}
#container {
	background: #eee;
	color: #333;
}