

#welcome-box, .home-blog .home-blog-title .hdate,

.entry-header .hdate,#sub-header {
	background: #59191f;
}

#footer-widgets .widget h1.widget-title:after, {
	background: #0e0e0e;
}


.home-widget i{
	color: #59191f}

#masthead, .main-navigation, #footer-widgets{
	background: #007cb0;
}

#footer-widgets{
	background: #0e0e0e;
}

/* draw any selected text yellow on red background */
::-moz-selection { color: #fff;  background: #59191f; }
::selection      { color: #fff;  background: #59191f; } 
/* Links */

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

a:visited {
	color: #007cb0;
}

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


