/* @override 
	http://dev.greenhatgin.com/style.css
	http://dev.greenhatgin.com/wp-content/themes/ghg/style.css?ver=1.1 */

/*
Author: Joe Tan (joetan54@gmail.com)
*/

/*
available fonts:

font-family:'FranklinGothicW01-Cond';
font-family:'FranklinGothicW01-Extra 692515';
font-family:'FranklinGothicW01-No.2R';
font-family:'CenturySchlbkMTW01-Bold 706541';
font-family:'Century Schlbk W15 Bold';
font-family:'CenturySchlbkMTW01-Bold 706544';
font-family:'CenturySchlbkW15-BoldIt';
font-family:'CenturySchlbkMTW01-Ital';
font-family:'CenturySchlbkW15-Italic';
font-family:'Century Schoolbook W01';
font-family:'Century Schoolbook W02';
font-family:'Century Schlbk W15';

*/

xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Century Schoolbook W01',serif;
	font-size: 14px;
	line-height: normal;
	color: #3c3730;
	background: #333;
	text-align: left;
}
html { overflow-y: scroll; }
body { visibility: hidden; }

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }

img[align=left],
img.alignleft {	margin: 0 25px 15px 0; }
img[align=right],
img.alignright { margin: 0 0 15px 25px; }

a {
	color: #3c3730;
	text-decoration: underline;
}
a:hover {
	background-color: #D2D323;
}
h1,h2,h3,h4 { 
	margin: 0;
	line-height: normal;
	font-family:'FranklinGothicW01-No.2R', sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	
}
strong {
	font-family: 'Century Schlbk W15 Bold', serif;
	font-weight: normal;
}
em {
	font-family: 'CenturySchlbkW15-Italic', serif;
	font-style: normal;
}
th, td {
	border: 0;
}
form input[type="text"],
form input[type="number"] {
	padding: 10px;
	border: 1px solid #000;
	background: none;
	font-family: 'CenturySchlbkW15-Italic',serif;
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder {
    color: #000;
}
form input[type="text"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder {
    color: #000;
}
form button {
	cursor: pointer;
}
form .status {
	font-size: 11px;
	font-weight: normal;
	font-family: sans-serif;
	text-align: center;
}
form .status.error {
	color: red;
}
p {
	text-align: justify;
}
li {
	margin-bottom: 0.75em;
}
#loading {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(68, 68, 68, 0.9) url(images/loading.gif) center center no-repeat;
}
/* @group Age Gate */

#overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd000000, endColorstr=#dd000000);
	
	
}

#agegate {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 50%;
	margin-left: -160px;
	width: 290px;
	height: 641px;
	padding: 0 15px;
	background:  url(images/age.png) no-repeat;
	
}
#agegate form {
	position: relative;
	height: 150px;
	margin: 511px 0px 0;
	padding: 0px 0 0 0;
}
#agegate form input[type="text"],
#agegate form input[type="number"] {
	width: 70px;
	font-size: 16px;
}
#agegate form button {
	display: block;
	margin: 20px 0 0 0;
	background: url(images/sprites.gif) no-repeat -1px -202px;
	height: 39px;
	width: 285px;
	border: 0;
	text-indent: -10000px;
}
#agegate p {
	text-align: center;
	font-family:'FranklinGothicW01-Cond',sans-serif;
	font-size: 14px;
	color: white;
}
#verify {
	display: none;
}
#message {
	position: absolute;
	top: 463px;
	left: 0;
	width: 320px;
	text-align: center;
	font-size: 13px;
}
.section,
section {
	display: none;
}
#home {
	display: block;
}
#agegate form ul,
#agegate form ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: arial,sans-serif;
	font-size: 10px;
}
#agegate form ul {
	display: none;
}
#agegate form ul.visible {
}
#agegate form ul li {
	cursor: pointer;
}
#agegate form ul li:hover {
	background: #000;
	color: white;
}
#agegate form ul#months {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 70px;
	background: #d4df33;
	border: 1px solid #000;
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
}
#agegate form ul#months li {
	margin: 0;
	padding: 2px 5px;
	list-style: none;
}
#agegate form ul#days {
	position: absolute;
	left: 105px;
	top: 25px;
	width: 140px;
	background: #d4df33;
	border: 1px solid #000;
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
}
#agegate form ul#days li {
	display: block;
	float: left;
	width: 20px;
	line-height: 20px;
	text-align: center;
}
/* @end */

