/* BASE CSS */
@import url('wof.css');

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #EEE6D4;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6C5635;
}

body.editor {
	background-color: #FFFFFF;
	min-height: 200px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #6C5635;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#content.home h1 {
	font-size: 14px;
	letter-spacing: 0px;
}

.no_header_photo h1 {
	margin-bottom: 80px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

img { 
	border: none;
}

a {
	outline: none;
	color: #6C5635;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

hr {
	background-color: #9C7D5B;
	color: #9C7D5B;
	height: 1px;
	border: 0px;
	margin: 10px 0px;
}

div.hr {
        height: 1px;
        background-image: url(../images/divider_line.gif);
        background-repeat: repeat-x;
        margin-bottom: 10px;
}   

div.hr {
        clear: both;
	margin: 10px 0px;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	height: 1px;
}

div.hr hr {
        display: none;
	margin: 0px;
}  

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	border: 1px solid #9C7D5B;
	margin: 5px 0px 10px 15px;
}

.left_photo {
	float: left;
	border: 1px solid #9C7D5B;
	margin: 5px 15px 10px 0px;
}

.right_box {
	float: right;
	background-color: #E0D2B5;
	padding: 15px;
	border: 1px solid #9C7D5B;
}

.right_box img {
	border: 1px solid #9C7D5B;
	margin-bottom: 5px;
}

iframe {
	border: 1px solid #9C7D5B;
	width: 714px;
	height: 400px;
	padding: 2px 2px 0px 2px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button {
	border: 0px;
	background-color: #6C5635;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

a.button {
	text-decoration: none;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#header {
	background-color: #F2ECDC;
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	height: 220px;
	text-align: center;
}

#header_inner {
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
	height: 205px;
}

#header_inner_inner {
	width: 865px;
	margin: 0px auto;
	position: relative;
}

#mailing_list {
	position: absolute;
	top: 85px;
	right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

#mailing_list input {
	width: 140px;
	border: 1px solid #D1BC93;
	padding: 2px 5px 3px 5px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 9px;
}

#mailing_list .email_submit {
	width: 21px;
	height: 23px;
	padding: 0px;
	border: 0px;
}

#social_icons {
	text-align: right;
}

#social_icons img {
	margin-left: 5px;
}

#content_box {
	background-color: #E0D2B5;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

#content_box_bottom {
	background-image: url('../images/content_bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#content_box_top {
	background-image: url('../images/content_bg_top.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

#content_box_inner {
	width: 820px;
	margin: 0px auto;
	padding: 59px 40px 70px 40px;
}

#content_box_inner.wine_club {
	padding-top: 29px;
}

#headerphoto {
	margin: 0px auto 25px auto;
	width: 522px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 23px 10px;
}

#content {
	margin: 0px 50px;
}

#content.home {
	width: 820px;
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
	color: #B39858;
}

#content.no_header_photo {
	margin: 25px 50px 0px 50px;
}

#left_content {
	width: 140px;
	float: left;
}

#footer {
	height: 105px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	border-top: 11px solid #E0D2B5;
}

#footer.home {
	background-image: none;
}

#footer_inner {
	width: 830px;
	margin: 0px auto;
	padding: 15px;
	color: #B39858;
	line-height: 22px;
}

#footer_inner img {
	vertical-align: middle;
	margin-right: 7px;
}

#footer_inner span {
	float: right;
	line-height: 22px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px 0px 0px 15px;
	margin: 20px auto 0px auto;
	width: 850px;
	border-top: 1px solid #D1BC93;
}

#nav li {
	list-style: none;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px 5px;
	position: relative;
	margin-left: 8px;
}

#nav li a {
	color: #6C5635;
	display: block;
	width: auto;
	padding: 3px;
	text-decoration: none;
}

#nav li.nav_divider {
	background-image: url('../images/nav_divider.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
}

#nav li a:hover, #nav li.active a, #nav li.active li a:hover {
	color: #000000;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 37px;
	left: -20px;
	padding: 2px 0px 7px 25px;
	z-index: 100;
	background-image: url('../images/dropdown_bg.gif');
	background-position: bottom left;
	background-color: #EFE7D5;
	width: 166px;
}

#nav #nav5 ul, #nav #nav22 ul  {
	background-image: url('../images/dropdown_bg_211.gif');	
	width: 186px;
}

#nav li.hover ul, #nav li:hover ul {
	display: block;
}

#nav li ul li {
	float: none;
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

#nav li ul li a, #nav li.active ul li a {
	background-image: none;
	background-repeat: repeat;
	display: block;
	text-align: left;
	height: auto;
	color: #6C5635;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
}


