html, body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background-color: #eece18;
	min-width: 100%;
	height: 100%;
}

h1 { 
	color: #000;
	font-size: 18px;
	font-weight: bold; 
	margin-bottom: 10px;
}

h2 {
	color: #c41b21;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
}

h3 {
	color: #c41b21;
	font-weight: bold;
	font-size: 1.1em;	
}

h3 .largefont {
	font-size: 1.4em;	
}

a,
a:visited,
a:active,
a:hover {
	color: #c41b21;
	text-decoration: underline;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 100%;
	/*height: 80%;*/
	min-height: 80%;
	background-color: #eece18;
	
}

#header {
	position: relative;
	height: 102px;
	background-image: url("../images/header-bg-bubbles2.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	z-index: 900;
}

.iepngfix img {
	behavior: url("/js/iepngfix.htc");
}

#logo {
	position: relative;
	top: 26px;
	margin: 0 auto;
	width: 212px;
	z-index: 1000;
}

#nav {
	position: absolute;
	top: 54px;
	width: 100%;
	height: 48px;
	background-image: url("../images/navbar-bg.jpg");
	background-repeat: repeat-x;
	z-index: 5;
}

#nav a,
#nav a:visited,
#nav a:active,
#nav a:hover {
	color: #fff;
	text-decoration: none;
}

#nav ul.topnav{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	padding-left: 0;	
	
	
}

#nav ul.topnav li { 
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    left: -5px; top: 48px;
    background: #333;
    margin: 0; padding: 0;
    display: none;
    float: left;
    border: 1px solid #111; 
    width: 145px;
}

#nav ul.topnav li a {
	display: block;
	float: left;	
}

#nav ul.topnav li.first {
	left: 34px;	
}
#nav ul.topnav li.first ul.subnav {
    left: -43px;	
}

#nav ul.topnav li#nav-brewery {
	left: 76px;
}
#nav ul.topnav li#nav-brewery ul.subnav {
    left: -16px;    
}

#nav ul.topnav li#nav-events {
	left: 116px;
}
#nav ul.topnav li#nav-events ul.subnav {
    left: -28px;    
}

#nav ul.topnav li#nav-goodstuff {
	left: 388px;
}
#nav ul.topnav li#nav-goodstuff ul.subnav {
    left: -35px;    
}

#nav ul.topnav li#nav-locator {
	left: 443px;
}
#nav ul.topnav li#nav-locator ul.subnav {
    left: -44px;    
}

#nav ul.topnav li#nav-contact {
	left: 503px;
}
#nav ul.topnav li#nav-contact ul.subnav {
    left: -34px;    
}


#nav ul.topnav li ul.subbav li {
	margin: 0; padding: 5px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	clear: both;
	width: 145px;	
}

#nav ul.topnav li ul.subnav li a {
	width: 145px;
	float: left;
	background: #333;
	padding: 10px 0;	
	text-align: center;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
}

#nav ul.topnav li ul.subnav li a:hover {
	background: #222;
}

#middle {
	position: relative;
	background-image: url("../images/body-bg-bubbles2.jpg");
	background-repeat: repeat-x;
	background-color: #eece18;
	/*width: 100%;*/
	padding-bottom: 110px;
	height: 100%;
	/*min-height: 250px;*/
}

#middle-nopad {
	padding-bottom: 0px;	
}

#mid-content {
	position: relative;	
	margin: 0 auto;
	top: 34px;
	/*left: 50px;*/	
	width: 1000px;
}

#mid-content p {
	margin-bottom: 1em;
}

#bgchanger {
	position: absolute;
	top: -25px;
	right: 0;	
	font-size: 9px;
}

#bgchanger span {
	position: relative;
	display: block;	
	float: left;
}

#bgchanger span.colorbox {
	height: 10px;
	width: 10px;
	min-width: 10px;
	border: 1px solid #000;
	margin: 0 3px;
}

#bgchanger #default span.colorbox {
	background-color: #eece18;
}

#bgchanger #red span.colorbox {
	background-color: red;
}

#subheader img,
#subcontent,
#homenav img {
	border: 8px solid #000;	
}

#subcontent {
	position: relative;
	top: 10px;
	background-color: #e6e6e6;	
	color: #000;
	padding: 18px 26px;

}

#subcontent.white {
	background-color: #fff;	
}

#subcontent.homesplash {
    padding: 0;
}

table#homenav {
	text-align: center;
    border-collapse: separate;
    border-spacing: 40px;   
    *border-collapse: expression('separate', cellSpacing = '40px');
    margin: -19px -40px; 
    margin-right: 0;
}

#footer {
	position: relative;
	color: #009cd3;
	font-size: 0.8em;
	left: 50px;
	padding-top: 50px;
	/*padding-bottom: 45px;*/
	/*bottom: 0;*/
    clear: both;
	
}

#footer a,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #009cd3;
	text-decoration: underline;	
}

/*
 * Home Splash style 
 */
#homesplash {
    text-align: center;	
}

