/*--------------------------
Ziemienski_2
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB
Created 05/03/08
__________________________*/

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

body{
margin: 0;
padding: 0;
font-size: 12px;
font-family: Verdana, Arial, serif;
color: #eeeeee;
background: #000;
}

a{
color: #666;
}

a:hover{
color: #fff;
}

.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;
}


.clearboth{
display: block;
clear: both;
}

#wrapper{
width: 940px;
margin: 20px auto;
background: #000;
}

#header{
position: relative;
width: 800px;
}

#logo{
float: left;
}

#logo img{
border: none;
}

#topnav{
padding: 0 10px;
float: left;
}

#topright{
float: right;
}

#contactinfo{
position: relative;
overflow: hidden;
clear: both;
float: left;
width: 880px;
text-align: right;
padding: 10px;
}

ul#tabs{
margin:8px 5px 0 0;
padding: 5px;
list-style: none;
width: 135px;
float: left;
overflow: hidden;
position: relative;
}

ul#tabs li{
display: block;
font-size: 1.2em;
border: 1px solid #000;
}

ul#tabs li a, ul#tabs li span{
text-align: left;
text-decoration: none;
display: block;
padding: 5px;
font-weight: bold;
color: #958b88;
}

ul#tabs li a:hover{
color: #ffffff;
}

ul#tabs li span{
color: #ffffff;
border-bottom: 1px solid #cccccc;
}

ul#tabs li.tab_2{
/*background: #3b5230;*/
font-size: .95em;
/*border: 1px solid #daaf03;*/
padding-left: 14px;

}

ul#tabs li.tab_2 a{
padding: 3px 5px;
}

img.dragarrow{
position: relative;
right: 5px;
}

#content{
display: block;
position: relative;
overflow: hidden;
padding: 20px 0 0 10px;
width: 770px;
}

/*
#subcontent{
padding: 20px 0 0 10px;
}
*/

#titlearea{
padding: 4px 6px;
color: #fff;
background: #0a4e6b;
font-size: 1.3em;
font-weight: 700;
width: 910px;
}

#container{
clear: both;
background: transparent;
}

#hours{
position: relative;
overflow: hidden;
clear: both;
float: left;
width: 146px;
height: 140px;
padding: 10px;
}

#footer{
position: relative;
overflow: hidden;
clear: none;
float: left;
width:704px;
padding: 0 10px;
}

#login{
clear: both;
width: 900px;
}
