@import url('../base.css');

html {
	background: url(../img/background_blue.png) repeat-x top center;
}

a:link, a:visited {
	color:#248EBA;
}	

#fw-head h1 a{
	text-shadow: -1px 1px 4px #16415c;
}

#fw-head h2 {
	color:#68c3ea;
	text-shadow:1px 1px 0px #391905;
}

.fw-logo {
	background: url(../img/logo_blue.jpg) repeat center top;
}

#fw-mainnavwrap a:link, #fw-mainnavwrap a:visited{
	text-shadow: 1px 1px 1px #16415c;
}

#fw-mainnavwrap ul ul{
	background:#1a5f7b;
	border-left:1px solid #14495f;
	border-right:1px solid #14495f;
	border-top: 0;
	border-bottom: 0;
	opacity: 1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#fw-mainnavwrap ul ul ul{
	border:1px solid #14495f !important;
}
	
#fw-mainnavwrap ul ul li{
	border-bottom:1px solid #14495f !important;
}

.categoryDisplay tr.header {
	background:#248EBA !important;
}

.fw-button, .fw-button:link, .fw-button:active, .fw-button:visited {
	background:-moz-linear-gradient(center bottom , #095479 38%, #699EB9 85%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.38, rgb(9,84,121)), color-stop(0.85, rgb(105,158,185)));
}

.fw-button:hover {
	text-shadow: 1px 1px 3px #0a2b3a;
	background: #195c78;
	background:-moz-linear-gradient(center bottom ,#699EB9 38%,  #095479 85%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.38, rgb(105,158,185)), color-stop(0.85, rgb(9,84,121)));
}

#commentWall h4 {
	color:#248eba !important;
}