/* @override http://block15.com/styles/b15_main.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	cursor: default;
}
a, a img, a span, a em, a strong {
    cursor: pointer;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em; /* 16x1.4=22.4px */
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #000;
}

/* @group Type */

p {
	font-size: 0.87em; /* 16x0.87=14px */
	text-align: left;
	margin: 1.286em 0; /* 14x1.286=18px */
	line-height: 1.5em;
	color: #fff;
}

li, ol {
	font-size: 0.87em;
	margin-left: 1.286em; /* 14x1.286=18px */
	color:#fff;
	line-height: 1.5em;
}

a, a:visited {
	color: #ab3415; /* red */
	text-decoration: underline;
	border: 0px none;
}

a:hover {
	text-decoration: underline;
	color: #cda140; /* gold */
	border: 0px none;
}

h1, h2 {
	color: #004e86;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	margin: 5px 0px 10px 0px;
	
}

h3 {
	color: #7f391a;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 0px;
}

h4 {
	color: #664731;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.1em;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

h5 {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

/* @end */

/* @group Layout */

#container {
	width:1024px;
	margin: 0px auto;
	text-align: left;
	background: #000 url(/images/bg.jpg) top left;
	padding: 0px;
}

#header {
	width:1024px;
	height:179px;
	background: url(/images/header.png) no-repeat top left;
	position: relative;
}

#nav_bar {
	width:1024px;
	height:29px;
	background: url(/images/nav_bar.png) no-repeat;
	position: relative;
}

#content_container {
	width:1024px;
	background: url(/images/content_container_bg.png) repeat-y;
	float: left;
}

#content {
	width: 820px;
	margin: 0px 0px 0px 102px;
	float: left;
	border-top: 1px solid #fff;
}

#inside_content {
	width: 760px;
	margin: 0px 0px 0px 102px;
	padding: 30px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000 url(/images/chalkboard.jpg);
}


#tease-box {
	width: 200px;
	height: 389px;
	float: left;
	margin: 0px;
	padding: 20px;
	background: #000 url(/images/chalkboard.jpg);
}

div.touts {
	width: 780px;
	border-top: 1px solid #fff;
	float: left;
	padding: 20px;
}

#beer-board {
	width: 733px;
//	background: url(/images/7.jpg) no-repeat;
	clear: both;
	padding: 0px;
	margin: 10px 0px 30px 0px;
}

#beer-board-top {
	background: url(/images/beer-board_top.jpg) no-repeat;
	height: 148px;
}
#beer-board-mid {
	background: url(/images/beer-board_mid.jpg) repeat-y;
}
#beer-board-bot {
	background: url(/images/beer-board_bot.jpg) no-repeat;
	height: 49px;
	clear: left;
}
div.pic_box {
	width: 350px;
	padding: 20px 0px 10px 15px;
	margin: 0px;
	float: right;
}

.pic_box p.caption {
	margin: 2px 0px;
	font-size: .8em;
	font-style: italic;
}

div.menu-sidebar {
	width: 550px;
	margin: 0px auto 15px auto;
	clear: both;
	float: none;
}

#content_container div.menu-sidebar a img {
	margin: 0px 2px;
	padding: 0px;
	border: 0px none;
	float: none;
}


#footer {
	width:820px;
	height: 51px;
	padding: 40px 102px 0px 102px;
	background: url(/images/footer.png) no-repeat;
	clear: both;
}

.left, #content_container img.left {
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}


.right, #content_container img, #content_container img.right {
	float: right;
	margin: 0px;
	padding: 4px 0px 4px 10px;
}

.none, #content_container img.none {
	float: none;
	margin: 0px;
	padding: 0px;
}
#content_container img.flir-image {
	float: none;
}

a .left, #content_container a img, #content_container a img.left, a .right, #content_container a img.right, a .none, #content_container a img.none {
	border: 0px none;
	text-decoration: none;
}

.clear {
	clear: both;
}

