/*
Theme Name: Foxtrot Vineyards
Author: Cutting Edge Concepts
Author URI: http://cuttingedgeconcepts.ca/
*/
/* CSS DOCUMENT */

/*--------------------------- GENERAL ---------------------------*/
body{
	padding:124px 0 150px;
	margin:0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#492B16;
	background-color:inherit;
	background:url(images/body-bg.jpg) 50% 0 no-repeat #000;
	}
td, th, div, img, p, a, ul, h1, h2, h3, h4, h5, h6, form, label, input, select, textarea{
	padding:0;
	margin:0;
	}
img{ border:none;
	 /*display:block;*/
	 }
a{ text-decoration:none;
	outline:none;
	}
ul{ list-style-type:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

/*--------------------------- MAIN ---------------------------*/
div#main{
	width:731px;
	height:653px;
	overflow:hidden;
	margin:0 auto;
	}

/*--------------------------- BODY CONTAINER ---------------------------*/
div#bodyContainer{
	padding-bottom:25px;
	}

/*--------------------------- BODY CONTAINER - NAVIGATION PANEL ---------------------------*/
div#navPanel{
	width:214px;
	float:left;
	padding-top:4px;
	}
div#navPanel a.logo{
	display:block;
	width:178px;
	height:98px;
	margin:0 0 0 13px;
	}
div#navPanel ul.mainNav{
	padding:5px 0 0 6px;
	font:bold italic 13px/21px "Times New Roman", Times, serif;
	}
div#navPanel ul.mainNav li{
	position:relative;
	padding-right:7px;
	height:23px;
	}
div#navPanel ul.mainNav li ul{
	padding:5px;
	position:absolute;
	left:200px;
	top:0;
	background-color:inherit;
	color:#4B210F;
	border:1px solid #C5AB77;
	width:170px;
	visibility:hidden;
	z-index:100;
	background:url(images/sub-nav-bg.png) 0 0 repeat;
	}
div#navPanel ul.mainNav li ul li{
	padding:0 0 1px;
	background:url(images/main-nav-divider.gif) 0 100% no-repeat;
	}
div#navPanel ul.mainNav li ul li a{
	display:block;
	height:22px;
	padding-left:18px;
	background:none !important;
	}
div#navPanel ul.mainNav li ul li a:hover,
div#navPanel ul.mainNav li ul li a.subSelect{
	background-color:inherit;
	color:#5F411F;
	background:url(images/bull1.gif) 3px 5px no-repeat !important;
	}
div#navPanel ul.mainNav li a{
	display:block;
	height:23px;
	padding-left:18px;
	background-color:inherit;
	color:#4B210F;
	}
div#navPanel ul.mainNav li a span{
	display:block;
	height:22px;
	padding:0 0 1px 3px;
	background:url(images/main-nav-divider.gif) 0 100% no-repeat;
	cursor:pointer;
	}
div#navPanel ul.mainNav li a span.lastLink{
	background-image:none;
	}
div#navPanel ul.mainNav li a:hover,
div#navPanel ul.mainNav li a.active{
	background:url(images/bull1.gif) 0 5px no-repeat;
	}
div#navPanel ul.mainNav li a:hover span,
div#navPanel ul.mainNav li a.active span{
	background-color:#B09358;
	color:#4B210F;
	}
div#navPanel a.rssLink{
	display:block;
	width:181px;
	height:36px;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	margin:20px 0 20px 24px;
	background:url(images/rss-link.gif) 0 0 no-repeat;
	}
div#navPanel a.rssLink:hover{
	background-position:0 100%;
	}

/*--------------------------- BODY CONTAINER - RIGHT PANEL ---------------------------*/
div#rightPanel{
	width:510px;
	float:left;
	}
div#rightPanel img.bannerImg{
	border:1px solid #4D2B0C;
	}

/*--------------------------- BOTTOM CONTAINER ---------------------------*/
div#botContainer{
	height:227px;
	background:url(images/bot-container-bg.jpg) 0 0 no-repeat;
	padding:18px 0 0 32px;
	}
div#botContainer h2,
div#formArea h2{
	font:italic 34px/40px "Times New Roman", Times, serif;
	color:#ECDCB7;
	background-color:inherit;
	padding:0 0 5px 38px;
	background:url(images/main-hdr-bg.gif) 0 8px no-repeat;
	}
div#botContainer div#botContentArea{
	width:450px;
	height:162px;
	}
div#botContainer div#botContentArea h3,
div#formArea h4{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	}
div#botContainer div#botContentArea p,
div#formArea p{
	padding-bottom:12px;
	}
div#botContainer div#botContentArea p a{
	color:#492B16;
	background-color:inherit;
	text-decoration:underline;	
	}
div#botContainer div#botContentArea p a:hover{
	text-decoration:none;
	}