#wrap {
	position: relative;
}


/* @group Header */

header {
	position: fixed;
	z-index: 100;
	top: -175px;
	left: 50%;
	width: 1030px;
	height: 175px;
	margin: 0 0 0 -515px;
	background: url(images/nav.png) no-repeat top center;
	opacity: 0.1;
	     -o-transition: top 0.3s linear, opacity 0.1s linear;
	   -moz-transition: top 0.3s linear, opacity 0.1s linear;
	-webkit-transition: top 0.3s linear, opacity 0.1s linear;
	        transition: top 0.3s linear, opacity 0.1s linear;
	
}
.admin-bar header {
	margin-top: 28px;
}
header.visible {
	top: 0;
	opacity: 1;
}
header h1 {
	position: absolute;
	top: 35px;
	left: 35px;
}
header h1 a {
	display: block;
	width: 330px;
	height: 100px;
	background: url(images/sprites.gif) no-repeat 0 -286px;
	text-indent: -10000px;
}
header h1 a:hover {
	background-color: transparent;
}
header nav {
	position: absolute;
	top: 35px;
	left: 393px;
	width: 600px;
	font-family: 'Century Schoolbook W01',serif;
	font-size: 14px;
}
header nav ul,
header nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 13px;
}
header nav > ul > li {
	display: block;
	position: relative;
	float: left;
	border-left: 1px solid #918981;
	padding: 0 0 0 0px;
	margin: 0 6px 0px 0;
	width: 114px;
	height: 84px;
	background: url(images/nav-dots.gif) repeat-x top right;
}
header nav > ul > li.last {
	margin-right: 0;
}
header nav > ul > li:last-child {
	margin-right: 0;
}
header nav > ul > li > ul {
	padding: 5px 0 0 0;
}
header nav > ul > li > ul > li {
	margin: 0 0 4px 0;
}
header nav > ul li a {
	display: inline-block;
	height: 13px;
	line-height: 13px;
	padding:0px 3px;
	background: #fff3e3;
	border-left: 2px solid #fff3e3;
	text-decoration: none;
	white-space: nowrap;
}
header nav > ul li a:hover {
	background-color: #d4d224;
}
header nav > ul > li > a {
	font-weight: normal;
	font-family: 'Century Schlbk W15 Bold',serif;
	color: #000;
}
header nav > ul > li.selected > a {
	background-color: #d2d323;
}
header nav > ul > li > ul > li.selected,
header nav > ul > li > ul > li.selected > a {
	background-color: #d2d323;
}
header nav > ul > li > ul > li.selected {
	background-position: 2px -19px;
	background-image: url(images/nav-dots.gif);
}

/* @end */

/* @group Main */
body {
	margin-bottom: 100px !important;
	
}
.section,
section {
	position: relative;
	width: 100%;
	clear: both;
}
.section:after,
section:after {
	content: " ";
	clear: both;
	display: block;
}
.section .box, 
section .box {
	position: absolute;
	z-index: 10;
	padding: 35px;
	background: #fff3e3 no-repeat;
	top: -10000px;
	   -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.4);
	        box-shadow: 5px 5px 30px rgba(0,0,0,0.4);
}

.post {
	text-align: center;
	margin: 0 0 35px 0;
	line-height: 1.4;
}
.post p {
	text-align: center;
}
.post h3 {
	font-family: 'CenturySchlbkW15-BoldIt',serif;
	font-size: 14px;
}
.post .thumbnail {
	display: block;
	margin: 0 auto;
}
.post .thumbnail img {
	display: block;
	margin: 15px auto;
}
.post .more {
	margin: 0 30px;
	background: url(images/hr-dots.gif) bottom left repeat-x;
	line-height: normal;
}
.post .more a {
	padding: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff3e3;
	font-size: 10px;
	font-family: 'FranklinGothicW01-No.2R',sans-serif;
}
.post .more a:hover {
	background: #D2D323;
}
.post.tweet {
	padding: 0 0 20px 0;
	background: url(images/hr-dots.gif) bottom left repeat-x;
	
}
.post.expandable .content {
	position: relative;
	display: none;
}
.post.expanded {
}
.post .content .hr.end {
	display: block;
	clear: both;
	height: 30px;
	margin: 0 80px;
	background: url(images/hr-dots.gif) bottom left repeat-x;
	line-height: normal;
}

