

#welcome-box, .home-blog .home-blog-title .hdate,
#sub-header {
	background: #000000;
}

.home-widget i{
	color: #000000}

#masthead, .main-navigation{
	background: #000000;
}
/* draw any selected text yellow on red background */
::-moz-selection { color: #fff;  background: #000000; }
::selection      { color: #fff;  background: #000000; } 
/* Links */

a, .hentry .entry-header .entry-meta span {
	color: #9e9e9e;
}

a:visited {
	color: #9e9e9e;
}

a:hover,
a:focus,
a:active {
	color:#bfbfbf;
	text-decoration: none;
}


