/* reset styles */
html { font-size: 13px; font-family: arial, helvetica, clean, sans-serif; color: #000; background-color: #FFF; }
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, label, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
a { outline: none; }
a img { border: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
em { font-weight: inherit; }
strong { font-style: inherit; }
li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
caption, th, td { text-align: left; font-weight: normal; }
fieldset, img {	border: none; }
input,textarea,select { font: inherit; }
pre, code, kbd, samp, tt { font-family: monospace; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
abbr, acronym { border:none; }
acronym { font-variant: small-caps; }
sup, sub { font-size: 85%; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
p, table { margin-bottom: 1em; }
strong { font-weight: bold; }
em { font-style: italic; }
/* base */
input.radio { position: relative; top: 3px; margin-right: 3px; }
input.checkbox { position: relative; top: 2px; margin-right: 3px; }
.clearfix { display: block; clear: both; height: 0; font-size: 0; line-height: 0; }
.offscreen {
	position: absolute;
	left: -9999em;
	top: -9999em;
	width: 1px;
	height: 1px;
	text-indent: -9999em;
}

/* clachan styles */
html,
body {
	font-family: arial, verdana, tahoma;
	color: #7d8287;
	background: #6e6e6f;
}
p {
	margin: 0 0 1em;
	line-height: 1.4;
}
ul {
	margin: 0 0 1em;
	padding-left: 15px;
}
li {
	margin-bottom: .2em;
	list-style: disc;
}
a:link,
a:visited {
	color: #000;
}
a.pdf {
	padding-left: 24px;
	background: url('../images/global/pdf-icon.png') left top no-repeat;
}
h1 {
	margin-bottom: .6em;
	font-size: 167%;
	color: #554c49;
}
h2 {
	margin-bottom: .6em;
	font-size: 116%;
	font-weight: bold;
	color: #554c49;
}
h3 {
	margin-bottom: .8em;
	font-weight: bold;
	color: #554c49;
}
div.clearfix {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 775px;
	padding-top: 195px;
}
#surround {
	padding-bottom: 12px;
	background: #fff;
}
#main-content {
	position: relative;
	float: right;
	padding: 15px 12px 0 0;
	width: 411px;
}
#sub-content {
	float: left;
	padding-top: 57px;
	width: 340px;
}
#sub-content div.sidebar-image {
	float: left;
	padding: 12px 0 0 12px;
}
#sub-content div.sidebar-image img {
	display: block;
}
#sub-content div.sidebar-image span.legend {
	display: block;
	font-style: italic;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 775px;
	height: 195px;
	background: #000;
}
#header h2.navigation {
	position: absolute;
	left: 0;
	top: 35px;
	width: 352px;
	height: 230px;
	background: url('../images/global/clachan-logo.jpg') left bottom no-repeat;
}
#header h2.navigation span.text {
	position: absolute;
	left: 399px;
	top: 42px;
	width: 319px;
	height: 77px;
	text-indent: -9999em;
	background: url('../images/global/clachan-title.png') left top no-repeat;
}
ul#main-nav {
	float: left;
	padding: 10px 0 10px 12px;
	width: 763px;
	background: #554d49;
}
ul#main-nav li {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 12px;
	border-right: solid 1px #fff;
	list-style: none;
}
ul#main-nav li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
ul#main-nav li a:link,
ul#main-nav li a:visited {
	font-size: 116%;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
ul#main-nav li a:hover {
	color: #d8d2d0;
}
/* footer */
#footer {
	position: relative;
	padding-left: 12px;
	width: 763px;
	height: 50px;
	color: #d8d2d0;
	background: #000;
}
#footer p.welcome,
#footer p.petrus {
	position: relative;
	float: left;
	top: 18px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.3;
}
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #d8d2d0;
}
#footer a:hover {
	color: #fff;
}
#footer p.welcome {
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #fff;
}
/*** home ***/
body.home address {
	margin-left: .5em;
	font-style: italic;
}
/*** dining ***/
ul.menus {
	padding: 0;
}
ul.menus li {
	margin-bottom: .5em;
	list-style: none;
}
/*** gallery ***/
#flickr img {
	float: left;
	margin: 0 6px 6px 0;
}
/*** contact ***/
body.contact a img.map {
	border: solid 1px #d8d2d0;
}
body.contact a:hover img.map {
	border-color: #554C49;
}
* html body.contact a:hover {
	border-color: #554C49;
}


