/*

main style sheet containing styles universal to all pages

--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../images/backgrounds/body.jpg) right top;
	font-family: "Times New Roman", Times, serif;
	height:100%; /* needed for container min-height */
	margin: 0 auto;
	text-align: center;
}

body {
	font-size: 62.5%;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: blue;
	outline: none;
}

a:hover {color: black;}

embed, object {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hr {
	border-bottom: 1px solid #BFB3A7;
	height: 1px; overflow: hidden;
	margin: 0 0 20px 0;
}
.hr hr {
	display: none;
}

/*
PAGE STRUCTURE
================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/outer-wrapper.gif) repeat-x;
	height: 100%;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-y center top;
	margin: 0 auto;
	width: 940px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/* banner styles
==================*/

#banner {
	background: url(../images/backgrounds/banner.gif) #FCF2B9 repeat-x;
	margin: 0 auto;
	width: 940px; height: 135px;
}

#logo {
	background: url(../images/backgrounds/logo.gif) no-repeat;
	float: left;
	height: 135px;
	overflow: hidden;
	text-indent: -9999px;
	width: 250px;
}

#banner-info {
	background: url(../images/backgrounds/banner-info.gif) no-repeat;
	float: right;
	height: 135px;
	text-indent: -9999px;
	width: 340px;
}

/* navigation styles
=======================*/

#sidebar {
	float: left;
	width: 220px;
}

#nav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 0 0 20px 0;
	width: 220px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0 0 3px 0;
}

#nav li a {
	color: #FFFBDF;
	font-size: 14px;
	float: left;
	font-weight: bold;
	height: 22px;
	padding: 3px 0 0 20px;
	text-decoration: none;
	text-align: left;
	width: 200px;
}

#nav li a.current, #nav li a:hover, #nav li a.current {
	background-color: #CB795D; 
	color: #fff;
}

p#facebook {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 17px;
}

#facebook a {
	background: url(../images/backgrounds/facebook-icon.gif) no-repeat 0 2px;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 36px;
	padding: 1px 0 0 36px;
	text-decoration: none;
	word-spacing: -1px;
	width: 175px;
}

#facebook a:hover {color: #fdf1b5; text-decoration: underline;}

p#wifi {
	background: url(../images/backgrounds/wifi-icon.gif) no-repeat 17px 14px;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 36px;
	padding: 15px 0 0 53px;
	text-align: left;
	word-spacing: -1px;
	width: 175px;
}

/* the following styles are used for CMS nvaigtion not currently implemented
#docs-nav {
	float: right;
	margin: 0 0 30px 30px;
	width: 300px;
}

#content #admin-doc-nav {
	background: #F0F5E6;
	border: 1px solid #B9C0A8;
	font-weight: bold;
	padding: 10px;
	list-style-type: none;
	margin: 0 0 20px 0;
	text-align: center;
	width: 278px;
}

#content #admin-doc-nav a {
	color: #424242;
}


#docs-nav h3 {
	background: #424242;
	border-bottom: 5px solid #B9C0A8;
	color: #E3EBCE;
	font-weight: normal;
	padding: 12px 20px;
}

#content #docs-nav ul {
	background: #F0F5E6;
	border: 1px solid #B9C0A8;
	float: right;
	padding: 20px;
	list-style-type: none;
	width: 258px;
}

#admin {
	background: url(../images/backgrounds/admin.gif) #FDFDF1 repeat-x;
	border-bottom: 1px solid #B8B7AA;
	color: #000;
	font-size: 11px;
	height: 36px;
	text-align: left;
}

#admin div {
	margin: auto;
	padding: 10px 5px;
	width: 985px;
}

#admin a {color: #3333CC;}
#admin a:hover {color: blue;}

#admin p {
	float: left;
	padding: 0  10px 2px 0;
}

#admin p#docs-link {
	padding: 0 0 2px 0;
}

#admin ul {
	border-right: 1px solid #fff;
	border-left: 1px solid #96926D;
	float: left;
	margin: 0 10px 0 0;
}

#admin li {
	border-left: 1px solid #fff;
	border-right: 1px solid #96926D;
	float: left;
	list-style-type: none;
	padding: 0 10px 3px 10px;
}

#admin li a {
	padding: 0 0 3px 23px;
}

#edit-current a { background: url(../images/backgrounds/page_edit.gif) no-repeat;}
#edit-general a { background: url(../images/backgrounds/world_edit.gif) no-repeat;}
#publish-new a { background: url(../images/backgrounds/page_add.gif) no-repeat;}
#logout a { background: url(../images/backgrounds/key_go.gif) no-repeat;}
#docs a { background: url(../images/backgrounds/information.gif) no-repeat;}
#control-panel a { background: url(../images/backgrounds/wrench.gif) no-repeat;}

*/

/* content area
=======================*/

#content {
	color: #333;
	float: left;
	overflow: hidden;
	padding: 5px 20px 20px 20px;
	text-align: justify;
	width: 680px;
}

#content p,
#content ul,
#content ol,
#content dl { 
	font-size: 1.3em;
	line-height: 1.7em;
}

#content p {
	padding: 0 0 20px 0;
}

#content ul,
#content ol {
	padding: 0 0 20px 20px;
	text-align: left;
}

#content ul {list-style-type: square;}

#content li {line-height: 2.0em;}


#content img, #content img.sit-right {
	border: 1px solid #C25A37;
	float: right;
	margin: 0 0 30px 30px;
}

#content img.sit-left {
	border: 1px solid #C25A37;
	float: left;
	margin: 0 30px 30px 0;
}

#content img.no-border {border: 0;}

#content img.no-float {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

#map {
	border: 1px solid #C25A37;
	float: right;
	margin: 0 0 30px 30px;
	width: 400px; height:400px;
}

/* headers
=======================*/

h1 {
	color: #774716;
	padding: 0 0 17px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #774716;
	padding: 0 0 10px 0;
	font-size: 18px;
}

#menu h2 {
	border-bottom: 1px solid #BFB3A7;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

h3 {
	padding: 0 0 4px 0;
	font-size: 15px;
}

h4 {	
	font-size: 13px;
}

/* beer page
==================*/

.beer {
	border-bottom: 1px solid #BFB3A7;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#content .beer img.sit-left, #content img.no-border {
	margin-bottom: 0;
}

.beer h2 span {
	font-size: 13px;
}

#content .beer p {
	padding: 0 0 5px 0;
}

#content p.beer-info {
	color: #8F7D6B;
	font-size: 11px;
	padding: 0;
}

/* store page
==================*/

#store div {
	border-bottom: 1px solid #BFB3A7;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 680px;
}

#content #store img.sit-left, #content #store img.no-border {
	margin-bottom: 0;
}

#content #store p {
	padding: 0;
}

#content #store strong {
	font-size: 15px;
}

#content #store .price {
	color: #774716;
	font-size: 14px;
}

/* footer styles
==================*/

#footer {
	background: url(../images/backgrounds/footer.gif) repeat-x;
	clear: both;
	color: #78654E;
	font-size: 12px;
	height: 155px;
	text-align: left;
	width: 940px;
}

#footer p {
	background: url(../images/backgrounds/footer-logo.gif) no-repeat;
	height: 95px;
	padding: 60px 0 0 355px;
}

#footer a {color: #78654E;}
#footer a:hover {color: #484848;}