@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#999999;
	width:100%;
	height:100%;
	color:#333333;
	text-align:center;
}
a:link {
	color:#000099;
	text-decoration:underline;
}
a:visited {
	color:#000099;
	text-decoration:underline;
}
a:hover {
	color:#000099;
	text-decoration:none;
}

/* background fixed div */
#bgd {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../../images/background.jpg);
	background-position:top center;
	background-repeat:repeat;
}

/* container */
#container {
	width:880px;
	padding:0px;
	margin:0px;
	margin:0pt auto;
	text-align:left;
	clear:both; 
	height: 1%;
}
html>body #container {
	height: auto;
}

/* header */
#head_cont {
	position:relative;
	width:100%;
	height:80px;
}
#head_back {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../../images/main_header_2.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:130px;
	width:100%;
}
#head_logo {
	position:absolute;
	top:15px;
	left:80px;
}
#head_addr {
	position:absolute;
	top:30px;
	right:80px;
	color:#fff;
	text-align:right;
}

/* navigation */
#nav_cont {
	position:relative;
	width:100%;
	z-index:100;
}

/* index dynamic picture and text intro */
#index_cont {
	position:relative;
	width:780px;
	top:-25px;
	left:50px;
	background-color:#000;	
	z-index:99;
	clear:both; 
	height: 1%;
}
html>body #index_cont {
	height: auto;
}
#index_pic {
	float:left;
	width:460px;
	border-bottom:5px solid #1A7731;
	z-index:111;
}
#index_text {
	float:right;
	width:320px;
	height:280px;
	background-color:#000;
	text-align:center;
	border-bottom:5px solid #1A7731;
}
#welcome {
}
#index_text_head {
	padding-bottom:20px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	font-size:20px;
	color:#ccc;
}
#index_text_text {
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	font-size:14px;
	color:#999;
}
/* index content divs */
#index2_cont {
	position:relative;
	width:100%;
	clear:both; 
	height: 1%;
}
html>body #index2_cont {
	height: auto;
}
#index2_col1 {
	float:left;
	width:460px;
}
#index2_col2 {
	float:right;
	width:350px;
}
.index2_head {
	position:relative;
	padding-left:15px;
	z-index:98;
}
.index2_box {
	position:relative;
	top:-15px;
	left:50px;
	z-index:97;
}
.index2_box_inner {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#F2F7EB;
	clear:left; 
	height: 1%;
}
html>body .index2_box_inner {
	height: auto;
}
.index2_graphic {
	position:absolute;
	float:left;
	top:-17px;
	left:-10px;
	z-index:96;
}
.index2_box2 {
	position:relative;
	top:20px;
	left:20px;
	width:265px;
	background-color:#EEE9D7;
	z-index:95;
	clear:both; 
	height: 1%;
}
html>body .index2_box2 {
	height: auto;
}
.index2_box2_inner {
	padding:10px;
	clear:left; 
	height: 1%;
}
html>body .index2_box2_inner {
	height: auto;
}
.index2_box2_content {
	height:100%;
	padding:15px;
	border:1px solid #666;
}
.index_box2_red {
	text-align:right;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#990000;
}
.index_drink {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	border-bottom:1px dotted #999;
	padding:10px 0px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.line_drink {
	border-bottom:1px dotted #999;
	color:#000000;
	height:1px;
}

/* secondary page */
#sec_cont {
	position:relative;
	width:100%;
	clear:both; 
	height: 1%;
}
html>body #sec_cont {
	height: auto;
}
#sec_col1 {
	float:left;
	width:570px;
}
#sec_col2 {
	float:right;
	width:260px;
}
#sec_head {
	position:relative;
	padding-left:15px;
	z-index:98;
}
#sec_box {
	position:relative;
	top:-15px;
	left:50px;
	z-index:97;
}
#sec_box_inner {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#F2F7EB;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 0px solid #000;
	z-index:97;
}
#sec_box2 {
	position:relative;
	top:20px;
	left:20px;
	width:190px;
	background-color:#EEE9D7;
	z-index:95;
}
#sec_box2_inner {
	padding:10px;
}
#sec_box2_content {
	height:100%;
	padding:15px;
	border:1px solid #666;
}
.sec_box2_red {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	color:#990000;
}

