/**
 * The Old Brewery
 * Master stylesheet
 *
 * Author: Matthew Pennell, 29digital.com
 * Created: 21/02/10
 * Modified: 23/02/10
 */

/* @group Global Reset (YUI reset.css) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* @end */

/* @group Basic Elements */

body {
	background: #a27d63 url(/i/body.gif) repeat-y 50%;
	font: 14px/1.571 "Times New Roman", Times, serif; /* 14px font, 22px line-height */
	color: #333;
}

body.home {
	background-image: none;
}

a {
	color: #875533;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

legend {
	display: none;
}

/* @end */

/* @group Layout */

#wrap {
	width: 964px;
	margin: 0 auto;
	background: #e7ddd6 url(/i/body.gif) repeat-y 50%;
	position: relative;
	min-height: 600px;
	border-right: 1px solid #a27d63; /* fix for 1px rounded error on IE6 */
}

#nav {
	background: #875533;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 251px;
	background: #61361d url(/i/sidebar.jpg) no-repeat 0 0;
	min-height: 234px;
	position: relative;
	padding: 323px 0 125px;
}

.home #sidebar {
	height: 234px;
	padding-top: 209px;
}

#meantime {
	position: absolute;
	bottom: 8px;
	left: 61px;
}

#content {
	float: left;
	width: 713px;
	position: relative;
	padding-bottom: 30px;
}

.home #content {
	width: 250px;
	background: url(/i/home-content.png);
	color: #fff;
	height: 568px;
	padding: 0;
	position: static;
}

#footer {
	border-top: 1px solid #b4825f;
	width: 683px;
	font-size: 10px;
	line-height: 1.4;
	color: #333;
	clear: left;
	margin-left: 281px;
	height: 0;
	position: relative;
	top: -3.142em;
	margin-bottom: -3.142em;
}

.home #footer {
	right: 12px;
	color: #fff;
	width: 300px;
	border: 0;
	margin-left: 664px;
	top: -5.6em;
	margin-bottom: -5.6em;
}

/* @end */

/* @group Navigation */

#social {
	margin-right: 14px;
}

#nav li {
	float: left;
}

#social li {
	float: right;
}

#nav a {
	display: block;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	padding: 0 13px;
}

#social a {
	width: 21px;
	height: 21px;
	background: url(/i/social.gif) no-repeat;
	text-indent: -999em;
	padding: 0;
	margin: 5px 10px 0 0;
	display: block;
}

#nav .videotour a {
	background: url(/i/video.gif) no-repeat 0;
	padding-left: 33px;
	margin-left: 50px;
}

#social .facebook, #social .facebook:hover, #social .facebook:focus {
	background-position: -34px 0;
}

#nav a:hover, #nav a:focus {
	text-decoration: none;
	background: #e7ddd6;
	color: #875533;
}

#social a:hover, #social a:focus {
	background: url(/i/social.gif) no-repeat 0 0;
}

#nav .videotour a:hover, #nav .videotour a:focus {
	background: #e7ddd6 url(/i/video-over.gif) no-repeat 0;
}

/* @group Sidebar */

#sidebar h1 {
	text-indent: -999em;
	position: absolute;
}

#sub-nav {
	margin: -117px 0 10px;
}

#sidebar li {
	position: relative;
}

#sub-nav li {
	background: #875533;
	line-height: 2.071;
}

#sub-nav li li {
	background: #b4825f;
}

#sidebar li a {
	color: #fff;
	padding-left: 12px;
	font-weight: bold;
}

#sections li a {
	font-size: 15px;
	display: block;
	padding-left: 60px;
	background: url(/i/sidebar-ul.gif) no-repeat 28px 0;
	line-height: 22px;
	margin-bottom: 5px;
}

#sidebar .restaurant a {
	background-position: 28px -25px;
}

#sidebar .cafe a {
	background-position: 28px -52px;
}

#sidebar .microbrewery a {
	background-position: 28px -78px;
}

.banner {
	background: url(/i/banner-bottom.png) no-repeat 0 100%;
	width: 234px;
	margin: 8px 0 0 8px;
	padding-bottom: 11px;
	font-size: 12px;
}

.banner a {
	display: block;
	background: url(/i/banner.png) no-repeat 0 0;
	color: #653320;
	font-weight: bold;
	padding: 10px 12px 0 52px;
	line-height: 2.7;
	min-height: 22px;
}

.vcard {
	margin: 22px 0 0 30px;
	color: #fff;
	font-size: 11px;
	line-height: 1.182;
	font-weight: bold;
}

.vcard a, .adr {
	font-weight: bold;
	color: #fff;
}

.adr {
	display: block;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	color: #b4825f;
	font-size: 10px;
	margin: 14px 100px 21px 30px;
}

#breadcrumb a {
	color: #b4825f;
}

/* @end */

/* @end */

/* @group Content */

/* @group Generic styles */

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.indent {
	text-indent: 30px;
}

h4, h5, h6 {
	font-weight: bold;
	margin: 0 183px 0 30px;
}

h5 {
	text-transform: uppercase;
	font-size: 12px;
}

