/*
Theme Name: Escarpment
Theme URI: http://www.Escarpment.co.nz/
Description: The Escarpment WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Sam Cooke
Author URI: http://www.thinkbox.co.nz/


	This theme was designed and built by Sam Cooke,
	whose website you will find at http://www.thinkbox.co.nz/

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

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)btn-order-wine
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}

/* end reset css */

/* reset box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.row {
    overflow: hidden;
    _overflow:visible;
    _zoom:1;
    width: 100%;  
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

body {
	background: #f8f8f8 url(images/bg_main.jpg) repeat-x 0 0 fixed;  width: 100%;	
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; color: #666666; text-align: left;
	}
	
p {  font-size: 13px; color: #666; line-height:21px;  margin: 0px 0px 15px 0px; padding: 0;  }
td {  font-size: 13px; color: #666; line-height: normal; margin: 0; padding: 0;  }
h1 { color: #666; font-size:16px; font-weight:normal;  margin: 0px 0px 20px 0px; padding: 0;
	font-family:  "Times New Roman", Times, serif; letter-spacing: 0.1em; text-transform: uppercase;      }
h2 { color: #666; font-size:18px; font-weight:normal;  margin: 0 0 5px 0px; padding: 0;
	font-family:  "Times New Roman", Times, serif; letter-spacing: 0.1em;    }
h3 { color: #999; font-size:13px; font-weight:normal; margin: 0 0 10px 0; padding: 0;
	font-family:  Arial, Helvetica, sans-serif;	text-transform: uppercase;	line-height: 18px;    }
h4 { color: #999; font-size:12px; font-weight:normal; margin: 5px 0px 6px 0px; padding: 0; letter-spacing:0.1em;
	font-family:  Arial, Helvetica, sans-serif;  }

h4 a { color: #979480; }
h1 span {
	display: none;
}

p.small {	 font-size: 11px; margin: 0px 0px 10px 0px;	}
.red { color: #C00; }

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

td, th {  font-size: 13px; color: #666; line-height:21px;  margin: 0; padding: 0;  }
th { font-weight: bold; }

ul li, ol li{
 list-style-position:outside;
 font-size: 13px;
 line-height: 24px;
 font-family:  Arial, Helvetica, sans-serif;
 margin-left:2em;
}


p.clear{ clear: both;  margin: 0; padding: 0; height:0px;  }
p.clearspace10 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace25 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace50 { clear: both;  margin: 0; padding: 0; height:50px; }	

a, a:visited, 
h2 a:hover, 
h3 a:hover,
.sharethis {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}
	
a.btn-order-wine {
	display:block;
	width: 127px;
	height: 42px;
	background: url(images/bg_order_wine_btn.png) no-repeat left top;
	margin: 25px 0 0;
}
a.btn-order-wine:hover {
	background-position: left bottom;
}	
a.btn-order-wine span {
	display: none;	
}
strong { 
	font-weight: bold;
}
	
	
.rhide {
  display: block !important;
}
.rshow {
  display: none !important;
}

#stationary_head {
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 159px; 
	background: url(images/bg_header.png) repeat-x 0 0; 
	display: inline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#stationary_head_content {
	position: relative;
	height: 91px; 
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
}
#logo { 
    position: absolute;
	top: 29px;
	left: 153px;
	width: 58px; 
	height: 113px; 
	margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#txtlogo { 
    position: absolute;
	top: 141px;
	left: 47px;
	width: 281px; 
	height: 67px; 
	margin: 0;
	display:block;
	background: url(images/escarpment_name.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#signature { 
    position: absolute;
	top: 141px;
	right: 36px;
	width: 217px; 
	height: 67px; 
	margin: 0;
	display:block;
	background: url(images/larry_signature.png) no-repeat 0 0;
	
}

.nav ul,
.nav ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0 !important;
}
.nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-image: none;
  width: auto;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:hover, .nav ul li a:active {
  text-decoration:none; 
}
.nav.hrz ul li {
  float: left;
}
.nav.vert ul li {
  float: none;
}
.nav.hrz.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}

  /* Fix IE. Hide from IE Mac \*/
  * html ul li { float: left;  }
  * html ul li a { height: 1%; }
  body { font-size: 100%;  }
  /* End */
  



#stationary_head .menu-mainmenu-container {     
	position: absolute;
    top: 29px;
    right: 36px;
    margin: 0;
    padding: 0;
    z-index: 100;  
}
#stationary_head ul#menu-mainmenu-1 { margin: 0; padding: 0; float: right;   }
#stationary_head ul#menu-mainmenu-1 li { float:left; position:relative; display:block; width: auto; height: 56px; list-style-image:none;  margin: 0; padding: 0; z-index:100; }
#stationary_head ul#menu-mainmenu-1 li a  { display:inline-block; padding: 20px 9px 0 9px; color:#666; font-size: 14px; height: 56px; letter-spacing: 0.1em; font-weight:normal; text-decoration:none; text-transform: uppercase;
						 	font-family:  "Times New Roman", Times, serif;  }
#stationary_head ul#menu-mainmenu-1 li.shop a  { color: #d00618; }



#stationary_head ul#menu-mainmenu-1>li>a:hover, 
#stationary_head ul#menu-mainmenu-1>li:hover { color:#FFF; background: #ed1b2e;  }


#stationary_head ul#menu-mainmenu-1 li ul { display:none; }

