* {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	float: none;
}

body {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color:#261204;
	background: #d4c092 url(../img/fabric.jpg) center center fixed;
}

p {


}

h1 {
	color: #fff;

}

h2 {
	font-size: 1.9em;
	margin-bottom: 10px;
	line-height: 1em;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

a {
	text-decoration: none;
	color:#c1272d;
}

a:hover, #a:focus {
	color:#000;
}

a:focus {
	border-bottom: 1px dashed #c1272d;
}

a:focus img {
	border: 1px solid #c1272d;
}

h2 a {
	/*color:#3b2314;	*/
	color: #fff;
}

h2 a:hover, h2 a:focus {
	color:#c1272d;	
}

.wrapper {
	width:950px;
	margin: 0px auto;
	position: relative;
}

button, .button {
	padding:7px 15px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #3b2314;
	color:#fff;
	text-transform: uppercase;
	border:none;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}

button:hover, .button:hover, .button:focus {
	background:#c1272d;
}

.box {
	
}

.typekit, h1, h2{
	text-transform: uppercase;
	font-weight: 800;
}

h3 {
	font-weight: 600;
}

#header {
	position: relative;
	z-index: 99;
}

#logo {
	padding: 20px;
}

#logo a {
	display: block;
	width:174px;
	height:57px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

#navbar {
	height:60px;
}

#navbar ul {
	
}

#navbar ul li {
	display: block;
	float: left;
}

#navbar ul li a {
	display: block;
	float: left;
	padding:20px 15px 17px;
	text-align: center;
	min-width: 60px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 2px;
	font-size: 1.3em;
	background: #3b1b07;
	background:rgba(26,3,1,0.8);
}

#navbar ul li a:hover,#navbar ul li a:focus, #navbar ul li.active a {
	background: #7a0208;
	background:rgba(122,2,8,0.9);
}

#subnav {
	position:absolute;
	top:159px;
	height:1px;
	right:300px;
}

#subnav ul {
	position: absolute;
	width:400px;
	bottom:0px;
	left: 0px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	display: block;
	display: inline-block;
	padding:10px 8px;
	color:#fff;
	margin-bottom: 3px;
	width: auto;
	background: #3b1b07;
	background:rgba(26,3,1,0.8);
	font-size: 1.3em;
	font-weight: 500;
	
}

#subnav li.active a, #subnav li a:hover, #subnav li a:active {
	background: #7a0208;
	background:rgba(122,2,8,0.9);
}

#main {
	position: relative;
}

#home_page #main .wrapper {
	padding-top:350px;
	height:280px;
}

#content {
	position: relative;
	z-index: 99;
	
	
}

#home_page #content .box {
	width:317px;
	height:267px;
	background: #000;
	position: relative;
	margin-right: 25px;
	float: left;
	cursor: pointer;
}

li.box {
	list-style: none;
}

#content .box .inner h2 {
	color:#fff;
	font-size: 1.7em;
	font-weight: 700;
}

#content .box .inner h2 a {
	color:#fff;
}

#content .box:hover .inner h2,
 #content .box:hover .inner h2 a,
  #content .box .inner h2 a:hover,
   #content .box .inner h2 a:focus  {
	color:#c1272d;
}

#content .box .inner {
	background: #261204;
	padding:23px 20px 18px 15px;
	position: absolute;
	width:282px;
	bottom: 30px;
	color:#c7b299;
	min-height: 84px;
}

#content .box .inner p {
	margin-bottom: 0px;
	/* text-shadow: 0px 0px 1px #4b2308; */
}

#footer {
	background: #fff;
	padding-top: 18px;
	padding-bottom: 40px;
	color: #534741;
}

#footer .box {
	width:210px;
	height:327px;
	position: relative;
	margin-right: 25px;
	float: left;

}

#footer .box h3 {
	font-size: 1.4em;
	color:#736357;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.1em;	
}

#footer .box p {
	font-weight: bold;
	color: #473e39;
	margin-bottom: 1em;
}

#footer .box h4 {
	font-size: 1.1em;
	color:#736357;
	margin-bottom: 1em;
	font-weight: bold;		
}

