@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	text-align: center;
	background: #9f9995 url(images/bg.jpg) repeat-x left top;
	}
	
#header {
	width: 805px;
	margin: 0 auto;
	height: 277px;
	padding: 6px 0 0;
	text-align: right;
	}

#header a.facebook {
	display: block;
	margin: 0 24px 8px auto;
	width: 134px;
	height: 22px;
	background: url(images/facebook.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;

	}
	
#header h1 {
	width: 805px;
	height: 214px;
	}

#header h1 a {
	display: block;
	width: 805px;
	height: 214px;
	background: url(images/header.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999em;
	}
	
ul#nav {
	height: 33px;
	padding: 0 0 0 25px;
	background: #000;
	overflow: hidden;
	text-align: left;
	}
	
ul#nav li {
	display: inline;
	list-style: none;
	}

ul#nav li a {
	float: left;
	height: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999em;
	}
	
ul#nav li.n-beer a { background-image: url(images/n-beer-75.gif); width: 75px; }
ul#nav li.n-food a { background-image: url(images/n-food-71.gif); width: 71px; }
ul#nav li.n-experience a { background-image: url(images/n-experience-132.gif); width: 132px; }
ul#nav li.n-sustainability a { background-image: url(images/n-sustainability-166.gif); width: 166px; }
ul#nav li.n-events a { background-image: url(images/n-events-93.gif); width: 93px; }
ul#nav li.n-gethere a { background-image: url(images/n-gethere-111.gif); width: 111px; }
ul#nav li.n-connect a { background-image: url(images/n-connect-103.gif); width: 103px; }
	
ul#nav li a.on {
	background-position: left bottom;
	}

ul#nav li a:hover,
ul#nav li a.on:hover {
	background-position: left center;
	}	
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 4px;
	width: 801px;
	background: url(images/bg-wrapper.gif) repeat-y left top;
	}
	
/* home */

#intro {
	float: left;
	width: 290px;
	padding: 33px 0 0 28px;
	}
	
#intro h2 {
	background: url(images/h2-intro.gif) no-repeat left top;
	height: 90px;
	width: 290px;
	text-indent: -9999em;
	overflow: hidden;
	}
	
#intro h3 {
	height: 17px;
	}

#intro h3 span {
	width: 165px;
	height: 10px;
	float: left;
	background: url(images/h3-intro.gif) no-repeat left top;
	text-indent: -9999em;
	overflow: hidden;
	}	

#intro h3 a {
	float: right;
	font: bold 9px/9px Helvetica, Arial, sans-serif;
	color: #e63841;
	margin: 1px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#intro ul {}

#intro ul li {
	clear: both;
	border-top: 1px solid #cfcbc8;
	height: 86px;
	padding: 5px 0 0;
	list-style: none;
	}	
	
#intro ul li img {
	float: left;
	border: 1px solid #b1aca9;
	}
	
#intro ul li .copy {
	float: left;
	width: 190px;
	padding: 1px 0 0 10px;
	}
	
#intro ul li h4 {
	font: bold 11px/12px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 5px;
	text-transform: uppercase;
	}

#intro ul li h4 a {
	color: #000;
	text-decoration: none;
	}

#intro ul li h4 a:hover,
#intro ul li a.more:hover {
	text-decoration: underline;
	} 

#intro ul li p {
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	}

#intro ul li a {
	color: #000;
	}

#intro ul li a.more {
	font: bold 9px/14px Helvetica, Arial, sans-serif;
	color: #e63841;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	}
	
ul#features {
	float: right;
	width: 436px;
	padding: 0 21px 0 0;
	}	

ul#features li {
	display: block;
	background: url(images/bg-feature.gif) no-repeat left top;
	height: 113px;
	width: 432px;
	padding: 4px 0 0 4px;
	list-style: none;
	}
	
ul#features li.f-beers {
	padding: 0;
	width: 436px;
	height: 299px;
	background: none;
	}

ul#features li.f-beers a {
	display: block;
	width: 436px;
	height: 299px;
	background: url(images/bg-feature-beers.jpg) no-repeat left top;
	text-indent: -9999em;
	}

ul#features li h3 {
	float: left;
	width: 116px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	}
	
ul#features li.f-seasonal h3 { background-image: url(images/f-seasonal.gif); }
ul#features li.f-hungry h3 { background-image: url(images/f-hungry.gif); }

ul#features li img {
	float: left;
	}
	
ul#features li .copy {
	float: left;
	width: 180px;
	padding: 6px 0 0 12px;
	}
	
ul#features li h4 {
	font: bold 11px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 3px;
	}
	
ul#features li h4 a {
	color: #fff;
	text-decoration: none;
	}
	
ul#features li p {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
ul#features li p a {
	color: #fff;
	}
	
ul#features li a.more {
	color: #fff;
	text-decoration: none;
	font: bold 10px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	}
	
ul#features li h4 a:hover,
ul#features li a.more:hover {
	text-decoration: underline;
	}
	
/* interior */

h2 {
	width: 797px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	}
	
#hero {
	float: left;
	height: 450px;
	}

#hero img {
	display: block;
	margin: 0;
	padding: 0;
	}
	
#content {
	float: right;
	width: 390px;
	padding: 30px 50px 15px 0;
	}

#content h3 {
	font: bold 16px/16px Helvetica, Arial, sans-serif;
	color: #ee3a43;
	margin: 0 0 8px;
	letter-spacing: -.05em;
	}

#content h4 {
	font: normal 14px/16px Helvetica, Arial, sans-serif;
	color: #ee3a43;
	margin: 0 0 2px;
	text-transform: uppercase;
	letter-spacing: -.05em;
	}

#content h4 small {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	color: #9f9995;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	} 	

#content li {
	margin: 0 30px;
	}
	
.section {
	margin: 0 0 16px;
	}

#content .section p,
#content .section ul,
#content .section ol {
	font: normal 14px/16px Helvetica, Arial, sans-serif;
	color: #9f9995;
	}
	
#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	}	
	
#content a {
	color: #ee3a43;
	}	

/* events */
	
#content .event {
	border-top: 2px solid #cac7c5; 
	padding: 10px 0;
	clear: both;
	}
		
/* footer */

br.clear {
	clear: both;
	}
	
p#hours {
	clear: both;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 6px;
	margin: 0 4px 0 0;
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	}

#footer {
	background: url(images/bg-footer.gif) no-repeat center top;
	text-align: center;
	margin: 0 auto;
	width: 805px;
	height: 35px;
	padding: 10px 0 0;
	}

#footer p {
	font: bold 10px/10px "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	}
	
#footer p a {
	color: #fff;
	text-decoration: none;
	}

#footer p a:hover {
	text-decoration: underline;
	}