

nav.main-navigation,
#secondary .widget .tagcloud a,
#footer-widgets .widget .tagcloud a ,
header.entry-header h1.entry-title:before,
#comments h2.comments-title,
#comments #respond p.form-submit input{
	background: #ffaf0f!important;
}
#comments #respond p.form-submit input{
	border-color:#ffaf0f!important;
}

nav.top-navigation{
	background: #eeee22;
}
nav.main-navigation ul li.current-menu-item > a,
nav.main-navigation ul li.current-menu-parent > a,
nav.main-navigation ul li.current-menu-ancestor > a {
	color: #ffaf0f;
}

/* Links */

a:link, a:visited {
	color: #f7e222;
}

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


