/* BW silver scheme. Since version 3.1
-----------------------------------------------*/

.site-title {
	text-shadow: 2px 2px silver;
}
.site-title a:hover {
	text-shadow: 2px 2px whitesmoke;
}
#secondary, #show, article {
	background-color: transparent;
}
h1.entry-title, h2.post-type, .entry-title a {
	color: #000;
}
.entry-title, h1.entry-title, h2.post-type, #bw-social, .error-404 {
	background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(144,144,144,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(100%,rgba(144,144,144,0.9)));
	background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(144,144,144,0.9) 100%);
	background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(144,144,144,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(144,144,144,0.9) 100%);
	background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(144,144,144,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#e6909090',GradientType=0 );
}
.widget-title {
	background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(96,96,96,0.8) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(50%,rgba(96,96,96,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(96,96,96,0.8) 50%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(96,96,96,0.8) 50%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(96,96,96,0.8) 50%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(96,96,96,0.8) 50%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#cc000000',GradientType=0 );
}
.entry-title a:hover, .widget-title {
		color: #fff;
}
h3.sticky {
	background: #fff;
}
.entry-meta {
	background: lightgrey;
	color: navy;
}
.entry-meta a, .entry-meta a:visited {
	color: blue;
}
.entry-meta a:hover {
	color: royalblue;
}
.entry-content, .entry-summary {
	background: silver;
	color: #000;
}
.entry-content a {
	color: #00f;
}
.entry-content a:hover {
	color: #6ff;
}
.widget {
	background: grey;
}
aside, aside .wp-caption text {
	color: snow;
}
.widget a, .widget a:visited {
	color: cyan;
}
.widget a:hover {
	color: lightcyan;
}
.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: lightgrey;
}
[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next,
.navigation {
	background: darkred;
}
[class*="navigation"] .nav-previous:hover,
[class*="navigation"] .nav-next:hover,
.navigation:hover {
	background: grey;
}
.site-footer {
	background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#cc000000',GradientType=0 );
	color: lightblue;
	border-radius: 10px;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: cyan;
}
#primary p.author-bio {
	color: white;
}
#primary p.the-author {
	color: snow;
	background: grey;
}
.vcard {
	color: silver;
}
.error-404 {
	color: black;
}
#container {
	background: silver;
	color: black;
}
#container a {
	color: #dd0;
}
.main-navigation {
	background: gray;
	border:5px solid silver;
}
.main-navigation a, .bw-social-links a {
	color: black;
}
.main-navigation a:hover {
	background: silver;
	color: grey;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px white;
	color: grey;
	background: silver;
}
#bw-social {
	border: 5px solid silver;
}

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