


/* basics */

*{margin:0; padding:0;}

body {
	background-color: #0d0d0d;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 8pt;
	margin:0px;
	}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#D49F49;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	/* width:885px; */
	width:985px;
	margin: 0 auto;
	padding:0;
	color:#fff;
	overflow: hidden;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

#container_inner {
	width:985px;
	position:relative;
	}

/* left column */


#left_column {
	width:255px;
	float:left;
	margin: 0 0 0 48px ;
	padding:0;
	color:#fff;
	overflow: hidden;
	}

/* right column */


#right_column {
	width:630px;
	float:right;
	margin: 0 48px 0 0 ;
	padding:0;
	color:#fff;
	overflow: hidden;
	}

/* header */

#header {
  	width:630px;
  	height:340px;
	position:relative;
	}

#header #headline {
	text-align:right;
	}


/* main menu */

#main_menu {
  	width:255px;
	}

#main_menu a img {
	border:0px;
	}

/* top menu */

#top_menu {
	text-align:right;
	padding-top:30px;
	}

#top_menu a {

	}

#top_menu a:hover {

	}


/* flashbox */

#flashbox {
	text-align:right;
	margin-top:20px;
	position:relative;
	height:230px;
	}

#flash_container {
	position:absolute;
	top:0px;
	left:25px;
	width: 605px;
	height: 230px;
	background-image: url("images/flash_bg2.jpg");
	background-repeat: no-repeat;
	}

#flash {
	position:absolute;
	top:5px;
	left:5px;
	width: 595px;
	height: 220px;
	}


/* Headline */

#headline {
	text-align:right;
	padding-top:20px;
	}

#headline h1 {
	font-size:20px;
	font-family: trebuchet ms, helvetica, sans-serif;
	color: #d49f49;
	margin:0;
	padding:0;
	}


/* Signup */

#signup {
	background-image: url("images/signup_bg.jpg");
	background-repeat: no-repeat;
	height:95px;
	width:255px;
	text-align:left;
	padding:25px 0 0 25px;
	color:#f6e2c2;
	margin:0 0 10px 0;
	}

#signup form {
	}

/* Follow */

#follow {
	background-image: url("images/follow_bg.jpg");
	background-repeat: no-repeat;
	height:50px;
	width:255px;
	text-align:left;
	padding:35px 0px 0px 30px;
	margin:0 0 10px 0;
	}

#spoon {
margin: 20px 0;
}

/* header post */

.headerpost_wrapper {
		margin:0;
		padding:38px 0 10px 55px;
	}

.headerpost {
		padding:0;
		margin:10px 0 10px 0;
		color:#666;
	}

.headerpost h3 {
		padding:0;
	font-size:12px;
	color:#860000;
	margin:15px 0 3px 0;
	}

.headerpost h3 a {
	color:#860000;
	text-decoration:none;
	}

.headerpost h3 a:hover {
	color:#000;
	text-decoration:none;
	}


/* pagebody */

#pagebody {
	margin:0px;
	}

h2.page_heading{
	font-size: 14pt;
	margin:30px 0 10px 10px;
	border-bottom:0px solid #fae7c9;
	padding:0 0 5px 0;
	}

h2.pagetitle{
	font-size: 14pt;
	margin:30px 0 10px 10px;
	border-bottom:1px solid #fae7c9;
	padding:0 0 5px 0;
	}

.post h3{
	font-size:19pt;
	font-weight:bold;
	color:#d49f49;
	}

.post h3 a{
	color:#d49f49;
	text-decoration:none;
	}

p.page_more {
	margin:3px 0 15px 0;
	text-align:right;
	}
p.page_more a{
	color:#d49f49;
	text-decoration:none;
	}

p.page_more a:hover{
	color:#fae7c9;
	text-decoration:none;
	}

p.notfound {
	margin:3px 0 15px 0px;
	padding:0 0 0 14px;
	text-align:left;
	color:#fae7c9;
	}

/* content */


#content {
	float: left;
	width:370px;
	overflow: hidden;
	margin:30px 0px 20px 15px;
	font-size:10pt;
	font-weight:normal;
	line-height:20pt;
	color:#fae7c9;
	}

#content.wide {
	width:550px;
	}

#content h2 {
	font-size:16pt;
	font-weight:normal;
	color:#d49f49;
	}

#content h3 {
	font-size:17pt;
	font-weight:normal;
	color:#d49f49;
	}

#content p {
	margin:10px 0 8px 0;
	}

/* right sidebar */


#right_sidebar {
	position:relative;
	float: right;
	width: 260px;
	overflow: hidden;
	margin: 30px 0 20px 0;
	padding-right: 10px;
	}

/* right boxes */


#right_sidebar .right_box {
	position:relative;
	margin: 15px 0 15px 0;
	}

#right_sidebar .right_box .image {
	position:relative;
	width:60px;
	float:left;
	}

