/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body{
	padding:0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#DFDCD1;
	line-height:18px;
}

a{
	outline:none;
	cursor: pointer;
	color:#626263;
}

h3{
	font-weight:normal;	
}

.wine{
	font-size:	8pt;
	margin-bottom:15px;	
}

.wine p{
	padding:0;
	margin:0;
}

.winecopy{
	font-size:	8pt;
	margin-bottom:15px;	
	margin-top:10px;	
}

#wrapper{
	width:900px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#clear{
	clear:both;	
	height:10px;
}

#header{
	width:900px;
	height: 470px;
}

#header-logo{
	height: 128px;
	background-image:url(images/overhex_header.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

#header-rotator{
	height: 342px;
	background-color:#f7f3dc;
	
}

#footer{
	height:75px;	
	background-color:#f7f3dc;
}

#topmenu{
	height:48px;
	background-color:#f7f3dc;
}

#topmenu ul{
	padding:0;
	margin:0;
	position:relative;
	width: 900px;
}

#topmenu ul li{	
	float: left;
	position:relative;
	list-style: none;
}

#topmenu ul li:hover ul{	
	display:block;
}

#topmenu ul li ul{
	position: absolute;
	display:none;
	margin:0px;
	padding:0px;
	margin-left:20px;
	
}

#topmenu ul li ul li{
	float:none;
	width:100px;
	border:1px solid #cd8e58;
	background-color:#F7F3DC;
	margin:0px;
	padding:0px;
	display:block;
}

#topmenu ul li ul li a{	
	color:#626263;
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px; 
	display:inline-block;
	text-transform:uppercase;
}

#topmenu ul li a{	
	margin:0px;
	padding:0px;
	color:#cd8e58;
	font-size:12px;
	cursor:pointer;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:28px;
	padding-left:28px;
	text-decoration:none;
	display:block;
}

#topmenu ul li a:hover{	
	text-decoration:underline;
}

#content{
	display:block;	
	background-color:#f7f3dc;
	clear:both;
}

#content-bg{
	background-image:url(images/content_back.jpg);
	background-position: top left;
	background-repeat:repeat-y;
}

#content-left-home{
	width:250px;
	display:block;	
	float:left;
	height:auto;
	text-align:right;
	padding-bottom:75px;	
}

#content-right-home{
	width:460px;
	display:block;	
	float:left;
	height:auto;
	padding-left:30px;
	padding-top:25px;
	text-align:justify;
	padding-right:160px;
	font-size:9pt;
	color:#626263;
	line-height:30px;
}

#content-right-home span#big{
	/*font-weight:bold;*/
	font-size:25pt;
}

#content-left{
	width:250px;
	display:block;	
	float:left;
	height:auto;
	text-align:right;
	padding-bottom:75px;	
}

#content-left a{
	margin-bottom:20px;	
	margin-right:20px;	
}

#content-left-home a {
	margin-bottom:20px;	
	margin-right:20px;	
	
}

.mainlogo{
	margin-bottom:15px;	
}

#content-right{
	width:526px;
	display:block;	
	float:left;
	height:auto;
	padding-left:40px;
	text-align:justify;
	padding-right:84px;
	font-size:9pt;
	color:#626263;
	padding-bottom:75px;	
}

.post-prodserv strong{
	color: #cd8e59;
	font-weight:normal;
}

.post-prodserv em{	/*font-weight:bold;*/
	
}

.post-team strong{
	color: #cd8e59;
	font-weight:normal;
	
}
.post-team em{	/*font-weight:bold;*/
	
}

.post-prods strong{
	color: #cd8e59;
	font-weight:normal;
	
}

.post-prods em{	/*font-weight:bold;*/
}

.post-prods hr{
	background-color: #ccbfa6;
	color: #ccbfa6;
	height: 1px;
	border:0;
}

.post-fair strong{
	color: #cd8e59;
	font-weight:normal;
	
}
.post-fair em{	/*font-weight:bold;*/
	
}

.post-fair hr{
	background-color: #ccbfa6;
	color: #ccbfa6;
	height: 1px;
	border:0;
}

.post-contact strong{
	color: #cd8e59;
	font-weight:normal;
	
}
.post-contact em{	/*font-weight:bold;*/
	
}

.post h3{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:14px;
}

.post h3.noimg{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:14px;
	padding-top:35px;
}

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

.post h3 a:hover{
	color:#626263;
	text-decoration:underline;
}

.list-bottle-shot{
	padding-top:15px;
	padding-bottom:10px;
}

#post-pdf{
	margin-top:10px;	
}

#post-pdf a{
	color: #cb7e5a;	/*font-weight:bold;*/
	font-size:11px;
	text-decoration:none;
}

#post-pdf a:hover{
	text-decoration:underline;
}

#page_title{
	font-size:18px;	/*font-weight:bold;*/
	margin-bottom:10px;
}