/* GLOBAL BODY ELEMENTS */
#facebook-like-box {
	margin: 20px 0 80px 0;
}

body {
	background: #71170a url(../images/layout/Brick.jpg) repeat top;
	margin: 0;
	padding: 0;
	color: #42403f;
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 1.3;
}
#bodycontainer { /* main container */
	width: 970px;
	margin: 5px auto 21px auto;
	position: relative;
}
#bodycontainer_top {
	float: left;
	width: 970px;
	height: 14px;
	background: #fff url(../images/layout/bg_top.png) no-repeat top;
	font-size: 0;
	line-height: 0;
}
#bodycontainer_middle {
	float: left;
	width: 960px;
	border-left: 5px solid #4a6532;
	border-right: 5px solid #4a6532;
	background: #fff url(../images/layout/bodycontainer_bg.png) no-repeat bottom center;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#bodycontainer_bottom {
	float: left;
	width: 970px;
	height: 14px;
	background: #fff url(../images/layout/bg_bottom.png) no-repeat top;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#contentcontainer {
	float: left;
	width: 904px;
	padding: 30px 28px 22px;
	position: relative;
	min-height:300px;
}
#logocontainertop_outer {
	float: left;
	width: 960px;
	background-repeat: no-repeat;
	background-position: top right;
}
#logocontainertop_inner {
	float: left;
	width: 960px;
	height: 214px;
	background-repeat: no-repeat;
	background-position: top right;
	background: url(../images/layout/logo_overlay_top.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}


/* TOP NAVIGATION */
#topnav_outer {
	float: left;
	width: 960px;
	display: inline;
	position: relative;
}
#topnav_inner {
	position: absolute;
	width: 960px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(../images/layout/logo_overlay_bottom.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#topnav_outer ul {
	margin-left: 28px;
	display: inline;
}

/* left and right rounded corners */
#nav #navleft a
{
	color: #3d1a03;
	background: #faa43f url(../images/layout/topnav_bg_left.png) left bottom no-repeat;
	text-decoration: none;
	padding-left: 26px;
	border-left: none;
}
#nav #navleft a:hover
{
	color: #3d1a03;
	background: #e38e2b url(../images/layout/topnav_bg_left_hover.png) left bottom no-repeat;
	text-decoration: none;
	padding-left: 26px;
}
#nav #navright a
{
	color: #3d1a03;
	background: #faa43f url(../images/layout/topnav_bg_right.png) right bottom no-repeat;
	text-decoration: none;
	padding-left: 26px;
	border-right: none;
}
#nav #navright a:hover
{
	color: #3d1a03;
	background: #e38e2b url(../images/layout/topnav_bg_right_hover.png) right bottom no-repeat;
	text-decoration: none;
	padding-left: 26px;
}

/* The top main navigation links */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #3d1a03;
	background: #faa43f;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	text-align: center;
	padding: .9em 24px .7em;
	color: #3d1a03;
	text-decoration: none;
	border-left: 1px solid #eb8104;
	border-right: 1px solid #f6c489;
}
#nav a:hover {
	color: #3d1a03;
	background: #e38e2b;
}
#nav {
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
}
#nav li {
	float: left;
	padding: 0;
	
}

/* MENU PAGE NAV */
#menunav {
	float: left;
	list-style: none;
	line-height: 2em;
	padding: 0;
	margin: 20px 0 0 10px;
	font-size: 1.15em;
}
#menunav span {
	text-decoration: none;
	cursor: pointer;
	color: #71170A;
	font-weight: bold;
}
#menunav span:hover {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px dotted #71170A;
}

/* MENU PAGE ITEMS */
.menuitem_container {
	width: 610px;
	padding: 20px;
	float: left;
	margin-left: 15px;
	display: inline;
}
.menuitem_container h2 {
	margin: 0;
}
.menuitem_container h3 {
	font-size: 1.35em;
	margin: 0;
	color: #00A200;
}
.menuitem_container p {
	padding: .3em 0 .7em 0;
	margin: 0;
	color: #888;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 2px dotted #FCC788;
}
.menuitem_container ul {
	list-style: none;
	padding: 0;
	margin-left: 1em;
}
.menuitem_container li {
	margin: 1.5em 0;
}
.menuitem_container em {
	color: #FAA43F;
	font-weight: bold;
}
.menuitem_container b {
	font-size: 1.15em;
	font-weight: bold;
}


/* TEXT */
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: #030000;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
h2 {
	color: #00A200;
	font-size: 1.7em;
	margin: 0;
	font-weight: bold;
}
h3 {
	color: #030000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
a:link, a:visited {
	color: #71170a;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #71170a;
	text-decoration: underline;
	font-weight: bold;
}

/* FOOTER */
#footer {
	float: left;
	padding: 15px 0 25px;
	width: 970px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-weight:bold;
}
a.footertext:link, a.footertext:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a.footertext:hover, a.footertext:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


/* HOMPAGE COLUMN 1*/
#column1 {
	float: left;
	width: 361px;
	margin-left: 4px;
	display: inline;
}
#box1_container {
	float: left;
	width: 346px;
	margin-top: 30px;
}
#box1_top {
	float: left;
	width: 346px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/box1_top.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#box1_middle {
	float: left;
	width: 306px;
	padding: 12px 20px;
	min-height: 143px;
	height: auto !important;
	height: 127px;
	background: #FCC788 url(../images/layout/box_middle.png) repeat-x top;
}
#box1_bottom {
	float: left;
	width: 346px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/box1_bottom.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}

