

#welcome-box, .home-blog .home-blog-title .hdate,
#footer-widgets .widget h1.widget-title:after,.entry-header .hdate,
#sub-header {
	background: #db3434;
}

.home-widget i{
	color: #db3434}

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

a, .hentry .entry-header .entry-meta span {
	color: #136ebf;
}

a:visited {
	color: #136ebf;
}

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


