/*--------------------------
J. KIRKWOOD WINERY STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 12/6/07
Modified: 081911bt
---------------------------*/

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

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

#wrapper{
margin: 0 auto;
top: 20px;
width: 950px;
padding: 0;
position: relative;
/* background: #ba9ca8 url(/templates/jkirkwood/images/header2.jpg) no-repeat top left; */
background: #fffef3;
border: 1px solid #811D35;
border-bottom: 25px solid #811D35;
}

#header {
display: block;
position: relative;
width: 100%;
background: #fffef3;
}

.clearboth{
clear: both;
}

.hide{
display: none;
}

/*
#homelink{
width: 950px;
height: 85px;
position: relative;
margin: 0 0 30px;
}

#homelink a{
position: absolute;
width: 950px;
height: 85px;
}
*/

#content{
width: 750px;
padding:0;
margin: 0 20px 0 0;
font-size: 12px;
float: right;
line-height: 1.5;
display: block;
/* background: #ba9ca8 url(/templates/jkirkwood/images/bgleaf.jpg) no-repeat top right; */
background: #fffef3;
}

#content a {
text-decoration: underline;
color: blue;
}

#content a:hover {
color: #6b3b53;
}

#content a:visited {
color: blue;
}


#nav{
width: 115px;
margin:20px;
float: left; 
padding-top: 120px;
}

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

ul#tabs li{
font-size: 12px;
padding: 0.2em 0;
font-weight: 700;
position: relative;
}

ul#tabs li.tab_2{
padding-left: 1em;
font-size: 11px;
font-weight: normal;
}

ul#tabs li a{
display: block;
position: relative;
text-decoration: none;
color: #811d35;
}

ul#tabs li a:hover{
/*color: #fecc8d;*/
color:#000000;
}

#footer{
width: 950px;
margin: 0 auto;
clear: both;
position: relative;
}