#footer h2, #footer h2 a {
	color:#3b2314;
	font-weight: 800;
	
}

#footer h2 {
	margin-bottom: 30px;
	font-size: 1.8em;
}

#footer input {
	font-weight:bold;
	color:#b3b3b3;
	padding:5px 10px;
	border:1px solid #42210b;
}

#footer input:focus {
	color:#736357;
}

#footer h2 a:hover, #footer h2 a:focus {
	color: #c1272d;
} 

#tweets .tweet {
	margin-bottom: 15px;
	font-size: 11px;
}

#tweets .text {
	margin-bottom: 5px;
	font-weight: bold;
}

#tweets .date {
	font-family:Georgia, "times new roman",serif;
	color:#c1272d;
	
	font-style: italic;
}

#very_bottom {
	background:#261204;
	padding:10px 0px;
	color:#fff;
}

#very_bottom a {
	color:#fff;
}

#very_bottom a:hover, #very_bottom a:focus {
	color:#c1272d;
}

#very_bottom #marmalade_footer {
	float:right;
	display: block;
	width:20px;
	height:14px;
	background: url(../img/marmalade.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

#very_bottom ul, #very_bottom li {
	display: inline;
}


#the_original {
	position: absolute;
	top:-120px;
	left:0px;
	width:913px;
	height:760px;
	z-index:2;
	background: url(../img/the_original.png) no-repeat;
	
}

#the_original > div {
	position:absolute;
}

#bottle {
right:0px;
z-index:2;
}

#al {
z-index:1;
top:295px;
right:0px;
display: none;
}

#origin {
z-index:3;
top:130px;
left:0px;
}


#barrel_left {
	position: absolute;
	bottom:0px;
	left:0px;
}

#barrel_right {
	position: absolute;
	bottom:0px;
	right:0px;
}

h1 {
	color: #281b11;
	color: rgba(255, 255, 255,0.95);
	font-size:96px;
	padding-top:11px;
	background-repeat: no-repeat;
	line-height:0.8em;
	letter-spacing: -4px;
	width:500px;
	margin-bottom: 30px;
	font-weight: 750;
}

.box p {
	line-height: 1.5em;
}

#content {
	padding-bottom: 30px;
}

#content, #content .box {
	color:#3b2314;
}

#content .box h2 {
	font-size:1.5em;
}

#content p {
	margin-bottom: 1.5em;
	
}

.col_right {
	width:300px;
	float:right;
}

.col_left {
	padding-right:320px;
}

.main h2, .main h2 {
	font-size:1.6em;
}

.main h2, .main h3 {
	width:480px;
}

.main h3 {
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight:bold;
	font-size: 1.3em;
	/*color:#3B2314;*/
	color: #fff;
	font-weight: 800;
}

.main h2, .main h3, .main p, .main table {
	margin-bottom: 20px;
}

.main h4, .main th {
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight:bold;
	font-size: 1.3em;
	/*color:#3B2314;*/
	color: #fff;
	font-weight: 800;
	padding-bottom: 3px;
}

.hr {
	background: url(../img/hr.png) no-repeat;
	height:4px;
	overflow: hidden;
	margin:10px 0px 30px;
}

.hr hr {
	display: none;
}

.gallery li {
	display: block;
	float: left;
		margin:0px 4px 4px 0px;

}

.square_thumb {
	display: block;
	float:left;
}

.read-more {
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight:bold;
	/*color:#3B2314;*/
	color: #c62928;
	text-transform: uppercase;
	font-weight: 800;
}

a.read-more:hover {
	color:#c1272d;
}

#related_links a {
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight:bold;
	color:#3B2314;
	font-weight: 800;
}

#related_links a:hover, #related_links a:focus {
	color:#c1272d;
}


li.feedpost {
	display: block;
	float: left;
	width:290px;
	margin-right: 20px;
	height:290px;
	margin-bottom: 65px;
}

li.feedpost .hr {
	margin-top: 30px;
}

li.feedpost h2 {
	width:auto;
	height: 55px;
}

li.feedpost p {
	height:108px;
}

.hfeed ul {
	width:100%;
}

