a, a:visited {
	color:#E6AC00;
}

a:hover {
	color: #FF9900;
}

#main-nav li a, #main-nav li a:hover {
	color: #E6AC00;
}

#sub-nav, #footer, a.visitpostblue, #postcomment input[type='submit'], .reply a, .cbppress-form input[type='submit'] {
	background: #FFC20A;
	background: -moz-linear-gradient(top, #E6AC00 0%, #FF9900 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6AC00), color-stop(90%,#FF9900));
	background: -webkit-linear-gradient(top, #E6AC00 0%,#FF9900 90%);
	background: -o-linear-gradient(top, #E6AC00 0%,#FF9900 90%);
	background: -ms-linear-gradient(top, #E6AC00 0%,#FF9900 90%);
	background: linear-gradient(top, #E6AC00 0%,#FF9900 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6AC00', endColorstr='#FF9900',GradientType=0 );
}

#sub-nav li a:hover, #sub-nav ul ul li a:hover {
	background: #FF9900;
}

#sub-nav li a:hover, #sub-nav ul ul li a:hover,
#sub-nav ul ul li, #sub-nav ul ul li a, #sub-nav ul ul li a:visited {
	background: #FF9900;
}

a.visitpostbtn, .visitlink a, .visitlink a:hover {
	color: #FFF;
}

.relatedwrapper {
	-moz-box-shadow: inset 0 0 3px 1px #F0F0F0;
	-webkit-box-shadow: inset 0 0 3px 1px #F0F0F0;
	box-shadow: inset 0 0 3px 1px #F0F0F0;
	background: #FFF5E5;
}

#postcomment input[type='submit'], .reply a, .cbppress-form input[type='submit'], a.visitpostblue {
	border: 1px solid #FF9900;
}

.reply a:hover, .reply a:active {
	color: #E6E6E6;
	background: #1C5D14;
}