

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

.home-widget i{
	color: #2490e2}

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

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

a:visited {
	color: #9e9e9e;
}

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


