/*
Theme Name: Vineyard
Theme URI: http://www.sideways8.net
Description: A Custom Theme by the Guys at Sideways8Interactive
Version: 1.0
Author: Aaron Reimann & Adam Walker
Author URI: http://www.sideways8.net
Tags: 
*/


* { 
	margin:0;
	padding:0;
}

p {
	margin:10px 0 10px 0;
}
body {
   text-align: left;
   font-family: Arial, Helvetica, 'Myriad Pro', Verdana, Geneva, sans-serif;
   font-size: 75.01%;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}

li {
	margin-left: 1em;
	margin-bottom:10px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: underline;
}

/*****************
basic layout 
*****************/
body {
	color: #444;
	margin:0;
	background: #fff;
}

div#pagewrapper {
	color: black;
	width:993px;
	margin-top: 29px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0 0 0 0;
}

div#header {
	float: left;
	width: 993px;
	height: 147px;
}
div#logo h1 {
	float: left;
	background: url('images/logo_bg.png') no-repeat scroll top left;
	width: 165px;
	height: 65px;
	margin: 0;
}
div#logo h1 a {
	width: 165px;
	height: 65px;
	display: block;
	text-indent: -999em;
}
div#header-box1 {
	float: left;
	width: 541px;
	height: 147px;
	margin: 0 0 0 23px;
	position: relative;
}
div#header-box2 {
	float: left;
	width: 159px;
	height: 147px;
	margin: 0 0 0 12px;
	background: url('images/box2_bg.jpg') no-repeat scroll top left;
}

div#association_of_vineyard {
	font-size:10px;
	
}

div#header-box3 {
	float: left;
	width: 235px;
	height: 147px;
	margin: 0;
	background: url('images/box3_bg.jpg') no-repeat scroll top left;
}

div.promo_slider {
	background: #000;
}

div#top-nav {
	margin: 60px 0 0 0;
	position: absolute;
	top: 0px;
	left: 200px;
	clear: left;
}
div#top-nav ul li {
	list-style-type: none;
}
div#top-nav ul li {
	float: left;
}
div#top-nav ul li a {
	color: #3b7b77;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
div#top-nav ul li a:hover {
	text-decoration: underline;
}

div#three-buttons {
	height: 61px;
	width: 539px;
	float: left;
	text-align: center;
}

/* remove the list style */
.three-buttons-nav {
	margin:0; 
	padding:0; 
	list-style:none;
	color: #fff;
}	

	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	.three-buttons-nav li {
		float:left; 
		display:block; 
		text-align: center;
		position:relative;
		z-index:1000; 
		margin:0 1px;
		list-style-type: none;
		background: url('images/box_big_button_bg.jpg') no-repeat scroll top left;
		width: 173px;
		height: 61px;
		float: left;
		margin: 18px 6px 0 0;
		padding: 0;
		color:#fff;
	}
	
	/* this is the parent menu */
	.three-buttons-nav li a {
		display:block; 
		height:41px; 
		color:#fff; 
		text-align:center; 
		text-decoration:none; 
		font-size: 18px;
		font-weight:bold;  
margin: 20px 0 0 0;
position:relative;
z-index:1000;
	}

	.three-buttons-nav li a:hover {
		color:#71B23D;
	}

	/* you can make a different style for default selected value */
	.three-buttons-nav a.selected {
		color:#f00;
	}

	/* submenu, it's hidden by default */
	.three-buttons-nav ul ul {
		position:absolute; 
		left:0; 
		display:none; 
		margin:0 0 0 0; 
		padding:0; 
		list-style:none;
		z-index:1000;
	}
	
	.three-buttons-nav ul ul li {
		width: 173px;
		height: 40px;
		float:left; 
		background: #1e1e1e;
		margin: 0;
		border-bottom: 1px solid #aaa;
		position:relative;
		z-index:1000;
	}
	
	/* display block will make the link fill the whole area of LI */
	.three-buttons-nav ul ul a {
		display:block;  
		width: 173px;
		height: 40px;
		font-size: 12px;
		color:#ccc;
		margin: 0;
		padding: 15px 0 0 0;
		position:relative;
		z-index:1000;
	}
	
	.three-buttons-nav ul ul a:hover {
		text-decoration:none;
		color:#fff;
	}

	/* fix ie6 small issue */
	/* we should always avoid using hack like this */
	/* should put it into separate file : ) */
	*html .three-buttons-nav ul {
		margin:0 0 0 -2px;
	}


div#three-buttons2 ul li {
	list-style-type: none;
	background: url('images/box_big_button_bg.jpg') no-repeat scroll top left;
	width: 173px;
	height: 61px;
	float: left;
	margin: 18px 6px 0 0;
	padding: 0;
	display: block;
}
div#three-buttons2 ul li a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	width: 173px;
	height: 61px;
	display: block;
}
div#three-buttons2 ul li a:hover {
	color: #7ec04b;
	text-decoration: none;
	text-align: center;
}

div#main {
	float: left;
	margin: 14px 0px 0 32px;
	line-height: 22px;
	color: #444;
	min-height: 400px;
	width: 930px;
	position:relative;
}


div#slider {
	width:710px;
	height:270px;
	position:absolute;
	top:-10px;
	left:-8px;
	z-index:500;
}