/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 22px 22px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 147px;
	height: 147px;
}

.gallery td table td {
	padding: 6px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}


/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

#admin form ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin form li {
	padding: 6px;
	background-color: #DDDDDD;
	margin-bottom: 1px;
}

#admin form label, #admin form .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin form li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin form li div {
	margin-left: 127px;
}

#admin form li div label {
	float: none;
}

#admin form input.input-field, #admin form textarea {
	width: 350px;
}

#admin form .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* Home CSS */

#header_home {
	height: 355px;
	background-image: url('../images/header_home_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 7px;
	margin-top: -7px;
	padding-top: 32px;
}

#header_home_inner {
	height: 299px;
	background-image: url('../images/header_home_inner_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 21px;
}

#header_home_inner2 {
	position: relative;
	width: 865px;
	margin: 0px auto;
}

#header_home_inner ul {
	list-style-type: none;
	width: 865px;
	height: 256px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#header_home_inner li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 865px;
	height: 256px;
	display: none;
}

#header_home_inner li:first-child {
	display: block;
}

#footer.home {
	border: 0px;
	height: 186px;
	padding-top: 25px;
}

#footer.home #footer_inner {
	border-top: 1px solid #D1BC93;
}

.home_box {
	float: left;
	width: 230px;
	padding: 10px 28px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #B39858;
}

.home_box h2 {
	text-transform: uppercase;
	font-size: 12px;
	color: #6C5635;
}

.event {
	margin-bottom: 30px;
	clear: left;
}

.event_photo {
	width: 210px;
	height: 210px;
	background-image: url('../images/event_bg.gif');
	padding: 1px 5px 10px 5px;
	float: left;
	margin-bottom: 30px;
}

.event_info {
	margin-left: 250px;
}

/* Calendar Styles */
table.calendar {
	width: 100%;
}

table.calendar td {
	height: 100px;
}

table.calendar td.calendarHeader {
	font-weight: bold;
	text-align: center;
	width: 14%;
	height: auto;
	border-top: 0px;
	border: 0px;
}

table.calendar td.calendarMonth {
	text-align: center;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border: 0px;
}

table.calendar td.calendarNext {
	text-align: right;
	height: auto;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 5px;
	border: 0px;
}

table.calendar td.calendarPrev {
	text-align: left;
	height: auto;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
	border: 0px;
}

table.calendar td {
	border: 1px solid #9C7D5B;
	padding: 2px;
}

table.calendar td div.dayNum {
	float: right;
	font-weight: bold;
}

table.calendar td.calendarToday {
	background-color: #EDF3FA;
}

/* WOF */

.orderform, .ordertable {
	margin-bottom: 20px;
	width: 100%;
}

.orderform td {
	padding: 2px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

/* TRADE STYLES */

#trade-cats td {
	padding: 0px 38px 10px 0px;
	text-align: center;
}

#trade-cats img {
	border: 1px solid #CAC4B8;
}

#trade {
}

#trade td {
	width: 340px;
	padding: 0px 20px 20px 0px;
}

#trade hr {
	margin: 0px 0px 5px 0px;
}

#trade img {
	float: left;
	border: 1px solid #9C7D5B;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	background-color: #FFFFFF;
}

.trade_list {
	line-height: 22px;
}

/* Wines CSS */

#wines {
	width: 100%;
}

#wines .label {
	width: 220px;
	text-align: center;
}

#wines .description {
	padding-left: 10px;
}

/* Blog CSS */

#blog_content {
	width: 515px;
	float: left;
}

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

img.alignright {
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	margin:0 7px 2px 0;
	display:inline;
}

div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.wp-caption img, .wp-caption a img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}

#blog_sidebar {
	float: right;
	width: 220px;
}

#content #blog_sidebar ul {
	padding: 0px;
	list-style: none;
}

#blog_sidebar ul li {
	list-style: none;
}

.widget {
	background-color: #EFE7D5;
	padding: 10px;
	list-style: none;
	margin: 0px 0px 10px 0px;
}


.widgettitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.widgettitle a {
	text-decoration:  none;
}

.widget ul, .widget form, .widget .tagcloud {
	margin-top: 10px;
}

.widget_twitter li {
	margin-top: 10px;
}

.widget .tagcloud a {
	text-decoration: none;
	display: inline;
}

#blog_content hr {
	margin: 20px 0px;
}

.entry a img {
	border: 1px solid #EEE;
	padding: 5px;
}

.ticket-category {
	margin-bottom: 20px;
}

