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

.site-title {
	text-shadow: 2px 2px #ca5949;
}

.site-title a:hover {
	text-shadow: 2px 2px #fff600;
}

h1.entry-title, h2.post-type, .entry-title a {
	color: #330;
}
.entry-title, h1.entry-title, h2.post-type {
	background: url(img/gold.jpg) center left repeat;
}
.entry-title:hover, .widget-title {
	background: url(img/yellow.jpg) center left repeat;
}
.entry-title:hover, .entry-title a:hover,
.widget-title {
		color: #663;
}

h3.sticky {
	background: #a00a0f;
}

.entry-meta {
	background: #660;
	color: #ee9;
}

.entry-meta a, .entry-meta a:visited {
	color: #ff5;
}

.entry-meta a:hover {
	color: #aa0;
}

.entry-content {
	background: #330;
	color: #ffc;
}

.entry-content a {
	color: #ff0;
}

.entry-content a:hover {
	color: gold;
}

.widget {
	background: #ffc;
}

aside, aside .wp-caption text {
	color: #330 !important;
}

.widget a, .widget a:visited {
	color: #660;
}

.widget a:hover {
	color: #110;
}

.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: gold;
}

.site-footer {
	background: #6f6f33;
	color: #ffc;
}

.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: #dd0;
}

#primary p.author-bio {
	color: #fff6b7;
}

#primary p.the-author {
	color: #6f6f00;
	background: #ffc;
}

.vcard {
	color: #ff0;
}

.error-404 {
	background: lemonchiffon;
	color: #660;
}

#container {
	background: #ffd;
	color: #330;
}

#container a {
	color: #dd0;
}