/* Global layout Styles */

.rollover:hover {
	-moz-opacity:0.8;
	opacity:0.8;
}

a.rollover:hover {
	filter: alpha(opacity = 80);
}


.clear_both {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	background: url(../images/header-bg.gif) no-repeat right top;
	height: 104px;
}

#header.long {
	background: url(../images/header-bg-long.gif) no-repeat right top;
}

#header #contact-details {
	margin: 0px;
	padding: 7px 22px 0px 0px;
	list-style: none;
	float: right;
	letter-spacing: 0.06em;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 5px #fff;
}

#header.long #contact-details {
	padding: 7px 12px 0px 0px;
}

#header #contact-details li {
	display: inline;
	color: #666666;
	margin-left: 10px;
	padding-left: 10px;
}

#header.long #contact-details li{
	display: block;
	float: left;
}

#header #contact-details li a {
	color: #666666;
	text-decoration: none;
}

#header #contact-details li a {
	letter-spacing: 0px;
}



#header #contact-details li.blog-link {
	padding-left: 0px;
	
}

#header #contact-details li.blog-link a {
	color: #6C2134;
	font-size: 1.1em;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -1px;
	margin-right: 15px;
	}

#header #contact-details li.blog-link a:hover {
	text-decoration: underline;
}

#header #contact-details li.social-icon {
	margin: 0px;
	padding: 0px;
	width: 29px;
}

#header #contact-details li.social-icon.flickr {
	width: 57px;
}
#header #contact-details li.social-icon a{
	text-indent: -9999px;
	display: block;
	width: 29px;
	height: 26px;
	float: right;
	margin-top: -3px;
}

#header #contact-details li.social-icon.twitter a{
	background: url(../images/twitter.png) no-repeat;
}

#header #contact-details li.social-icon.facebook a{
	background: url(../images/facebook.png) no-repeat;
}

#header #contact-details li.social-icon.linked-in a{
	background: url(../images/linked-in.png) no-repeat;
}

#header #contact-details li.social-icon.flickr a{
	background: url(../images/flickr.png) no-repeat;
	width: 57px;
}

#logo {
	margin-top: 22px;
}

#nav {
	background: url(../images/nav-bg.jpg) no-repeat right top;
	height: 55px;
}

#nav ul {
	margin: 0px;
	padding: 8px 10px 0px 0px;
	list-style: none;
	float: right;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	display:block;
	float: left;
	text-indent: -9999em;
	background: url(../images/nav-buttons.gif) no-repeat;
	height: 27px;
	width: 50px;
}

#nav ul li a#home{
	width:77px;
	background-position:0px -27px;
}

#nav ul li a#home:hover, #nav ul li.active a#home, .home #nav ul li a#home{
	background-position:0px top;
}

#nav ul li a#news{
	width:68px;
	background-position:-77px top;
}

#nav ul li a#news:hover, #nav ul li.active a#news, .news #nav ul li a#news {
	background-position:-77px -27px;
}

#nav ul li a#our-wines{
	width:102px;
	background-position:-145px top;
}

#nav ul li a#our-wines:hover, #nav ul li.active a#our-wines, .our-wines #nav ul li a#our-wines{
	background-position:-145px -54px;
}

#nav ul li a#about{
	width:75px;
	background-position:-247px top;
}

#nav ul li a#about:hover, #nav ul li.active a#about , .about #nav ul li a#about{
	background-position:-247px -81px;
}

#nav ul li a#press{
	width:62px;
	background-position:-322px top;
}

#nav ul li a#press:hover, #nav ul li.active a#press , .press #nav ul li a#press{
	background-position:-322px -108px;
}

#nav ul li a#contact{
	width:87px;
	background-position:-384px top;
}

#nav ul li a#contact:hover, #nav ul li.active a#contact , .contact #nav ul li a#contact{
	background-position:-384px -135px;
}


#content {
	
}

#content #left-col {
	float: left;
	width: 638px;
	padding-right: 72px;
}

#content #right-col {
	float: left;
	width: 242px;
}

.content #content #right-col {
	padding-top:85px;
}

#banner {
	padding-top: 10px;
	padding-bottom: 15px;
}

.content #banner {
	margin-left:0px;
}

#footer {
	border-top: 2px solid #656565;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 50px;
	margin-bottom: 200px;
	color: #B0B0B0;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer ul li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}

#footer div {
	float:left;
}

#footer a {
	color: #E2E2E2;	
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;	
}

#footer #col-1 {
	width: 380px;
}
#footer #col-2 {
	width: 205px;
}

#footer #col-3 {
	width: 130px;
}
#footer #col-4 {
	width: 235px;
	text-align:right;
}
#footer a#bevan {
	font: bold 17px "Times New Roman", Times, serif;
	text-decoration:none;
}
.event {
	margin-bottom: 20px;
}
#right-col-top {
	margin-top: 50px;
	margin-bottom: 112px;
	padding-left: 20px;
	border-left: 1px solid #761B31;
	padding-top: 5px;
	font-size: 0.95em;
	padding-bottom: 7px;
}
#right-col-top #our-list {
	font-size: 1.9em;
	margin-bottom: 10px;
}
#right-col-bottom {
	padding-left: 20px;
	border-left: 1px solid #636363;
	padding-bottom: 10px;
	font-size: 0.9em;
	margin-bottom: 20px;
}
#right-col-bottom h2{
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0em;
	margin-bottom: 5px;
}
.news-item {
	margin-bottom: 25px;
}

