/*--------------------------
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/svedp/css/slatesblogs.css);

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

a{
color: #999;
}

a:hover{
color: #fff;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b 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;
}


.hide{
display: none;
}

.clearboth{
clear: both;
}

#wrapper{
margin: 20px auto 0;
width: 860px;
border: 2px solid #d1d7ab;
background: #fff url(/templates/svedp/images/edplogo.jpg) no-repeat bottom left;
color: #000;
position: relative;
}

#wrapper a{
color: #aaa;
}

#wrapper a:hover{
color: #fff;
}

#header{
background: #d1d7ab;
border-bottom: 2px solid #d1d7ab;
}


/* NAVIGATION */

#nav{
	background: #7d1a38;
	height: 25px;
	border: 1px solid #7d1a38;
	position: relative;
	z-index: 9;
}

#tabs, #tabs ul { /* all lists */
	padding: 0 0 25px 1em;
	margin: 0 auto;
	list-style: none;
	line-height: 1.2;
}

#tabs a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#tabs a:hover{
color: #fff;
}

#tabs li { /* all list items */
	float: left;
	margin: 0 25px;
	padding: 5px 0;
	position: relative;
	top: -2px;
	/* width: 140px; */
	text-align: center;
}

#tabs li a{
color: #fff;
}

span.tab{
	display: block;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#tabs li ul { /* second-level lists */
	position: absolute; 
	z-index: 5;
	width: 160px;
	margin: 0;
	padding: 10px 0 0;
	left: -999em;
	background: #7d1a38;
	border-top:none;
}

#tabs li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#tabs li.sfhover ul{
left: auto;
left: 0px;
}

#tabs li ul li{
width: 140px;
padding: 5px 10px;
margin: 0;
float: none;
background: none;
border: none;
}

#tabs li ul li a{
display: block;
font-size: 12px;
text-decoration: none;
color: #ddd;
}

#homecontent{
padding: 30px 23px 10px;
font-size: 12px;
}

#content{
font-size: 12px;
width: 350px;
float: left;
padding: 20px 20px 20px 20px;
overflow: hidden;
}

#content.twocol{
width: 500px;
}

html>body #content{
width: 360px;
}

#homecontent a{
color: #666;
}

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

#midcol{
font-size: 12px;
width: 220px;
float: left;
margin-top: 20px;
padding-bottom: 0;
/* padding: 20px 0 20px; */
overflow: hidden;

}

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

#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: none;
color: #7d1a38;
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;
position: relative;
z-index: 1;
}

#subrightcol{
overflow: hidden;
font-size: 12px;
float: right;
width: 280px;
padding: 20px 20px 20px 0;
position: relative;
z-index: 1;
}

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

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


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

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


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

#boxone, #boxtwo, #boxthree{
}

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

#boxtwo{
border: 2px solid #7d1a38;
}

#boxthree{
border: 2px solid #25350b;
}

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

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

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

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

#topright{
text-align: right;
padding: 10px 20px;
width: 300px;
height: 80px;
position: absolute;
top: 10px;
right: 0;
z-index: 2;
color: #fff;
}

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

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

#contactlink {
text-align: right;
padding: 0 0 0 0;
width: 120px;
height: 80px;
position: absolute;
top: 50px;
right: 20px;
color: #eee;
}

#contactlink a{
color: #eee;
}

#contactlink a:hover{
color: #fff;
}

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

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