/*--------------------------
SONOMA VALLEY MUSEUM OF ART TEMPLATE
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 4/28/08
__________________________*/

@import url(http://wildfireweb.com/css/wildfirecommon.css);
@import url(/templates/svma/css/slatesblogs.css);

body{
margin: 0;
padding: 0;
font-size: 12px;
font-family: Verdana, Arial, serif;
}

a{
color: #666;
}

a:hover{
color: #000;
}

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


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

#wrapper{
width: 900px;
margin: 20px auto;
}

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

#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: 0 5px 0 0;
padding: 5px;
list-style: none;
width: 145px;
float: left;
overflow: hidden;
position: relative;
}

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

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

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

ul#tabs li span{
color: #fff;
}

ul#tabs li.tab_2{
background: #ffcc00;
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;
}

#maincontent{
position: relative;
left: 8px;
overflow: hidden;
padding: 0 2px;
width: 730px;
}

#subcontent{
padding: 30px 0 0 10px;
}

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

#navbgwrap{
clear: both;
background: transparent url(/templates/svma/images/navbg.gif) repeat-y;
}

#hours{
position: relative;
overflow: hidden;
clear: both;
float: left;
width: 146px;
height: 140px;
padding: 10px;
background: transparent url(/templates/svma/images/left_spot.gif) no-repeat top;
}

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

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