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

.site-title {
	text-shadow: 2px 2px black;
}
.site-title a:hover {
	text-shadow: 2px 2px white;
}
#secondary, #show, article {
	background-color: transparent;
}
h1.entry-title, h2.post-type, .entry-title a{
	color: white;
}
.entry-title, h1.entry-title, h2.post-type,
#bw-social, .error-404 {
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#e6000000',GradientType=0 );
	color: eee;
}
.widget-title, .site-footer {
	background: -moz-linear-gradient(top, rgba(221,221,221,0.9) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0.9)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,0.9) 0%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,0.9) 0%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,0.9) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,0.9) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6dddddd', endColorstr='#b3000000',GradientType=0 );
	color: snow;
}
.entry-title a:hover {
	color: lightblue;
}
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, .entry-summary {
	background: black ;
	color: white;
}
.entry-content a {
	color: yellow;
}
.entry-content a:hover {
	color: gold;
}
.widget {
	background: #eee;
}
aside, aside .wp-caption text {
	color: black;
}
.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 {
	border-radius: 10px;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: lightblue;
}
#primary p.author-bio {
	color: snow;
}
#primary p.the-author {
	color: gray;
	background: white;
}
.vcard {
	color: #fff;
}
.error-404 {
	color: black;
}
#container {
	background: #eee;
	color: #333;
}

@media screen and (max-width: 600px) {
.bw-social-links li a span.screen-reader-text:hover {
	color: red !important;
}
}
@media screen and (max-width: 400px) {
body {
	background: black !important;
	background-image: none;
}
}