.news-item.last {
	margin-bottom: 0px;
}

#footer-menu li a {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #656565;
}

#footer-menu li.last a {
	margin:0px;
	border:none;
}
.right-menu {
	margin: 0px 0px 40px;
	padding: 0px;
}

.right-menu li{
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-type:none;
}

.right-menu li a{
	display:block;
	padding-left:20px;
	font-size: 1.2em;
	background: url(../images/bullet.gif) no-repeat left 5px;
	font-weight: normal;
	color: #BDBDBD;
	padding-bottom: 3px;
	text-decoration:none;
}

.right-menu li.active a{
	background: url(../images/bullet-active.gif) no-repeat left 5px;
	color: #FFFFFF;
}

fieldset {

	padding:0px;
	border:none;
}

form {
	display:inline;
	padding:0px;
	border:none;
}

label {
	display: block;
}
input, textarea {
	width: 100%;
	border: 2px solid #636363;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	color: #FFFFFF;
	background: #404040;
}

input.button {
	width:70px;
	background: #5B1525;
	color: #FFFFFF;
	cursor:pointer;
	border: none;
}

.search {
	margin-bottom:30px;
	margin-top: 20px;
}

.search label {
	display:inline;
}

.search input {
	width:150px;
}

#ajaxSearch_submit {
	width:40px;
	background: #5B1525;
	color: #FFFFFF;
	cursor:pointer;
	border: none;

}

#left-col a {
		text-decoration:underline;
}

#left-col a:hover {
		text-decoration:none;
}


#left-col h3, #left-col h3 a {
	color:#D97070;
}

hr {
	background-color: #666;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.align-right {
	text-align:right;
}
table td {
	padding:3px 0px 3px 0px;
	color: #FFF;
}

.ajaxSearch_highlight  {
	color:#FFF;
	font-weight:bold;
}

#right-col a{
	text-decoration:underline;
}

#right-col a:hover{
	text-decoration:none;
}


.blog .post {
	border-bottom: 4px solid #5D5D5D;
	margin-bottom: 40px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.blog .post .meta {
	font-size: 0.8em;
}


.blog #commentform label{ 
	font-size: 1.1em;
}

.blog #right-col .event-date{ 
	border-bottom: 4px solid #444444;
	margin-bottom: 10px;
}

.blog #right-col ul ul { 
	margin-bottom: 40px;
}

.blog #right-col ul ul li { 
	display: block;
	padding-left:18px;
	background: url(../images/bullet.gif) no-repeat left 4px;
	font-size:0.9em;
	line-height: 1.3em;
	padding-bottom: 8px;
}

.blog #right-col ul ul li a{ 
	background: none;
	display: inline;
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
}

.blog #right-col ul ul li a:hover{ 
	text-decoration: underline;
	color: #dedede;
}

.blog .commentlist {
	margin-bottom: 30px;
}

.blog .comment-body {
	background-color: #464646;
	padding: 15px 20px 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
}

.blog .comment-body .avatar{
	display: none;
}

.blog .comment-body a{
	text-decoration: none !important;
}

.blog .comment-body .says{
	font-style: italic;
}

.blog .comment-body .commentmetadata, .blog .comment-body .commentmetadata a {
	text-transform: uppercase;
	letter-spacing:3px;
	font-size: 0.85em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-shadow: none;
	color: #9A9A9A !important;
	font-weight: normal;
	
}

.home .latest-blog-posts {
	font-size: 1.1em !important;
}

.home .latest-blog-posts .event-date {
	font-size: 0.75em;
}

.home .latest-blog-posts a{
	text-decoration: none !important;
	display: block;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 100;
}

.home .latest-blog-posts a:hover{
	text-decoration: underline !important;
}

#all-blog-posts {
	font-size: 0.85em;
	padding: 2px 6px 2px 6px;
	background: #434343;
	display: inline;
}


#all-blog-posts:hover {
	text-decoration: none !important;
	background: #363636;
}

.wp-caption {
	margin-left: 0px;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.wp-caption img{ 
	border: 1px solid #ABABAB;
}

.wp-caption-text {
	color: #666;
	text-shadow: none !important;
	padding-top: 5px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5) !important;
}

#rss-link {
	text-decoration: none !important;
	font-size: 1.2em;
	background: url(../images/rss.png) no-repeat top right;
	display: block;
	padding: 2px 30px 5px 0;
	text-align: right;
	margin-top: -34px;
	margin-bottom: 30px;
}

#rss-link:hover {
	color: #ccc;
}

.by {
	font-family: Baskerville, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 0px;
	
}

.author {
	font-weight: bold;
	color:#A6A6A6;
}