#header span.hours {
	color: #fff;
	font-size: .81em;
	line-height: 1.3em;
	display: block;
	float: right;
	margin: 10px 102px 0px 0px;
	width: 330px;
	text-align: right;
	font-weight: normal;
}
#header span.address {
	color: #fff;
	font-size: .87em;
	display: block;
	float: right;
	margin: 5px 102px 0px 0px;
	width: 450px;
	text-align: right;
	clear: both;
	font-weight: normal;
}
#header span.address a:link, #header span.address a:visited {
	color: #fff;
	text-decoration: none;
}
#header span.address a:hover {
	color: #cda140;
}


/* @end */


/* @group Overrides */

#header h1, #header span.logo {
	padding: 0px;
	height: 105px;
	width: 205px;
	display: block;
	clear: both;
	float: left;
	background: transparent url(/images/logo_head.png) no-repeat;
	text-indent: -999em;
	margin: 0px 0px 0px 102px;
	position: absolute;
	top: 53px;
}
#header h1 a, #header span.logo a {
	display: block;
	width: 205px;
	height: 105px;
}
h2#comment {
	font-size: 1.3em;
}

#tease-box h2 {
	color: #cda140;
	font-size: 1.12em;
	clear: both;
	margin: 0px 0px 10px 0px;
}
#tease-box h2 a:link, #tease-box h2 a:visited {
	text-decoration: none;
	color: #cda140;
}

p.more {
	text-align: right;
	margin: -12px 0px 10px 0px;
	padding: 0px;
}

div.date {
	width: 54px;
	height: 41px;
	float: left;
	margin: 5px 5px 15px 0px;
	background:#014e86;
	clear: both;
}
#inside_content div.date {
	margin: 5px 15px 15px 0px;
}
div.date.January {
	background:#014e86 url(/images/january.png) no-repeat;
}
div.date.February {
	background:#014e86 url(/images/february.png) no-repeat;
}
div.date.March {
	background:#014e86 url(/images/march.png) no-repeat;
}
div.date.April {
	background:#014e86 url(/images/april.png) no-repeat;
}
div.date.May {
	background:#014e86 url(/images/may.png) no-repeat;
}
div.date.June {
	background:#014e86 url(/images/june.png) no-repeat;
}
div.date.July {
	background:#014e86 url(/images/july.png) no-repeat;
}
div.date.August {
	background:#014e86 url(/images/august.png) no-repeat;
}
div.date.September {
	background:#014e86 url(/images/september.png) no-repeat;
}
div.date.October {
	background:#014e86 url(/images/october.png) no-repeat;
}
div.date.November {
	background:#014e86 url(/images/november.png) no-repeat;
}
div.date.December {
	background:#014e86 url(/images/december.png) no-repeat;
}
div.date span.month {
	display: none;
}
div.date h4 {
	color: #fff;
	width: 36px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	font-size: 1.37em;
}
#tease-box div.tease {
	width: 130px;
	float: right;
}
#tease-box h3  {
	font-size: .87em;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
}
#tease-box h3 a:link, #tease-box h3 a:visited {
	text-decoration: none;
}
#tease-box div.tease p {
	color: #fff;
	font-size: .75em;
	line-height: 1.3em;
	margin: 5px 0px 2px 0px;
}
#picture-box img.right {
	margin:0px;
	padding: 0px;
}
#content div.touts h3 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 161px;
	height: 123px;
	text-indent: -999em;
	background: url(/images/6.png) no-repeat;
}
#content div.touts img {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
#beer-board h4.board-title {
	text-indent: -999em;
	height: 110px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
}

#beer-board div.column-one {
	width: 313px;
	padding: 0px;
	margin: 0px 10px 0px 44px;
	float: left;
	overflow: hidden;
}
#beer-board div.column-two {
	width: 320px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	float: left;
	overflow: hidden;
}
#beer-board h5.chalk {
	color: #d4d9d8;
	font-size: 1.1em;
	line-height: .8em;
	margin: 0px 0px 12px 0px;
}
h5.list-heading {
	display: block;
	text-indent: -900em;
	height: 16px;
}
div.twitter-feed {
	width: 260px;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 10px 20px;
	float: right;
	border-left: 1px solid #333;
}