#stationary_head ul#menu-mainmenu-1 li.about-menu ul { 
	position:absolute; top:56px; left:0px; width: 197px; height:auto; margin:0px; padding: 10px 0 20px 18px;  
	background: #ed1b2e url(images/bg_mainnav_about_seclvl.png) repeat-x 0 bottom; 
	-webkit-box-shadow: 3px 5px 9px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    3px 5px 9px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         3px 5px 9px 0px rgba(50, 50, 50, 0.3);

	z-index:100; 
}
#stationary_head ul#menu-mainmenu-1 li.about-menu ul li { display:block; margin:0; padding: 0; width: 157px; height: 36px;  }
#stationary_head ul#menu-mainmenu-1 li.about-menu ul li a { float: none; margin:0; padding:0; color:#fff; line-height: 36px; width: 157px; height: 36px; 
	font-size: 13px; letter-spacing: normal; font-weight:normal; 
	text-decoration:none; font-family:  Arial, Helvetica, sans-serif; background: none; text-transform:none;  border-bottom: dashed 1px #999;}
#stationary_head ul#menu-mainmenu-1 li.about-menu ul li a:hover { color:#000; background: none;  }
#stationary_head ul#menu-mainmenu-1 li.about-menu:hover ul { display:block; }
#stationary_head ul#menu-mainmenu-1 li.about-menu ul li.last-menu-item a { border:none; }






#stationary_head ul#menu-mainmenu-1 li.wines-menu ul { position:absolute; top:56px; left:-498px; width: 950px; height: 320px; margin:0px; padding: 25px 0 0 50px; }
#stationary_head ul#menu-mainmenu-1 li.wines-menu>ul {
	background: #ed1b2e url(images/bg_mainnav_about_seclvl.png) repeat-x 0 bottom; 
	-webkit-box-shadow: 3px 5px 9px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    3px 5px 9px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         3px 5px 9px 0px rgba(50, 50, 50, 0.3);
	z-index:100; 
}
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li { float: left; display:block; margin:0; padding: 0; width: 25%; height: 26px;  }
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li a { display:block; margin:0; padding:0; line-height: 16px; height: 26px; width: 200px; font-size: 13px; letter-spacing: normal; font-weight:normal; letter-spacing: 0.1em;
										  text-decoration:none; font-family:  Arial, Helvetica, sans-serif; background: none; color: #000; text-transform: uppercase; border-bottom: dashed 1px #999;}
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li a:hover { color: #fff; }
#stationary_head ul#menu-mainmenu-1 li.wines-menu:hover ul { display:block; }

#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li ul { position:absolute; top:36px; left:0; width: 90%; height: 258px; margin:0px; padding: 0;  background: none; z-index:100; }
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li ul li { float: none; display:block; margin:0; padding: 0; width: 270px; height: 26px;  }
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li ul li a { margin:0; padding:0; color:#fff; line-height: 26px; width: 260px; height: 26px; font-size: 13px; letter-spacing: normal; font-weight:normal; 
										  text-decoration:none; font-family:  Arial, Helvetica, sans-serif; background: none; text-transform:none; border:none; }
#stationary_head ul#menu-mainmenu-1 li.wines-menu ul li ul li a:hover { color:#000; background: none;  }



.menu-vineyards_submenu-container { position:absolute; right: 45px; bottom: 0px;  margin: 0; padding: 0; }
ul#menu-vineyards_submenu { margin: 15px 0 0; padding: 0;    }
ul#menu-vineyards_submenu li { float:left; position:relative; display: inline-block; width: auto; height: 37px; list-style-image:none;  margin: 0; padding: 0; z-index:100; background: url(images/bg-vineyard-nav-right.png) no-repeat right top; }
ul#menu-vineyards_submenu li div {  display: inline-block; height: 37px; margin:0; padding: 9px 2px 0 2px; background: url(images/bg-vineyard-nav-left.png) no-repeat left top; }
ul#menu-vineyards_submenu li div a {  display: inline-block; margin:0; padding:4px 16px 0 16px; height: 28px; font-size: 15px; line-height: 15px; border: none; color:#666; 
										font-family:  "Times New Roman", Times, serif; background: url(images/bg-vineyard-nav-hover.png) no-repeat left top; text-decoration:none; text-transform: uppercase;  }
ul#menu-vineyards_submenu li div a:hover {  color: #ed1b2e; }
ul#menu-vineyards_submenu li.current-menu-item div a {  color: #ed1b2e; background-position: left 28px; }



.responsive-nav  {
  top: 0;
  left:0;
  z-index: 101;
  width: 100%;
  
  z-index: 999999;
}

.responsive-nav-trigger {
  display: none; 
  height: 35px;
  width: 35px;
  position: fixed;  
  top: 10px;  
  right: 10px; 
  z-index: 200000;
  background: url(images/bg-primary-nav-trigger-hb.png) no-repeat left top;
   text-indent: -9999px; 
}

.responsive-nav-trigger.is-active {
  background-position: right top;
  color: #525151;
  border-color: #525151;
}
  .responsive-nav {

    
  }

  .responsive-nav .responsive-menus {
    display: none;
    position: relative; 
    top: 0px; left: 0; z-index: 100001;
    width: 100%;
    margin: 0; padding: 20px 0;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.5);
    height: auto;
    background: #ed1b2e url(images/bg_mainnav_wines_seclvl_resp.png) repeat-x 0 100%;

  }
  .responsive-nav ul {
    width: 100%;
  }
  .responsive-nav ul li {
    display: block;
    position: relative;
    float: none;
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

    /* border-bottom: solid 1px #9a1d3b; */
    overflow: hidden; 
  }
  .responsive-nav ul li a {
        display:block; height: 40px; width: auto; padding: 0;
        font-size: 0.9em;
        color: #fff;
        margin: 0;
        font-weight: 700; 
        letter-spacing: 0.1em;
        text-align: left; 
        text-transform: uppercase;
        line-height: 40px;
        padding-left: 4%;

  }
  .responsive-nav ul li li a {
    padding-left: 8%;
	color: #000;
  }
  .responsive-nav ul li li li a {
    padding-left: 12%;
	color: #fff;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 99999;
}
#overlay.is-active {
  display: block;
}



















