body {
	background:#fff;
	color:#111;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:75%;
}

h1, h2, h3, h4, h5, h6, #menu {
	color:#814E21;
	font-family:Georgia, "Times New Roman", Times, serif;;
	margin-bottom:0.5em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.75em;
	margin-bottom:1em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.25em;
}
h5 {
	font-size:1.1em;
}
a {
	color:#792a1f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	background-color:#a14f13;
	border:0;
	color:#a14f13;
	height:2px;
}
p {
	margin-bottom:1em;
}

.container {
	margin:auto;
	width:900px;
}

#header {
	padding:10px 0;
	position:relative;
}
#user-actions {
	font-size:0.9em;
	position:absolute;
	right:0;
	top:1em;
}
.social-link {
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	padding-left:20px;
}
#facebook-link {
	background:url('../img/facebook_16.png') center left no-repeat;
}
#foursquare-link {
	background:url('../img/foursquare_16.png') center left no-repeat;
	margin-left:1em;
}
#twitter-link {
	background:url('../img/twitter_16.png') center left no-repeat;
	margin-left:1em;
}
#menu {
	background:url('../img/menu-bg.gif') top left repeat-x;
	height:38px;
	margin:5px 0 2em 0;
}
#menu ul {
	height:38px;
	list-style:none;
}
#menu li:first-child {
	border-left:2px solid #6f271c;
}
#menu li {
	border-right:2px solid #6f271c;
	float:left;
	position:relative;
}
#menu a {
	color:#fff;
	display:block;
	float:left;
	font-size:1.3em;
	height:35px;
	line-height:38px;
	text-decoration:none;
	padding:0 0.75em;
}
#menu li.active a, #menu a:hover {
	background:url('../img/menu-active-tab-bg.gif') top left repeat-x;
}
#menu ul ul {
	background:#863025 url('../img/menu-sub-bg.gif') 0 0 repeat-x;
	border:1px solid #000;
	border-top-width:0;
	display:none;
	height:auto;
	left:0;
	overflow:hidden;
	padding-top:3px;
	position:absolute;
	top:35px;
	width:150px;
	z-index:1000;
}
#menu ul ul li:first-child {
	border:0;
}
#menu ul ul li {
	border:none;
	background:none;
	display:block;
	float:none;
}
#menu ul ul li a {
	height:auto;
	line-height:2em;
	float:none;
	font-size:1.1em;
	padding:0;
	width:150px;
}
#menu ul ul li a span {
	display:block;
	padding:0 1em;
}
#menu li.active li a, #menu ul ul li.active a, #menu ul ul li a:hover {
	background:none;
}
#menu ul ul li a:hover {
	background:#792a1f;
}
#menu ul li:hover ul, #menu ul li.hover ul {
	display:block;
}


#home-photos {
	margin:auto;
	position:relative;
	width:920px;
}
#photo-frame {
	background:url('../img/photo-frame.png') top left no-repeat;
	height:253px;
	right:0;
	position:absolute;
	top:-175px;
	width:397px;
}
#photo-frame img {
	height:242px;
	margin:3px 10px 10px 3px;
	width:384px;
}


#content {
	margin-top:1em;
	min-height:200px;
	overflow:hidden;
}
#content-main {
	float:left;
	width:494px;
}
#content-sidebar {
	background-color:#e3cfa7;
	border:1px solid #c69467;
	color:#57310C;
	float:right;
	padding:90px 15px 1em 15px;
	width:352px;
	-moz-border-radius:0 0 4px 4px;
}
#content-sidebar h3 {
	border-bottom:2px solid #814E21;
	color:#814E21;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
#content-sidebar dl {
	margin:1em 0;
}
#content-sidebar dt {
	float:left;
	width:8em;
}
#content-sidebar dd {
	margin-left:8em;
	padding-bottom:0.25em;
}

#footer {
	font-size:0.9em;
	margin-top:2em;
	padding:1.5em 0;
	position:relative;
	text-align:center;
}
#footer p {
	margin:0 0 3px 0;
}
#address-hours {
	margin:0 auto 1em auto;
	overflow:hidden;
	width:310px;
}
#address {
	float:left;
	margin:auto;
	text-align:left;
	width:135px;
}
#hours {
	float:left;
	margin:auto;
	text-align:left;
	width:175px;
}
#byteharvest {
	background:transparent url('../img/byteharvest.png') top center no-repeat;
	display:block;
	height:13px;
	margin:auto;
	outline:none;
	text-indent:-999em;
	width:57px;
}
#byteharvest:hover {
	background-color:#bfbba8;
	background-position:bottom center;
}


label {
	display:block;
	margin-top:0.5em;
}
#contact-form input, #contact-form select, #contact-form textarea {
	margin-bottom:0.5em;
	width:300px;
}
#contact-form textarea {
	width:898px;
	height:10em;
}