.posts-nav {
	position: relative;
	text-align: center;
}
.posts-nav ul, .posts-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.posts-nav ul li {
	display: inline;
	margin: 0 5px 0;
	font-size: 16px;
}
.posts-nav ul li.page_info,
.posts-nav ul li.pager {
	display: none;
}
.posts-nav ul li a {
	display: inline-block;
	padding: 5px;
}
.posts-nav ul li.active_page a {
	text-decoration: none;
	font-family: 'Century Schlbk W15 Bold', serif;
}
/* @end */

/* @group Home Index */

#home {
	position: relative;
	background: url(images/index-bg.jpg) repeat-x center 65px #fff3e3;
	padding: 80px 0 95px 0;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#home {
		 background-image: none;
	}
}

#home > .content {
	min-height: 725px;
	width: 910px;
	padding: 0 60px;
	margin: 0 auto;
	background:  url(images/index-bars.png) top center;
}

#home > .content > .col {
	position: relative;
	float: left;
	width: 270px;
}
#home > .content > #home-center {
	min-height: 720px;
	margin: 0 0 0 50px;
	background: no-repeat bottom center;
	text-align: center;
}
#home-center h1 {
	position: relative;
	margin: 0px 0 0 0;
}
/*
#home-center h1 a {
	display: block;
	height: 290px;
	width: 100%;
	background: url(images/index-logo.png) no-repeat top center;
	text-indent: -10000px;
	
}
*/
#home-feature {
	display: block;
	margin: 30px auto 0 auto;
}

#home > .content > #home-right {
	float: right;
	min-height: 640px;
	padding-bottom: 93px;
}
#home-right h2 {
	text-align: center;
	margin: 0 0 40px 0;
}
#home-right h2.view-all {
	margin-bottom: 30px;
}

#home .b {
	position: absolute;
	top: 0;
	left: 50%;
	width: 244px;
	height: 20px;
	margin-left: -122px;
	background: url(images/sprites.gif) no-repeat 0 -175px;
}

#drinkresponsibly {
	position: absolute;
	bottom: 0px;
	height: 93px;
	width: 269px;
	background: url(images/sprites.gif) -296px 0 ;
	left: 0;
}

#news-posts {
	position: relative;
}

#nav-index {
	position: relative;
}
#nav-index ul, #nav-index ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-index > ul > li {
	position: relative;
	min-height: 130px;
	margin: 0 0 1px 0;
	padding: 0 0 30px 0;
}
#nav-index > ul > li > h2 {
	display: block;
	margin: 0 0 3px 0;
	line-height: normal;
	
	text-align: center;
}
#nav-index > ul > li > h2 > a {
	text-decoration: none;
}
#nav-index > ul > li > span.img {
	position: absolute;
	top: 0;
	width: 128px;
	padding: 110px 0 0 0;
	background: url(images/sprites.jpg) no-repeat;
	text-align: center;
	font-family: 'CenturySchlbkW15-Italic', serif;
}
#nav-index > ul > li > .hr {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(images/sprites.gif) repeat-x 0 0px;
}
#nav-index > ul > li > ul {
	min-height: 90px;
	background: url(images/nav-dots2.png) repeat-x -6px 0;
	font: 14px/18px 'Century Schoolbook W01',serif;
}
#nav-index > ul > li > ul > li > a {
	display: inline-block;
	padding: 0 4px 0 0;
	background: #fff3e3;
	text-decoration: none;
}

#nav-index > ul > li > ul > li > a:hover {
	background-color: #d2d323;
}