.inter-links {
	font-weight:800;
	font-family: "museo-slab-1","museo-slab-2",serif;
	color:#fff;
}

.inter-links span {
	/*color:#3B2314;*/
	color: #c62928;
}

.inter-links a {
	color:#fff;
}

.inter-links a:hover,.inter-links a:focus {
	color:#c1272d;
}

.container {
	width:650px;
}

.transport_box {
	float:left;
	width:290px;
	margin-right: 20px;
}

.transport_box h3 {
	width: auto;
}






	#age_overlay {
		position:absolute;
		position: fixed;
		top:0px;
		height:0px;
		width:100%;
		height:100%;
		z-index:9999;
		background: #d4c092 url(../img/fabric.jpg) center center fixed;
		text-align: center;
		font-family: "museo-slab-1","museo-slab-2",serif;
		font-weight: 800;
		color:#3B2314;
		font-size:2em;
		line-height: 1em;
	}
	
	#age_overlay p {
		padding:0px 30%;
		margin-bottom: 20px;
	}
	
	#age_overlay #logo {
		position: relative;
		width:174px;
		margin:20px auto;
	}
	
	#age_overlay small {
		font-size:0.5em;
		line-height: 1em;
	}
	
	
	
	
	.whiteopa ul li {
		list-style: disc inside;
	}
	
	.whiteopa ol li {
		list-style-type: decimal;
		list-style-position: inside;
	}
	
	.whiteopa ol ol li {
		list-style-type:lower-alpha;
		list-style-position: inside;
		padding-left: 20px;
	}
	
	
	
	
	
	.whiteSpacing{
	
	background: url(../img/white-opacity.png);
	padding: 16px;
	padding-top: 45px;
	
	}
	
	#brewery_page .whiteopa{
	
	background: url(../img/white-opacity.png);
	width: 600px;
	padding: 17px;
	padding-top: 40px;

	
	}
	
	#history_page .whiteopa{
	
	background: url(../img/white-opacity.png);
	width: 600px;
	padding: 17px;
	padding-top: 40px;

	
	}
	
	#responsible_drinking_page .whiteopa{
	
	background: url(../img/white-opacity.png);
	width: 600px;
	padding: 17px;
	padding-top: 40px;

	
	}
	
	#terms_and_conditions_page .whiteopa{
	
	background: url(../img/white-opacity.png);
	width: 600px;
	padding: 17px;
	padding-top: 40px;

	
	}
	
	#contact_page .whiteopa{
	
	background: url(../img/white-opacity.png);
	width: 900px;
	padding: 17px;
	padding-top: 40px;

	
	}
	
	#news_page .whiteopa{
		width: 935px;
	}
/* Localized */


/* July 2011 Changes */
body {
	background: url(../img/bg-all.jpg) center bottom #000 repeat-x;
	}

/* Hide left and right barrels */
#barrel_left, #barrel_right {
	display: none;
	}
	
.whiteopa {
	background: none;
	}
	
/* White opacity */
.whiteSpacing{
	padding: 16px;
	padding-top: 45px;
	background: none;
	}
	
#brewery_page .whiteopa{
	background: none;
	width: 600px;
	padding: 17px;
	padding-top: 40px;	
	}
	
#history_page .whiteopa{
	background: none;
	width: 600px;
	padding: 17px;
	padding-top: 40px;	
	}
	
#responsible_drinking_page .whiteopa{
	background: none;
	width: 600px;
	padding: 17px;
	padding-top: 40px;	
	}
	
#terms_and_conditions_page .whiteopa{
	background: none;
	width: 600px;
	padding: 17px;
	padding-top: 40px;	
	}
	
#contact_page .whiteopa{
	background: none;
	width: 900px;
	padding: 17px;
	padding-top: 40px;	
	}
	
#news_page .whiteopa{
	background: none;
	width: 935px;
	}
	
#content {
	padding-bottom: 170px;
	}
	
/* Content area - change text to white */
#content, #content .box {
	color:#fff;
}

#home_page {
	background: url(../img/bg-home.jpg) center top repeat-x;
	}
	
/* Move the homepage boxes up */
#home_page #content .box {
	margin-top: -85px;
} 
	