p.my_twitter {
	margin: 15px 0px 0px 0px;
	font-size: 16px;
}

div.twitter-feed ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.twitter-feed li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: .8em;
	color: #ccc;
}

span.arc_twitter-posted {
	font-style: italic;
	color: #666;
	font-size: 11px;
	border-left: 1px solid #666;
	padding: 0px 0px 0px 5px;
}

#beer-board h5.chalk a:link, #beer-board h5.chalk a:visited {
	color: #d4d9d8;
	text-decoration: none;
	border: 0px none;
}

#beer-board h5.chalk a:hover {
	color: #cda140;
}

table.beer-price {
	color: #fff;
	border-collapse: collapse;
	margin: 0px auto 20px auto;
}
table.beer-price th, table.beer-price td {
	font-size: 0.87em; /* 16x0.87=14px */
	line-height: 1.5em;
	font-weight: normal;
	padding: 10px 20px;
	border-bottom: 1px solid #999;
	background: #cc9933;
	text-align: center;
}
table.beer-price th {
	font-weight: bold;
	background: transparent;
}
table.beer-price th.odd {
	background: #444444;
}
table.beer-price td.odd {
	background: #a17928;
}
#footer h5, #footer h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: .68em;
	margin: 0px;
	padding: 0px;
}
#footer h5 a:link, #footer h5 a:visited, #footer h6 a:link, #footer h6 a:visited {
	color: #fff;
}

/* @end */
/* @group Navigation */

#nav_bar ul {
	margin: 0; 
	padding: 0; 
}

#nav_bar ul li {
	text-indent: -9000px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	overflow: hidden;
	display: block;
	height: 29px;
}
#nav_bar a {
	display: block;
}
#home, #home a {left: 108px; top: 0px; width: 53px; height: 29px;}
#brewery, #brewery a {left: 176px; top: 0px; width: 100px; height: 29px;}
#beer, #beer a {left: 293px; top: 0px; width: 88px; height: 29px;}
#menus, #menus a {left: 396px; top: 0px; width: 60px; height: 29px;}
#music, #music a {left: 471px; top: 0px; width: 87px; height: 29px;}
#sustainability, #sustainability a {left: 572px; top: 0px; width: 118px; height: 29px;}
#news, #news a {left: 705px; top: 0px; width: 103px; height: 29px;}
#about, #about a {left: 822px; top: 0px; width: 84px; height: 29px;}

#home a:hover, #home .active {background: transparent url(../images/nav_bar.png) -108px -29px no-repeat;}
#brewery a:hover, #brewery .active {background: transparent url(../images/nav_bar.png) -176px -29px no-repeat;}
#beer a:hover, #beer .active {background: transparent url(../images/nav_bar.png) -293px -29px no-repeat;}
#menus a:hover, #menus .active {background: transparent url(../images/nav_bar.png) -396px -29px no-repeat;}
#music a:hover, #music .active {background: transparent url(../images/nav_bar.png) -471px -29px no-repeat;}
#sustainability a:hover, #sustainability .active {background: transparent url(../images/nav_bar.png) -572px -29px no-repeat;}
#news a:hover, #news .active {background: transparent url(../images/nav_bar.png) -705px -29px no-repeat;}
#about a:hover, #about .active {background: transparent url(../images/nav_bar.png) -822px -29px no-repeat;}

div.subnav {
	font-size: .6em;
	color: #fff;
}
div.subnav ul {
	margin: -20px 0px 10px -3px; 
	padding: 0; 
}

div.subnav ul li {
	margin: 0px;
	padding: 0px 3px;
	display: inline;
	list-style-type: none;
	font-size: 1.3em;
}

div.subnav a:link, div.subnav a:visited {
	text-decoration: none;
	color: #fff;
}
div.subnav a:hover, div.subnav .active, div.subnav .active a {
	color: #cda140;
}