#nav-index > ul > li.about {
	padding-left: 140px;
}
#nav-index > ul > li.about span.img {
	left: 0;
}
#nav-index > ul > li.products {
	padding-right: 147px;
}
#nav-index > ul > li.products span.img {
	right: 0;
	width: 135px;
	padding-top: 75px;
	background-position: -146px 0;
}
#nav-index > ul > li.drinks {
	padding-left: 140px;
}
#nav-index > ul > li.drinks span.img {
	left: 0;
	padding-top: 80px;
	background-position: -286px 0;
}
#nav-index > ul > li.contact {
	min-height: 1px;
	height: 65px;
}
#nav-index > ul > li.contact > h2 {
	text-align: left;
}
#nav-index > ul > li.contact span.img {
	right: 5px;
	padding: 0;
	height: 60px;
	width: 116px;
	background-position: -423px 0;
}
#nav-index > ul > li.contact > a.btn {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(images/sprites.gif) no-repeat -585px 0 ;
	text-indent: -10000px;
}
#nav-index > ul > li.contact > a.btn.tw {
	background-position: -621px 0;
}

#nav-index > ul > li.contact > a.btn.em {
	background-position: -655px 0;
	width: 34px;
}


#nav-index > ul > li.signup {
	min-height: 1px;
	height: 61px;
	padding: 0;
}
#nav-index > ul > li.signup form {
	position: relative;
}
#nav-index > ul > li.signup form input[type="text"] {
	width: 150px;
}
#nav-index > ul > li.signup form .status {
	width: 180px;	
}
#nav-index > ul > li.signup form button {
	position: absolute;
	top: -2px;
	right: 5px;
	width: 80px;
	height: 38px;
	background: url(images/sprites.gif) no-repeat -584px -38px ;
	border: 0;
	text-indent: -10000px;
}
#nav-index > ul > li.visit {
	min-height: 1px;
	padding: 0;
}
#nav-index > ul > li.visit > a {
	display: block;
	height: 90px;
	background: url(images/sprites.gif) no-repeat -299px -98px ;
	text-indent: -10000px;
}
/* @end */

/* @group About */

#about {
	position: relative;
	padding: 225px 0 100px 0;
	height: 2850px;
	background: #444;
	overflow: hidden;
}
#about-bg1,
#about-bg2,
#about-bg3,
#about-bg4,
#about-bg5 {
	position: absolute;
	
	z-index: 1;
	width: 515px;
	height: 675px;
	background: url(images/about-bg.jpg);
	
}
#about-bg1 { right: 50%; top: 90px;   margin-right: -630px; }
#about-bg2 { left: 50%;  top: 585px;  margin-left: -720px;  }
#about-bg3 { right: 50%; top: 1390px; margin-right: -660px; }
#about-bg4 { left: 50%;  top: 2040px; margin-left: -720px; }
#about-bg5 { left: 50%;  top: 2900px; margin-left: -250px; }


#about .box .content {
	position: relative;
	background: url(images/vr-1col.gif) repeat-y top center;
	min-height: 330px;
}
#about .box .content .col {
	float: left;
	width: 280px;
}

#about #green-hat .content,
#about #distillers .content {
	margin: 0 0 0 235px;
	background: url(images/vr-2col.gif) repeat-y top left
}
#about #green-hat .content .col,
#about #distillers .content .col {
	padding: 0 0 0 25px;
}
#about .box h2 {
	position: relative;
	width: 100%;
	text-indent: -10000px;
}



#about .box .content .col.last {
	float: right;
}
#about .box .content:after {
	content: " ";
	display: block;
	clear: both;
}
#about #green-hat {
	width: 870px;
	top: 225px;
	left: 50%;
	margin-left: -525px;
	background-image: url(images/about-photo-theman.jpg);
	background-position: 30px 190px;
}
#green-hat h2 {
	position: relative;
	height: 150px;
	background: url(images/about-hdr-theman.gif) no-repeat;
}
#green-hat .content {
	min-height: 474px;
}
#green-hat .col {
	
}
#about-dc-photo {
	position: absolute;
	z-index: 9;
	top: 1100px;
	left: 50%;
	width: 380px;
	height: 385px;
	margin-left: -520px;
	background-image: url(images/about-photo-dc.jpg);
	background-position: 15px 0;
}
#about-dc-photo .content {
	background: none !important;
}
#about #capital {
	top: 1000px;
	width: 615px;
	left: 50%;
	margin-left: -170px;
}

#capital h2 {
	margin: 0 -8px 0 -8px;
	background: url(images/about-hdr-dc.gif) no-repeat;
	height: 115px;
	width: 100%;
	text-indent: -10000px;
}
#capital .content .col {
	padding-right: 0;
}