a.vclink  { 
	position: absolute;	top: 29px;	left: -10px; margin: 0; padding: 0; text-align: left; z-index:100;  
	padding: 20px 9px 0 9px;  font-size: 14px; height: 36px; letter-spacing: 0.1em; font-weight:normal; text-decoration:none; text-transform: uppercase;
	font-family:  "Times New Roman", Times, serif; color: #ed1b2e;
}

a.vclink:hover .cufon { 
	color: #666 !important;
	border-bottom: dashed 1px #999;
}




#showcase-wrapper {
	padding-top: 21px;
	padding-top: 2.2%;
	position:relative;	
	width: 100%;
	max-width: 950px;
}
a.vcimg {
	position: absolute;
	display: block;
	top: 46px;
	left: 25px;
	height:89px;
	width: 153px;
	background: url(images/btn-vintage-camp.png) no-repeat 0 0;
	text-indent: -9999px;
	z-index: 9998;
}
.vcimg:hover {
	opacity: 0.85;
}


#showcase-e {
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
  width: 32%;
  background: url(images/home-big-e.png) no-repeat right 0;
  background-size:  100%;
	z-index: 9999;
	padding-bottom: 32%;
}
#showcase-img,
#showcase-img #slider,
#showcase-img #slider a,
#showcase-img #slider a img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 950px;
}







#contentWrapper {
	position: relative;
	padding: 0 0 50px 0;
	margin: 230px 0 0 0;
	min-height: 450px;
	background: url(images/bg_base_shadow.png) repeat-x 0 bottom;
 }

#contentHolder {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 950px;
	text-align: left;	
}


#hero_home {
	width: 897px;
	height: 152px;
}


#footer {
	display:block;
	width:100%;
	min-height: 295px;
	background: #000 url(images/bg_footer.jpg) repeat 0 0;
	padding-top: 35px;
	padding-bottom: 85px;
}
#footer-content {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 950px;
	text-align: left;
	height: 155px;
}
#footer-content.sec-row{
	height: auto;
}
#footer-content.sec-row .footer-col p {
}
.footer-col {
	float: left;
	position: relative;
}
#footer-col-1 {
	width: 350px;
	margin-left: 45px;
	padding-right: 20px;
}
#footer-col-2 {
	width: 250px;
}
#footer-col-3 {
	width: 300px;
}
#footer h2 {
	font-size: 15px;
	color: #999;
	margin: 0;
	letter-spacing: 0.1em;
}

#footer-col-3 h2,
#footer-col-3 a.contact-details-link {
	padding-left: 15px;
}

#footer h2.cont-head {
	margin: 31px 0 0 0;
}
a.contact-details-link {
	color:  #666;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 20px;
	margin: 0;
	padding: 5px 28px 5px 0;
	height: 20px;
}
a.contact-details-link:hover {
	color:  #999;
	text-decoration: none;
}
a.loc-map {
	line-height: 20px;
	height: 20px;
	padding: 5px 28px 5px 0;
	background: url(images/bg_location_opener.png) no-repeat right 0;
}
.footer-cont {
	margin: 0 0 15px 0;
}
#footer h2 {
	margin: 0 0 5px 0;
}
#footer p,
#footer p a {
	color: #666;
}
#footer-col-2 .widget {
	margin-bottom: 33px;
}

#social-row {
	width: 100%;
	height: 32px;
}
#social-row a.social {
	float:left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 13px;	
	background: url(images/social-icons.png) no-repeat;
}
#social-row a.social span {
	display:none;
}
#social-row a.facebook {
	background-position: 0 0;
}
#social-row a.twitter {
	background-position: -45px 0;
}
#social-row a.youtube {
	background-position: -90px 0;
}
#social-row a.instagram {
	background-position: -135px 0;
}
.st_sharethis_custom {
	color:#666;
	background: none;
	cursor: pointer;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 20px;
	margin: 0;
	padding: 5px 28px 5px 0;
	height: 20px;
}
#footer.st_sharethis_custom {
	color:#666;
}

#footer-col-2 .footer-cont {
	width: 300px;
}

.twtr-hd, .twtr-ft {
	display:none;	
} 
.twtr-bd {
	overflow:hidden;
}
.twtr-tweet-text p {
	line-height: 18px;
}
.twtr-widget {
	width: 330px;
	height: 110px;
	border: solid 1px;
	border-color: #000 #222 #444 #000;
	margin: 13px 0;
}
.twtr-tweet {
	border-color: #000000;	
} 
#tweet-id-1, #tweet-id-2, #tweet-id-3 {
	display:none;	
} 
#twitter_update_list {
	display:block;
	width: 300px;
	height: 100px;
	border: solid 1px;
	border-color: #000 #222 #444 #000;
	background: #000;
	margin: 13px 0 15px 0;
	padding: 5px 15px;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	}
#twitter_update_list li {
	padding-bottom: 7px;
	margin: 0;
	padding: 0;
	/*background: url(images/tweet.png) no-repeat bottom left;*/
	}
