*{
margin:0;
padding:0;
}

body{
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	color:#371b05;
	font-size: 76%;
	padding: 0 0 15px 0;
	margin: 0px;
	background: #191211 url(images/bg-body.jpg) repeat-x;
}

div.PageContainer{
	width: 920px;
	clear:both;
	margin: 0 auto;
}
#Header{
	position: relative;
	margin: 0;
	padding: 0;
	height: 218px;
	background: url(images/bg-header.jpg) no-repeat bottom left;
}
#Header #LogoLink{
	display: block;
	background: url(images/logo.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	width: 170px;
	height: 172px;
}
#Header #ContactInfo{
	padding: 0 0 15px 2px;
	text-align: right;
	position: absolute;
	top: 175px;
	width: 98%;
	font-size: 90%;
	color: #dab295;
}
#Header #ContactInfo a:hover{
	color: #ecb547;
}
#Content{
	min-height: 350px;
	padding: 0 50px 25px;
	background: #dddcae url(images/bg-content.jpg) repeat-y top center;
}
#Footer{
	color: #dab295;
	clear:both;
	position: relative;
	height: 25px;
	font-size: 90%;
	background: #552400 url(images/bg-footer.jpg) no-repeat top left;
}
#Footer a:hover{
	color: #ecb547;
}
#Footer #CopyrightNotice{
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0 5px 15px;
}
#Footer #CreatorNotice{
	width: 400px;
	position: absolute;
	top: 0;
	left: 505px;
	padding: 5px 15px 5px 0;
	text-align: right;
}
#SiteMenu{
	position: absolute;
	top: 0;
	left: 223px;
}
#SiteMenu li{
	float: left;
	margin: 0 0 0 29px;
}
#SiteMenu li a{
	display: block;
	height: 165px;
	background: url(images/site-menu-sprite.jpg);
	text-indent: -5000px;
	overflow: hidden;
}
#SiteMenu li a#CalendarLink{
	width: 104px;
}
#SiteMenu li a#CalendarLink:hover{
	background-position: 0 -165px;
}
#SiteMenu li a#PicturesLink{
	width: 85px;
	background-position: -125px 0;
}
#SiteMenu li a#PicturesLink:hover{
	background-position: -125px -165px;
}
#SiteMenu li a#BeersLink{
	width: 82px;
	background-position: -234px 0;
}
#SiteMenu li a#BeersLink:hover{
	background-position: -234px -165px;
}
#SiteMenu li a#MenuLink{
	width: 98px;
	background-position: -344px 0;
}
#SiteMenu li a#MenuLink:hover{
	background-position: -344px -165px;
}
#SiteMenu li a#ContactLink{
	width: 108px;
	background-position: -468px 0;
}
#SiteMenu li a#ContactLink:hover{
	background-position: -468px -165px;
}
/* General Style Info */
a{
	color:#ac7507;
	outline: none;
	text-decoration: none;
}
a:hover{
	color:#775b45;
	text-decoration: underline;
}

a img{
	border:none;
}

h1{
	color: #ac7216;
	margin: 0 20px 0 0;
	font-size: 220%;
}

h2{
	color:#c34b00;
	padding-top: 1em;
	margin:0;
	font-size: 180%;
}

h3{
color:#573b25;
padding-top:2em;
font-size: 140%;
font-weight: bold;
}

h4{
color:#c34b00;
padding-top:1em;
font-weight:normal;
font-weight: bold;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* tables */

table {
	width: 100%;
	border-top: 1px solid #371b05;
	border-left: 1px solid #371b05;
	border-bottom: 1px solid #371b05;
	color:#333;
	background-color: #c1c091;
	clear: both;
	padding: 0;
	margin: 5px 0 20px 0;
	white-space: normal;
}
th {
	background-color: #573b25;
	border: 1px solid #371b05;
	text-align: center;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
table td {
	border-right: 1px solid #371b05;
	padding: 0 4px;
	vertical-align:top;
	text-align: left;
}
table td h4{
	padding-top: 0;
}
table td p{
	margin-bottom: 5px;
}
table td div.Event{
	margin-bottom: 5px;
	border-bottom: dashed 1px #977b65;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/* CALENDAR */
#Events td{
	width: 120px;
	padding: 10px;
}

/* Contact */
#Content #Map{
	width: 400px;
	float: right;
	margin-top: -35px;
}
#Content #GoogleMap{
	border: solid 1px #333;
}

/* GALLERY */
#Content div#GalleryMenu{
	float: right;
	width: 150px;
}
#Content div#GalleryMenu ul{
	margin: 0;
	padding: 0;
}
#Content div#GalleryMenu li{
	margin: 10px 0 5px 0;
	font-size: 130%;
	color: #765a46;
}
#Content div.PicturePane{
	width: 650px;
	margin-right: 200px;
}
#Content ul.thumbs {
	margin: 5px 0 20px 0;
	border: solid 1px #371b05;
	background: #c1c091;
	padding: 10px 10px 0 10px;
}
#Content ul.thumbs li{
	margin: 0 0 15px 15px;
	display: inline;
	height: 100px;
}
#Content .Picture{
	border: solid 1px #555;
	background: #fff;
	padding: 5px;
	margin: 0 8px 10px 0;
}
#Content #AboutBrassTaps{
	width: 370px;
	float: left;
}
#Content #AboutBrassTaps h2{
}
#Content #HomePictures{
	margin: 20px 0;
	clear: both;
}
#Content #HomeEvents{
	float: right;
	width: 240px;
	margin: 0 0 20px 0;
	padding: 10px;
}
#Content #HomePictures h2,
#Content #HomeEvents h2{
	margin: 0;
	padding: 0;
}
#Content #HomeEvents h3{
	margin: 0;
	padding: 10px 0;
	clear: left;
}
#Content #HomeEvents .Events{
	font-size: 120%;
}
#Content #HomePictures ul{
	clear: both;
}
#Content #HomePictures .MoreLink,
#Content #HomeEvents .MoreLink{
	font-size: 90%;
	padding-top: 9px;
}
#Content ul.Features{
	padding: 0 0 20px 0;
}
#Content ul.Features li{
	list-style-type: disc;
	margin: 5px 10px;
}
/* BEERS */
#Content #Beers{
	background-image: url(images/bg-draught-list.jpg);
	background-repeat: no-repeat;
	background-position: 500px 3em;
	min-height: 430px
}
#Content #Beers #DraughtList li{
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 115%;
	text-transform: lowercase;
}
#Content #Beers #Bottles{
	width: 500px;
}
#Content #Beers #Bottles p{
	font-size: 110%;
	width: 300px;
}

/* MENU */
#Content #Menu{
	min-height: 300px;
}
#Content #Menu p{
	font-size: 160%;
	width: 300px;
	margin-bottom: 2em;
}
#Content #Menu #MenuDownLoadLink{
	background: url(images/menu-download-sprite.jpg) no-repeat;
	display:block;
	width: 180px;
	height: 270px;
	text-indent: -5000px;
	overflow: hidden;
	float: right;
	margin: -180px 300px 0 0;
}
#Content #Menu #MenuDownLoadLink:hover{
	background-position: 0 -270px;
}