h6 {
	text-transform: uppercase;
	font-size: 10px;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

dfn {
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.highlight {
	background: #ffc;
	padding: 3px;
}

/* @end */

#content h1, #content h2, #content h3, .first, #content blockquote {
	font-weight: bold;
}

#content h1 {
	font-size: 20px;
	margin: 0 183px 1.1em 30px;
}

#content h2, #content blockquote {
	font-size: 17px;
	color: #875533;
	margin: 0 183px 0 30px;
}

.home #content h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.222;
	margin: 40px 12px 18px;
	color: #fff;
}

#content h3 {
	font-size: 14px;
	margin: 0 183px 0 30px;
}

#content p, #content ul, #content ol, #content dl, #content table {
	margin: 0 30px 1.571em 30px;
}

.home #content p {
	font-size: 13px;
	line-height: 1.462;
}

#content ul {
	list-style: disc;
}

#content li ul {
	list-style: circle;
}

#content ol {
	list-style: decimal;
}

#content li ol {
	list-style: lower-roman;
}

#content dt, #content th {
	font-weight: bold;
}

#content dd {
	margin-left: 30px;
}

#content table {
	width: 663px;
	border: 0px solid #875533;
	border-collapse: collapse;
	margin-right: 0;
}

#content th {
	background: #875533;
	color: #fff;
}

#content th, #content td {
	padding: 5px;
}

#content .alt td {
	background: #fff;
}

.home #content p {
	font-weight: bold;
	margin: 0 12px 1.571em;
}

#content .pic {
	position: absolute;
	right: 0;
	font-size: 10px;
}

#content .pic img {
	display: block;
}

#content blockquote {
	font-size: 19px;
	line-height: 1.263;
	font-style: italic;
	background: url(/i/blockquote.gif) no-repeat 16px 0;
	margin: 0 183px 1.263em 0;
	padding: 7px 0 0 30px;
}

#content blockquote p {
	display: inline;
	*display: block;
	margin: 0;
	background: url(/i/blockquote-p.gif) no-repeat 100% 100%;
	padding: 0 22px 5px 0;
}

hr {
	color: #b4825f;
	margin: 34px 0 8px 30px;
}

#content .menu {
	border-bottom: 1px solid #b4825f;
	margin: 0 0 8px 30px;
	list-style: none;
}

.prices {
	clear: right;
	overflow: hidden;
}

.top {
	border-top: 1px solid #b4825f;
}

.menu li {
	border-top: 1px solid #b4825f;
	clear: left;
	overflow: hidden;
}

.prices li {
	border: 0;
	overflow: visible;
}

.prices .price {
	float: right;
	width: 100px;
	text-align: right;
}

.menu img {
	float: left;
	margin: 6px 30px 7px 0;
}

.prices img {
	float: right;
	margin: 6px 0 7px 20px;
}

#content .menu h3 {
	margin-top: 8px;
}

#content .menu h3, #content .menu p {
	margin-right: 20px;
	margin-left: 0;
}

#content .prices h3 {
	margin-right: 30px;
}

#content .prices p {
	margin-right: 283px;
}

/* @group Action Links */

#action {
	position: absolute;
	top: 14px;
	right: 22px;
}

#action a {
	float: left;
	margin-right: 3px;
}

/* @end */

/* @end */

/* @group Footer */

#footer ul {
	text-align: right;
	padding-top: 8px;
}

.home #footer ul {
	margin-left: -13px;
	text-align: left;
}

#footer li {
	display: inline;
}

#footer li a {
	padding: 0 0 0 13px;
	margin-right: 13px;
	border-left: 1px solid #333;
	color: #333;
}

.home #footer a {
	border-color: #fff;
	color: #fff;
}

#footer li:first-child a {
	border: 0;
}

#footer p {
	clear: left;
}

/* @end */



img.left
{
	float: left;
	margin: 0 15px 5px 0;
}

img.right
{
	float: right;
	margin: 0 0 5px 15px;
}

span.underline
{
	text-decoration: underline;
}

span.highlight
{
	background-color: yellow;
}

character
{
	font-weight: bold;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

abbr
{
	border-bottom: 1px dashed;
	cursor: help;
}

acronym
{
	border-bottom: 1px dashed;
	cursor: help;
}

dfn
{
	font-style: normal;
	border-bottom: 1px dashed;
	cursor: help;
}

code
{
	font-family: courier, monospace;
	border: 1px solid #cccccc;
	background-color: #ffffcc;
	padding-left: 1px;
	padding-right: 1px;
}

samp
{
	font-family: courier, monospace;
	border: 1px solid #cccccc;
	background-color: #ccffcc;
	padding-left: 1px;
	padding-right: 1px;
}

p.indent
{
	margin-left: 40px;
}

p.left
{
	text-align: left;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

span.underline
{
	text-decoration: underline;
}

span.strikethrough
{
	text-decoration: line-through;
}

div.textbox
{
	clear: both;
	float: left;
	width: 150px;
	font-size: .8em;
	padding: 2px 10px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

hr
{
	width: 90%;
	height: 1px;
	color:#333;
}