#twitter_update_list span, #twitter_update_list span a {
	color: #666;
	text-decoration: none;
	}
#twitter_update_list a {
	color: #999;
	}
#twitter_update_list a.ts {
	font-size:10px;
	padding: 2px 0 2px 32px; 
	}
#twitter_update_list li#tweet-1,
#twitter_update_list li#tweet-2,
#twitter_update_list li#tweet-3,
#twitter_update_list li#tweet-4,
#twitter_update_list li#tweet-5,
#twitter_update_list li#tweet-6,
#twitter_update_list li#tweet-7,
#twitter_update_list li#tweet-8,
#twitter_update_list li#tweet-9 {	
	display: none;
}
#twitter_update_list li {
	line-height: 1.4;
}
#twitter_update_controls {
	float: right;

}
a.tw_btn {
	display:block;
	width: 16px;
	height: 16px;
	float:left;
	margin-right:8px;
	background: url(images/twitter_control_btns.png) no-repeat right 0; 
}

a.tw_btn:hover {
	background-position: left 0; 
}
	

#copyright { 
	width: 100%;
	max-width: 950px; 
	margin: 60px auto 0 auto; 
	text-align: left;
}	
#copyright p {
	color:#555; 
	font-size: 12px;
	margin: 0; 
	padding: 0 0 0 45px;
}






#titleRow {
	position: relative;
	width: 100%;
	max-width: 950px;
	height: 99px;
	margin: 0;
	padding: 45px 25px 0 45px;
	display:block;
	background: url(images/bg_hr_horiz.png) repeat-x left bottom;
}
#titleRow h2 {
	padding: 10px 0 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#titleRow.no-top {
	padding-top: 0px;
}

#leftCol {
	float:left; 
	width: 515px;
	margin: 50px 0 0 45px; 
	display:inline;
}

#rightCol {
	position: relative;
	float:left; 
	width: 232px;
	padding: 0 0 0 60px;
	margin: 50px 0 0 60px; 
	display:inline;
	background: url(images/bg_left_divider.png) no-repeat 0 0;
	min-height: 368px;
}
#rightCol.blog-no-border {
	background: none;
}

#leftCol img {
	margin: 15px 0;
}


.home-content h2 {
	margin: 40px 0 20px 0;
}
.home-content p {
	margin: 0 0 20px 0;
	line-height: 24px;
}

#rightCol.home-content h2 {
	font-size: 14px;
}
#rightCol.home-content .blog-link h2 {
	margin: 20px 0 0 0;
	font-size: 11px;
}
#rightCol.home-content p {
	line-height: 18px;
}
#rightCol.home-content h3 {
	font-size: 17px;
	margin: 15px 0 0 0;
}
#recent-posts-item {
	width: 100%;
	margin: 10px 0 0; 
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #ccc;	
	font-size: 13px;
	line-height:18px;
}
#recent-posts-item a {
	font-size: 13px;
	line-height:16px;
}
#recent-posts-item span.date {
	font-size: 11px;
	color: #999;
}





#fullCol {
	width: 100%;
	max-width: 810px;
	margin: 50px 0 0 45px;
	display:inline-block;
}

#extraFullCol {
	width: 100%;
	max-width: 950px;
	margin: 50px 0 0 0px;
	display:inline-block;
}
#extraFullCol p {
	width: 100%;
	max-width: 810px;
	margin-left: 45px;
}

.leftCol-wineranges {
	float:left; 
	width: 340px;
	padding: 0;
	margin: 0; 
	display:inline;
}
.rightCol-wineranges {
	float:left; 
	width: 470px;
	padding: 0;
	margin: 0; 
	display:inline;
}


.leftCol-wineranges li {
	list-style-image: url(images/bullet-small-left.png); 
	text-transform: uppercase;
}
.leftCol-wineranges ul li a {
	text-transform: uppercase;
}

.leftCol-brands {
	float:left; 
	width: 480px;
	padding: 0;
	margin: 0; 
	display:inline;
}
.leftCol-brands h2 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
}
.rightCol-brands {
	float:right; 
	width: 316px;
	padding: 0;
	margin: 0; 
	display:inline;
}

.leftCol-brands li {
	list-style-image: url(images/bullet-small-left.png); 
	text-transform: uppercase;
}
.leftCol-brands ul li a {
	text-transform: uppercase;
}

#fullCol-brands {
	position:relative;
	width: 100%;
	max-width: 867px;
	margin: 50px 0 0 45px;
}
#fullCol-brands h2 {
	
}



.fullCol-people {
	position:relative;
	width: 867px;
	margin: 50px 0 0 45px;
}

.person-content {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	border-bottom: dashed 1px #ccc;
}
.person-content h2 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px 0;
	letter-spacing: 0.1em;
}
.person-content h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 20px 0;
}
.leftCol-people {
	float:left; 
	width: 530px;
	padding: 0 0 20px 0;
	margin: 0; 
	display:inline;
}
.rightCol-people {
	float:right; 
	width: 288px;
	padding: 4px;
	margin: 0; 
	display:inline;

}
.rightCol-people img {
	
}








	
#fullCol-wine {
	position:relative;
	width:  100%;
	max-width: 867px;
	margin: 42px 0 0 45px;
	min-height: 520px;
}
.wine-detail {
	position:relative;
	width: 632px;
	z-index:1;
}

.wine-detail>div {
	padding: 0 0 30px;
}

#wine-img {
	position:absolute;
	top: -128px;
	right: 0px;
	z-index:0;
	height: 690px;
}


