

.main-navigation ul > li a:hover ,.main-navigation ul ul {
	background: #01a8d7;
}

.home-section .section-title span,.recipe .ingredients h3,
.recipe .ingredients ul li i, .recipe .steps h3, .recipe .video h3 {
	color: #01a8d7}

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

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

a:visited {
	color: #01a8d7;
}

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


