@import url('../base.css');

html {
	background: url(../img/background_brown.png) repeat-x top center;
}

a:link, a:visited {
	color:#b8471f;
}	

#fw-head h1 a{
	text-shadow: -1px 1px 4px #4d2b11;
}

#fw-head h2 {
	color:#dd8f5b;
	text-shadow: 1px 1px 0px #052b39;
}

.fw-logo {
	background: url(../img/logo_brown.jpg) repeat center top;
}

#fw-mainnavwrap a:link, #fw-mainnavwrap a:visited{
	text-shadow: 1px 1px 1px #532a0f;
}

#fw-mainnavwrap ul ul{
	background:#783a19 !important;
	border-left:1px solid #612e14 !important;
	border-right:1px solid #612e14 !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	opacity: 1 !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

#fw-mainnavwrap ul ul ul{
	border:1px solid #612e14 !important;
}
	
#fw-mainnavwrap ul ul li{
	border-bottom:1px solid #612e14 !important;
}

.categoryDisplay tr.header {
	background:#783a19 !important;
}

.fw-button, .fw-button:link, .fw-button:active, .fw-button:visited {
	background: #277b09;
	background:-moz-linear-gradient(center bottom , #7b380a 38%, #b88966 85%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.38, #7b380a), color-stop(0.85, #b88966));
}

.fw-button:hover {
	text-shadow: 1px 1px 3px #3a1f0a;
	background: #793809;
	background:-moz-linear-gradient(center bottom , #b88966 38%, #7b380a 85%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.38, #b88966), color-stop(0.85, #7b380a));
}

#commentWall h4 {
	color:#b8471f !important;
}