#wine-nav {
	position:absolute;
	top: -103px;
	right: -3px;
	z-index:0;
	height: 36px;
	width: 500px
}

#wine-nav-arrows {
	float: right;
	width: 210px;
	height: 32px;
	margin: 2px 0 0 10px;
}
a#wine-nav-arrow-back {
	display:block;
	width: 33px;
	height: 32px;
	float:left;
	background: url(images/bg-big-arrows-left.png) no-repeat right 0; 
}
a#wine-nav-arrow-back:hover {
	background-position: left 0; 
}
a#wine-nav-arrow-forward {
	display:block;
	width: 33px;
	height: 32px;
	float:right;
	background: url(images/bg-big-arrows-right.png) no-repeat left 0; 
}
a#wine-nav-arrow-forward:hover {
	background-position: right 0; 
}
#wine-nav-arrows a span {
	display: none;
}

#wine-nav-bottles {
	float: right;
	width: 150px;
	height: 36px;
}
a.wine-nav-bottle-item {
	display:block;
	width: 10px;
	height: 36px;
	float:right;
	margin-right:8px;
	background: url(images/bg-wine-nav-bottle-item.png) no-repeat right 0; 
}
a.wine-nav-bottle-item:hover {
	background-position: left 0; 
}


















#wine-fine-detail {
	float: left;
	width:240px;
}
#wine-text-detail {
	float: right;
	width:340px;
	margin: 9px 0 0;
}



ul#wine-fine-detail-list  {
	margin: 0; padding: 0px;
}
ul#wine-fine-detail-list li {
	float: none; margin:0; padding:0; color:#666; line-height: 40px; height: 40px; font-size: 13px; letter-spacing: normal; font-weight:normal; 
	text-decoration:none; font-family:  Arial, Helvetica, sans-serif; background: none; text-transform:none;  border-bottom: dashed 1px #ccc;	
}

ul#wine-fine-detail-pdf {
	border-bottom: dashed 1px #ccc;
}
ul#wine-fine-detail-pdf li {
	list-style-image: url(images/bullet-small-left.png); 
	text-transform: uppercase;  line-height: 40px; height: 40px; 
}
ul#wine-fine-detail-pdf li a {
	text-transform: uppercase; 
}




.wine-detail-header {
	width: 100%;
	max-width: 632px;
	height: 30px;
	margin: 0;
	padding: 0; 
	display:block;
	background: url(images/bg_hr_horiz.png) repeat-x left bottom;	
}
.wine-detail-header h3 {
	float: left;
	color: #666;
}
.wine-detail-header a {
	float:right;
	padding-left: 28px;
	line-height: 20px;
	font-size: 13px;
}
.wine-detail-header a.accordian_open {
	margin-right: 37px;
	background: url(images/bullet-medium-down.png) no-repeat 0 0;
}
.wine-detail-header a.accordian_close {
	margin-right: 30px;
	background: url(images/bullet-medium-up.png) no-repeat 0 0;
	display:none;
}

.wine-detail-content {
	padding: 20px 0 40px 0; 
}

.wine-detail-content h4,
.wine-vintage-detail-content h4 {
	color: #666;
	font-weight: bold;
	font-size: 13px;	
	letter-spacing: normal;
	margin: 0 0 10px 0;
}

.reviews-wrapper {
	padding: 25px 0 50px;
}

.reviews-wrapper .wine-reviews {
	padding-top: 25px;
}
.reviews-wrapper .wine-detail-header {
	
}
.reviews-wrapper .wine-detail-content {
    padding: 20px 0 20px 0;
}









.vintage-chart-item {
	float:left;
	width: 93px;
	text-align: center;
	padding-top: 20px;
}
.vintage-chart-head{
	height: 30px;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}
.vintage-chart-body {
	height: 80px;
	padding: 15px 0 0;
	border: dashed #ccc;
	border-width: 1px 1px 1px 0;
}
.vintage-chart-body p {
	font-size: 12px;
	line-height: 14px;
}
.vintage-chart-body p.redstar {
	font-size: 32px;
	line-height: 14px;
	color: #C00;
}




.vintage-chart-body-last {
	border-width: 1px 0 1px 0;
}

.vintage-chart-key {
	padding: 40px 0 0 0;
}
.vintage-chart-key p {
	font-size: 11px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	
}


#fullCol-distributor {
	position:relative;
	width: 867px;
	margin: 20px 0 0 45px;
}


#leftCol.distributor {
	float:left; 
	width: 100%;
	max-width: 405px;
	padding: 0;
	margin: 0 51px 0 0; 
	display:inline;
}
#rightCol.distributor {
	float:left; 
	width: 100%;
	max-width: 405px;
	padding: 0;
	margin: 0; 
	display:inline;
	background: none;
}

.distributor {
	padding: 20px 0; 
	border-bottom: dashed 1px #ccc;
}	
		