#right_sidebar .right_box .content {
	position:relative;
	width:130px;
	float:right;
	}


#right_sidebar .right_box .content h3 {
	padding:0;
	margin:0px 0 2px 0;
	font-size:13pt;
	line-height:16pt;
	font-weight:normal;
	color:#d49f49;
	}


#right_sidebar .right_box .content h4.wine {
	padding:0;
	font-weight:regular;
	font-size:9pt;
	line-height:10pt;
	color:#f8f8f8;
	margin:3px 0 1px 0;
	}

#right_sidebar .right_box .content h4.special {
	padding:0;
	font-weight:regular;
	font-size:12pt;
	line-height:13pt;
	color:#f8f8f8;
	margin:3px 0 1px 0;
	}

#right_sidebar .right_box .content h4.news {
	padding:0;
	font-weight:regular;
	font-size:12pt;
	line-height:13pt;
	color:#f8f8f8;
	margin:3px 0 1px 0;
	}

#right_sidebar .right_box .content p {
	padding:0;
	font-size:12pt;
	line-height:13pt;
	color:#fae7c9;
	margin:1px 0 5px 0;
	}

#right_sidebar .right_box .content p.small {
	padding:0;
	font-size:10px;
	color:#fae7c9;
	margin:2px 0 5px 0;
	text-align:right;
	}

#right_sidebar .right_box .content p a {
	font-size:11px;
	color:#fae7c9;
	text-decoration:underline;
	}
/*
#right_sidebar .right_box .content p a p {
	text-decoration:underline;
	}

#right_sidebar .right_box .content p a p:hover {
	text-decoration:none;
	}
*/

#right_sidebar .right_box .content p a:hover {
	font-size:11px;
	color:#fae7c9;
	text-decoration:none;
	}

/* gallery */


#right_sidebar .gallery {
	position:relative;
	margin: 10px 0 10px 0;
	}

#right_sidebar .gallery h3 {
	padding:0;
	margin:0px 0 2px 0;
	font-size:14px;
	color:#d49f49;
	}

#right_sidebar .gallery p {
	padding:0;
	font-size:11px;
	color:#fae7c9;
	margin:2px 0 6px 0;
	}

#right_sidebar .gallery p a {
	color:#fae7c9;
	text-decoration:underline;
	}

#right_sidebar .gallery img {
	margin:2px;
	}



/* post */



.post {
	margin:15px;
	padding:0;
	line-height: 14pt;
	}

.post h2{
	font:normal 12pt trebuchet ms, helvetica, sans-serif;
	}

.post h2 a{
	color: #d49f49;
	text-decoration: none;
	}

.post h2 a:hover{
	color: #fae7c9;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	border:0px solid #946200;
	color:#fae7c9;
	}

.postmetadata a{
	color:#fae7c9;
	text-decoration:underline;
	}

.postmetadata a:hover{
	color:#d49f49;
	text-decoration:none;
	}


.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}

.navigation a {
	color:#fae7c9;
	}

.navigation a:hover {
	color:#d49f49;
	}

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}




/* right sidebar */


#right_sidebar {
	float: right;
	width: 200px;
	overflow: hidden;
	margin: 50px 0 20px 0;
	}








/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}

#commentform p{
	color: #000;
	}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}

#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}






/* misc */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption 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;
}




/* footer */

#footer {
	clear: both;
	color:#bea783;
	height:200px;
	background-image: url("images/footer_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}

#footer p {
	clear: both;
	padding:20px;
	margin: 0;
	color: #bea783;
	text-align:center;
	}

#footer a {
	color: #bea783;
	text-decoration: none;
	}

#footer a:hover {
	color: #bea783;
	text-decoration: underline;
	}


/* site credits */

#footer p.site-credits {
	clear: both;
	padding:20px;
	margin: 0;
	color: #bea783;
	text-align:center;
	}

#footer p.site-credits a {
	color: #bea783;
	text-decoration: none;
	}

#footer p.site-credits a:hover {
	color: #bea783;
	text-decoration: underline;
	}



/* Wine List */

.wine-section-header {
	font-size:13pt;
	padding-top:30px;
	padding-bottom:15px;
	color: #d49f49;
	line-height: 15px;
}

.wine-item-header {
	font-size:11pt;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
}
.wine-item-description {
	font-size:10pt;
	margin-top:0px;
	margin-bottom:0px;
}


/* Menu */

.menu-section-header {
	font-size:13pt;
	padding-top:30px;
	padding-bottom:15px;
	color: #d49f49;
	line-height: 15px;
}

.menu-item-header {
	font-size:11pt;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
}

.menu-item-description {
	font-size:10pt;
	margin-top:0px;
	margin-bottom:0px;
}
.menu-item-addons {
	font-size:10pt;
	margin-top:0px;
	margin-bottom:0px;
	color: #d49f49;
}
