/* @override http://yangarra.bmdserver.com.au/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.3;
    color: #3a2b1d;
    font-family: georgia, times, serif;
}

body.no-scroll {
	overflow: hidden;
}

body, html {height:100%;}


a {
	outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

img {
			box-sizing:content-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */

}



p {
	margin: 0;
	padding-bottom: 14px;
	font-family: arial, helvetica, sans-serif;
}

h2, h3, h4 {
	margin: 0;
	padding: 4px 0 12px 0;
}

ul {
	padding: 0 0 0 18px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 8px;
}

ul li {
	padding: 0 0 8px 0;
}

a:link, a:visited {
    /* font-family: georgia, times, serif; <- WTF? */
    color: #918756;
    text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h2 {
	font-size: 1.286em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ==========================================================================
   age gate
   ========================================================================== */

#AgeGateway {
  font-family: georgia, times, serif;
  background: #3A2B1C url('../img/home_bg1.jpg') 50% 50% no-repeat;
  background-size: cover;
  color: #f7f8f4;
  font-size: 16px;
  height: 100%;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1900;
  display: none;
}

.age-container {

	top: 50%;
	left: 50%;
	margin-top: -133px;
	margin-left: -200px;
	position: absolute;
	text-align: center;
	max-width: 100%;
  width: 400px;
  padding: 20px;
  background: rgba(0, 0, 0, .25);
  border-radius: 10px;
}

@media only screen and (max-width: 450px) {

	.age-container {
		top: 50px;
		margin-top: 0;
		border-radius: 0;
	}

}

.age-logo {
  display: block;
  font-size: 0;
  position: relative;
  text-align: center;
  z-index: 20;
}

.age-logo img {
  height: 100px;
}

.age-button {
  background: #1e160e;
  border: 0;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
}

.age-button:hover {
	background: #000;
}

.wrapper {
	width: 1210px;
	margin: 0 auto;
	width: 960px;

}

.backgroundsize .background {
	position: fixed;
	background: url('../img/bg1.jpg') center top no-repeat;
	background-size:cover;
	display:block;
	width:100%;
	height:100%;
	z-index: 50;
}

.background.bg2 {
	background-image: none;
	background-color: red;
}

.background.bg3 {
	background-image: none;
	background-color: blue;
}

.background.bg4 {
	background-image: none;
	background-color: green;
}

.frame {
	position: relative;
	z-index: 100;
}

header {
	width: 100%;
	z-index: 1000;
	background: url(../img/menu_tile.png) repeat top center ;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, .7);
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	color: #d4ceac;
	font-family: georgia, times, serif;
	font-weight: bold;
	z-index: 1109;
	float: left;
}

nav {
	text-transform: uppercase;
	line-height: 40px;
}

nav.main {
		width: 390px;
	z-index: 100;
}

a.home {
	float: left;
	width: 56px;
	border-right: 1px solid #211811;
	border-bottom: 1px solid #211811;
	padding: 0 19px;
}

nav.main ul, .member-panel ul {
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;

}

nav.main ul li {
	margin: 0;
	padding: 0;
}

nav.main ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 19px;

}

nav.main > ul > li {
	float: left;
	border-right: 1px solid #211811;

}





nav.main > ul > li > a {
	border-bottom: 1px solid #211811;

}

nav.main > ul > li.active > a {
	-webkit-box-shadow:  0px -6px 5px 2px rgba(0, 0, 0, .7);
        box-shadow:  0px -6px 5px 2px rgba(0, 0, 0, .7);
        border-bottom: none;
}

#Member.active {
		-webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
        box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
        border-bottom: none;

}

li#Menu {
	width: 100%;
	position: absolute;
	top:  41px;
}

ul.Story, ul.Estate, ul.Wines {
	position: absolute;
}

.menu, .member-panel {
	height: 177px;
	background: url(../img/menu_tile_large.png) repeat top center ;
	color: #d4ceac;
	font-family: georgia, times, serif;
	font-weight: bold;
	-webkit-box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, .5);
	width: 100%;
}

nav.main ul li ul {
	margin: 0;
	padding: 18px 0 0 0;
	width: 100%;
	left: 0;
	text-align: center;
}

nav.main ul li ul li {
	display: inline-block;
	border-left: 1px solid #353535;
	border-right: 1px solid #1a130d;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

nav.main ul li ul li.first {
	border-left: none;
}

nav.main ul li ul li.last {
	border-right: none;
}

nav.main ul li ul li span {
	display: block;
	margin-top: 5px;
	min-height: 35px;
	padding: 0 10px;
}

nav.main ul li ul li a {
	display: block;
	width: 152px;
	height: 100%;
	text-transform: none;
	line-height: 1.3;
	padding: 0;
}



div.nav-right {
	width: 100%;
	margin-left: -390px;
	z-index: 10;

}

div.inner-block {
	margin-left: 380px;
	border-bottom: 1px solid #211811;
	height: 41px;

}

nav.member {

}

nav.member a#Member {
	padding: 0 55px 0 10px;
	background: url(../img/key_icon.png) no-repeat right 15px;
	margin-right:20px;
	border-left: 1px solid #211811;
	display: block;
}

