/* Cowshed Styles */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */

/* Links */
a:link, a:visited {
	background: #fff;
	color: #000;
	text-decoration: underline; 
}

a:hover {text-decoration: none;}

a:focus, a:active {outline: 1px dotted #938f80;} 
/* End Links */

/* Typography */
body {
	font-size: 100%;
	line-height: 1.125em; /* 16×1.125=18px */
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

a:link, a:visited,
a:focus, a:active {
	font-weight: bold;
}

#nav {
	font-family: Georgia, serif;
}

#content-wrap {
	font-size: .8125em; /* 16×.8125=13px */
}

/* News */
#archives-title {
	font-size: 1.125em; /* 16×1.125=18px */
	font-weight: bold;
}

.post-title {
	font-size: 1.125em; /* 16×1.125=18px */
}

.post-meta {
	font-style: italic;
	font-size: .9375em; /* 16×.9375=15px */
}

h2.archive {
	margin-bottom: 15px;
}
/* End News */

#footer {
	font-family: Georgia, serif;
	font-size: .8125em; /* 13×.8125=11px */
	text-shadow: 0 -2px 2px #000;
}

#footer.vcard {
	text-transform: uppercase;
	letter-spacing: .12em;
}

#footer span.caps {
	font-size: 1.3em;
}

#footer .tel {
	font-size: 2em;
	letter-spacing: .5em;
}

#footer a {
	font-weight: normal;
}
/* End Typography */

/* Global */
body {
	color: #cecece;
	background: #252b21 url(/img/bg-repeat.jpg) left top repeat;
}

#screen {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

h1#logo a {
	display: block;
	width: 550px;
	height: 61px;
	margin: 0 auto;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(/img/logo.png) left top no-repeat;
}

#content-wrap {
	color: #232a1f;
	background-color: #fff;
}
/* Nav */
#nav {
	position: relative;
	width: 719px;
	height: 12px;
	margin: 30px auto;
}

#nav a {
	display: block;
	position: absolute;
	height: 12px;
	text-indent: -2000em;
	overflow: hidden;
	color: #938f80;
	text-decoration: none;
	background: transparent url(/img/nav.png) left top no-repeat;
}

#nav li#about-nav a {width: 66px;}
#nav li#food-nav a {width: 53px; left: 112px; background-position: -112px top;}
#nav li#drinks-nav a {width: 72px; left: 214px; background-position: -214px top;}
#nav li#gallery-nav a {width: 84px; left: 332px; background-position: -332px top;}
#nav li#reservations-nav a {width: 139px; left: 464px; background-position: -464px top;}
#nav li#news-nav a {width: 54px; left: 650px; background-position: -650px top;}

#nav li#about-nav a:hover, body#about #nav li#about-nav a {background-position: left -12px;}
#nav li#food-nav a:hover, body#food #nav li#food-nav a {background-position: -112px -12px}
#nav li#drinks-nav a:hover, body#drinks #nav li#drinks-nav a {background-position: -214px -12px;}
#nav li#gallery-nav a:hover, body#gallery #nav li#gallery-nav a {background-position: -332px -12px;}
#nav li#reservations-nav a:hover, body#reservations #nav li#reservations-nav a {background-position: -464px -12px;}
#nav li#news-nav a:hover, body#news #nav li#news-nav a {background-position: -650px -12px;}

#nav a:focus {outline: 1px dotted #938f80;}
#nav a:active {outline: none;}
/* End Nav */

#banner {
	position: relative;
	height: 359px;
	background-color: #fff;
}

#banner h2 span {
	display: block;
	height: 0;
	text-indent: -2000em;
}

#banner a#book-now {
	display: block;
	position: absolute;
	width: 78px;
	height: 74px;
	bottom: 24px;
	right: 30px;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(/img/book-now.png) left top no-repeat;
}

#banner a#book-now:hover {
	background-position: left -74px;
}

#content-wrap {
	padding: 20px 30px;
}

#content-wrap p, #content-wrap li {
	margin: 10px 0;
}

div.right {
	float: right;
}
/* End Global */

/* News */
#cowshed-news {
	width: 308px;
	height: 17px;
	margin: 10px 0 0 0;
	text-indent: -2000em;
	overflow: hidden;
	background: #fff url(img/cowshed-news.jpg) left top no-repeat;	
}

#main-content {
	float: left;
	width: 595px;
	margin: 25px 0 40px 0;
	padding-right: 70px;
	border-right: 1px solid #c9c7bf;
}

.post {
	margin: 0 0 22px 38px;
}

.post-title a {
	text-decoration: none;
}

	.post-title a:hover {
		text-decoration: underline;
	}

#main-content .post-meta {
	margin-top: 3px;
}

h3#other-news {
	width: 247px;
	height: 17px;
	margin: 60px 0 25px 0;
	text-indent: -2000em;
	overflow: hidden;
	background: #fff url(img/other-recent-news.jpg) left top no-repeat;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 25px;
}

#sidebar h2#join-us {
	width: 84px;
	height: 18px;
	margin-bottom: 15px;
	text-indent: -2000em;
	overflow: hidden;
	background: #fff url(img/join-us.jpg) left top no-repeat;
}

#social-links #facebook a, #social-links #twitter a {
	display: block;
	text-indent: -2000em;
	overflow: hidden;
}

#social-links #facebook a {
	width: 168px;
	height: 63px;
	background: #fff url(img/facebook.jpg) left top no-repeat;
}

#social-links #twitter a {
	width: 166px;
	height: 39px;
	background: #fff url(img/twitter.jpg) left top no-repeat;
}

#archives-title {
	margin-top: 45px;
}

#archives-list li {
	margin: 5px 0;
}

#archives-list a {
	font-weight: normal;
	text-decoration: none;
}

	#archives-list a:hover {
		text-decoration: underline;
	}
/* End News */

/* Footer */
#footer {
	width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	color: #b1ac9a;
	text-align: center;
}

#footer .org {
	height: 0;
	text-indent: -2000em;
	overflow: hidden;
}

#footer .adr {
	margin-bottom: 15px;
}

#footer .tel {
	margin-bottom: 22px;
	color: #dadada;
}

#footer a {
	color: #b1ac9a;
	text-decoration: none;
	background: transparent;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

#footer a:focus {outline: 1px dotted #b1ac9a;}
#footer a:active {outline: none;}
/* End Footer */

/* Clearfix */
#content-wrap:after,
#sidebar:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* End Clearfix */