/* footer */
#footer_cont {
	position:relative;
	text-align:center;
	padding:50px;
	font-size:9px;
	color:#CCCCCC;
}

/* general classes */
.show_today_date {
	font-size:12px;
	color:#990000;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.show_today_band {
	font-size:14px;
	color:#000;
	font-weight:bold;
	padding-bottom:5px;
}
.show_today_more {
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
.show_date {
	font-size:12px;
	color:#990000;
	padding-bottom:2px;
	font-weight:bold;
	padding-top:10px;
}
.show_band {
	font-size:10px;
	color:#000;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
}
.show_more {
	font-size:10px;
	font-weight:normal;
}
.show_sec_date {
	font-size:12px;
	color:#990000;
	padding-bottom:2px;
	font-weight:bold;
	padding-top:10px;
}
.show_sec_band {
	font-size:10px;
	color:#000;
	font-weight:bold;
	padding-bottom:7px;
	padding-top:7px;
	clear:right; 
	height: 1%;
}
html>body .show_sec_band {
	height: auto;
}
.show_sec_band_line {
	height:1px;
	border-bottom:1px dotted #999;
}
.show_sec_more {
	font-size:10px;
	color:#666666;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	clear:left; 
	height: 1%;
	padding-bottom:7px;
}
html>body .show_sec_more {
	height: auto;
}
.show_sec_button {
	font-size:9px;
	font-weight:normal;
	color:#999;
	float:right;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	background-color:#dedede;
	border:1px solid #999;
}
.show_sec_button a:link, .show_sec_button a:visited {
	text-decoration:none;
	color:#666;
}
	
.email {
	text-align:center;
	padding-top:10px;
}

/* calendar nav */
.calendar_cont {
	border-bottom:1px solid #999;
	padding:5px 0px;
}
.calendar_type {
	font-size:16px;
	font-weight:bold;
	border-right:1px solid #666;
	padding: 0px 5px;
	display:inline;
}
.calendar_year {
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #666;
	padding: 0px 5px;
	display:inline;
}
.calendar_month {
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #666;
	padding: 0px 5px;
	display:inline;
}
.calendar_time {
	color:#333;
}
.calendar_drop_title {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.calendar_status {
	font-size:16px;
	font-weight:bold;
	color:#1A7731;
	padding:5px 0px;
}
.header {
	font-size:14px;
	color:#1A7731;
	font-weight:bold;
	padding-top:20px;
}
.header_drink {
	font-size:18px;
	color:#1A7731;
	background-color:#EEE;
	font-weight:bold;
	padding:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
.header_drink_1 {
	font-size:18px;
	color:#1A7731;
	background-color:#EEE;
	font-weight:bold;
	padding:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-top:10px;
}
#beer_list th {
	font-size:18px;
	color:#1A7731;
	background-color:#EEE;
	font-weight:bold;
	padding:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-top:10px;
}
#beer_list td {
	padding:5px 5px 5px 0;
	vertical-align:top;
}
.index_show_pic {
	border:1px dotted #1A7731;
	float:left;
	margin-right:10px;
	margin-bottom:1px;
}
.required {
	color:#990000;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.no_found {
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:20px;
	text-align:center;
}

/* spacers */
.index_spacer {
	clear:both;
}
.index_spacer_20 {
	clear:both;
	height:20px;
}
.index_spacer_40 {
	clear:both;
	height:40px;
}
.sec_spacer {
	clear:both;
	height:20px;
}
.spacer {
	height:10px;
}

/* main slideshow */
#myslideshow img {
	position: absolute; 
	z-index: 10;
}

#myslideshow {  
	position: relative;
	height: 280px;
	width: 460px;
	background-color: #000000;
}
#guidelines {
	height:150px;
	width:500px;
	overflow:auto;
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #666;
}
#guidelines ul {
	list-style:square;
	list-style-position:outside;
	left:-20px;
}
/* flickr slide feed */
.gss a img {
	border : none;
}
.gss {
      width: 75px;
      height: 75px;
      color: #dddddd;
      background-color: #000000;
	  text-align:center;
	  margin-bottom:10px;
}

/* MENU */
.menu_time {
	text-align:center;
	font-size:16px;
}
.menu_sub {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px;
}
.menu_item {
	font-size:12px;
	text-align:center;
	margin:7px 0px;
}
.menu_veg {
	font-weight:bold;
	color:#339933;
}