/* HOMPAGE COLUMN 2*/
#column2 {
	float: left;
	width: 260px;
	padding: 0 14px;
}
#box2_container {
	float: left;
	width: 258px;
	margin-top: 30px;
}
#box2_top {
	float: left;
	width: 258px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/box2_top.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#box2_middle {
	float: left;
	width: 218px;
	padding: 12px 20px;
	min-height: 143px;
	height: auto !important;
	height: 127px;
	background: #FCC788 url(../images/layout/box_middle.png) repeat-x top;
}
#box2_bottom {
	float: left;
	width: 258px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/box2_bottom.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}


/* HOMPAGE COLUMN 3*/
#column3 {
	width: 231px;
	float: left;
	padding-left: 17px;
	border-left: 2px dotted #FCC788;
}
#box3_container {
	float: left;
	width: 231px;
}
#box3_top {
	float: left;
	width: 231px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/box3_top.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#box3_middle {
	float: left;
	width: 211px;
	padding: 0 10px 12px 10px;
	min-height: 373px;
	height: auto !important;
	height: 373px;
	background: #FCC788 url(../images/layout/box3_middle.png) no-repeat top;
}
#box3_bottom {
	float: left;
	width: 231px;
	height: 8px;
	font-size: 0;
	line-height: 0;
/*	background: url(../images/layout/box3_bottom.png) no-repeat;*/
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#box3_middle h1 {
	font-size: 1.5em;
}


/* MAILING LIST */
#mailinglist_container {
	float: left;
	width: 211px;
	margin-bottom: 15px;
}
#mailinglist_top {
	float: left;
	width: 211px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/mailinglist_top.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#mailinglist_middle {
	float: left;
	width: 191px;
	padding: 0 10px;
	background: #FCC788 url(../images/layout/mailinglist_middle.png) repeat-y;
}
#mailinglist_bottom {
	float: left;
	width: 211px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/layout/mailinglist_bottom.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#mailinglist_middle h2 {
	font-size: 1.05em;
}
#mailingsubmit {
	float: left;
	width: 100%;
	position: relative;
	height: 28px;
}
#mailingfield {
	border: 1px solid #8ac464;
	margin-top: 4px;
	padding: 2px 2px;
	width: 157px;
	position: absolute;
	top: 0;
	left: 0;
}
#mailingbutton {
	position: absolute;
	top: -1px;
	right: -3px;
	width: 28px !important; 
	height: 30px;
}


/* REVIEWS */
#reviews p {
	margin-bottom: 4em;
}
#reviews em {
	font-weight: bold;
}
#reviews h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

/* MISC */


#location_palmer {
	float: left;
	margin-left: 27px;
	display: inline;
	width: 531px;
	height: 209px;
	background: url(../images/layout/location_palmer.png) no-repeat top;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */	
}
#palmerplace {
	float: left;
	margin-left: 18px;
	display: inline;
	width: 227px;
	height: 122px;
	background: url(../images/layout/palmerplace.png) no-repeat top;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */	
}
#palmertext {
	float: left;
	width: 206px;
	font-size: .85em;
	margin: 10px 0 0 27px;
	display: inline;
}

#menuitem {
	float: left;
	width: 109px;
	height: 154px;
	margin: 0 15px 7px 0;
	background: url(../images/layout/menuitem.png) no-repeat top;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */	
}

#glasses {
	position: absolute;
	right: 25px;
	bottom: -25px;
	background: url(../images/layout/glasses.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 PNG fix */	
	width: 129px;
	height: 169px;
}
img {
	border: 0 none;
}
tr {
	vertical-align: top;
}
hr {
	clear: both;
	width: 100%;
	height: 4px;
	background: #FEE8CE;
	border: none;
	margin-bottom: 1em;
}

/* GOOGLE MAPS PAGE */
table.directions th {
	background-color:#EEEEEE;
}

/* ADMIN */
#login_table {
	background: #fff;
	margin-top: 60px;
	padding: 1.6em;
	border: 4px solid #FAA43F;
}
#login_table h3 {
	margin-bottom: .5em;
}
.admin_table {
	float: left;
	width: 540px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #FDDCB6;
	background: #FFF9F2;
}
.admin_table h2 {
	margin-bottom: .7em;
	font-size: 1.5em;
	color: #000;
}
#admin_float {
	float: right;
	background: #FEEEDA;
	padding: 20px;
	border: 1px solid #FDDCB6;
	background: #FFF9F2;
}
#admin_float h3 {
	margin-bottom: .7em;
	font-size: 1.3em;
	color: #000;
}

#beer_list, #beer_list ul {

	padding-left: 0px;

	margin-left: 0px;

	list-style-position: outside;

	list-style-type: none;

}

li.beer_entry {
	padding-left: 1em;
	margin-left: 1em;
}

/*Ivy positioning*/
#ivy-top{
	position: absolute;
	width: 112px;
	height: 252px;
	background: transparent url(../images/layout/ivy-top.png) 0 0 no-repeat;
	top: 4px;
	right: 5px;
	z-index: 100;
}

#ivy-bottom{
	position: absolute;
	width: 87px;
	height: 164px;
	background: transparent url(../images/layout/ivy-bottom.png) 0 0 no-repeat;
	bottom: -9px;
	left: 0;
	z-index: 100;
}

p.banner_message {
	font-weight: bold;
	color: red;
	font-size: 150%;
}

table.calendar {
	width: 100%;
}

table.calendar ul {
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
}

table.calendar td.today {
	background-color: #FEE8CE;
	font-weight: bold;
}

table.calendar th {
	background-color: #ccc;
	text-align: center;
}

table.calendar td, table.calendar th, #news_table_holder td {
	border: 2px solid #FAA43F;
	margin: 2px;
}

table.calendar td, table.calendar th  {
	width: 120px;
}

div.admin_sub_section {
	border: 2px solid #FAA43F;
	float: right;
	padding: 2em;
	margin-bottom: 2em;
	width: 450px;
}