nav.member span {
	text-transform: none;
	font-size: 0.786em;
	font-style: italic;
	font-weight: normal;
}

.member-panel {
	position: absolute;
	top: 41px;
	height: 176px;
	left: 0;
	overflow: hidden;
	font-size: 0.929em;
}

.member-panel p {
	line-height: 1.3em;
	text-transform: none;
	text-align: left;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-style: italic;
}

.member-panel p a {
	text-decoration: underline !important;
}

.member-panel h2 {
	background: url(../img/key_icon.png) no-repeat 145px 5px;
	line-height: 22px;
}

.member-panel-inner {
	width: 500px;
	margin: 20px auto 0 auto;
}

.member-panel-inner .left-panel {
	width: 220px;
	border-right: 1px solid #1a130d;
	padding-right: 20px;
	margin-left: 30px;
}


.member-panel-inner .right-panel {
	width: 250px;
	border-left: 1px solid #353535;
	padding-left: 30px;
	line-height: 1em;
	padding-top: 14px;
}

.member-panel-inner .right-panel p {
	font-size: 0.857em;
}

.member-panel ul {
	margin: 10px 0 0 0;
	padding: 0;

}

.member-panel ul li {
	padding: 8px 0;
}

.member-panel ul li a {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	text-decoration: underline;
}





div.cart-summary {
	line-height: 40px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 0.876em;
}

div.cart-summary a:hover, div.cart-summary a:active {
	text-decoration: underline;
}

.drop-shadow:after {
   content:"";
   z-index:-1;
   width:100%;
   height:5px;
   position: absolute;
   bottom: 0px;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, .4);
   box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, .4);
   display: block;
}


.logo {
	width: 100%;
	height: 109px;
	background: url(../img/leather.jpg) center top repeat-x;
	border-bottom: 1px solid #3c2918;
	border-top: 1px solid #3c2918;
	position: absolute;
	z-index: 0;

}

.logo.home {
	top: 217px;
}

.logo.content {
	top: 51px;
}

.logo.content.ipad {
	top: 36px;
}


.logo .wrapper {
	background: url(../img/yangarra_logo.png) no-repeat center top;
	height: 117px;
	z-index: 20;
	position: relative;
	text-align: center;
}


.logo h1 {
	display: none;
}

.wrapper.home-content {
	padding-top: 326px;
	padding-bottom: 100px;
}

.wrapper.content {
	padding: 183px 10px 100px 10px;
	margin-bottom: 0px;
}

.wrapper.ipad {
	width: 100%;
	font-size: 150%;
}

.wrapper.ipad input.textbox {
	padding: 26px 12px 20px 24px;

}

.wrapper.error {
	padding: 183px 10px 100px 10px;
}


/* HOME STYLES */

.inner-wrapper {
	margin: 0 0 0px 313px;
	z-index: 80;

}

.blog-ribbon {
	width: 336px;
	float: left;
}

.blog-ribbon .inner {
	background: url(../img/transparency_brown.png) repeat top left;
	text-align: left;
	padding: 30px 40px 20px 40px;
	width: 336px;
}

.jagged-edge {
	background: url(../img/jagged_edge.png) no-repeat center top;
	width: 336px;
	height: 5px;
	margin: 0 0 0px 0;

}

.home-links {
	float:left;
	width:290px;
	display:block;
}

.home-links a {
	display:block;
	text-align: center;
	margin:30px 0;
}

.home-links a.purchase-wine {
	margin-left:4px;
}


.blog-ribbon h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.3em;
	text-decoration: none;
	padding: 10px 0;
	margin-bottom: 10px;
}

.blog-ribbon h2 a:link, .blog-ribbon h2 a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
}

.blog-ribbon h2 a:hover, .blog-ribbon h2 a:active {
	text-decoration: underline;

}

.blog-ribbon p {
	color: #b9ae79;
	font-style: italic;
	width: 135px;
	font-family: georgia, times, serif;
	padding-bottom: 0px;
}

.blog-ribbon.l_gate {
	text-align: center;
}

.blog-ribbon.l_gate h2 {
	text-align: center;
}

.blog-ribbon.l_gate p {
	text-align: center;
	width: auto;
	margin: 10px auto;
	padding: 0;
}

.blog-ribbon.l_gate p.minor {
	font-size: 11px;
}

.blog-ribbon.l_gate p.minor2 {
	font-size: 10px;
	color: #8f865d;
}

.blog-snippet {
	padding-bottom: 15px;
}

a.other-blog:link, a.other-blog:visited {
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	display: block;
	font-style: italic;
}

a.other-blog:hover, a.other-blog:active {
	color: #fff;
	text-decoration: underline;
}






