/* BW red scheme. Since version 1.1
-----------------------------------------------*/
.site-title {
	text-shadow: 2px 2px darkred;
}
.site-title a:hover {
	text-shadow: 2px 2px red;
}
article {
	background: none;
}
h1.entry-title, .entry-title a, h2.post-type {
	color: #f08080;
}
.entry-title, h1.entry-title, h2.post-type {
	background: url(img/darkred.jpg) center left repeat;
}
.entry-title:hover, .widget-title {
	background: url(img/pink.jpg) center left repeat;
}
.entry-title:hover, .entry-title a:hover,
.widget-title {
	color: #8b0000;
}
h3.sticky {
	background: #fff0f0;
}
h3.sticky:hover {
	background: #f97593;
}
.entry-meta {
	background: #ee9a9a;
	color: #7c0a0a;
}
.entry-meta a, .entry-meta a:visited {
	color: #9f393a;
}
.entry-meta a:hover {
	color: #bb0000;
}
.entry-content {
	background: #951400;
	color: #fbf3f3;
}
.entry-content a {
	color: #d9a19a;
}
.entry-content a:hover {
	color: #f5e5e5;
}
.widget {
	background: #ead1d1;
}
aside, aside .wp-caption text {
	color: #840200 !important;
}
.widget a, .widget a:visited {
	color: #fe4535;
}
.widget a:hover {
	color: #846211;
}
.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: #e9c0c0;
}
.site-footer {
	background: #d33123;
	color: #ffffff;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: #dddddd;
}
#primary p.author-bio {
	color: #ee9a9a;
}
#primary p.the-author {
	color: #951400;
	background: #ead1d1;
}
.vcard {
	color: #99ff88;
}
.error-404 {
	background: #af2233;
	color: #f99424;
}
#container {
	background: #fdd;
	color: #300;
}