.distributor-country {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 10px 0 0; 
	display:block;
}
.distributor-country h3 {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.distributor-content {
	padding: 5px 0 0; 
}
.distributor-content h4 {
	color: #666;
	font-size: 13px;	
	letter-spacing: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}


.t-c {
	position:relative;
	width: 100%;
	max-width: 632px;
	z-index:1;
}
.t-c-header {
	width: 100%;
	max-width: 632px;
	height: 30px;
	margin: 0;
	padding: 0; 
	display:block;
	background: url(images/bg_hr_horiz.png) repeat-x left bottom;	
}
.t-c-header h3 {
	float: left;
	color: #666;
}
.t-c-header a {
	float:right;
	padding-left: 28px;
	line-height: 20px;
	font-size: 13px;
}
.t-c-header a.accordian_open {
	margin-right: 37px;
	background: url(images/bullet-medium-down.png) no-repeat 0 0;
}
.t-c-header a.accordian_close {
	margin-right: 30px;
	background: url(images/bullet-medium-up.png) no-repeat 0 0;
	display:none;
}

.t-c-content {
	padding: 40px 0; 
}

.t-c-content h4 {
	color: #999;
	font-weight: bold;
	font-size: 13px;	
	letter-spacing: normal;
	margin: 0 0 10px 0;
}



#fullCol-vineyard {
	position:relative;
	width: 100%;
	max-width: 867px;
	padding: 0;
	margin: 50px 0 0 45px;
	min-height: 520px;
}
#leftCol.vineyard {
	float:left; 
	width: 400px;
	padding: 0;
	margin: 0 51px 0 0; 
	display:inline;
}
#leftCol.vineyard h2 {
	margin: 0 0 12px 0; 

}

#rightCol.vineyard {
	float:left; 
	width: 412px;
	padding: 0;
	margin: 0; 
	display:inline;
	background: none;
	text-align: right;
}

#rightCol.vineyard ul {
	clear:both;
	padding: 20px 0 0 0;
	display: inline-block;
}
#rightCol.vineyard li {
	clear:both;
	float:none;
	padding-bottom: 5px;
	list-style-image: none; 
	text-transform: uppercase;
	
	
}
#rightCol.vineyard ul li a {
	text-align: right;
	padding-left: 25px;
	background: url(images/bullet-small-left.png) no-repeat 0 -6px;
}

#rightCol.vineyard img {
	margin: 0 0 10px 0;
	display: inline-block;
	float: right;

}



#fullCol-comp {
	position:relative;
	width: 867px;
	margin: 20px 0 0 45px;
}
#leftCol.comp {
	float:left; 
	width: 405px;
	padding: 0;
	margin: 0 51px 0 0; 
	display:inline;
}
#rightCol.comp {
	float:left; 
	width: 405px;
	padding: 0;
	margin: 0; 
	display:inline;
	background: none;
	min-height: 4px;
}
#rightCol.comp h2 {
	color: #ed1b2e;
}

#fullCol-comp #formWrapper {
	margin: 0 !important;
	padding: 0 !important;
}
#fullCol-comp #formWrapper p {
	margin: 0 0px 5px 0px !important;
}
#fullCol-comp #formWrapper input[type="text"], 
#fullCol-comp #formWrapper input[type="email"], 
#fullCol-comp #formWrapper textarea {
	margin-bottom: 2px;
	width: 100%;
}
#fullCol-comp #formWrapper .watermark {
color: #888 !important;
}
#fullCol-comp #formWrapper form {
	width: 100% !important;
}


div.wpcf7-mail-sent-ok {
border: none !important;
padding: 0 !important;
font-size: 13px !important;
}
















#sidebar { float:left; position:relative;  width: 202px; margin: 0px 50px 0px 0px; padding: 0px 0px 0px 0px;    }
#sidebar ul { margin: 5px 0px 35px 0px; padding: 0px;  }
#sidebar li,
#sidebar ul li { display:block; margin:0; padding: 0; width:160px; list-style-image:none; }
#sidebar ul li a  { display:block; margin:0; padding:0; font-size: 13px; line-height: 26px; border: none; color:#999; font-family: Arial, Helvetica, sans-serif; }
#sidebar ul li a:hover  { color:#333; border: none; }

#sidebar ul#recent_articles li { border-bottom: solid 1px #f1f0e8; }
#sidebar ul#recent_articles li.last-item { border: none; }
#sidebar ul#recent_articles li a {  padding:3px 0; }

#sidebar h2 { 
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
}

#sidebar a { margin: 10px 0px 0px 0px; font-size: 13px; color:#999;;  }
#sidebar a:hover { color: #333; }

.subscribe {
	padding: 0 0 0 3px;
}
.subscribe a,
.subscribe a:visited {
	display:inline-block;
	color: #000000;
	padding: 0 0 0 20px;
	line-height: 20px;
	background: url(images/social-icons-16.png) no-repeat -52px -24px;
}
.subscribe a:hover {
	color: #666;
	text-decoration:none;
	
}








.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}








.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}










.blogposts .post {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: dashed 1px #ccc;
	}

.blogposts .post hr {
	display: block;
	}
.blogposts .post p.small {
	margin: 0 0 10px 0;
	color: #666;
	}	
.blogposts .post h2 {
	margin: 0 0 5px;
	font-size: 15px;
	text-transform: uppercase;
	}
.blogposts h2 a {
	color: #666;
	}
.blogposts h2 a:hover {
	color: #999;
	}	
.blogposts .post h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
	text-transform: uppercase;
	}
.blogposts h1.pagetitle {
	padding: 0 0 20px 0;
	border-bottom: dashed 1px #ccc;
}
	
		
#postend {
	height: 15px;
	width:100%;

}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	margin: 20px 0 0;
	padding: 10px 0 10px 0;
	font-size: 11px;
}
.postmetadata a {
	font-size: 11px;
}

.hentry {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: dashed 1px #ccc;
	
}

.clear {
	clear: both;
}


/* End Structure */





















/* Begin Images */
img,
.txt img,
p img {
  width: 100%;
  object-fit: cover;
}
.reviews img,
.vintage-chart-body img {
	width: 10px;
}
.vintage-chart-key img {
	width: 6px;
}
.loadingimage {
	width: 16px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	margin: 0 0 2px 30px;

	}