/* CONTENT STYLES */

.banner-image img {
	border: 6px solid #fff;
	box-sizing:content-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */
}

.banner-image {
	position: relative;
	margin-bottom: 22px;
}

.corners-large:after, .corners-large:before  {
   content:"";
   height:18px;
   width: 944px;
   display: block;
   background: url(../img/corners_large_bottom.png) no-repeat top center;
   bottom: -2px;
   left: -2px;
   position: absolute;

}


.corners-large:before {
   background: url(../img/corners_large_top.png) no-repeat top center;
   top: -2px;
}

.corners-small:after, .corners-small:before  {
   content:"";
   height:18px;
   width: 310px;
   display: block;
   background: url(../img/corners_small_bottom.png) no-repeat top center;
   bottom: -7px;
   left: -11px;
   position: absolute;

}


.corners-small:before {
   background: url(../img/corners_small_top.png) no-repeat top center;
   top: -8px;
}

.banner-image h1 {
	position: absolute;
	bottom: 6px;
	font-size: 1.143em;
	line-height: 44px;
	text-transform: uppercase;
	color: #d4ceac;
	background: url(../img/title_bg.png) no-repeat center bottom;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}

.column.white {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 35px 40px 30px 40px;

}

.column.col1.white {
}

.column.white.col2 {
	width: 560px;
}


.column.transparent {
	background: url(../img/transparency_white.png) repeat;
	padding: 35px 40px 30px 40px;

}

.column.transparent.col2 {
	width: 380px;
}

h2.intro {
	text-align: center;
	font-size: 1.286em;
	padding: 0 0px 30px 0px;
	border-bottom: 1px solid #3a2b1d;
	position: relative;
}

.col2 h2.intro {
	margin: 0 25px 30px 25px;
}

.col1 h2.intro {
	margin: 0 200px 30px 200px;

}

h2.intro:after{
	content: "";
	height: 2px;
	position: absolute;
	bottom: -4px;
	left: 0px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #3a2b1d;
}

ul.sub-nav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

ul.sub-nav li {
	text-transform: uppercase;
}

ul.sub-nav li a {
	border-bottom: 1px solid #3a2b1d;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #3a2b1d;
	font-weight: bold;
}

ul.sub-nav li a:hover, ul.sub-nav li a:active {
	text-decoration: underline;
}

.column.transparent.col2 img {
	margin-bottom: 20px;
}

a.event-link {
	background: url(../img/event_link_bg.png) no-repeat top center;
	width: 304px;
	height:140px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	padding: 35px 20px 0 20px;
	color: #188089;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.143em;
	text-decoration: none;
}

.sidebar-item {
	width: 300px;
	border: 6px solid #fff;
	position: relative;
	margin-bottom: 20px;
	background: url(/img/blue_pattern_tile.png) repeat;
	text-align: center;
	padding: 0 0 20px 0;
}

.sidebar-item img {
	padding: 0;
	margin: 0 !important;
}

.sidebar-item p {
	color: #188089;
	text-transform: uppercase;
	padding: 20px 20px 10px 20px;
	font-weight: bold;
}

.sidebar-item span {
	color: #135c62;
	padding: 0 20px;
	display: block;
	font-style: italic;
}

.sidebar-item a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