.post {
	margin-bottom:1.5em;
	padding-bottom:1.5em;
}
.posts .post {
	border-bottom:1px solid #4c4930;
}
.post h4 {
	font-size:1.75em;
	margin:0;
}
.post h4 a, .post h5 a {
	color:#a1793c;
}
.post h5 {
	color:#946f37;
	font-size:1.1em;
	margin:0 0 1em 0;
}
.post-body {
	margin-bottom:1em;
}
.post-links {
	font-size:0.9em;
}
.posts.category h2 {
	border-bottom:1px solid #4c4930;
	font-size:1.25em;
	margin-bottom:2em;
}

#location-info {
	float:left;
	width:380px;
}
#location-map {
	float:right;
	width:500px;
}
#map {
	color:#333;
	height:350px;
	width:500px;
}

.event {
	margin:1em 0 2em 0;
}
.event-date {
	float:left;
	margin-right:1em;
	text-align:center;
	text-transform:uppercase;
	width:3em;
}
.event-date em {
	background-color:#792a1f;
	color:#fff;
	display:block;
	margin-bottom:2px;
	padding:2px 0;
}
.event-date strong {
	display:block;
	font-size:2em;
	line-height:1em;
}
.event-date span {
	font-size:0.9em;
}
.event h6 {
	color:#792a1f;
	font-size:1.35em;
	margin:0;
}
.event em {
	font-size:0.9em;
}
.event-brief {
	margin-top:0.5em;
}
.events-links {
	margin-top:1em;
}

#content-sidebar .event {
	margin:0;
}
#content-sidebar .event h6 + em {
	color:#814E21;
	font-style:italic;
}
#content-sidebar .event-date em {
	background-color:#fff;
	color:#814E21;
}
#content-sidebar .event h6 {
	color:#221;
}


#galleries li {
	margin-bottom:1em;
}
#photos {
	float:left;
	text-align:center;
	width:163px;
}
#gallery {
	background:#e3cfa7;
	float:right;
	width:732px;
}
#gallery img {
	border:1px solid #c69467;
	margin:10px 0;
}
#controls {
	background:#FFF;
	border-bottom:1px solid #c69467;
	overflow:hidden;
	padding-bottom:0.5em;
	width:732px;
}
#controls .ss-controls {
	float:left;
}
#controls .nav-controls {
	float:right;
}
#controls .nav-controls a {
	margin-left:1em;
}
div.slideshow-container {
	clear:both;
	height:520px;
	position:relative;
	width:732px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:730px;
	height:500px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display:block;
	width:730px;
	text-align:center;
}
div.slideshow a.advance-link:hover {
	text-decoration:none;
}
div.slideshow a.advance-link:focus {
	outline:none;
}
div.caption {
	line-height:1.3em;
	padding:1em;
}
ul.thumbs li {
	float:left;
	list-style:none;
	margin-bottom:0.5em;
	padding:0;
	width:154px;
}
ul.thumbs li a {
	display:block;
	text-align:center;
}
a.thumb img {
	background:#fff;
	border:1px solid #111;
	padding:2px;
	margin:auto;
}
a.thumb:focus {
	outline:none;
}
ul.thumbs img {
	border:none;
	display:block;
}

.pagination {
	clear:both;
}
.pagination li{
	border:solid 1px #863025;
	float:left;
	list-style:none;
	margin-right:0.25em;
}
.pagination .off {
	border-color:#4C4930;
	color:#4C4930;
}
.pagination .current {
	background-color:#863025;
	color:#FFF;
}
.pagination a, .pagination span {
	display:block;
	font-weight:bold;
	padding:0.25em 0.5em;
	text-decoration:none;
}

#photos .pagination a, #photos .pagination span {
	float:left;
}

#staff {
	border-top:1px solid #2f2f18;
}
.staff-member {
	border-bottom:1px solid #2f2f18;
	margin:1em 0;
	padding-bottom:1em;
	overflow:auto;
}
.staff-member-pic {
	float:left;
	margin-right:1em;
}
.staff-member h3 {
	margin:0;
}
.staff-member h3 a {
	color:#a1793c;
}
.staff-member h5 {
	font-size:1em;
	margin:0 0 1em 0;
}

.staff {
	overflow:auto;
	margin-bottom:2em;
}
.staff h2 {
	margin-bottom:0.25em;
}
.staff h3 {
	font-size:1.25em;
}
.staff img {
	float:left;
	margin:0 1em 1em 0;
}
.staff .staff-bio p {
	padding:0 0 1em 0;
}

#wine-label {
	float:left;
	width:250px;
} 
#wine-info {
	margin-left:272px;
}
#wine-info h2 {
	margin:0;
}
#wine-info h3 {
	color:#333;
	font-size:1em;
}
#wine-scale {
	margin-top:2em;
}

ul.links {
	margin:1em 0;
}
ul.links li {
	list-style:disc inside;
}