/* @end */



/* @group Contact Form */
div.comments-wrapper {
	color: #fff;
	font-size: .9em;
}

.zemContactForm br, #txpCommentInputForm br {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

ul.contact {
	width: 500px;
	margin: 10px 0px 0px 40px;
	padding: 10px;
}
ul.contact li {
	margin: 0px;
}

input.zemText, textarea.zemTextarea, input.comment_name_input, textarea.txpCommentInputMessage, input.comment_email_input, input.comment_web_input {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 0px 5px;
}
#sub_nav input.zemText {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px 3px;
	display: block;
	float: right;
}
input.zemText, input.comment_name_input {
	height: 1.66em; /* 12x1.66=20px */
}

.zemContactForm label, #txpCommentInputForm label {
	width: 70px;
}
#txpCommentInputForm label {
	padding: 0px 10px 0px 0px;
}

ul.contact label {
	color: #333333;
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 2px 10px 0px 5px;
	text-align: right;
	width: 70px;
	color:#fff;
}

.zemContactForm input, #txpCommentInputForm input {
	width: 200px;
}
ol.comments {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.comment {
	border-top: 1px solid #999;
	margin: 0px;
}
.comment h4 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#cda140;
	font-style: italic;
}
.comment h4 a {
	color: #cda140;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 0px 5px;
}
.comment p {
	font-size: 1em;
	margin: 10px 0px 10px 20px;
}
li div.comment.commentator-brewers-brain, li div.comment.commentator-block-15 {
	display: block;
	background: #333 url(/images/logo_small.png) no-repeat 13px 0px;
	padding: 50px 30px 10px 10px;
	margin: 0px 0px 20px 0px;
}
#txpCommentInputForm input#remember.checkbox, #txpCommentInputForm input#forget.checkbox {
	width: 20px;
}

a#txpCommentHelpLink {
	font-size: .8em;
}

#sub_nav .zemContactForm input {
	width: 140px;
}

#txpCommentInputForm td {
	padding: 4px 0px;
}

ul.contact input, ul.contact select, ul.contact textarea {
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	width: 200px;
}

form.zemContactForm li, form#txpCommentInputForm li {
	clear: both;
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px;
}

form.zemContactForm li.bottom, form#txpCommentInputForm li.bottom {
	border-bottom: 0px none;
}
ul.contact label.zemRequired {
	color: #999999;
}

#example p strong {
	color: #d0a240;
}
#example h2 {
	font-size: 1.4em;
}
input.zemSubmit {
	background-color: #004e86;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	margin: 0pt;
	padding: 0px;
	width: 110px !important;
	cursor:pointer;
}

ul.zemError {
	background-color: #f81526;
}

/* @end */


/* @group Slideshow */

/*
Stylesheet: Slideshow.css - CSS for Slideshow.
License: MIT-style license.
Copyright: Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
These styles are set by the Slideshow script.
You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
}
.slideshow-images {
	display: block;
	/* height: height_of_slideshow_or_default_image */
	overflow: hidden;
	position: relative;
	/* width: width_of_slideshow_or_default_image */
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/*
The images div is where the slides are shown.
Customize these classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images-visible { 
	left: 0; 
	opacity: 1; 
	top: 0; 
}	
.slideshow-images-next { 
	left: 0; 
	opacity: 0; 
	top: 0px; 
}
.slideshow-images-prev { 
	left: 0; 
	opacity: 0; 
	top: 0px; 
}

/*
These are examples of user-defined styles.
Customize these classes to your usage of Slideshow.
*/

.slideshow {
	width: 580px;
	height: 429px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.slideshow a img {
	border: 0;
	float: left;
}

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

.slideshow-controller {
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}

.slideshow-images img { 
	float: left;
}	

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 5px;
	position: relative; 
}
/*
Use the !important keyword to override any on-going javascript FX without affecting performance.
*/
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

/* @end */