#homesplash-text {
	position:relative;
	margin-top: -40px;
	padding: 18px 26px;
}

#homesplash-text div.expandText {
	margin-top: 10px;
}

/*
 * Coda Slider Style
 */
#slider {
	width: 865px;
	margin: 0 auto;
	position: relative;
}

#slider-nav {
    position: relative;
    text-align: center;
    z-index: 5;
}

#slider-nav ul{
    padding-left: 0;
    float: left;
    width: 100%;    

}

#slider-nav ul li { 
    display: inline; 
    margin-right: -3px;
    padding: 0;
}

#slider-nav ul li a.selected img.nav-off {
    display: none;
}
#slider-nav ul li a img.nav-on {
    display: none;
}
#slider-nav ul li a.selected img.nav-on {
	display: inline;
}

.scroll {
	height: 520px;
	width: 865px;
	overflow: auto;
	overflow-x: hidden;
    position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 480px;
	width: 825px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
	position: absolute;
	top: 225px;
	cursor: pointer;
	z-index: 1000;
}

.scrollButtons.left {
	left: -39px;
}

.scrollButtons.right {
	right: -39px;
}



/*
 * Our Beer style 
 */
table.ourbeer-nav {
	text-align: center;
	border-collapse: separate;
    border-spacing: 11px;   
    *border-collapse: expression('separate', cellSpacing = '11px');	
}

table.ourbeer-nav img {
	position: relative;	
}

.ourbeer-popup {
	width: 750px;	
}

.ourbeer-popup table {
	margin-left: 125px;
	width: 500px;
	border-top: 1px #eece18 solid;
	border-bottom: 1px #eece18 solid;
}

.ourbeer-popup table tr.odd {
	background-color: #eece18;
}

div.all-beer {
	position: absolute;
	top: 17px;
	left: 810px;	
}

div.all-beer ul.subnav {
	list-style: none;
    position: absolute;
    left: 0; top: 48px;
    background: #333;
    margin: 0; padding: 0;
    display: none;
    float: left;
    border: 1px solid #111; 
    width: 158px;
}

div.all-beer ul.subnav li a {
	width: 158px;
	float: left;
	background: #333;
	padding: 10px 0;	
	text-align: center;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	color: #fff;
	text-decoration: none;
}

div.all-beer ul.subnav li a:hover {
	background: #222;
}

/*
 * Blog Post style 
 */
.blogpost h3,
.blogpost p {
	padding-left: 5px;
}

.blogpost .blogfooter {
	font-size: 9px;
    width: 75%;
    border-top: 1px solid #000;
    margin-top: 10px;
    padding: 5px 10px; 	
}

/*
 * Event Listing style 
 */
ul.eventlisting {
    padding-left: 7px;
    margin-left: 7px;
    list-style: disc;
}

/*
 * Event Gallery style 
 */
table#galleryset {
	border-collapse: separate;
    border-spacing: 15px;   
    *border-collapse: expression('separate', cellSpacing = '15px');
} 

.galleryset {

}

table#galleryset img,
.flickrset .coverimg img {
	border: 3px solid #000;
}

.flickrset {
    margin-top: 15px;
}

.flickrset .coverimg {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    height: 100%;
}

.flickrset h2 {
    font-size: 1.2em;
    font-weight: bold;
}

.flickrset p {
    color: #999;

}

.flickrset p.clear {
    clear: both;
}



/*
 * Good Story style 
 */
#goodstory-3 {
    width: 640px;
}

table.info {
	border-collapse: separate;
    border-spacing: 5px;   
    *border-collapse: expression('separate', cellSpacing = '5px');	
}

div#privacy {
	padding: 1.5em 1.5em 1.5em 0;	
}

div#privacy ul {
	padding-left: 2em;
	margin-left: 2em;
	list-style: disc;
}

ul.normal {
    padding-left: 2em;
    margin-left: 2em;
    list-style: disc;
}


ol {
	padding-left: 2em;
	margin-left: 2em;
	list-style: decimal;	
}

.nomargin {
	margin: 0;	
}

.nodisplay {
	display: none;
}

.hide {
	visibility: hidden;	
}

.error {
	color: red;
}

.printerror1, .printerror2 {
	display: none;	
}

.textright {
	text-align: right;	
}

.smallfont {
	font-size: 0.75em;	
}

.underline {
	text-decoration: underline;	
}

.bold {
	font-weight: bold;
}

.superscript {
	vertical-align: top;
	font-size: 0.7em;	
}

.footnote {
	color: #ad4237;
	font-size: 0.85em;	
	padding-top: 10px;	
}

.valign-middle {
	vertical-align: middle;	
}

img.imgborder {
	border: 8px solid #000;
	margin: 0 1em;
}

img.borderless {
	margin: 0 1em;
}

.floatleft {
	position: relative;
	float: left;	
}

.floatright {
	position: relative;
	float: right;	
}

.hide {
	visibility: hide;	
}

.center {
	text-align: center;
}
