/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, serif;
	font-size: 14px;
	background: #000 url(/site_images/bg_body.jpg) left top no-repeat fixed;
}
p, address, ul, ol, li, dt, dd, td, th, div, span, blockquote {
	color: #fff;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #ff5b61;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
	line-height: 18px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	width: auto;
	margin: 0 0 10px 0;
}
img.left, .image-wrap.left, .partner.left img {
	float: left;
	margin: 0 10px 10px 0;
}
img.right, .image-wrap.right, .partner.right img {
	float: right;
	margin: 0 0 10px 10px;
}
.border1 {
	border: 1px solid #8f8e8e;
}
.border2 {
	border: 2px solid #fff;
	margin-bottom:10px;
}
.drop {

}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #fff;
}
h1 {
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
#section-index h1 {
	width: 500px;
}
h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
h3 {
}
h4 {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Layout */
#container {
	position: relative;
	width: 960px;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	width: 331px;
}
.two-a .column.second {
	width: 595px;
	padding: 55px 0 0 30px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}
#left-column {
	position: fixed;
	width: 331px;
	height: 100%;
	background: url(/site_images/bg_left.png) left top repeat;
	border-right: 3px solid #000;
}
/* Modules */
.modules {
	clear: both;
}
.module {
	position: relative;
	float: left;
	background: url(/site_images/bg_left.png) left top repeat;
	padding: 15px;
	margin: 25px 0 0 0;
}
.module h3 {
	font-size: 18px;
	font-weight: bold;
	color: #aeaeae;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.module h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.module.events {
	width: 283px;
}
.module.events .event {
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
}
.module.events h4, .module.events h4 a {
	color: #d2d2d2;
}
.module.events p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #d2d2d2;
	line-height: 14px;
}
.module.subscribe {
	float: none;
	background: none;
	margin: 0 0 25px 0;
	font-size: 13px;
	padding: 0;
}
.module.news {
	width: 215px;
	margin: 25px 35px 0 0;
}
.module.news h4, .module.news h4 a {
	color: #fff;
}
.module.news .date {
	font-size: 10px;
	font-weight: normal;
	color: #a4a4a4;
}
.module.news p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
}
.module.news a.more {
	display: inline;
	color: #FF5B61;
	font-weight: normal;
}
/* Pages */
#logo {
	display: block;
	margin: 35px 0 35px 13px;
}
#primary-menu {
	margin: 0;
}
#primary-menu li {
	margin: 0;
	list-style: none;
	background-image: url(/site_images/bg_nav.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#primary-menu li span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	background: url(/site_images/bg_nav_line.png) left top repeat-x;
}
#primary-menu li.about {background-position: 0 -45px;}
#primary-menu li.partners {background-position: 0 -93px;}
#primary-menu li.calendar {background-position: 0 -142px;}
#primary-menu li.menus {background-position: 0 -188px;}
#primary-menu li.press {background-position: 0 -236px;}
#primary-menu li.events {background-position: 0 -332px;}
#primary-menu li.contact {background-position: 0 -381px;}
#primary-menu li.last {
}
#primary-menu a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 0 10px 68px;
	font-family: Georgia, serif;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	color: #ffc6c7;
	background: url(/site_images/bg_nav_item.png) left top repeat;
}
#footer {
	padding: 29px 0 15px 30px;
	background: url(/site_images/bg_nav_line.png) left top repeat-x;
}
.location {
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.street-level {
	font-family: Georgia, serif;
	font-size: 13px;
	display: block;
	margin: 15px 0 0 0;
}
.social {
	width: 200px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	margin: 0 0 15px 0;
}
.social img {
	margin: 0 2px;
}
.copyright {
	font-size: 10px;
	color: #c9c9c9; 
}
.cd {
	color: #6f6f6f;
}
.cd a {
	color: #558683;
}
#subtle-heading {
	width: 960px;
	height: 120px;
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 135px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
	opacity: .1;
	z-index: -5;
	clip:rect(0px 960px 120px 334px);
}
#section-index #subtle-heading {
	display: none;
}
.partner {
	clear: both;
	padding: 20px 0 0 0;
}
.partner.first-row {
	padding: 0;
}
.partner h2 span {
	font-size: 14px;
	font-weight: normal;
}
.event {
	clear: both;
	margin: 0 0 25px 0;
	padding: 20px;
	border-bottom: 1px solid #574232;
	background: url(/site_images/bg_left.png) left top repeat;
}
.event-combo {
	width: 60px;
	float: left;
}
.event .icon {
	width: 58px;
	height: 55px;
	background: url(/site_images/icon_calendar.png) left top no-repeat;
	margin: 0 0 5px 0;
}
.event .icon .month {
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 10px 0;
	text-align: center;
}
.event .icon .day {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.event .add {
	width: 56px;
	padding: 1px;
	background: #28231f;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.event .add a {
	display: block;
	margin: 0 0 3px 0;
	padding: 1px 0 1px 10px;
	background: url(/site_images/icon_plus.png) 1px 4px no-repeat;
}
.event-info {
	margin: 0 0 0 70px;
}
.event-info h2, .press-entry h2, .event-info h1, .press-entry h1 {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.event-info h2 a, .press-entry h2 a {
	color: #fff;
}
.hometag {
	font-size: 22px;
	margin: 0 0 25px 0;
}
.press-entry {
	margin: 0 0 25px 0;
	padding: 20px;
	background: url(/site_images/bg_left.png) left top repeat;
}
/* Menu Tabs */
.ui-tabs .ui-tabs-nav, .ui-tabs, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-top {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.ui-widget-header, .ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 10px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: #f4f1ee;
	color: #666666;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
	background: #f4f1ee;
}

.submenus ul { 
	border-bottom:1px solid silver;
}

.submenus li a { 
	background: #333333;
	border-top:1px solid silver; 
	border-left:1px solid silver;
	border-right:1px solid silver;
	margin-left:15px;
}


.wine-info-box {
	height: 50px;
}

.wine-info-box p {
	margin: 0;
}

.menu p {
	color: #000;
}
.menu .inner {
	padding: 20px;
	background: #f4f1ee url(/site_images/bg_menu.gif) left top repeat-y;
}
.menu .inner-wine {
	padding: 20px;
}
.menu .inner-wine strong { 
	font-family:Georgia, Times, serif;
	font-weight:bold;
}
.menu .left {
	float: left;
	width: 375px;
}
.menu .right {
	float: right;
	width: 160px;
}
.menu .left p, .menu .right p {
	margin: 0;
}
.menu h2 {
	color: #dc3d2e;
	font-size: 18px;
	font-family: "Trebuchet", arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	clear:both;
}
.menu h3 {
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet", sans-serif;
	text-transform: lowercase;
	margin: 10px 0 5px 0;
}
.menu .exclusions {
	font-size: 9px;
	color: #000;
}
.menu .item {
	font-family: "Trebuchet", Arial, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}
.menu .item .price {
	font-size: 14px;
	color: #000;
}
.menu .footer {
	clear: both;
	padding: 20px;
}
.menu .footer .disclaimer {
	font-size: 10px;
	margin: 0 0 0 30px;
}

.submenus .item { 
	clear:none; 
	height:35px;
	margin:-3px 0 !important;
}
.submenus .item .item_name { 
	clear:left;
	width:486px; 
	color:#000;
	float:left; 
	border-right:1px solid #900;
	margin:0 10px 0 0;
	padding: 10px 0 10px 2px;
}

.submenus .item .glassprice { 
	color:#000;
	width:25px;
	float:left; 
	margin:0;
	padding: 10px 0;
}
.submenus .item .bottleprice { 
	color:#000;
	float:left; 
	margin:0;
	padding: 10px 0;
}

.submenus .item .head { 
	color: #dc3d2e;
}





/* Misc */
.clear {
	clear: both;
}
.likeit {
	text-align: right;
}
.forward, .back {
	display: block;
	padding: 3px;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.forward {
	text-align: right;
}
.press-entry .forward {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.date {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
.byline {
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif;
}
a.more {
	font-size: 10px;
	font-family: "Lucida Grande";
	font-weight: bold;
	display: block;
	color: #ffc6bd;
}
a.more:hover {
	text-decoration: none;
}
.entry-footer {
	margin: 5px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #999;
	clear: right;
}
.entry-footer .activity {
	float: right;
	width: 15px;
	height: 18px;
	padding: 4px 0 0 13px;
	background: url(/site_images/icon_comments.png) left top no-repeat;
}
.entry-footer .activity a {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
}
.entry-footer .categories {
	padding: 0 3px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
/* Comments */
.comment {
	margin: 0 0 8px 0;
}
.comment-inner {
	padding: 5px;
	background: #efcaab;
	border-top: 1px solid #969696;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
}
.commenter {
	padding: 1px 0 5px 50px;
	background: url(/site_images/bg_comment_byline.gif) 20px 0 no-repeat;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #cb742e;
}

/* Forms */
.form-line {
	margin: 9px 0;
	clear: both;
}
input, textarea {
	padding: 3px;
	color: #555;
	border: 1px solid #585858;
	background: #e2e2e2;
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #eed58b;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label {
	width: 165px;
	font-size: 14px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	width: 413px;
	padding: 5px;
	background: #d2d5d2;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: auto;
	margin: 0 0 0 170px;
}
.button {
	background: #9d0a0f;
	color: #fff;
	border: 1px solid #6b6b6b;
	padding: 2px 13px;
	cursor: pointer;
}
#customform-subscribe {
	margin: 5px 0 0 0;
}
#customform-subscribe label {
	display: none;
}
#customform-subscribe #subscribe-email {
	width: 150px;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #c05800;
}
#comment-form label {
	float: right;
	width: 350px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}
