@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

html, body {
	height: 100%;
	margin: 0px auto;
}

body {
	text-align: center; /*For IE6 Shenanigans*/
	background-color: #d4c2a3;
}

#photos_background {
	width: 100%;
	height: 1100px;
	background-image: url(../images/Large_background.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	z-index: 1;
	position: absolute;
}


#wrapper_background {
	background-image: url(../images/background-repeat_TOP.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#container {
	width: 927px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 500;
	position: absolute;
	left: 50%;
	margin-left: -425px;
}

#header {
	width: 930px;
	height: 150px;
}

#header_logo {
	width: 615px;
	height: 150px;
	background-image: url(../images/Logo.png);
	float: left;
	background-position: 20px 40px;
	background-repeat: no-repeat;
}
#header_search {
	width: 315px;
	height: 150px;
	background-image: url(../images/search_bar.jpg);
	float: left;
}

#header_search form {
	margin-top: 10px;
}

#search_btn {
	background: #be150a; /* Old browsers */
	background: -moz-linear-gradient(top,  #be150a 0%, #a51f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be150a), color-stop(100%,#a51f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #be150a 0%,#a51f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #be150a 0%,#a51f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #be150a 0%,#a51f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #be150a 0%,#a51f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be150a', endColorstr='#a51f1f',GradientType=0 ); /* IE6-9 */
	border: none;
	padding: 2px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#nav_bar {
	width: 993px;
	height: 36px;
	margin-left:-49px;
}

#nav_bar ul {
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#nav_bar li {
	float: left;
}

#nav_bar a {
	text-decoration: none;
    display: block;
    height: 36px;
    width: auto;
}

/*#home_btn {
	width: 99px;
	height: 36px;
	background-image:url(../images/home-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_btn a:hover {
	width: 99px;
	height: 36px;
	background-image: url(../images/home-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}*/

#home_btn {
	width: 81px;
	height: 36px;
	background-image:url(../images/home-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_btn a:hover {
	width: 81px;
	height: 36px;
	background-image: url(../images/home-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#about_btn {
	width: 116px;
	height: 36px;
	background-image: url(../images/about-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#about_btn a:hover {
	width: 116px;
	height: 36px;
	background-image: url(../images/about-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#wines_btn {
	width: 121px;
	height: 36px;
	background-image: url(../images/wines-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wines_btn a:hover {
	width: 139px;
	height: 36px;
	background-image: url(../images/wines-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#music_btn {
	width: 166px;
	height: 36px;
	background-image: url(../images/events-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#music_btn a:hover {
	width: 166px;
	height: 36px;
	background-image: url(../images/events-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#weddings_btn {
	width: 114px;
	height: 36px;
	background-image: url(../images/weddings-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#weddings_btn a:hover {
	width: 114px;
	height: 36px;
	background-image: url(../images/weddings-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#venues_btn {
	width: 120px;
	height: 36px;
	background-image: url(../images/venues-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#venues_btn a:hover {
	width: 120px;
	height: 36px;
	background-image: url(../images/venues-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#photos_btn {
	width: 142px;
	height: 36px;
	background-image: url(../images/photos-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#photos_btn a:hover {
	width: 142px;
	height: 36px;
	background-image: url(../images/photos-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#wineClub_btn {
	width: 230px;
	height: 36px;
	background-image: url(../images/merch_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wineClub_btn a:hover {
	width: 230px;
	height: 36px;
	background-image: url(../images/merch_btn_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#blog_btn {
	margin-top: 2px;
	width: 133px;
	height: 36px;
	background-image: url(../images/blog-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#blog_btn a:hover {
	width: 133px;
	height: 36px;
	background-image: url(../images/blog-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#treebranch_top {
	width: 1127px;
	height: 132px;
	background-image: url(../images/treebranch.jpg);
	background-repeat: no-repeat;
}

#treebranch_sub {
	width: 1127px;
	height: 132px;
	background-image: url(../images/treebranch_subpage.jpg);
}

#slideshow {
	width: 930px;
	height: auto;
}

#under_slides {
	background-image: url(../images/under_slides.png);
	width: 930px;
	height: 32px;
	background-position: -16px -2px;
	background-repeat: no-repeat;
}


#over_slides {
	background-image: url(../images/above_slideshow.png);
	width: 930px;
	height: 44px;
	background-position: -16px top;
	background-repeat: no-repeat;
}

#content {
	width: 1185px;
}

#content_sub {
	width: 1127px;
	height: 756px;
	background-image: url(../images/sub_main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#sub_text {
	width: 520px;
	height: auto;
 min-height: 880px;
	float: left;	
}

#sub_text h1{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 120px;	
}

#sub_text p{
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	margin-left: 120px;
	padding-top: 5px;	
	line-height: 18px;
}

#sub_text h2{
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-left: 120px;
	padding-top: 10px;
	line-height: 20px;	
}

#sub_text a{
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	text-decoration: none;	
}

#sub_text a:hover{
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	text-decoration: underline;	
}

#main_post {
	width: 622px;
	height: 377px;
	float: left;
}


#main_post h1 {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 90px;
	margin-top: 10px;
	line-height: 30px;
}

#main_post h2 {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	margin-left: 70px;
	line-height: 22px;
}

#main_post p {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 90px;
	line-height: 19px;
}

#main_post a {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px 0px 0px 70px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_post a:hover {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px 0px 0px 70px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: underline;
}

#vertical_dots {
	width: 12px;
	height: 277px;
	background-image: url(../images/vertical_dots.jpg);
	float: left;
}

#latest_tweets {
	width: 250px;
	height: 277px;
	float: left;
}

#latest_tweets h1 {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 10px;
	margin-top: 10px;
}

#latest_tweets p {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 10px 5px 0px 10px;
}

#latest_tweets a {
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 10px 5px 0px 0px;
}

