/*-----------------------------------------------------------------------------
The Wild Duck at Ewen Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2006
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body : remove padding and margin
----------------------------------------------------------------------------- */
* {
  margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: small; /* for complient browsers */
	background: #000 url("../images/body_bkgd.jpg") repeat-x left top;
}

html body { /* the simplified box model hack by Edwardson Tan */
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* the main menu highlights */
#home #main_nav .home a,
#bar #main_nav .bar a,
#contact #main_nav .contact a,
#rest #main_nav .rest a,
#room #main_nav .room a,
#menu #main_nav .menu a,
#booking #main_nav .booking a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

/* =Wrapper - all content enclosed
----------------------------------------------------------------------------- */
#wrapper_home {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_home.gif") repeat-y left top;
}

#wrapper_bar {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_bar.gif") repeat-y left top;
}

#wrapper_rest {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_rest.gif") repeat-y left top;
}

#wrapper_room {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_room.gif") repeat-y left top;
}

#wrapper_menu {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_menu.gif") repeat-y left top;
}

#wrapper_contact {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000 url("../images/wrapper_bkgd_contact.gif") repeat-y left top;
}

#wrapper_booking {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 800px;
	border: 1px solid #fff;
	background: #000;
}

/* =Masthead - logo
----------------------------------------------------------------------------- */
#masthead {
	margin: 10px 0 0 60px;
}

#masthead img {
	border: 0;
}

/* =Phone - phone number
----------------------------------------------------------------------------- */
#phone {
	margin: -10px 0 0 678px;
}

/* =Nav - main navigation
----------------------------------------------------------------------------- */
#main_nav {
	background-color: #002800;
	width: 800px;
	font-size: 95%;
}

#main_nav ul {
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #d2c9b5;
	border-top: 1px solid #d2c9b5;
	list-style: none;
}

#main_nav li {
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0;
}

#main_nav a:link {
	text-decoration: none;
	color: #ccc;
}

#main_nav a:hover {
	color: #fff;
}

#main_nav a:visited {
	color: #ccc;
	text-decoration: none;
}

/* =SubContent - left supporting content column
----------------------------------------------------------------------------- */
#sub_content {
	float: left;
	width: 300px;
}

#sub_content h1 {
	color: #000;
	font-size: 120%;
	padding: 10px 25px 5px 25px;
	font-weight: 500;
}

#sub_content h1.special {
	color: #013300;
	font-size: 110%;
}

#sub_content p {
	margin: 0;
	padding: 0 20px 10px 25px;
	font-size: 95%;
	line-height: 140%;
	color: #333;
}

#sub_content p.offer {
	font-size: 85%;
	line-height: 130%;
}

#sub_content img.logos {
	padding: 10px;
}

#sub_content a {
	color: #000;
	text-decoration: none;
}

#sub_content p a:hover {
	background-color: #fff;
}

#sub_content .blh img {
	margin: 0 0 10px 25px;
	border: none;}
	

/* =MainContent - right main content column
----------------------------------------------------------------------------- */
#main_content {
	float: right;
	background: #000;
	width: 500px;
}

#main_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #002800 url("../images/h1_bkgd.jpg") no-repeat left top;
	margin: 0;
	padding: 10px 25px 5px 25px;
	font-size: 130%;
	color: #fff;
	font-weight: 500;
}

#main_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 15px 25px 0 25px;
	font-size: 120%;
	color: #fff;
	font-weight: 500;
}

#main_content p {
	margin: 0;
	padding: 15px 20px 0 25px;
	font-size: 100%;
	line-height: 180%;
	color: #fff;
}

#main_content p.note {
	font-size: 80%;
}


#main_content a {
	color: #d2c9b5;
	text-decoration: none;
}

#main_content a:hover {
	color: #002800;
	background-color: #d2c9b5;
}

#main_content p img {
	float: right;
	border: 1px solid #d2c9b5;
	margin: 10px 0 10px 10px;
}

#main_content ul {
	list-style: none;
	margin-top: 15px;
}

#main_content li {
	color: #fff;
	padding: 0 25px 5px 25px;
}

#main_content li.dividelist {
	padding-top: 10px;
}

#main_content #booking {
	margin: 12px 0 25px 25px;}
	
#main_content #booking a:hover {
	background-color: transparent;}

/* =Ad - christmas ad in masthead
----------------------------------------------------------------------------- */
#ad {
	position: absolute;
	left: 675px;
	top: 10px;
}

#ad img {
	border: 0;
}

/* =Footer - site info
----------------------------------------------------------------------------- */
#site_info {
	position: relative;
	bottom: 0;
	clear: both;
	color: #ccc;
	background: #002800 url("../images/h1_bkgd.jpg") repeat-x left top;
	padding: 5px 0;
}

#site_info p {
	font-size: 80%;
	text-align: center;
}

#site_info a {
	color: #d2c9b5;
	text-decoration: none;
}

#site_info a:hover {
	color: #002800;
	background-color: #d2c9b5;
}

/* =Background reeds - bottom right image sitting behind main content
----------------------------------------------------------------------------- */
#br_bkgd {
	position: absolute;
	background: url("../images/reeds.gif") no-repeat;
	left: 50%;
	top: 300px;
	width: 73px;
	height: 279px;
	margin-left: 400px;
	z-index: -1;
}

/* =Tables
----------------------------------------------------------------------------- */
table {
	background-color: #cccbb9;
	margin: 10px 25px 10px 25px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 90%;
}

table th, table td {
	margin: 0;
	padding: 4px 8px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

td.with {
	border-right: 1px solid #fff;
}

.header {
	background-color: #fff;
}

.even {
	background-color: #deddc8;
}
