

/* the line above is for color substitution from the site color field in the DB */

/*--------------------------
Baldwin Wines
based on Design 1
VALID CSS 2.0
COPYRIGHT 2010 WILDFIREWEB
AUTHOR: support@wildfireweb.com
modified: 012910bt
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: "arial", helvetica, verdana, sans-serif;
/* background: #9ea29c; */
background: #9ea29c url(/templates/baldwinwines/images/bgfade.jpg) repeat-x;
}

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

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

a:hover{
color: blue;
text-decoration: underline;
}

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

#wrapper{
display: block;
position: relative;
font-size: 1.2em;
margin: 30px auto 0 auto;
padding: 10px 0 10px 0;
background: #fff;
border: 0;
/*
border-bottom: 14px solid #eee;
border-top: 24px solid #373229;
*/
width: 980px;
overflow: hidden;
}

#header{
display: block;
position: relative;
float: left;
width: 950px;
margin: 0 15px 0 15px;
padding: 0 0 20px 0;
color: #666;
font-size: 14px;
border: 0;
/*
border-bottom: 1px solid #999;
border-top: 1px solid #373229;
*/
clear: both;
}

p.clearboth{
clear: both;
}

#container{
display: block;
position: relative;
width: 980px;
/* overflow: hidden; */
float: left;
margin: 0;
padding: 0;
border: 0;
/* force min-height in most browsers */
min-height:650px;
height:auto !important;
height:650px;
}

/* NAVIGATION */

#nav{
float: left;
position: relative;
margin: 0 10px 0 0;
padding: 0 0 10px 10px;
width: 150px;
background:#fff;
}

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

ul#tabs li{
font-size: 14px;
padding: 0;
margin: 0;
font-weight: 400;
font-family:  "Arial", Helvetica, sans-serif;
/* font-family: "Garamond", Times, Georgia, serif; */
position: relative;
width: 140px;
/* border-bottom: 1px solid #999999;  */
}

/* unselected tab */
ul#tabs li a {
text-decoration: none;
color: #373229;
display:block;
padding: 4px;
margin: 0;
padding-left: 10px;
}

/* selected tab in edit mode */
ul#tabs li span {
color: #373229;
display:block;
background:#fff;
padding: 4px;
margin: 0;
padding-left: 10px;
}

/* selected tab in preview mode */
ul#tabs li a span {
color: #000;
background: #fff url(/templates/baldwinwines/images/nav_bar.jpg) left no-repeat;
padding: 0;
padding-left: 10px;
margin-left: -10px;
}

ul#tabs li a:hover{
color: #000;
background: #fff url(/templates/baldwinwines/images/nav_bar.jpg) left no-repeat;
}

ul#tabs li.tab_2{
padding: 2px 0 2px 15px;
margin: 0;
font-weight: 400;
font-size: 12px;
width: 125px;
}

/* CONTENT */

#toptitle{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
color:#666;
height:25px;
width:860px;
text-align:center;
line-height: 1.2;
}

#content{
display: block;
position: relative;
float: left;
margin: 0;
padding: 16px 20px 0 20px;
z-index: 1;
width: 740px;
overflow: hidden;
font-size: 14px;
/* border-left: 1px #999 dotted; */
}

#content_title {
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 20px;
color: #666;
font-weight: 400;
}

#title1{
font-family:verdana;
font-size: 18px;
color: #d18fb9;
font-weight:700;
font-style:italic;

}

/*Left Sidebar*/

#leftsidebar{
float: left;
position: relative;
margin: 0;
font-size: 12px;
padding: 10px 0 0 5px;
width: 130px;
background-color:#fff;
overflow: hidden;
}

/* CONTACT FORM */

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

.contactform th{
background: #9ea29c;
color: #fff;
}


/* FOOTER */



#editablefooter{
padding: 0;
color: #000;
font-size: 12px;
width: 880px;
margin: 0 auto;
padding-top: 40px;
padding-left: 100px;
text-align: center;
background: #fff;
/* border: 1px solid red; */
}

#footer{
padding: 0;
color: #000;
font-size: 12px;
width: 880px;
margin: 0 auto;
padding-top: 10px;
padding-left: 100px;
text-align: center;
background: #9ea29c;
background: transparent;
/* border: 1px solid red; */
}

#footer a{
color: #666;
}

#footer a:hover{
color: #000;
text-decoration: underline;
}

#loginform {
position:relative;
height: 2em;
overflow:hidden;
}