div#imnewhere {
	background: url('images/ImNewHere.jpg') no-repeat scroll top left;
	width: 361px;
	height: 196px;
	position:absolute;
	top:74px;
	left:580px;
	z-index:1000;
}

div#imnewhere a:hover {
	color:#fff;
}

div#listen {
	width: 250px;
	height: 185px;
	position:absolute;
	top:274px;
	left:-8px;
}


div#find-us {
	width: 270px;
	height: 185px;
	position:absolute;
	top:274px;
	left:246px;
}

div#dates {
	width: 181px;
	height: 185px;
	position:absolute;
	top:274px;
	left:520px;
}

div#home-sidebar-bottom {
	background: url('images/listen-box.jpg') no-repeat scroll top left;
	width: 226px;
	height: 185px;
	position:absolute;
	top:274px;
	right:0;
	padding:10px 0 0 0;
}

div#service-times {
	background: url('images/service-times.jpg') no-repeat scroll top left;
	width: 206px;
	height: 78px;
	position:absolute;
	top:0;
	right:-2px;
	padding:0 10px;
	font-size:20px;
}

div#content {
	background: url('images/content_bg.jpg') no-repeat scroll top left;
	width: 993px;
	clear: left;
	min-height: 550px;
	padding: 0 0 0 0;
}


div#footer {
	padding: 0 0 0 0;
	background: url('images/footer_bg.jpg') no-repeat scroll top center;
	width: 993px;
	color: #4b4b4b;
}
div#footer p {
	padding: 1px 0 0 0;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}



/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	font-size: 1.5em; 
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */



/* Post */

.post {
	font-size:14px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #fff;
}

.post .title h2 {
	font-size: 22px;
	color: #71B23D;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

/*.navigation {
}*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Search */

#search {
	float: left;
	width: 220px;
	margin: 0 0 0 30px;
	height: 20px;
}

#search form {
	margin: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 138px;
	background: #fff;
	border: 1px #555 solid;
	height: 20px;
}
div#search-submit-div {
	float: left;
	padding: 0 0 0 10px;
}
div#search-field-div {
	float: left;
	padding: 1px 0 0 0;
}

/* End Search */



#footer-nav {
	width: 993px;
	height: 27px;
	padding: 0;
	list-style-type:none;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	color: #bdf1d1;
}

#footer-nav li {
	margin-right:15px;
	}

#footer-nav li, #subnav li {
	float:left;
	list-style:none
	}

#footer-nav a {
	font-size: 14px;
	color: #aaddbd;	
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding: 4px 10px 2px 10px;
	}



div#sidebar {
	float: left;
	width: 220px;
	display: inline;
	padding: 20px 20px 0 0;
	line-height: 16px;
	color: #fff;
}
div#sidebar li {
   list-style-type: none;
}
div#sidebar h2 {
	color: #fff;
	font-size: 16px;
}
#sidebar ul li.widget_text {
	list-style-type: none;
}

#sidebar a {
	color: #71b23d;
	text-decoration: none;
}
#sidebar p {

}


div#sidebar-left {
	float: left;
	width: 220px;
	display: inline;  /* FIX IE double margin bug */
	padding: 20px 0 0 20px;
	line-height: 16px;
	color: #fff;
}
div#sidebar-left li {
   list-style-type: none;
}
div#sidebar-left h2 {
	color: #fff;
	font-size: 16px;
}
#sidebar-left ul li.widget_text {
	list-style-type: none;
}

#sidebar-left a {
	color: #71b23d;
	text-decoration: none;
}
#sidebar-left p {

}


div#main h2 {
	font-size: 32px;
	color: #71B23D;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
}
div#main h3 {
	font-size: 24px;
	color: #71B23D;
	padding: 0 0 0 0;
	margin: 0;
}

div#home-sidebar-bottom h2 {
	font-size:18px;
}

.widgettitle li {
	list-style:none;
}



#main a {
	color: #71b23d;
	text-decoration: none;
}
#main a:hover {
	color: #000;
	text-decoration: underline;
}

#main li {
	list-style:none;
}

#main ul li {
	list-style:disc;
}

.main-with-sidebar {
	float: left;
	width: 620px;
	padding: 0 0 0 20px;
}


.main-with-two-sidebar {
	float: left;
	width: 400px;
}



.post-title-div {
	float: left; margin: 62px 0 0 0;  border-bottom: #222 2px solid; width: 438px;
}
.post-thumbnail-div {
	float: left; margin: 0 0 0 17px; width: 475px; height: 112px;
}

div.entry {
	line-height: 24px;
	font-size: 15px;
	color: #444444;
}

div.entry img {
	border:solid 3px #232323;
	margin:5px 10px;
}

div#page-with-sidebar {
	width:750px;
	float:left;
}

div#page-with-sidebar2 {
	width:750px;
	float:left;
	margin:70px 0 0 0;
}

div#fullpage {
	width:930px;
	float:left;
}

div#association_of_vineyard {
	font-size:9px;
	margin:60px 0 0 14px;
}

div#giveshare {
	width: 146px;
	margin: 15px 0 0 12px;
}
div#giveshare img {
	float: left;
	margin: 0;
	padding: 0;
}
div#association {
	margin: 85px 0 0 14px;
}



#tec-content {
	width: 930px;
	margin: 0 0 0 29px;
}

.widget_rss li {
	line-height: 16px;
}
