
/** the whole page **/
html, body {
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size : 11px;
	font-family : Arial, Sans-Serif;
	font-weight: normal;
	background-color: #baba99;
	color: #000000;
}

/** headlines and content **/	
h1, h2, h3, h4, p, li, td, input {
	font-family : Arial, Sans-Serif;
	text-align : left;
}

/** hyper links **/
a:link {
	color: #333333;
	text-decoration : underline;
	font-weight : normal;
}
a:visited {
	color: #999999;
	text-decoration : underline;
	font-weight : normal;
}
a:hover  {
	color: #000000;
	text-decoration : underline;
	font-weight : normal;
}
a:active {
	color: #999999;
	text-decoration : underline;
	font-weight : normal;
}

/** header areas **/

#t7_top {
	background: url(images/top_bkgrd.gif) repeat-x top;
	float: left;
	width: 100%;
	height: 50px;
}

#t7_content_top {
	text-align : left;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#t7_herkimer_logo{
	background-image: url(images/The_Herkimer_pub_brewery.png);
	float: left;
	padding: 0;
	margin: 0 25px 20px 20px;
	width: 232px;
	height: 93px;
	background-repeat: no-repeat;
}

#t7_location{
	background-image: url(images/Uptown_Minneapolis_Minnesota.png);
	height: 30px;
	width: 526px;
	float: left;
	margin-top: 20px;
	background-repeat: no-repeat;
}


/** wrappers **/


#t7_wrapper{
	background: url(images/background.gif) scroll repeat-x top #baba99;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#t7_container{
	text-align : left;
	padding: 0px;
	margin: 30px auto 0px;
	width: 825px;
}

/** navigation **/

#t7_top_nav_container{
	color:#000;
	height: 25px;
	position: absolute;
	top: -25px;
	right: -27px;
}

#t7_top_nav_left{
	float: left;
	background-image: url(images/left_corner_nav.gif);
	width: 12px;
	padding: 0;
	margin: 0;
	height: 25px;
}

#t7_top_nav_right{
	float: left;
	background-image: url(images/right_corner_nav.png);
	padding: 0;
	margin: 0;
	width: 37px;
	height: 25px;
}


#t7_top_nav{
	background-color: #fac976;
	color:#000;
	text-transform: uppercase;
	height: 25px;
	width: 280px;
	float: left;
	top: -25px;
	right: 0px;
}

#t7_social_media{
	background-color: #fac976;
	height: 20px;
	width: 40px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	display: inline;
}


#t7_top_nav ul{
	margin: 0;
	padding: 6px 0px 0px 13px;
}

#t7_top_nav ul li{
	display: inline;
}

#t7_top_nav ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 7px 10px;
}

#t7_top_nav ul li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #ffffff;
	padding: 7px 10px;
}


#t7_global_nav{
	height: 27px;
	background: url(images/global_nav.gif) repeat-x;
	width: 596px;
	margin: 0;
	padding: 0;
	color: #fff;
	float: right;
}

#t7_global_nav ul{
	padding: 7px 0px 0px 18px;
	margin: 0px;
}

#t7_global_nav ul li{
	display: inline;
	text-transform: uppercase;
	border-right: solid #fff 1px;
	margin: 0px;
	padding: 0;
}

#t7_global_nav ul li a{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 7px 6px 7px 7px;
}

#t7_global_nav ul li a:hover{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black;
	padding: 7px 6px 7px 7px;
}


#t7_global_nav ul .last{
	display: inline;
	text-transform: uppercase;
	border-right: none;
	margin: 0px;
}


/** content areas **/

#t7_top_images{
	background: url(images/images_top.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 596px;
	height: 91px;
	float: right;
	padding: 0;
	margin: 0;
}


#t7_content_background{
	background: url(images/background_herkimer2.png) repeat-y;
	width: 864px;
	margin: 0 auto;	
	padding:0;
	float: left;
}

#t7_content_wrapper {
	text-align : left;
	padding: 0px;
	margin: 0px;
	width: 825px;
	float: left;
	position: relative;
}


#t7_content {
	text-align : left;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	width: 595px;
	float: right;
	position: relative;
	min-height: 400px;
}

