

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

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

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

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

a:visited {
	color: ;
}

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


