

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

.home-widget i{
	color: #2aa2dc}

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

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

a:visited {
	color: #19518a;
}

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


