@charset "UTF-8";

.TabbedPanelsTab:focus, .CollapsiblePanelTab:focus, .AccordionPanelTab:focus {
	outline:none;
}
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.6em;
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #f6e5ab url(../images/bg_alewerks.jpg) no-repeat center top;
}
/* Commonly used to style page titles. */
h1 {
	color: #9F160C;
	margin-bottom: 0.5em;
	font-family: UglyQuaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	color: #002F88;
	margin-bottom: 1em;
	font-family: UglyQuaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	margin-top: 0em;
}
h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	margin: 1em 0em 1em 0ex;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #C31E11;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: brown;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: red;
	text-decoration: underline !important;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: red;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: red;
}
#content a[href$=".pdf"] {
	background: url(../images/pdf.png) no-repeat left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*#content a[href^="http://"] {
	background: url(../images/icons/world_link.png) no-repeat left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}*/
a.button_orange, a strong, strong a {
	display: inline-block;
	padding: 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	color: #FFF !important;
	background-color: #f1901d; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1901d), to(#932519)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #f1901d,  #932519); /* for firefox 3.6+ */
	text-shadow: 1px 1px 1px #000000;
	text-transform: capitalize;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	font-weight: normal;
	margin: 5px 0px;
}
a.button_orange:hover, a strong:hover, strong a:hover {
	text-decoration: underline !important;
	background-color: #f1901d; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#932519), to(#f1901d)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #932519,  #f1901d); /* for firefox 3.6+ */
}
img {
	border-width: 0px !important;
	border-style: none !important;
}
td {
	padding: 4px;
	vertical-align: top;
}
th, th a {
	text-align: left;
	color: #FFF !important;
	vertical-align: top;
	padding: 4px;
	white-space: nowrap;
	font-weight: bold !important;
	background-color: #999;
}
a.anchor {
	cursor: s-resize;
}
.callout, .map {
	width: auto;
	height: auto;
	background: url(../images/bg_alewerks.jpg) no-repeat -400px -300px;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 10px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	overflow: hidden;
}
.callout h2  {
	/* [disabled]margin-bottom: 20px; */
	display: inherit;
	/* [disabled]padding: 5px; */
	/* [disabled]font-size: 24px; */
}
.callout h2 img  {
	float: right;
	margin: 0 0 5px 5px;
}
.callout ul {
	margin: 5px 0 5px 15px;
	padding: 0px;
}
.callout li  {
	line-height: 110%;
	margin: 0px 0px 5px;
	padding: 0px;
}
.callout li a  {
	color: #000;
}
.callout2 {
	width: auto;
	height: auto;
	background: #FFF;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 10px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	border: 3px solid #c7ba94;
	overflow: hidden;
}
.callout2 h2 {
	display: inherit;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background: #9F160C;
	margin: -10px -10px 10px;
	text-transform: capitalize;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.clear_both {
	clear: both;
}
.details {
}
.img_right_border, img[align="right"], img[style*="float: right"], .imageBorder, p.fb_feed a img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	-webkit-transform: scale(1.0) rotate(2deg);
	-moz-transform: scale(1.0) rotate(2deg);
	-o-transform: scale(1.0) rotate(2deg);
	-ms-transform: scale(1.0) rotate(2deg);
	transform: scale(1.0) rotate(2deg);
}
.img_left_border, img[align="left"], img[style*="float: left"] {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	/* [disabled]-webkit-transform: scale(1.0) rotate(2deg); */
	/* [disabled]-moz-transform: scale(1.0) rotate(2deg); */
	/* [disabled]-o-transform: scale(1.0) rotate(2deg); */
	/* [disabled]-ms-transform: scale(1.0) rotate(2deg); */
	/* [disabled]transform: scale(1.0) rotate(2deg); */
}
.imageBorder {
	float: none !important;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	margin: 0;
}
.link_edit {
	background-image: url(../images/icons/application_form_edit.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 1px 0px 1px 20px;
}
.link_external   {
	/* [disabled]position: relative; */
	display: inline-block;
	background-image: url(../images/icons/world_link.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.link_external:hover, #content a[href^="http://"]:hover {
	cursor: alias;
}
.link_details {
	position: relative;
	display: inline-block;
}
.link_details:hover:before {
	position: absolute;
	content: ' ';
	top: 39%;
	left: 39%;
	width: 42px;
	height: 42px;
	opacity: 1;
	background: url(../images/icons/icon_zoom.png) no-repeat;
}
.link_map {
	background-image: url(/images/icons/map_go.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 0px 1px 20px;
	display: inline-block;
}
.link_zoom {
	position: relative;
	display: inline-block !important;
}
.link_zoom:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.link_zoom:hover:before {
	position: absolute;
	content: ' ';
	top: 30%;
	left: 40%;
	width: 42px;
	height: 42px;
	background-image: url(../images/icons/icon_zoom.png);
	background-repeat: no-repeat;
	opacity: 1;
}
.results_count {
	font-size: 1.2em;
	margin-right: 20px;
	padding-top: 10px;
	color: #EF8F30;
	overflow: hidden;
	float: left;
}
.results_next {
	background: url(../images/icons/resultset_next.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_previous {
	background: url(../images/icons/resultset_previous.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.results_last {
	background: url(../images/icons/resultset_last.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_first {
	background: url(../images/icons/resultset_first.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.search {
	background: url(../images/icons/zoom.png) no-repeat left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
}
table.results {
	border-collapse: collapse;
	width: 100%;
}
table.results td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	line-height: 125% !important;
	color: #333;
	font-size: 1em;
}
table.results tr:hover {
	background-color: #FFC;
}
table.results .even_color {
	background-color: #EEE;
}
.results tr th a, a.sort {
	background: url(../images/icons/sort_alpha.png) no-repeat right center;
	display: inline;
	height: 16px;
	width: auto;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
.results tr th a:hover, a.sort:hover {
	background-image: url(../images/icons/sort_alpha_over.png);
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container wid and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper, .outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 984px;
}
#header {
	overflow: hidden;
	height: 220px;
	font-family: UglyQuaRegular, Georgia, "Times New Roman", Times, serif;
	position: relative;
	z-index: 2;
}
#header #logo {
	position: relative;
	/* [disabled]left: 0px; */
	/* [disabled]top: 5px; */
	z-index: 10;
	/* [disabled]background-color: #F0F; */
	float: left;
}
#header #logo img {
	height: auto;
	width: auto;
}
#header a {
	color: #000;
	text-decoration: none;
}
#header #nav_utility {
	float: right;
	margin-top: 5px;
	/* [disabled]font-size: 16px; */
	text-transform: uppercase;
	margin-right: 10px;
}
#header #nav_utility a {
	display: inline-block;
	height: 22px;
	margin-right: 15px;
}
#header #nav_utility #twitter_link {
	margin: 0px;
}
#nav_utility #nav_admin {
	text-align: right;
	margin: 10px 0 0 0;
}
#nav {
	margin: 0;
	padding: 12px 4px 0px 0px;
	list-style: none;
	text-align: right;
	background: url(../images/bg_nav_ribbon.png) no-repeat;
	height: 58px;
	position: absolute;
	bottom: 45px;
	left: 0px;
	width: 980px;
	z-index: 5;
	/* [disabled]background-color: #FF0; */
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	/* [disabled]line-height: 71px;
*/
}
#nav li a {
	padding: 12px 6px;
	text-decoration: none;
	color: #FFF;
	/* [disabled]background-color: #0FF; */
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	/* [disabled]letter-spacing: -1px; */
}
#nav a:hover, #home #nav_home, #beer #nav_beer, #buy #nav_buy, #tours #nav_tours, #store #nav_store, #taproom #nav_taproom, #events #nav_events {
	color: #FFFCBE !important;
	/* [disabled]background-color: #FFF !important;
*/
	text-decoration: underline !important;
}
#nav #nav_store {
	display: none !important;
}
#billboard, #billboard img {
	-moz-border-radius: 0px 0px 20px 20px !important;
	-webkit-border-radius: 0px 0px 20px 20px !important;
	border-radius: 0px 0px 20px 20px !important;
	-moz-background-clip: padding-box !important;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box !important;  /* Safari 4? Chrome 6? */
	background-clip: padding-box !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 300px;
	width: 950px;
}
#billboard {
	overflow: hidden;
	clear: both;
	background-color: #c7ba94;
	border: 3px solid #c7ba94;
	z-index: 1;
	position: relative;
	height: 300px;
	margin: -75px auto 10px;
	width: 950px;
}
body.admin #billboard {
	display: none !important;
}
#contentWrapper {
	overflow: hidden;
	clear: both;
	border: 3px solid #c7ba94;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 20px;
	z-index: 1;
	position: relative;
	width: 910px;
	margin: 0px auto;
	padding-bottom: 75px;
	background-color: #F5F3E9;
	background-image: url(../images/bg_content_faded.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.admin #contentWrapper {
	margin-top: -80px !important;
}
#contentWrapper p {
	margin-top: 5px;
}
#column1  {
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 280px;
	color: #915925;
	/* [disabled]background-color: #F0F; */
	margin-top: 10px;
}
#column1 h3 {
	font-size: 14px;
	/* [disabled]margin: 0; */
	color: #000;
	/* [disabled]font-weight: bold; */
	text-transform: uppercase;
}
#column1 #nav_cats {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#column1 #nav_cats li a {
	display: block;
	margin: 2px;
	padding: 2px;
	/* [disabled]background-color: #F8981D; */
	margin-left: 1.5em;
	font-size: 18px;
}
#column1 #nav_cats li a.selected {
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 0px;
	text-transform: uppercase;
}
#column1 #nav_cats li a.selected:before {
	content: ' \2190';'
}