#about #distillers {
	top: 1800px;
	left: 50%;
	width: 850px;
	margin-left: -520px;
	background-image: url(images/about-photo-craft.jpg);
	background-position: 30px 190px;
}
#distillers h2 {
	background: url(images/about-hdr-craft.gif) no-repeat;
	height: 165px;
}
#about #distillers .content {
	margin-left: 215px;
}
#about-process-photo {
	top: 2450px;
	left: 50%;
	width: 270px;
	height: 403px;
	margin-left: -451px;
	background-image: url(http://greenhatgin.com/site/wp-content/uploads/2012/08/about-photo-process.jpg);
	background-position: 15px 15px;
}
#about #process {
	top: 2500px;
	left: 50%;
	margin-left: -150px;
	width: 615px;
}
#process h2 {
	margin-left: -5px;
	background: url(images/about-hdr-process.gif) no-repeat;
	height: 180px;
}
#about #process .content {
	min-height: 220px;
}

/* @end */

/* @group Products */

#products {
	padding-top: 230px;
	min-height: 670px;
	background: url(images/products-bg.jpg) fixed;
	overflow: hidden;
}
#products > .box-wrap {
	position: relative;
	margin-bottom: 80px;
}
#products  .box {
	position: relative;
	width: 810px;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	padding: 30px 10px 5px 10px;
}

#nav-products{
	position: fixed;
	z-index: 11;
	left: 50%;
	margin-left: -495px;
	top: -400px;
	width: 154px;
	height: 380px;
	padding: 8px 18px 8px 8px;
	background: url(images/products-nav.png) no-repeat;
	     -o-transition: top .5s linear;
	   -moz-transition: top .5s linear;
	-webkit-transition: top .5s linear;
	        transition: top .5s linear;
}
#nav-products.visible {
	top: 185px;
}
#nav-products h3 {
	display: block;
	height: 57px;
	width: 140px;
	margin: 0 auto 10px;
	background: url(images/products-hdr-nav.gif) no-repeat;
	text-indent: -10000px;
}
#nav-products ul, #nav-products ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-products ul {
	position: relative;
	margin: 0 0 0 5px;
	width: 141px;
	min-height: 145px;
	background:  url(images/nav-dots2.png) -5px 0;
	line-height: 18px;
}
#nav-products ul li a {
	padding: 0 3px 0;
	background-color: #d3db27;
	text-decoration: none;
}
#nav-products ul li.selected {
	background: white url(images/nav-dots2.png) -5px 0;
}
#nav-products ul li.selected a {
	background-color: white;
}

#products .content {
	position: relative;
	min-height: 545px;
	padding-left: 350px;
	padding-right: 14px;
	width: 290px;
	background: url(images/products-content.gif) repeat-y;
}
#products .content .thumbnail {
	position: absolute;
	top: 0;
	left: 10px;
}
#products .sidebar {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 146px;
	height: 100%;
}
#products .sidebar h3 {
	display: block;
	height: 82px;
	width: 100%;
	overflow: hidden;
	background: url(images/products-sidebar-suggest.gif);
	text-indent: -10000px;
}
#products .sidebar .view-all {
	position: absolute;
	bottom: 50px;
	display: block;
	background: url(images/sprites.gif) -300px -195px;
	height: 30px;
	width: 100%;
	text-indent: -10000px;
	overflow: hidden;
}
#products .sidebar ul, #products .sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#products .sidebar ul li {
	margin: 20px 0 0 0 ;
	padding: 20px 0 0px 0;
	background: url(images/hr-dots.gif) repeat-x top;
	text-align: center;
}
#products .sidebar ul li img {
	display: block;
	margin: 0 auto 8px auto;
	height: 75px;
	width: auto;
	max-width: 100%;
}
#products .sidebar ul li a {
	text-decoration: none;
	font-family: 'CenturySchlbkW15-Italic', serif;
}

/* @end */

/* @group Drinks */

#drinks {
	padding: 200px 0 50px 0;
	min-height: 1350px;
	background: url(images/drinks-bg.jpg) fixed;
	overflow: hidden;
}