img.alignleft {
	margin: 0 30px 2px 0;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}
#searchform label {
	display:none;
}
#sidebar #searchform #s {
	float:left; width: 160px;
	padding: 8px; color: #666666;  font-size: 12px;  border: solid 1px #ccc;
	 background: #fff url(images/bg_main.jpg) repeat-x 0 0;
}

#sidebar #searchsubmit {
	clear:both;
	wid th: 60px; hei ght:28px; padding: 4px; margin: 5px 0px 5px 0px;  
	font-size: 11px; color: #666;  border: solid 1px #ccc; background: #fff url(images/bg_main.jpg) repeat-x 0 0; 
	cursor: pointer;
	text-transform: uppercase; 
	letter-spacing: 0.1em;
}
#sidebar #searchsubmit:hover { }
	
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	border: solid 1px #e6e5e1;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	clear:both;
	wid th: 60px; hei ght:28px; padding: 4px; margin: 5px 0px 5px 0px;  
	font-size: 11px; color: #666;  border: solid 1px #ccc; background: #fff url(images/bg_main.jpg) repeat-x 0 0; 
	cursor: pointer;
	text-transform: uppercase; 
	letter-spacing: 0.1em;
}
#commentform #submit:hover { }	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.postmetadata.alt {
	margin-top: 20px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	}

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
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 {
	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;
}
/* End captions */


#byline_home span {
	display:none;
}


/* gallery  */

.gallery-icon {
	width: 187px;
	height: 169px;
	background: url(images/bg_gallery_thumbs.png);
	padding: 18px 0 0 ;
}
/* forms */

#formWrapper { margin: 15px 0px 20px 0px; color: #333; }
#formWrapper form { width: 100%; max-width: 300px; text-align: left;  }
.page-template-buy #formWrapper form p { display: none;  }
.page-template-buy #formWrapper form td.submitbtnrow p { display: block !important;  }



#formWrapper .textBox {  width: 320px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .textBox2 { width: 320px; height:150px; margin: 0px 0px 5px 0px; padding: 4px; color: #666666;  font-size: 12px;  border: solid 1px #979480; }
#formWrapper .textBox3 {  width: 28px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .totalBox {  width: 80px; height:18px; margin: 0; padding: 0 5px 0 5px; color: #333;  font-size: 14px; font-weight: bold;  border: solid 1px #ccc; font-family: Arial, Helvetica, sans-serif; text-align: right;  }
#formWrapper .select {  width: 326px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .selectNum {  margin: 0px 0px 5px 5px; padding: 2px; color: #666666;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .radio { margin: 0px 0px 0px 30px; }
#formWrapper .submit {  margin: 10px 0px 0px 0px; }
#formWrapper .submitBtn {width: 100px; height:28px; padding: 2px 3px 5px 3px; margin: 0px 30px 5px 0px;  font-size: 13px; color: #FFFFFF;  border: solid 1px #ccc; background-color: #fff; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .submitBtn2 {width: 190px; height:28px; padding: 2px 3px 5px 3px; margin: 0px 0px 5px 0px;  font-size: 13px; color: #FFFFFF;  border: solid 1px #ccc; background-color: #fff; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .submitBtn:hover {  color: #666;}
#formWrapper .submitBtn2:hover {  color: #666;}
#formWrapper p {  margin: 15px 0px 7px 0px; }
#formWrapper table { padding: 0px 0px 5px 0px;  }
#formWrapper td { padding: 5px 10px 5px 0px; text-align: left;/* vertical-align: middle;*/ }
#formWrapper td.btmline { padding: 15px 10px 10px 0px; border-bottom: dashed 1px #ccc; }
#formWrapper td.topline { padding: 15px 10px 10px 0px; border-top: dashed 1px #ccc; }
#formWrapper td.txt_right { text-align: right; }
#formWrapper td.txt_centre { text-align: center; }
#formWrapper h2 { font-size: 14px; margin-top: 5px; }
#formWrapper .nobreak { display:block; width:200px; }
#formWrapper h4 { margin: 0px 0px 0px 0px; padding: 0px; }
#formWrapper div.order_thanks { padding: 20px 0px;  }
#formWrapper tr.result_row { background: url(images/bg_content_head.png) repeat-x 0 0; }
#formWrapper tr.result_row td { padding-top: 8px; }
#formWrapper input[type="text"],
#formWrapper input[type="email"],
#formWrapper textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #666;
	display: inline-block;
	border: solid 1px #ccc;
}
#formWrapper input[type="submit"],
#formWrapper input[type="button"],
#formWrapper input[type="reset"],
#formWrapper select {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: solid 1px #ccc;
	padding:4px 8px;
	color: #666;
}
#formWrapper input[type="submit"].wpsc_buy_button,
.adjustform input[type="submit"],
.adjustform button.remove_button {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: solid 1px #ccc;
	color: #666;
	padding: 4px 4px 3px 4px;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}

#winedetail input[type="text"] {
	text-align: center;
}
#custmrdetail input[type="text"] {
	width: 250px;
}
#custmrdetail textarea {
	width: 250px;
}
#pricecalc {
	margin: 15px 0 0 0;
	width: 750px
}
#pricecalc td {
	text-align: right;
}

#extraFullCol .description p {
	font-size: 0.9em;
	padding: 0 0 0 15px;
	margin: 5px 0px 7px 0px;
	width: auto;
}

#formWrapper span.soldout {  display: inline-block; margin: 0px 0px 7px 0px; }