#column1 input[type="text"], #column1 textarea {
	width: 90%;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content   {
	margin: 0px 295px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px;
	/* [disabled]background-color: #0FF; */
	min-height: 400px;
}
body.full_width #content {
	margin: 0px;
}
body.full_width #column1 {
	display: none;
}
#contentBottom {
	/* [disabled]background-color: #FF0; */
	position: relative;
	z-index: 5;
	margin-top: -60px;
}
#footer {
	background-color: #043464; /* Sets the top border properties for an element using shorthand notation */
	padding: 150px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	overflow: hidden;
	margin-top: -150px;
	z-index: 0;
	position: relative;
	color: #FFFFFF;
	font-family: UglyQuaRegular, Georgia, "Times New Roman", Times, serif;
}
#footer a     {
	color: #FFFFFF;
}
#footer h2   {
	font-size: 18px;
	color: #F89824;
}
#footer ul   {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer div > div {
	float: left;
	width: 26%;
	padding: 1%;
	/* [disabled]background-color: #FF0;
*/
	margin: 0 0 0 5%;
	text-align: left;
}
#footer .outerWrapper #contact_info {
	margin-top: -75px;
	text-align: center;
	color: #F89824;
}
#footer #contact_info #chamber_logo {
	padding: 1px 0px 1px 5px;
	background-color: #F1F1F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	margin: 10px;
	display: block;
}
#footer .gutter, #footer .gutter a {
	color: #CCC;
	font-size: 0.95em;
}
#footer .gutter {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.callout img, .imgCorners  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}
#our_beer  {
	/* [disabled]border-right: 1px solid #000;
*/
}
#our_beer p a  {
}
#beerfinder  {
	/* [disabled]border-right: 1px solid #000;
*/
}
#beerfinder p a  {
}
#beerfinder.callout img  {
	/* [disabled]-moz-border-radius: 0px; */
	/* [disabled]-webkit-border-radius: 0px; */
	/* [disabled]border-radius: 0px; */
	float: right !important;
	margin: 0px 0px 5px 5px;
}
.callout #beer_label  {
	float: right;
	margin: 0 0 5px 5px;
}
#home #taps    {
	overflow: hidden;
	padding-bottom: 1em;
}
#home #taps img    {
	float: left;
	margin: 1px;
}
