

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

.home-widget i{
	color: #d32512}

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

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

a:visited {
	color: #d32512;
}

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