div#botContainer div#botContentArea div.dataTable{
	padding-bottom:15px;
	font-size:12px;
	line-height:16px;
	}
div#botContainer div#botContentArea div.dataTable td{
	padding:2px 5px 2px 0;
	}
div#botContainer div#botContentArea ul.bodyList1{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	padding-bottom:0 !important;
	height:115px;
	}
div#botContainer div#botContentArea ul.bodyList1 li{
	float:left;
	width:auto;
	padding-right:45px;
	}
div#botContainer div#botContentArea ul.bodyList1 li ul{
	height:auto;
	padding:0;
	}
div#botContainer div#botContentArea ul.bodyList1 li ul li{
	background:url(images/bull2.gif) 0 5px no-repeat;
	float:none;
	width:auto;
	padding:0 0 3px 14px;
	}
div#botContainer div#botContentArea div.bodyBtns{
	padding-bottom:15px;
	height:29px;
	}
div#botContainer div#botContentArea div.bodyBtns a{
	display:block;
	width:auto;
	float:left;
	font-weight:bold;
	height:29px;
	padding:0 12px;
	font-size:12px;
	line-height:28px;
	color:#492B16;
	background-color:#9C8152;
	}
div#botContainer div#botContentArea div.bodyBtns a:hover{
	color:#fff;
	background-color:#492B16;
	}

/*--------------------------- FORM AREA ---------------------------*/
div#formArea{
	background:url(images/form-bg.gif) 0 0 repeat-y;
	}
div#formArea div.formBotBg{
	background:url(images/form-bot-bg.jpg) 0 100% no-repeat;
	}
div#formArea div.formBotBg div.formTopBg{
	background:url(images/form-top-bg.jpg) 0 0 no-repeat;
	padding:28px 25px 20px;
    height:580px;
	}
div#formArea h3{
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#492B16;
	background-color:inherit;
	background:url(images/double-bdr-bg.gif) 0 100% repeat-x;
	margin-bottom:7px;
	height:25px;
	}
div#formArea h3 span{
	display:block;
	float:left;
	width:auto;
	padding-right:30px;
	}
div#formArea h3 input{
	float:left;
	width:14px;
	height:14px;
	margin:4px 6px 0 0;
	}
div#formArea h3 label{
	display:block;
	float:left;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	}
div#formArea div.formContainer{
	padding-bottom:18px;
	overflow:hidden;
	height:100%;
	}
div#formArea div.formContainer div.formContainerLeft{
	width:220px;
	float:left;
	}
div#formArea div.formContainer div.formContainerRight{
	width:220px;
	float:right;
	}
div#formArea div.formFields{
	height:24px;
	}
div#formArea div.formFields label{
	font-size:12px;
	line-height:20px;
	display:block;
	float:left;
	width:auto;
	}
div#formArea div.formFields input{
	width:110px;
	border:1px solid #C9B38B;
	padding:2px 0 0 3px;
	height:16px;
	float:right;
	color:#A8936D;
	background-color:#fff;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	}
div#formArea div.formDataTable{
	padding-bottom:15px;
	font-size:12px;
	line-height:16px;
	}
div#formArea div.formDataTable th{
	padding:2px 5px 2px 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	}
div#formArea div.formDataTable td{
	padding:2px 5px 2px 0;
	}
div#formArea div.formDataTable td img{
	border:1px solid #CCB786;
	}
div#formArea div.formDataTable td input{
	width:45px;
	border:1px solid #C9B38B;
	padding:2px 0 0 3px;
	height:16px;
	color:#A8936D;
	background-color:#fff;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	}
div#formArea div.submitBtn{
	margin:0 auto;
	width:114px;
	height:29px;
	padding-bottom:20px;
	}
div#formArea div.submitBtn input{
	width:114px;
	height:29px;
	border:none;
	}
div#formArea div.checkList{
	padding-bottom:18px;
	height:100%;
	overflow:hidden;
	}
div#formArea div.checkList input{
	float:left;
	width:14px;
	height:14px;
	margin:1px 6px 0 0;
	}
div#formArea div.checkList label{
	display:block;
	float:left;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	padding-right:30px;
	width:auto;
	}
div#formArea div.mailingAddBanner{
	padding-bottom:20px;
	}
div#formArea div.mailingAddBanner img{
	margin:0 auto;
	}

/*--------------------------- FOOTER AREA ---------------------------*/
div#footer{
	width:830px;
	margin:0 auto;
	padding:10px 0 0 70px;
	color:#5E5849;
	background-color:inherit;
	background:none;
	position:relative;
	}
div#footer ul{
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	}
div#footer ul li{
	display:inline;
	padding:0 1px;
	}
div#footer ul li a{
	color:#5E5849;
	background-color:inherit;
	}
div#footer ul li a:hover,
div#footer ul li a.active{
	color:#ECDCB7;
	background-color:inherit;
	}