#latest_tweets ul li {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 10px 0px 0px 25px;
}

#horizontal_dots {
	width: 1127px;
	height: 23px;
	background-image: url(../images/horizontal_dots.jpg);
	clear: both;
}

#footer {
	width: 1127px;
	height: 84px;
	background-image: url(../images/footer_background.jpg);
	text-align: center;
}

#footer p{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 10px 0px 0px 0px;
}

#footer a{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}

.fancybox img {
	margin: 10px 6px 0px 0px;
	padding: -5px;
}

.content_sub .fancybox a {
	margin: 0px;
	padding: 0px;
}

#wine_text {
	height: auto;
	background-image: url(../images/background-yrepeat.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 1185px;
	float: left;	
}

#wine_text h1{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-left: 80px;	
}

#wine_text p{
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	margin-left: 80px;
	padding-top: 5px;	
	line-height: 22px;
}

#wine_text h2{
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-left: 80px;
	padding-top: 10px;	
}

#wine_text a{
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	text-decoration: none;	
}

#wine_text a:hover{
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	text-decoration: underline;	
}

#wine_col2 {
	width: 520px;
	height: 300px;
	float: left;	
	padding-top: 27px;
}

#wine_col2 h1{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-left: 50px;	
}

#wine_col2 p{
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	margin-left: 50px;
	padding-top: 5px;	
	line-height: 22px;
}

#wine_col2 h2{
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-left:50px;
	padding-top: 10px;	
}

#wine_col2 a{
	color: #8c0c04;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	text-decoration: none;	
}

#gallery {
	height: auto;
	background-image: url(../images/background-yrepeat.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 930px;
	float: left;
}

#gallery_2 {
	height: auto;
	background-image: url(../images/background-yrepeat_xtra.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 926px;
	float: left;
}

#gallery_3 {
	height: auto;
	background-image: url(../images/background-yrepeat_xtra.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 926px;
	float: left;
}

#img_left {
	padding-left: 40px;
}

#img_left_xtra {
	padding-left: 117px;
}

#photo_sub {
	width: 930px;
	height: auto;
	float: left;
	background-image: url(../images/tree_base.png);
	background-repeat: no-repeat;
	text-align: center;
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
    line-height: 2;
}

#horizontal_dots_photo {
	width: 930px;
	height: 85px;
	clear: both;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer_photo {
	width: 100%;
	height: 84px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	bottom: 0;
}

#foot_wrap p{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 10px 0px 10px 0px;
}

#foot_wrap a{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

#foot_wrap a:hover{
	color: #3d3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}

#treebranch_sub_photo {
	width: 930px;
	height: 107px;
	background-image: url(../images/treebranch.png);
	background-repeat: no-repeat;
}

#tree_branch_left {
	float: left;
}

#branch {
	background-image: url(../images/treebranch_left.png);
	width: 823px;
	height: 107px;
	float: left;
	margin-left: -640px;
	background-repeat: no-repeat;
}

#foot_wrap {
	padding-left: 100px;
	text-align: center;
	width: 926px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/background-yrepeat_xtra.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#sub_col2 {
	width: 290px;
	height: auto;
	float: left;	
}

#vertical_dots_sub {
	width: 10px;
	height: 505px;
	float: left;
	margin: 0px 10px 0px 20px;
	background-image: url(../images/vertical_dots_sub.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#map {
	height: 477px;
	float: left;
}

#directions_post {
	width: 522px;
	height: 477px;
	float: left;
	margin-right: 30px;
}

#directions_post h1 {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 90px;
	margin-top: 10px;
	line-height: 30px;
}

#directions_post h2 {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	margin-left: 70px;
	line-height: 22px;
}

#directions_post p {
	color: #3d3d3c;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 90px;
	line-height: 19px;
}


#directions_post a {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px 0px 0px 70px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

#directions_post a:hover {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px 0px 0px 70px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: underline;
}

#clear {
	 clear: both;
}

#venueLeft {
    float: left; 
    width: 375px; 
    height: auto; 
    padding: 0px 0px 0px 10px;
}

#venueExLeft {
    float:left; 
    width: 375px; 
    height: auto; 
    padding: 0px 0px 0px 86px;
}

#venuethumb {
width:375px;
height:250px;
    }

#responsive_nav {
    display: none;
    float: right;
}
.open {
    display: none;
    float: right;
}
.close {
    display: none;
    float: right;
}

a {
	color: #8c0c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;	
	}