span.event-icon {
	display: block;
	width: 74px;
	height: 39px;
	background: url(/img/event_icon.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	bottom: -6px;
}

.sidebar-item.event {
	padding-bottom: 40px;
}








/* WINE STYLES */

.wine-thumb {
	display:inline-block;
	width: 255px;
	margin-left: 42px;
	margin-bottom: 15px;
	position: relative;
}

.wine-thumb.first {
	margin-left: 3px;

}

.wine-thumb a:link, .wine-thumb a:visited {
	color: #211811;
	text-decoration: none;
	display: block;
}

.wine-thumb a:active, .wine-thumb a:hover {
	text-decoration: underline;
}

.wine-thumb span {
	color: #918756;
}

.wine-thumb .soldOut {
	font-weight: normal;
}

.wine-thumb a:hover span {
	color: #918756;
	text-decoration: none;
}

.about {
	text-align: center;
}

.about img {
	padding: 10px 0;
		box-sizing:content-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */
}

.about img.first {
	border-right: 1px solid #978e89;
	margin-right: 28px;
	padding-right: 28px;
}


/* WINE DETAIL STYLES */

img.wine-large {
	margin-right: 30px;
}

.wine-detail {
	width: 460px;
	margin: 50px 35px 0 0;
	border-bottom: 1px solid #a39890;

}

.wine-detail h2 {
	font-size: 1.571em;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.checkout h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
}

.wine-extras {
	width: 170px;
}

.wine-extras a {
    font-style: italic;

}

.wine-extras img {
	margin: 25px 0 15px -10px;
}



a.back {
	display: block;
	padding-left: 23px;
	background: url(../img/arrow_back.png) no-repeat 0px 1px;
	color: #211811;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}


.openClose > h3 {
	cursor: pointer;
	border-top: 1px solid #a39890;
	padding: 14px 0 14px 22px;
	color: #918756;
	position: relative;
	margin: 0px 0 0 0;
	text-transform: uppercase;

}

.openClose > h3 span {
	background: url(../img/arrow_forward.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	left: 0;
	position: absolute;
	top: 15px;
	-webkit-transition: all 0.5s ;
		-moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
		transition: all 0.5s;

}


.openClose > h3.open span {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg); /* Opera */
	}

.openClose div {
	padding-bottom: 20px;
}


.actions {
	padding: 20px 0 3px 0;
	border-bottom: 1px solid #a39890;
	margin-top: 35px;
}

p.members-price {
	padding: 10px 0 15px 0;
	font-family: georgia, times, serif;
	font-style: italic;
}

.shipping-notice {
	padding:10px 0 0 0;
	font-style: italic;
	font-size:12px;
	line-height: 14px;
}

p.members-price span.price {
	color: #918756;
}

.cartAction {
	text-align: center;

}

.cartAction h3 {
	color: #d4ceac;
	font-style: italic;
	font-size: 1.429em;
	font-weight: normal;
	margin-bottom: 30px;
}

.cartAction a {
	background-color: #b9ae79;
	color: #fff;
	padding: 6px;
	display: block;
	width: 180px;
	margin: 10px auto;

}

.cartAction a:hover {
	background-color: #6d6969;
	text-decoration: none;
}

.progress {display:block; float:right; width:200px; height:20px; box-shadow: 0px 0px 5px rgba(0,0,0,0.25) inset; border-radius: 5px; margin-bottom:2em; position: relative;}
.no-boxshadow .progress {background:#b9ae79}
	.progress .bar {background:#b9ae79; position: absolute; top:0; left:0; height:20px; border-radius: 5px 0 0 5px;
			  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;}



/* shopping cart/checkout system */

.checkout .content {text-align: left;}
	#main.checkout header {padding:1.5em 1em;}
	.checkout .table {border-top:1px solid #4c3932; width:100%;}
	.checkout .table.table-condensed {
	border: none;
}
	.checkout td, .checkout th {border-bottom:1px solid #ccc; padding:0.6em 0; text-align: left;}
	.checkout th {
	font-style: italic;
}
	.form-actions {margin:1em 0; position: relative;}
		.form-actions input {margin-right:10px;}
		.form-actions input.btn-primary {margin-right:0px;position: absolute; top:0; right:0;}
	p.notAus {
	background: #b9ae79;
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: georgia, times, serif;
	font-weight: bold;
	position: absolute;
	right: 170px;
	top: 0;
	line-height: 1.2em;
}

	.content fieldset {margin:0 0 3em 0; width: 47.5%; float: left; margin-right: 5%;}
	.content fieldset.right {
	margin-right: 0;
}
		.content fieldset h3 { font-style: italic; border-bottom:1px solid #4c3932;  padding:0 0 0.5em 0; display:block; width:100%; margin:0 0 0.5em 0; background:0; font-size: 1em;  }
		#shipping_details_drawer {clear: both;}
		.control-group {margin:5px 0; padding:7px 0 10px 0;}
			.checks {margin-bottom:0;}
				.checks .controls {margin:0;}
			.controls {margin-left:100px;}
				.controls .help-inline, .alert-error {font-size:0.875em; background-color:#b9ae79; display: block; padding: 5px 8px; color: #fff;}

				label.error {font-size:0.875em; background-color:#b9ae79; display: block; padding: 5px 8px; color: #fff;}
			.control-group label {float:left; color:#3a2b1d;/* font-weight: bold;*/ width:100px; line-height: 24px;}
			.control-group label.checkbox {float:none; color:#333; width:100%;}
			.control-group input[type='password'], .control-group input[type='text'], .control-group input[type='email'], .control-group textarea {width: 100%;}
			.control-group textarea {height:auto;}
				.control-group input[type='password']:focus, .control-group input[type='text']:focus, .control-group input[type='email']:focus, .control-group textarea:focus {outline: none; }
	.right fieldset h3 {margin:0; border:0;}
	.content .checkNumberFail { display:block; text-align: left; width: 50%; background: 0; font-size:0.875em; float: right; padding:0; margin:0;}

		.content .help-block {background:0; font-size:0.875em;}
		.alert {margin:0 0 1em 0;}

		.hint {display:none;}
		label[for='password'] .hint {display:block; font-size:12px; line-height: 1em; color:#999;}

.cartAction {}

.form-checks {display:block;padding:0 0 1em 0; font-size:0.875em; border-bottom:1px solid #d9dcdd; margin-bottom:1em;}
	.form-checks input[type='checkbox'] {float:left;clear:left; margin:2px 5px 0 0; }
	.form-checks label {float:left; font-family: arial,helvetica,sans-serif;}
	.form-checks p {background:0; margin:0; padding:1em 0; font-weight: bold;}

.span6 {width:49%; float:left; margin-left:2%;}

input[type='checkbox'], input[type='radio'] {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

/* BLOG STYLES */

.column.transparent p {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size:1.143em;

}

.column.transparent h3 {
	border-top: 1px solid #4c3932;
	border-bottom: 1px solid #4c3932;
	padding: 10px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1em;

}

ul.blog-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.blog-nav li a {
	display: block;
    padding: 0 0 10px 0;
}


.column.transparent.blog a:link, .column.transparent.blog a:visited {
    color: #3a2b1d;
    font-family: arial, helvetica, sans-serif;
}

.blog-image {
	position: relative;
}

.blog-image img {
	padding-bottom: 9px;
	border-bottom: 1px solid #4c3932;
}


.blog-image:after {
	content: "";
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -3px;
	left: 0px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #3a2b1d;
}

h2.blog-heading, div.comments h2 {
	font-size: 1.286em;
	padding-top: 10px;


}



h2.blog-heading a {
    color: #3a2b1d;
    text-transform: uppercase;
}

p.date {
	font-family: georgia, times, serif;
	font-style: italic;
	padding-bottom: 20px ;

}

.blog-summary {
	border-bottom: 1px solid #3a2b1d;
	margin-bottom: 30px;
}

.blog-detail {
	border-bottom: 1px solid #3a2b1d;
	margin-bottom: 20px;
}

.paginate {
	text-align: center;
	font-size: 0.85em;
	text-transform: uppercase;
}

.paginate .left {
	text-align: left;
	float: left;
}

.paginate .right {
	text-align: right;
	float: right;
}

a.button.previous {
	margin: -1px 10px 0 0px;
}

a.button.next {
	margin: -1px 10px 0 0px;
}


.blog-detail p.date {
	padding-top: 20px;
}

.comments {
	border-top: 1px solid #3a2b1d;
	margin-top: 20px;
}

.commentEntry {
	padding: 15px 20px 10px 15px;
	background-color: #f8f4e6;
	color: #5b4e42;
}

.commentEntry.two {
	background-color: #eeebdb;
}

p.commentDetails {
	font-size: 0.9em;
	font-style: italic;
	font-family: georgia, times, serif;
	color: #3A2B1D;
	padding-top: 10px;
}


.article {
	border-bottom: 1px solid #3a2b1d;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


.article ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.article ul li  {
	padding-bottom: 6px;
	font-family: arial, helvetica, sans-serif;

}

.event-details {
	padding-bottom: 20px;
	width: 100%;

}

.event-details-inner {
	margin-right: 230px;
}

.event-details h2 {
	margin-top: 0;
}

.event-details ul li {
	border-top: 1px solid #211811;
	padding: 8px 0;
	font-family: georgia, times, serif;
	font-weight: bold;
}

.event-image {
	margin-bottom: 20px;
	width: 200px;
	margin-left: -200px;
}


.people-image {
	margin-bottom: 10px;
}


/* FOOTER STYLES */



footer {
	background: url(../img/menu_tile.png) repeat top center;
	width: 100%;
	position: fixed;
	bottom: 0px;
	-webkit-box-shadow:  0px -2px 4px 0px rgba(0, 0, 0, 0.4);
     box-shadow:  0px -2px 4px 0px rgba(0, 0, 0, 0.4);
     z-index: 5000;
     border-top: 1px solid #191818;
     line-height: 40px;
     padding-left: 20px;
	color: #d4ceac;
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 0.786em;

}

div.subscribe, div.join {
	line-height: 25px;
	margin-top: 8px;
	padding: 0 10px;
}

div.subscribe {
	background-color: #1e160e;
	margin-right: 2px;
}

div.join {
	background: url(../img/subscribe_bg.png) no-repeat;
	margin-right: 0px;
	padding-left: 6px;
	width: 60px;
	color: #22180f;
}

footer a:link, footer a:visited, header a:link, header a:visited, .menu a:link, .menu a:visited {
	color: #d4ceac;
	text-decoration: none;
}

footer a:hover, footer a:active {
	text-decoration: underline;
}


footer div.join a:link, footer div.join a:visited  {
		color: #22180f;

}

.mobileNav, .mob {display:none;}

footer .footer-sep {margin:0 8px;}










/* FORM STYLES */

p.label {
	font-family: georgia, times, serif;
	font-style: italic;
	padding-left: 12px;
}

input.textbox, .checkout input {
	border: 1px solid #c4bdb9;
	border-left: 0px;
	background: url(/img/input.png) no-repeat 0px 0px;
	padding: 12px 6px 10px 12px;
	position: relative;
	outline: none;
	font-family: georgia, times, serif;
	font-style: italic;
	color: #3a2b1d;
}


.checkout input.input-mini { text-align: center; width:50px; }

input.lighter {
	color: #c3b9b0;
}

input:focus {
	background: url(/img/input.png) no-repeat 0px -500px;
}

textarea {
	    border: 1px solid #c4bdb9;
        border-left: 0px;
        background: url(/img/input.png) no-repeat 0px 0px transparent;
        padding: 6px 6px 8px 12px;
        position: relative;
        font-size: 100%;
        outline: none;
}

textarea:focus {
	background: url(/img/input.png) no-repeat 0px -500px;
}

textarea.textarea, input.textbox {
       width: 100%;

}

input.button.submit, a.btn.ipad {
	border: none;
	background-image: none;
	background-color: #3a2b1d;
	padding: 10px 0px;
	color: #d4ceac;
	text-transform: uppercase;
	width: 100%;
	font-family: georgia, times, serif;
	font-weight: bold;
	font-style: normal;
	display: block;
}

input.button.submit:hover {
  background-color: #b9ae79;
  color: #fff;
}


a.btn-reverse {
  border: none;
  background-image: none;
  background-color: #b9ae79;
  color: #fff;
  padding: 10px 0px;
  text-transform: uppercase;
  width: 100%;
  font-family: georgia, times, serif;
  font-weight: bold;
  font-style: normal;
  display: block;
  text-align: center;
  text-decoration: none;
}

a.btn-reverse:hover {
  background-color: #3a2b1d;
  color: #d4ceac;
  text-decoration: none;
}

.checkout input.btn {
	border: none;
	background-image: none;
	background-color: #3a2b1d;
	padding: 10px 20px;
	color: #d4ceac;
	text-transform: uppercase;
	font-family: georgia, times, serif;
	font-weight: bold;
	font-style: normal;
}

input.btn:hover {
	background-color: #b9ae79;
	color: #fff;
}

input.btn:disabled {
	background-color: #3a2b1d;
	color: #d4ceac;
}

a.btn {
	border: none;
	background-image: none;
	background-color: #3a2b1d;
	padding: 10px 20px;
	color: #d4ceac;
	text-transform: uppercase;
	font-family: georgia, times, serif;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

a.btn:hover {
	background-color: #b9ae79;
	color: #fff;
	text-decoration: none;
}

a.btn.wide {
		width: 100%;
	display: block;

}


p.passAfter, p.confPassAfter, p.userAfter, p.newPassAfter, p.confNewPassAfter, p.currentPassAfter {
	position: relative;
}

p.passAfter:after, p.confPassAfter:after, p.newPassAfter:after, p.confNewPassAfter:after, p.currentPassAfter:after, p.userAfter:after   {
   height:30px;
   width: 100px;
   display: block;
   top: 12px;
   right: 15px;
   position: absolute;
    color: #c3b9b0;
	font-family: georgia, times, serif;
	font-style: italic;
	text-align: right;
}

p.passAfter:after {
   content:"Password (5 chars min)";
   width: 150px;
}

p.confPassAfter:after  {
   content:"Confirm Password";
   width: 150px;
}

p.newPassAfter:after {
   content:"New Password";
   width: 150px;
}

p.confNewPassAfter:after {
   content:"Confirm New Password";
   width: 200px;
}

p.currentPassAfter:after {
   content:"Current Password";
   width: 150px;
}

p.userAfter:after  {
   content:"Acts as your Username";
   width: 150px;
}

.form {
	/*border-top: 1px solid #3a2b1d;*/
	position: relative;
}

.form.hide {
	margin-top: 20px;
}

.form.no-padding {
	margin-top: 0;
	padding-top: 0;
}


/*
.form:before{
	content: "";
	height: 3px;
	position: absolute;
	top: 2px;
	left: 0px;
	display: block;
	width: 100%;
	border-top: 1px solid #3a2b1d;

}
*/


.member-panel input {
	background: none;
	background-color: #21170f;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	color: #d4ceac;
	padding: 6px;
	margin-bottom: 6px;
}



input.button.submit.small {
	background-color: #21170f;
	padding: 6px;
}

input.button.submit.small:hover {
	background-color: #b9ae79;
	color: #fff;
}

input.qty {
	border: 1px solid #dad3cf;
	background: #fff url(/img/qty_input.png) repeat-x left bottom;
	width: 35px;
	margin-bottom: 5px;
}

input.button.submit.cart {
	width: 100%;
	font-family: arial, helvetica, ans-serif;
	color: #fff;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 0.857em;
	background-color: #b9ae79;
	margin-top: 10px;
}


input.button.submit.cart:hover {
	background-color: #3a2b1d;
}

div.sold-out {
	width: 100%;
	font-family: arial, helvetica, ans-serif;
	color: #fff;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 0.857em;
	background-color: #b9ae79;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}

/*
	Slideshow
*/

ul.cb-slideshow {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: -9999px;
	overflow: hidden;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-animation: imageAnimation 80s linear infinite 0s;
    -moz-animation: imageAnimation 80s linear infinite 0s;
    -ms-animation: imageAnimation 80s linear infinite 0s;
    -o-animation: imageAnimation 80s linear infinite 0s;
    animation: imageAnimation 80s linear infinite 0s;
}

.cb-slideshow li span {
    background-image: url(../img/home_bg1.jpg)
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../img/home_bg1.jpg)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/home_bg2.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -ms-animation-delay: 20s;
    -o-animation-delay: 20s;
    animation-delay: 20s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/home_bg3.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -ms-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../img/home_bg4.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -ms-animation-delay: 60s;
    -o-animation-delay: 60s;
    animation-delay: 60s;
}



@-webkit-keyframes imageAnimation {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    3% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation {
    0% { opacity: 0; -moz-animation-timing-function: ease-in; }
    3% { opacity: 1; -moz-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation {
    0% { opacity: 0; -o-animation-timing-function: ease-in; }
    3% { opacity: 1; -o-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    3% { opacity: 1; -ms-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    3% { opacity: 1; animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(0,0,0,0.5);}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background: #191818; padding:10px 10px 50px 10px; 	}
        #cboxTitle{position:absolute; bottom:15px; left:10px; color:#ccc; text-transform: uppercase; font-size:0.875em;}
        #cboxCurrent{position:absolute; bottom:15px; right:10px; color:#ccc;font-size:0.875em;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}

        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-26px; background:url(/images/lightboxSprites.png) no-repeat top left; width:41px; height:51px; text-indent:-9999px;}

        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-26px; background:url(/images/lightboxSprites.png) no-repeat top right; width:41px; height:51px; text-indent:-9999px;}

        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}

        #cboxClose{position:absolute; top:0px; right:0px; display:block; background:url(/img/close.png) no-repeat center center; width:26px; height:26px; text-indent:-9999px;}







/* ==========================================================================
   MOBILE STYLES
   1. Tablet styles
   ========================================================================== */

@media only screen and (max-width: 980px) {



.wrapper {
	width: 100%;
}

.wrapper.content {
	padding: 42px 10px 100px 10px;
}

.wrapper.content.ipad {
	padding: 183px 10px 100px 10px;
}

header {
	position: static;
	margin-bottom: 100px;
	float: none;

}
a.mobHome:link, a.mobHome:visited {
}
nav.main, nav.member {
	display: none;
}


div.inner-block, div.nav-right {
	margin-left: 0;
}

.blog-ribbon {
	width:336px;
	margin:0;
}


.home-content .inner-wrapper {
	width:629px;
	display:block;
	margin:0 auto;
}

.logo.home {
	top: auto;
	position: relative;
}

.wrapper.home-content {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: auto;
}


.inner-wrapper {
	margin: 0 auto ;
	width: 100%;
	position: relative;
	top: auto;
}


.column.white.col2 {
	width: 65%;
}

.column.transparent.col2 {
	width: 35%;
	padding: 20px;

}


	.banner-image, .banner-image img {
width: 100%;
height: auto;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */

}

.corners-large:after, .corners-large:before, .corners-small:after, .corners-small:before {
	display: none;
}


.col1 h2.intro {
	margin: 0 20% 30px 20%;

}

.wine-list {
	text-align: center;
}
.wine-thumb, .wine-thumb.first {
	width: 255px;
	margin-left: 2%;
	float:none;
	display:inline-block;
	text-align: left;
}



img.wine-large{
	width:23%;
	max-width:170px;
	height: auto;
	margin-right:2%;
}
.wine-detail {
	width: 50%;
	margin:50px 0 0 0;
	float:left;
}
.wine-extras {
	width:23%;
	margin-left:2%;
}
.wine-extras img {
	margin:25px 0 0 0;
}


.column.white {
	padding: 35px 20px 30px 20px;

}


.blog-image img {
	width: 100%;
	height: auto;
}



	footer {
	position: static;
}



.mobileNav a. .mobileNav a:link {
	color:#fff;
}

	.logo.content {
	padding: 0;
}


.sidebar-item {
	width: 100%;
	border: 6px solid #fff;
	position: relative;
	margin-bottom: 20px;
	background: url(/img/blue_pattern_tile.png) repeat;
	text-align: center;
	padding: 0 0 20px 0;
}



.sidebar-item img {
	width: 100%;
	height: auto;
}




.event-image {
	width: 40%;
	margin-left: -40%;
}

.event-image img {
	width: 100%;
	height: auto;
}

.event-details-inner {
	margin-right: 45%;
}


	/* MOBILE MENU STYLES */

.frame {display:block;  position: relative; overflow: hidden; width:100%; min-height: 100%;}
	.mobileNav, .container {-webkit-transform: translateX(0%); -webkit-transition:0.3s ease -webkit-transform; -moz-transform: translateX(0%); -moz-transition:0.3s ease -moz-transform; -o-transform: translateX(0%); -o-transition:0.3s ease -o-transform; -ms-transform: translateX(0%); -ms-transition:0.3s ease -ms-transform; transform: translateX(0%); transition:0.3s ease transform; }
	.mobileNav{ display:block; width:70%; position: absolute; top:41px; left:0; z-index: 1110;	background:url(../img/menu_tile.png) repeat top center;-webkit-backface-visibility: hidden; color: #fff; text-transform: uppercase;height: 100%;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
	.mobileNav ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	font-family: georgia, times, serif;
}
.mobileNav ul li {
	padding: 5px 0;
}
.opaque {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 200;
	top:40px;
	display: none;
}
	.container { display:block;  position: relative; top:0; left:0; z-index: 100;  overflow: hidden;}
		header {/*display:block; height:40px; background:#333; box-shadow: 0px 0px 5px rgba(0,0,0,0.4); position: relative;*/}
		.content {padding:10px;}

.frame > .left  {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}
/*.right {-webkit-transform: translateX(75%);-moz-transform: translateX(75%);-o-transform: translateX(75%);-ms-transform: translateX(75%);transform: translateX(75%)}*/
#showNav {display:block;width:24px; height:20px;position: absolute; top:9px; left:20px; background:#333;}
	#showNav span { content:''; color:#fff; background:#fff; border-radius: 2px; width:24px; height:4px;  display:block; position:relative; top:2px;}
	#showNav span:before, #showNav span:after  {content:''; position: absolute; top:7px; left:0;background:#fff; border-radius: 2px; width:24px; height:4px;display:block;}
	#showNav span:after {top:14px;}
























	}




@media only screen and (max-width: 639px) {

.column.white.col2 {
	width: 100%;
}

.column.transparent.col2 {
	width: 100%;
}


.about img.first {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}


.col1 h2.intro {
	margin: 0 5% 30px 5%;

}




nav.mobile {
	width:90%;
}


.inner-wrapper {
	width:100%;
}

.home-content .inner-wrapper {
	width:auto;
}

.blog-ribbon, .home-links {
	display:block;
	margin:0 auto;
	float:none
}



img.wine-large{
	height:180px;
	width:auto;
	margin:0 20px 30px 10px;
}
.wine-detail {
	width: 100%;
	margin:10px 0 0 0;
	float:none;
}
.wine-extras {
	width: 100%;
	margin: 0;
}

.actions {
	padding: 20px 0 3px 0;
	margin-top: 05px;
}

.openClose > h3 {
	clear:both;
}


footer {
	line-height: 1.5em;
	padding-top: 10px;
}

footer > div.floatR {
	float:none;
	margin:0 auto;
	display:block;
	width:250px;
}

footer div.floatL {
	float:none;
	margin:0px auto 20px auto;
	text-align: center;
	display:block;
}

div.join {
	display: none;
}

.event-image {
	width: 100%;
	float: none;
	margin-left: auto;
}


.event-details-inner {
	margin-right: auto;
}




p.passAfter:after, p.confPassAfter:after, p.newPassAfter:after, p.confNewPassAfter:after, p.currentPassAfter:after, p.userAfter:after   {
   height:30px;
   width: 200px;
   display: block;
   bottom: -20px;
   right: 15px;
   position: absolute;
    color: #c3b9b0;
	font-family: georgia, times, serif;
	font-style: italic;
	text-align: right;
	font-size: 0.9em;
	top: auto;
}

p.passAfter, p.confPassAfter, p.userAfter, p.newPassAfter, p.confNewPassAfter, p.currentPassAfter {
	position: relative;
	margin-bottom: 20px;
}




.content fieldset {
	float: none;
	width: 100%;
	margin-right: 0;
}


.form-actions input.btn-primary {
	position: relative;
	margin-top: 10px;
}

p.notAus {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	margin-top: 10px;

}

#newMember {
	display: block;
	margin
}

img.interactive-map {
	margin: 40px 0px 30px 30px ;
}



.about img {
width: 100%;
height:  auto;
}













}


@media only screen and (max-width: 450px) {

div.logo.home .wrapper, div.logo.content .wrapper {
	background-size: 90%;
	margin-top: 12px;
}

header {
	margin-bottom: 60px;
}


.blog-ribbon {display:block; margin:0 auto; float:none; width: 95%;}




.blog-ribbon .inner {
	width: 100%;
	padding: 20px 15px;
}


.jagged-edge {
	width: 100%;

}

.blog-ribbon p {
	width: 100%;
	padding-right: 20px;
}

.blog-ribbon img {
	width: 100%;
	height: auto;
}

.blog-ribbon .floatL, .blog-ribbon .floatR {
	width: 50%;
}

.wrapper.content {
	padding-top: 82px;
}



.banner-image h1 {
	position: absolute;
	bottom: -26px;
	background: url(../img/title_bg.png) repeat center bottom;
}




input.button.submit, a.btn {
	font-size: 0.9em;
}

input#promo_code {
	width: 100%;
}



}









/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