#drinks .box {
	display: block;
	position: absolute;
	top: 0px;
	width: 930px;
	left: 50%;
	margin-left: -500px;
}
#drinks .box-wrap {
	position: relative;
	height: 870px;
	margin: 0 0 50px 0;
}
#drinks .box h2 {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-family: 'FranklinGothicW01-No.2R';
	font-size: 46px;
	text-align: center;
	background: url(images/drinks-hr.gif) bottom repeat-x;
}
#drinks .box .content {
	height: 700px;
	background: url(images/drinks-content.gif) center repeat-y;
}
#drinks .box .content .col {
	position: relative;
	float: left;
	padding: 230px 0 0 0;
	width: 215px;
	height: 470px;
	margin-right: 23px;
	background: no-repeat bottom center;
}
#drinks .box .content .col.last {
	float: right;
	margin-right: 0;
}

#drinks .box .content .hat {
	position: absolute;
	bottom: 500px;
	width: 100%;
}
#drinks .box .content .hat img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#drinks .box .content .hat em {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
	
}

#drinks .ingredients, #drinks .ingredients li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#drinks .ingredients {
	position: relative;
	margin: 0 0 20px 0;
	background:  url(images/nav-dots2.png) -5px 0;
	line-height: 18px;
	
}
#drinks .ingredients li {
	position: relative;
}
#drinks .ingredients span {
	background-color: #faf3e2;
}
#drinks .ingredients span.amt {
	position: absolute;
	top: 0;
	right: 0;
}

#drinks .box .content .col-1 { background-image: url(images/cup-1.jpg);}
#drinks .box .content .col-2 { background-image: url(images/cup-2.jpg);}
#drinks .box .content .col-3 { background-image: url(images/cup-3.jpg);}
#drinks .box .content .col-4 { background-image: url(images/cup-4.jpg);}
#drinks .box .content .col-5 { background-image: url(images/cup-5.jpg);}
#drinks .box .content .col-6 { background-image: url(images/cup-6.jpg);}
#drinks .box .content .col-7 { background-image: url(images/cup-7.jpg);}
#drinks .box .content .col-8 { background-image: url(images/cup-8.jpg);}

/* @end */

/* @group News */

#news {
	padding: 0;
	background: url(images/news-bg.jpg) center top #fff3e3;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#news {
		 background-image: none;
	}
}
#news > .content {
	min-height: 725px;
	width: 910px;
	padding: 200px 60px 0 60px;
	margin: 0 auto;
	
	background: url(images/news-bars.gif) top center repeat-y;
}
#news > .content > .col {
	position: relative;
	float: left;
	width: 200px;
}
#news > .content > .col.last {
	float: right;
}
#news > .content > #news-press {
	min-height: 720px;
	margin: 0 0 0 50px;
	padding: 0 0 30px 0;
	width: 420px;
}
#news > .content > #news-press .post .more {
	margin: 0 80px;
}
#news > .content > .col h1 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 36px;
}

#archive ul, #archive ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#archive ul li {
	text-align: center;
	margin: 0 0 10px 0;
}
#archive ul li a {
	padding: 3px;
}
#archive ul li.selected a {
	background-color: #d2d323;
	text-decoration: none;
}
#tweets a.follow {
	display: block;
	font-size: 19px;
	font-family:'FranklinGothicW01-Cond', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
/* @end */

/* @group Twitter Widget */
#tweets {
}
#tweets .twtr-doc {
	margin: 0 0 20px 0;
}
#tweets .twtr-hd,
#tweets .twtr-ft,
#tweets .twtr-user {
	display: none;
}

#tweets .twtr-bd {
	padding: 0;
}
#tweets .twtr-widget .twtr-tweet {
	position: relative;
	margin: 0 0 20px 0;
	border-bottom: 0;
	padding: 20px 0 20px 0;
	background: url(images/hr-dots.gif) bottom left repeat-x !important;
}
#tweets .twtr-widget .twtr-tweet .twtr-tweet-wrap {
	padding: 0;
}
#tweets .twtr-widget .twtr-tweet em {
	display: block;
	padding: 5px 0 0;
	text-align: center;
	color: #fff3e3;
}
#tweets #tweets-list .twtr-tweet a.twtr-timestamp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'CenturySchlbkW15-BoldIt',serif;
	font-size: 14px;
}
#tweets #tweets-list .twtr-tweet-text p {
	text-align: center;
}
#tweets .twtr-avatar {
	display: none;
}
#tweets-list .twtr-tweet-text {
	margin-left: 0 !important;
}
/* @end */