div#footer p{
	font-size:11px;
	line-height:17px;	
	}
div#footer p a{
color:#5E5849;
background-color:inherit;
text-decoration:underline;
}
div#footer p a:hover{
text-decoration:none;
}
    
div#footer div.socialLinks{
	width:64px;
	height:28px;
	position:absolute;
	top:12px;
	left:0;
	z-index:100;
	}
div#footer div.socialLinks a{
	display:block;
	width:27px;
	height:28px;
	float:left;
	margin-right:5px;
	font-size:0;
	line-height:0;
	}

/*--------------------------- BLOG AREA ---------------------------*/
div.blogArea{
	height:575px;
	}

/*--------------------------- BLOG BLOCK ---------------------------*/
div.blogBlock{
	padding-bottom:32px;
	}
div.blogBlock div.blogTitles{
	padding-bottom:13px;
	}
div.blogBlock div.blogTitles h4{
	width:360px;
	float:right;
	font-size:15px !important;
	line-height:21px !important;
	font-weight:normal;
	color:#4B210F;
	padding:17px 0 0 0 !important;
	}
div.blogBlock div.blogTitles h4 a{
	color:#000;
	}
div.blogBlock div.blogTitles h4 a:hover{
	text-decoration:underline;
	}
div.blogBlock div.blogTitles h4 span{
	display:block;
	background:url(images/post-icon.gif) 6px 50% no-repeat #C8B58F;
	padding-left:29px;
	height:19px;
	font-size:11px;
	line-height:19px;
	font-weight:normal;
	margin-top:5px;
	}
div.blogBlock div.blogTitles h4 span strong{
	color:#4B210F;
	}
div.blogBlock div.blogTitles h5{
	width:55px;
	float:left;
	text-align:center;
	background-color:#B27245;
	color:#fff;
	font-size:12px;
	line-height:24px;
	text-transform:uppercase;
	}
div.blogBlock div.blogTitles h5 strong{
	display:block;
	background-color:#C8B58F;
	padding:3px 0;
	font-size:12px;
	line-height:16px;
	color:#5B3314;
	font-weight:normal;
	}
div.blogBlock div.blogTitles h5 strong span{
	display:block;
	}
div.blogBlock img{
	padding:10px;
	border:1px solid #F0F0F0;
	margin:0 15px 8px 0;
	float:left;
	}
div.blogBlock p{
	font-size:12px;
	line-height:18px;
	color:#4B210F;
	padding-bottom:11px !important;
	}
div.blogBlock p a{
	text-decoration:underline;
	color:#5B3314;
	}
div.blogBlock p a:hover{
	text-decoration:none;
	}
div.blogBlock div.blogComments{
	height:20px;
	margin-top:12px;
	}
div.blogBlock div.blogComments span.more{
	float:right;
	background:url(images/comments-icon2.gif) 6px 1px no-repeat;
	display:block;
	padding:0 0 0 25px;
	height:20px;
	}
div.blogBlock div.blogComments span.more a{
	padding:0 5px;
	font-size:11px;
	line-height:15px;
	color:#fff;
	background-color:#643818;
	font-weight:bold;
	}
div.blogBlock div.blogComments span.more a:hover{
	color:#fff;
	background-color:#000;
	}
div.blogBlock div.blogComments span.comments{
	float:right;
	background:url(images/comments-icon.gif) 10px 1px no-repeat;
	display:block;
	padding:0 10px 0 30px;
	height:20px;
	}
div.blogBlock div.blogComments span.comments a{
	font-size:11px;
	line-height:15px;
	color:#643818;
	font-weight:bold;
	}
div.blogBlock div.blogComments span.comments a:hover{
	color:#000;
	}

/*--------------------------- BLOG SIDE PANEL ---------------------------*/
div#sidebar{
	padding-bottom:25px;
	}
div#sidebar ul{
	padding:5px 0 0 6px;
	font:bold italic 13px/21px "Times New Roman", Times, serif;
	}
div#sidebar ul li.widget{
	padding:20px 0 0;
	}
div#sidebar ul li.widget h2.widgettitle{
	font-size:18px;
	line-height:22px;
	padding:0 0 6px 18px;
	color:#ECDCB7;
	font-weight:bold;
	}
div#sidebar ul li ul{
	padding:0;
	}
div#sidebar ul li ul li{
	padding:0 7px 1px 0;
	background:url(images/main-nav-divider.gif) 12px 100% no-repeat;
	}
div#sidebar ul li ul li a{
	display:block;
	height:23px;
	padding-left:18px;
	background-color:inherit;
	color:#4B210F;
	}
div#sidebar ul li ul li a:hover,
div#sidebar ul li ul li a.active{
	background:url(images/bull1.gif) 0 5px no-repeat;
	}

/*--------------------------- EXTRAS ---------------------------*/
.noBg{
	background:none !important;
	}