#subForm {
	width: 260px;
}

#subForm input[type="text"] {
	width: 230px;
	padding: 8px 15px;
	margin-bottom: 8px; 
	font-size: 12px;
	color: #666;
	background: #000;
	border: solid 1px;
	border-color: #000 #222 #444 #000;
}
#sub-btn {
	margin: 0 10px 0 0; 
	float: right;
	width:75px;
	padding: 0;
	text-align: right;
}
#confirmation {
	padding: 8px 0 0 15px;
	font-size: 13px;
	line-height: 19px
}

#contact-detail  {
	position:relative;
	top: 0px;
	left: 0px;
	display:block;
	width: 694px;
	height: 382px;
	overflow: hidden;
}
#contact-head {
	width: 618px;
	height: 40px;
	margin: 0 auto;
	padding: 33px 0 0 22px; 
	display:block;
	background: url(images/bg_hr_horiz.png) repeat-x left bottom;
}
#contact-head h2 {
	padding: 10px 0 0;
	margin: 0;
	text-transform: uppercase;
}
#contact-detail #leftCol-contact {
	float:left; 
	width: 330px;
	padding: 10px 20px 0 0;
	margin: 0 0 0 50px; 
	display:inline;
}
#contact-detail #rightCol-contact {
	float:left; 
	width: 270px;
	padding: 10px 0 0 0;
	margin: 0; 
	display:inline;
}
#contact-detail p {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height:16px;
}
#contact-detail p strong {
	font-weight: bold;
}

#location-map {
	position:relative;
	top: 0px;
	left: 0px;
	display:block;
	width: 700px;
	height: 1000px;
	overflow: hidden;
}
#location-map-graphic {
	position:absolute;
	top: 85px;
	left: 41px;
	display:block;
	width: 607px;
	height: 847px;
	background:  url(images/the_map.png) no-repeat 0 0;
}
#location-map-head {
	width: 618px;
	height: 40px;
	margin: 0 auto;
	padding: 33px 0 0 22px; 
	display:block;
	background: url(images/bg_hr_horiz.png) repeat-x left bottom;
}
#location-map-head h2 {
	padding: 10px 0 0;
	margin: 0;
	text-transform: uppercase;
}
#location-google-link {
	position:absolute;
	bottom: 55px;
	right: 70px;
	width: 607px;
	height: 20px;
	text-align: right;
}
#location-google-link a {
	padding-left: 20px;
	background: url(images/bullet-small-left.png) no-repeat 0 -6px;
	line-height: 24px;
	
}




table.reviews { 
  border-collapse: collapse;
  width: 880px;
  margin: 0 auto;
  border-spacing: 0;
  border: none;
}
table.reviews th {
  border: dashed 1px #999;
  vertical-align: middle;
  text-align: center;
  padding: 8px 5px;
  
}
table.reviews td {
  border: dashed 1px #999;
  vertical-align: middle;
  text-align: center;
  padding: 14px 5px;
  white-space: nowrap;
  width: 10%;
}
table.reviews td:first-child {
  text-align: left;
  width: auto;
}

table.reviews tr:first-child th {
  border-top: 0;
}
table.reviews tr:last-child td {
  border-bottom: 0;
}
table.reviews tr td:first-child,
table.reviews tr th:first-child {
  border-left: 0;
}
table.reviews tr td:last-child,
table.reviews tr th:last-child {
  border-right: 0;
}



#islegal {
  position: absolute;
  display: none;
  z-index: 60000000;
  width: 450px;
  height: 350px;
  background: url(images/agescreen.jpg) no-repeat 0 0;
  background-size: 100%;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    0px 0px 9px rgba(0, 0, 0, 0.75);
  box-shadow:         0px 0px 9px rgba(0, 0, 0, 0.75);
}
a#yeah {
  position: absolute;
  top: 78%;
  left: 52%;
  display: block;
  width: 37%;
  height: 8.5%; 
}
a#nah {
  position: absolute;
  top: 78%;
  left: 13%;
  display: block;
  width: 37%;
  height: 8.5%; 
}
#islegal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 50000000;
  background: #231f20;
}
#islegal.is-active,
#islegal-overlay.is-active {
  display: block;
}

#sitecontent {

}



/***** FlexSlider *****/ 

.flexslider ol,
.flexslider ul {
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
.flexslider ol li,
.flexslider ul li {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {   
  width: 88px; height: 88px; 
  margin: 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; 
  top: 50%; margin-top: -44px; cursor: pointer; text-indent: -9999px;  /* -webkit-transition: all .3s ease;*/}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.flex-direction-nav .flex-prev {left: 5px;}
.flexslider .flex-next:hover {background-position: 100% 100%;}
.flexslider .flex-prev:hover {background-position: 0 100%; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.flex-control-nav {width: auto; position: absolute; bottom: -30px; text-align: center; width: 270px; right: 0px;}
.flex-control-nav li {margin: 0px 8px !important; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {  
	display: block;
	cursor: pointer; text-indent: -9999px; 
	width: 9px; height: 9px; line-height: 9px; 
	border: none; background-color: rgb(204, 204, 204);
   }
.flex-control-paging li a:hover {  background: #ed1b2e; }
.flex-control-paging li a.flex-active {  background: #ed1b2e; cursor: default; }





.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.flex-direction-nav,
.flex-direction-nav li {
  height: 0;
  line-height: 0;
}


div.wpcf7 img.ajax-loader {
    width: 16px !important;
}


#sideshoppingcart #sideshoppingcart {
	border: none !important;
}