/*
 * Copyright The Hawthorne Dene.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #000;
	background-color: #998;
	font-family: times, serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

a {
	color: #800;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* PAGE STYLES */

#page {
	color: inherit;
	margin: 20px auto;
	background-color: #fff;
	width: 900px;
}

#header {
	padding: 0px;
	background: #053 url(../img/house.gif) 700px 0 no-repeat;
	border-bottom: 8px solid #800;
	width: 900px;
	height: 125px;
	color: #fff;
}
html>body #header {
	color: #fff;
	background: #053 url(../img/house.png) 700px 0  no-repeat;
}
#header h1 a {
	display: block;
	background: url(../img/header.gif) 30px 10px no-repeat;
	width: 900px;
	height: 125px;
	text-indent: -9000px;
	overflow: hidden;
}
html>body #header h1 a {
	background: url(../img/header.png) 30px 10px no-repeat;
}

#menu {
	float: left;
	background-color: #053;
	padding: 20px 10px 40px 10px;
	width: 180px;
	color: #fff;
	font-size: 90%;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	margin-bottom: 2px;
}
#menu ul li a {
	padding-left: 24px;
	text-decoration: none;
	background-color: inherit;
	color: #fff;
}
#menu ul li a:hover {
	background: url(../img/crown.gif) 0 0 no-repeat;
}
#menu ul li ul {
	margin-bottom: 8px;
}
#menu ul li ul li {
	margin-bottom: 0px;
}
#menu ul li ul li a {
	padding-left: 34px;
}
a.menuselect {
	font-weight: bold;
}

#accreditations {
	font-size: 80%;
	overflow: hidden;
	background: url(../img/accreditations.gif) 24px 0 no-repeat;
	height: 77px;
	width: 119px;
}
#accreditations li {
	display: none;
}

#content {
	border-left: 200px solid #053;
	padding: 20px 20px 40px 20px;
}

#content #main {
	height: 200px;
}
html>body #content #main {
	min-height: 200px;
	height: auto;
}

#content #sideimages {
	float: right;
}
#content #sideimages img {
	display: block;
}
#content #sideimages i {
	display: block;
	margin-bottom: .5em;
}

#content h1 {
	font-weight: normal;
	font-style: italic;
	font-family: Times, serif;
	position: relative;
	top: -0.25em;
	background-color: inherit;
	color: #800;
}
#content h2 {
	font-size: 110%;
}

#images {
	font-size: 90%;
	font-style: italic;
}
#images td {
	padding-bottom: 8px;
	padding-right: 8px;
}
#images .navigator {
	font-size: 100%;
}

#contactform {
	width: 470px;
}
#contactform .formfield {
	width: 350px;
}

.news .date {
	font-size: 90%;
	font-style: italic;
	padding-bottom: 1em;
}
.news, .guestbook {
	padding-bottom: 2em;
}
.guestbook .date {
	font-size: 90%;
	font-weight: bold;
}
.guestbook .text {
	font-style: italic;
}
.guestbook .name {
	font-size: 90%;
	padding-top: .25em;
}

.links {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}
.links li {
	margin-right: 4px;
	font-size: 90%;
}
.news .links {
	padding-top: 1em;
}

#footer {
	clear: both;
	background-color: #998;
	font-size: smaller;
	padding: 1px 0px;
	text-align: right;
	color: #ccb;
}
#footer a {
	background-color: inherit;
	color: #ccb;
}
#footer a:hover {
	background-color: inherit;
	color: #800;
}

.skypeme {
	margin-top: 1em;
}

.wifi {
	margin-bottom: 2em;
	margin-top: 0.5em;
	float: right;
	display: block;
	background: url(../img/wifi-small.png) 0 10px no-repeat;
	height: 28px;
	width: 46px;
}
.wifi span {
	display: none;
}

/* GENERAL STYLES */

.navigator {
	font-style: normal;
	font-size: 90%;
}
.navigator a.navselect {
	font-weight: bold;
}


.button, .cancel {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	background-color: #800;
}
.cancel {
	color: #fff;
	background-color: #999;
}

.invalid {
	color: inherit;
	background-color: #fee;
}
.invalid td {
	padding: 2px;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