/* @group Contact */

#contact {
	overflow: hidden;
	z-index: 2;
	background: url(images/contact-map.jpg) center 350px no-repeat;
	background-attachment: fixed;;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #contact {
  	background-attachment: scroll;
  	background-position: bottom center ;
  }
}
#contact > .content-wrap {
	position: absolute;
	z-index: 11;
	top: 0px;
	width: 100%;
	padding: 250px 0 0 0;
	background: url(images/hr3.gif) 0 240px repeat-x #fff3e3;
}
#contact > .content-wrap > .content {
	position: relative;
	margin: 0 auto;
	width: 990px;
	min-height: 255px;
	padding: 24px 0px 0px 0px;
	font-size: 14px;
}
#contact > .content-wrap > .content .col {
	display: block;
	float: left;
	width: 216px;
	min-height: 240px;
	padding: 0 10px 0 20px;
	border-right: 1px solid #918981;
}
#contact > .content-wrap > .content .col.last {
	border-right: 0;
	padding-right: 0;
}
#contact > .content-wrap > .content .col h3 {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 18px;
}
#contact > .content-wrap > .content .col strong {
	font-size: 85%;
}
#find-a-bottle, #find-a-bottle p, #sign-up p {
	text-align: center;
}
 #find-a-bottle p {
 	font-size: 90%;
 }
#contact a.btn {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(images/sprites.gif) no-repeat -585px 0 ;
	text-indent: -10000px;
}
#contact a.btn.tw {
	background-position: -621px 0;
}

#contact a.btn.em {
	background-position: -655px 0;
	width: 34px;
}

#contact form {
	position: relative;
	margin: 0 0 30px 0;
}
#contact form input[type="text"] {
	width: 130px;
}
#contact form .status {
	width: 150px;
}
#contact form input[type="text"].wide {
	display: block;
	margin: 0 0 10px 0;
	width: 190px;
}
#contact form button {
	position: absolute;
	left: 160px;
	height: 38px;
	width: 38px;
	margin: 0 0 0 5px;
	padding: 0;
	background: url(images/sprites.gif) -665px -37px ;
	border: 0;
	text-indent: -10000px;
}
#contact h4.hand {
	margin: 0 -45px 0 0;
	padding: 0 75px 0 0;
	text-align: right;
	background: url(images/hand.gif) right top no-repeat;
}
address {
	display: block;
	margin: 0 0 1em 0;
	background:  url(images/nav-dots2.png) -5px 0;
	line-height: 18px;
}
address span {
	padding-right: 3px;
	background-color: #faf3e2;
}
/* @end */

/* @group Footer */

footer {
	position: fixed;
	z-index: 100;
	bottom: -100px;
	width: 100%;
	left: 0;
	display: block;
	padding: 30px 0;
	background: #000;
	color: #fff3e3;
	font-family:'FranklinGothicW01-No.2R',sans-serif;
}

footer a {
	color: #fff3e3;
	text-decoration: none;
}
footer .inner {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 930px;
	
}
footer a.btn {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(images/sprites.gif) no-repeat -585px -111px #fff3e3;
	text-indent: -10000px;
}
footer a.btn.tw {
	background-position: -621px -111px;
}

footer a.btn.em {
	background-position: -655px -111px;
	width: 34px;
}
footer form {
	position: absolute;
	left: 120px;
}
footer form input[type="text"] {
	border-color: #fff3e3;
	color: #fff3e3;
	width: 170px;
}
footer form input[type="text"]::-webkit-input-placeholder {
	color: #fff3e3;
}
footer form input[type="text"]:-moz-placeholder {
	color: #fff3e3;
}
footer form button {
	position: absolute;
	top: -2px;
	left: 200px;
	width: 80px;
	height: 38px;
	background: #fff3e3 url(images/sprites.gif) no-repeat -586px -166px ;
	border: 0;
	text-indent: -10000px;	
}

footer .inner .copyright {
	right: 0;
	text-align: right;
	margin-left: 420px;
}
footer .inner .copyright span {
	white-space: nowrap;
}

/* @end */