/*--------------------------
SVEDP STYLESHEET
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 8/28/08
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/goldenvision/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background-color: #837f65;
color: #fff;
}

a{
color: #fff;
}

a:visited{
color: #fff;
}

a:hover{
color: #ccc;
}

.hide{
display: none;
}

.clearboth{
clear: both;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#wrapper{
position: relative;
display: block;
margin: 20px auto 0;
width: 980px;
border: none;
/* background: #e6e6cc; */
background: #b8ac93;
color: #000;
}

#wrapper a{
color: #626c50;
text-decoration: none;
}

#wrapper a:visited{
color: #626c50;
}

#wrapper a:hover{
color: #626c50;
text-decoration: underline;
}

#innerwrapper {
position: relative;
display: block;
float: left;
width: 980px;
margin: 0;
padding: 0;
border: 0;
background: #e6e6cc;
}

#header{
border: 0;
padding: 10px;
color: #626c50;
background-color: #edb55c;
width: 960px;
}


/* NAVIGATION */

#topnav {
position: relative;
display: block;
width: 980px;
height: 30px;
margin:0;
padding: 0;
background: #899f67;
border: 0;
clear:both;
z-index: 3;
}

/* dropdown menu */

#dropnav {
position: relative;
padding:0.8em 0 0 0;
list-style: none;
margin: 0 0 0 20px;
text-align: center;
background: #899f67;
}

#dropnav li{
position: relative;
display: block;
font-size: 14px;
font-weight: bold;
height: 30px;
float:left;
margin: 0;
padding: 0;
list-style: none;
}

#dropnav li a{
position: relative;
color: #fff;
text-decoration: none;
padding: 0px 12px 0px 12px;
margin: 0;
}

#dropnav li a:visited{
color: #fff;
}

#dropnav li a:hover{
color: #e6b756;
}

#dropnav li.selected_tab a{
color: #e6b756;
}

#dropnav li ul {
	display:none;
	list-style:none;
	position: absolute;
	width: 200px;
	top:22px;
	left:10px;
	z-index:25;
	background:#899f67;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 2px solid #626c50;
}

#dropnav li:hover ul, #dropnav li.over ul {
	display: block; 
}

#dropnav li ul li {
	position:relative;	
	display:block;
	float:none;
	width:100%;
	_width:200px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
	background:#899f67;
	border:1px solid #626c50;
	border-right:none;
	border-top:none;
	z-index:200!important;
}
#dropnav li ul li b {
	color:#fff;
}

#dropnav li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff!important;
	font-weight:bold;
	display:block;
	padding-left:11px;
	padding-right:11px;
	text-decoration:none;
	border:none;
	line-height:25px;
	height:25px;
	background:#899f67;
}
#dropnav li ul li a:hover {
	background:#899f67;
	color:#fff!important;
}

#nav{
float: left;
display: block;
margin: 0;
padding: 10px 0 20px 15px;
width: 175px;
list-style: none;
clear: both;
font-size: 10px;
color: #000;
overflow: hidden;
}

#nav a {
color: #626c50;
color: #899f67;
}

#nav a:visited {
color: #626c50;
color: #899f67;
}

#nav a:hover{
color: #173881;
}


#nav ul{
margin: 0;
padding: 0;
list-style: none;
}

#nav li{
position: relative;
display: block;
font-size: 12px;
margin: 0 10px 0 0;
padding: 8px 0 3px 0;
border: none;
}

#nav li a{
color: #626c50;
color: #899f67;
padding: 0;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

#nav li a:hover{
color: #e6b756;
color: #899f67;
text-decoration: underline;
}

#nav li.level_2 a:hover{
color: #e6b756;
color: #899f67;
text-decoration: underline;
}

#nav li span.level_2 {
color: #E6B756;
color: #899f67;
color: #333;
padding: 0;
font-weight: bold;
font-size: 12px;
}

#content{
position: relative;
display: block;
float: left;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #333;
width: 740px;
padding: 20px 10px 20px 20px;
margin: 0;
border-left: 1px #ccc dotted;
line-height: 160%;
}

#content p{
line-height: 160%;
}

#homecontent{
font-size: 12px;
font-family: Arial, Verdana, sans-serif;
line-height: 160%;
width: 450px;
float: left;
padding: 20px 20px 20px 20px;
clear: both;
overflow: hidden;
}

#content p{
line-height: 160%;
}

#homecontent.twocol{
width: 580px;
}

html>body #homecontent{
width: 470px;
}

#content a{
color: #666;
}

#content a:visited{
color: #666;
}

#content a:hover{
color: #000;
}

#midcol{
font-size: 12px;
width: 220px;
float: left;
padding: 20px 0 20px 5px;
overflow: hidden;
}

#midcol span.head {
color: #000066;
width: 210px;
font-size: 14px;
font-weight: bold;
text-align: center;
margin: 0 auto;
padding: 6px 0;
}

#midcol span.styled{
display: block;
border: 2px solid #000;
width: 196px;
padding: 10px;
}

#midcol span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#midcol span.styled ul li{
margin-bottom: 10px;
}

#midcol span.styled ul li a{
text-decoration: underline;
color: #173881;
font-weight: bold;
}

#midcol span.styled ul li a:hover{
color: #000;
}

#midcol span.styled .rss_date{
color: #666;
font-size: 10px;
}

#rightcol{
overflow: hidden;
font-size: 12px;
float: left;
width: 200px;
padding: 20px;
top: 14px;
position: relative;
z-index: 1;
}

#rightcol ul{
margin: 0 0 0 14px;
padding: 0;
}

#rightcol span.credit{
font-size: 11px;
color: #666;
}

#rightcol a, #rightcol a:hover{
text-decoration: none;
position: relative;
}


#rightcol a, #content a, #homecontent a{
color: #666;
text-decoration: underline;
}

#rightcol a:hover, #content a:hover, #homecontent a:hover{
color: #000;
text-decoration: underline;
}


#boxone, #boxtwo, #boxthree{
margin: 0 0 15px;
}

#boxone, #boxtwo, #boxthree{
}

#boxone{
border: 2px solid #d49d4d;
}

#boxtwo{
border: 2px solid #edb55c;
}

#boxthree{
border: 2px solid #899f67;
}

#boxone span.boxcontent, #boxtwo span.boxcontent, #boxthree span.boxcontent  {
position: relative;
display: block;
padding: 6px;
}

#boxone span.styled{
display: block;
background: #d49d4d;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

#boxtwo span.styled{
display: block;
background: #edb55c;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

#boxthree span.styled{
display: block;
background: #899f67;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

#content li, #homecontent li, #rightcol li{
margin-bottom: 5px;
}

#search{
text-align: right;
padding: 5px 20px;
width: 300px;
height: 80px;
position: absolute;
top: 95px;
right: 0;
z-index: 2;
color: #fff;
font-weight: bold;
}

#search a{
font-weight: normal;
font-size: 12px;
color: #fff;
}

#search a:hover{
font-weight: bold;
font-size: 12px;
color: #fff;
}


#bottom{
padding: 10px 20px 40px 20px;
font-size: 12px;
}

#footer{
width: 840px;
margin: 0 auto;
padding: 5px 0;
}

.wfw_slatepost_title a {
	color: #173881;
}

.slate_title a {
	color: #173881;
	text-decoration: underline;
}

.slate_title a:visited {
	color: #173881;
	text-decoration: underline;
}


