/*--------------------------
ZALLAZ STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 7/20/07
REVISED: 10/25/07
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background: #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;
}


#wrapper{
font-size: 1.2em;
margin: 0;
padding: 0;
border-top: 14px solid #000000;
position: relative;
}

#head{
margin: 0;
padding: 2em 0 0 2em;
border-bottom: 1px solid #666666;
position: relative;
}

p.clearboth{
clear: both;
}

#container{
padding-top: 3em;
width: 82em;
position: relative;
}

/* NAVIGATION */

#nav{
width: 12em;
float: left;
padding-left: 5em;
}

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

ul#tabs li{
font-size: 1.2em;
padding: 0.3em 0;
}

ul#tabs li a, ul#tabs li span{
text-decoration: none;
color: #999;
font-weight: 700;
}

ul#tabs li span, ul#tabs li a:hover{
color: #000000;
    color: #263f82;
}

ul#tabs li.tab_2{
padding-left: 2em;
}

/* CONTENT */

#content_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
color:#996600;
font-style:italic;
}

#content{
width: 65em;
float:  left;
}

/* FOOTER */

#footer{
padding: 10em 0 0 3em;
color: #999;
font-size: 0.9em;
}

#footer a{
color: #999;
}

#footer a:hover{
color: #f90;
}