div.wine-group {
	border-width:2px;
	border-style:solid;
	margin-bottom:2em;
	padding-left:24px;
}
div.wine-group h2 {
	display:none;
}

#one07vine-wines {
	background:#000 url('../img/107-wines-header.png') left center no-repeat;
	border-color:#000;
}
#one07vine-wines ul.wines {
	background:#fcfcfc;
}

#grape-wines {
	background:#5a3a75 url('../img/grape-wines-header.png') left center no-repeat;
	border-color:#5a3a75;
}
#grape-wines ul.wines {
	background:#f4ecfa;
}
#fruit-wines {
	background:#c60000 url('../img/fruit-wines-header.png') left center no-repeat;
	border-color:#c60000;
}
#fruit-wines ul.wines {
	background:#fbf0f0;
}
#mark-twain-wines {
        background:#b8915b url('../img/mark-twain-header.png') left center no-repeat;
        border-color:#b8915b;
}
#mark-twain-wines ul.wines {
        background:#fffcf8;
}


div.wine-group .note {
	color:#fff;
	padding:5px;
	text-align:center;
}

ul.wines {
	overflow:auto;
	padding:5px;
}
ul.wines li {
	float:left;
	text-align:center;
	width:179px;
}
ul.wines li a img {
	margin-bottom:5px;
}
ul.wines li a {
	display:block;
	padding:5px;
}
ul.wines li a:hover {
	background:none;
	text-decoration:none;
}
ul.wines li a span {
	display:block;
}
ul.wines li a .wine-name {
	color:#000;
	font-family:Georgia, Serif;
	font-size:1.3em;
}
ul.wines li a .wine-type {
	color:#333;
	font-size:0.9em;
}
#grape-wines a:hover .wine-name {
	color:#5a3a75;
}
#fruit-wines a:hover .wine-name {
	color:#c60000;
}
#loco-vino-wines {
	background:url('../img/loco-vino.png') left top no-repeat;
	min-height:100px;
	padding-left:100px;
}

#mark-twain-wines ul.wines li {
	width:218px;
}

#fruits {
	overflow:auto;
	margin:2em 0;
}
#fruits li {
	float:left;
	margin-bottom:1em;
	text-align:center;
	width:150px;
}
#fruits .fruit-date {
	color:#333;
	font-size:0.9em;
}

dl.locations {
	margin:1em;
}
dl.locations dt, dl.locations dd {
	border-left:1px solid #3a3a3a;	
	padding:0 0 0 1em;
}
dl.locations dt {
	margin-top:1em;
}
dl.locations dd {
	color:#3a3a3a;
}

form dl {
	margin:1em 0;
}
form dd {
	margin-bottom:1em;
}
form dd input {
	padding:4px;
	width:300px;
}
form dd textarea {
	height:100px;
	padding:4px;
	width:746px;
}
form input.submit {
	font-size:1.2em;
}

ul.networks {
	margin-left:1em;
}
ul.networks li {
	list-style:disc inside;
}

h4.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-style:italic;
	padding-right:2em;
	text-align:right;
}
#addresses {
	overflow:auto;
}
#address-winery {
	float:left;
	width:150px;
}
#contact-form {
	border-top:1px solid #32401d;
	margin-top:1em;
	padding-top:1em;
}
#contact-form h4 {
	margin:0;
}

table.links {
	width:100%;
	margin-bottom:2em;
}
table.links th {
	color:#fff;
	background:#863025;
	font-size:1.2em;
	padding:0.25em;
}
table.links td {
	font-weight:bold;
	padding:0.25em 0.25em 0.5em 0.25em;
}
table.links .informal {
	font-size:0.9em;
	font-weight:normal;
}

.employee-box {
	margin-bottom:1em;
}
.employee-box .photo {
	padding-right:1em;
	width:100px;
}
.employee-photo {
	padding-right:1em;
}
.employee-photo .caption {
	font-size:0.8em;
}
.employee-box h5 {
	margin:0;
	padding:0;
}
.employee-detail h2 {
	margin:0;
}
#content .employee-detail h3 {
	font-size:1.1em;
	margin:0;
}
.employee table {
	margin-bottom:1em;
}

.event {
	margin-bottom:2em;
}
#content .event h3 {
	color:#fff;
	background:#32401d;
	font-size:1.2em;
	margin:0;
	padding:0.25em;
}
.event-details {
	padding:0.25em 0.25em 0.5em 0.25em;
}
table.links .informal {
	font-size:0.9em;
	font-weight:normal;
}

div.notice {
	background:#fbf0f0;
	margin-bottom:2em;
	padding:0.5em;
}
div.notice h2 {
	color:#943;
	font-size:1.5em;
	margin-bottom:0;
}

.column {
	float:left;
	margin-right:15px;
	width:240px;
}
.column.last {
	margin-right:0;
}
.column ul {
	margin-bottom:1em;
}