#t7_content h1{
	font-size: 17px;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	padding-bottom: 3px;
}

#t7_content h2{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 20px;
}

#t7_content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
}

#t7_content ul{
	margin: 0 0 0 40px;
	padding: 0 0 20px 0;
}

#t7_content ul li{
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 11px;
	color: black;
}

#t7_content p{
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 17px;
	font-size: 11px;
	color: black;
}

#t7_content p a{
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #10a2dd;
	text-decoration: none;
}

.t7_content_inner{
	padding: 40px;
}

.t7_event_container{
	width: 490px;
	float: left;
	padding: 40px 0px 0px 40px;
	position: relative;
}

.t7_event_container img{
	position: absolute;
	right: -32px;
	top: 8px;
}

.t7_content_text{
	float: left;
	width: 380px;
	padding-right: 10px;
}

.t7_content_text h2{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 0px !important;
}


#t7_upcoming_events{
	float: left;
	background-color: #fbc977;
	height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 14px;
	color: black;
	width: 536px;
}

#node-6 p{
	margin: 0;
	padding: 0 0 0px 0;
	line-height: 17px;
	font-size: 11px;
	color: black;
}

#t7_menus{
	padding: 40px 40px 0 50px;
	height: 330px;
}

#t7_menus img{
	padding: 0;
	margin: 0;
	float: left;
	border: none;
}

.beermenu{
	margin-left: 160px !important;
	padding: 0;
	float: left;
	border: none;
}


.t7_beer_sidebar{
	background-image: url(images/beer_sidebar.jpg);
	background-repeat: no-repeat;
	width: 41px;
	background-color: #c17b51;
	height: 400px;
	float: left;
}

#t7_content_beer {
	text-align : left;
	padding: 0;
	margin: 0px;
	width: 595px;
	float: right;
}

.t7_beerlist_container{
	width: 595px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #c17b51;
	position: relative;
	background-image: url(images/beerbgsides.png);
	background-repeat: no-repeat;
}


.t7_beer {
	width: 468px;
	height: 45px;
	float: left;
	margin:0;
	padding: 15px 63px 15px 63px;
	position: relative;
	background-color: transparent;
	overflow: hidden;
	display: block;
	background-image: url(images/beerbg.png);
	background-position: 42px 0px;
	background-repeat: repeat-y;
}


.t7_beer_hover {
	background-image: url(images/beerbghover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.t7_beer h1{
	font-size: 13px;
	color: #5a1400;
	text-transform: uppercase;
	margin: 0px 0px 0px 110px;
	padding: 0;
}

.t7_beer p{
	padding: 0;
	margin: 0px 0px 0px 110px;
	overflow: hidden;
	line-height: 11px;
	font-size: 11px;
}

.t7_beer img{
	float: left;
	position: absolute;
	top:15px;
}

#t7_location_page ul{
	margin: 0 0 15px 0;
	padding: 0;
}


#t7_location_page ul li{
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 11px;
	color: black;
	list-style: none;
}

#t7_location_page p{
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 17px;
	font-size: 11px;
	color: black;
}



/** footer **/

#t7_footer {
	text-align : left;
	padding: 20px 0px 10px 0px;
	margin: 0px auto;
	clear: both;
	width: 825px;
	background: url(images/footer.gif) repeat-x bottom;
	height: 46px;
	color: #fff;
	float: left;
	position: relative;
}

#t7_footer p{
	padding: 0px 0px 0px 20px;
	margin: 0;
	font-size: 12px;
}

#t7_site_credits {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #fff;
	text-decoration: none;
}

#t7_site_credits a{
	color: #fff;
	text-decoration: underline;
}

#t7_footer_shadow{
	background-image:url(images/bottom-shadow.gif);
	height: 16px;
	width: 843px;
	margin: 0;
	padding: 0;
	float: left;
}

/** fix for extending the container all the way to the bottom **/
.t7_extender {
  width:100%;
  clear:both;
  height:0px;
  margin:0px;
  padding:0px;
}



/** admin menu font face override **/
#admin-menu p, #admin-menu li, #admin-menu td, #admin-menu input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
}

#t7_cms_content{
	clear: both;
	padding-left: 40px;
}