/*--------------------------
Blakesley & Crain STYLESHEET
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB
AUTHOR: blaine@wildfireweb.com
Created: Blaine 0216/09
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/vineyardadvisors/css/slatesblogs.css);
@import url(/templates/vineyardadvisors/css/slate_layout_0.css);
@import url(/templates/vineyardadvisors/css/slate_layout_1.css);
@import url(/templates/vineyardadvisors/css/editing.css);
@import url(/templates/vineyardadvisors/css/datepicker.css);
@import url(/templates/vineyardadvisors/css/dropdownnav.css);

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

a {
color: blue;
text-decoration: none;
}

a:visited{
color: blue;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}

.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{
position: relative;
display: block;
height: 1px;
clear: both;
float: left;
}

h3.wfw{
font-weight: bold;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}

#wrapper{
position:relative;
display:block;
margin: 10px auto;
width: 980px;
background-color: #fff;
padding: 0;
}

#innerwrapper{
position: relative;
display: block;
margin: 0;
width: 980px;
padding: 0 0 40px 0;
float: left;
background-color: #fff;
border: none;
border-top: 12px solid #666666;
}

#header{
position:relative;
display:block;
width: 945px;
color: #eee;
padding: 0px 20px 0 15px;
background: #781a34;
background: #6b2734;
font-size: 1.4em;
clear:both;
}



/* original Top nav in header disabled to replace with dropdownnav.php*/

/*

#topnav {
position:relative;
width: 100%;
height: 30px;
font-family: Arial, Verdana, sans-serif;
clear:both;
background: #666666;
}
*/

/*
#topnav ul {
padding:5px 0 0 0;
list-style: none;
margin: 0 0 0 20px;
text-align: center;
background: transparent;
}

#topnav li{
font-size: 14px;
font-weight: 700;
display: block;
height: 30px;
float:left;
}

#topnav li a{
position: relative;
color: #eee;
text-decoration: none;
padding: 0px 12px 0px 12px;
margin:0;

}

#topnav li a:hover{
color: #000;
}

#topnav li span{
position: relative;
padding: 6px 12px 10px 12px;
margin: 0;
color: #000;
background: #fff;
}
*/



/* NAVIGATION ON LEFT */

#subnav{
position:relative;
display: block;
width: 160px;
padding: 10px 5px 0 10px;
margin: 0;
float: left;
z-index: 1;
overflow: hidden;
}

#subnavheader{
position:relative;
font-size: 1.2em;
font-weight: bold;
padding: 6px 0 6px 24px;
margin: 1em 0 0 0;
background: #fff url(/templates/vineyardadvisors/images/nav_button.png) no-repeat center left;
color: #555;
}

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

#subnav li{
border-top: 1px solid #fff;
font-size: 1.2em;
margin: 0;
padding: 0;
}

#subnav li a{
display:block;
color: #555;
background: #fff;
text-decoration: none;
padding: 0 0 0 14px;
width: 12em;
margin: 0.3em 0;
background: #fff url(/templates/vineyardadvisors/images/nav_bullet.png) no-repeat center left;
}

#subnav li span{
display:block;
color: #000;
text-decoration: none;
padding: 0 0 0 14px;
margin: 0.3em 0;
width: 12em;
background: #fff url(/templates/vineyardadvisors/images/nav_bullet.png) no-repeat center left;
}


#subnav li a:hover {
color: #000;
}

/* BREADCRUMB TRAIL */

#breadcrumb {
font-size: 1.3em;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: none;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/vineyardadvisors/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/vineyardadvisors/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/vineyardadvisors/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}

/* hide the edit button on the breadcrumb in edit mode */
span#breadcrumb1 .editable img, span#breadcrumb2 .editable img, span#breadcrumb3 .editable img {
display: none;
}


#contenttitle {
font-family: Arial, Verdana, sans-serif;
font-size: 1.4em;
font-weight: 700;
color: #58270c;
}

#content{
display: block;
position: relative;
overflow: hidden;
float: right;
width: 580px;
margin: 0;
font-size: 14px;
padding: 8px 20px 20px 20px;
border-left: 1px dotted #ccc;
border-right: 1px dotted #ccc;
color: #333;
line-height: 1.5;
}

#fullpage_content {
display: block;
position: relative;
overflow: hidden;
width: 750px;
margin: 0;
font-size: 14px;
padding: 8px 10px 20px 30px;
border-right: 1px dotted #ccc;
color: #333;
line-height: 1.4;
}

#listingpage_content {
display: block;
position: relative;
width: 920px;
margin: 0 0 20px 0;
font-size: 14px;
padding: 8px 10px 20px 30px;
color: #333;
line-height: 1.4;
}

#listingpage_content blockquote {
background-color: #ccc;
padding: 0px 10px;
margin: 0;
border: 1px solid #666;
}

/* turn off the slate title on listing page */
#listingpage_content .wfw_slate_title {
display: none;
}

#listingpage_content #editing .wfw_slate_title {
display: block;
}

#leftcol{
position: relative;
float: left;
width: 150px;
font-size: 12px;
margin: 20px 0 0 0;
padding: 10px 10px 10px 0;
border-top: 1px dotted #ccc;
color: #333;
}

#leftcolnosubnav{
position: relative;
width: 120px;
font-size: 12px;
margin: 0;
padding: 10px 0px 10px 0px;
color: #333;
}

#leftcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/vineyardadvisors/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}

#rightcol_title {
font-family: Georgia;
font-size: 1.2em;
color: #781a34;
font-weight: 700;
}

#rightcol{
position: relative;
display: block;
float: right;
width: 160px;
font-size: 12px;
margin: 0;
padding: 10px 10px 10px 10px;
color: #333;
}

#rightcol ul{
margin: 4px 0 4px 10px;
padding: 0;
}


/* CONTACT FORM */

.contactform table{
border: 2px solid #f5d3cf;
}

.contactform th{
background: #f5d3cf;
color: #7f1f21;
}

#editable_footer {
color: #666;
text-align: left;
font-size: 10px;
width: 940px;
margin: 0;
padding: 0;
padding-left: 20px;
padding-bottom: 20px;
}

#footer{
position: relative;
display: block;
width: 980px;
margin: 0 auto;
padding: 10px;
text-align: center;
font-size: 12px;
clear: both;
color: #eee;
}

#footer a{
color: #eee;
}

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