/*========================================================

Global CSS file for Gate House B&B

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================
color scheme:

light grey:			#E3E3E3
border grey:		#BFBFBF
B&B grey:			#959595
Main text and nav:	#666

Wine Red:			#8F2341

==============================================*/

/*==============================================
main layout compoments
==============================================*/

body {
	background: #E3E3E3;
}

#page_wrapper {
	background: #BFBFBF;
	width: 900px;
	margin: 10px auto;
	padding: 20px;
}

#page {
	width: 758px;
	border: 1px solid #999;
	padding: 40px 70px 0 70px;
	background: #FFF;
}

#header {
	border-bottom: 1px solid #666;
}

#images {
	padding: 7px 0 5px 0;
	border-bottom: 1px solid #666;
}

#nav {
	padding: 6px 0;
	border-bottom: 1px solid #666;
}

#content {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	background: url(../cssimages/logo_watermark.gif) no-repeat 94% 50%;
}

#main_content {
	width: 500px;
	float: left;
}

#sub_content {
	width: 245px;
	float: right;
	padding-top: 30px;
	text-align: center;
}

#footer {
	color: #999;
	font-size: 0.9em;
	text-align: center;
}


/*==============================================
headings
==============================================*/

h1,h2 {
	font-family: arial, helvertica, verdana, sans-serif;
}

h1 {
	font-size: 2.4em;
	color: #959595;
	margin-top: 0;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}

h1 span {
	color: #8F2341;
}

h2 {
	font-size: 2.4em;
	margin: 0.9em 0 0.7em 0;
	color: #8F2341;
}


/*==============================================
links
==============================================*/

a:link {
	color: #8F2341;
}


/*==============================================
header
==============================================*/

address {
	float: right;
	text-align: right;
	line-height: 1.3em;
	font-style: normal;
	width: 330px;
}

/*==============================================
images
==============================================*/

#midpic {
	margin: 0 4px;
}

/*==============================================
navigation
==============================================*/

#nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
}

#nav li {
	display: inline;
	margin: 0 21px;
}

#nav li a {
	font-size: 1.2em;
	color: #666	;
}

#nav li a:hover {
	color: #8F2341;
}

#nav li.current a {
	font-weight: bold;
}

#nav li.current a:hover {
	text-decoration: none;
	cursor: default;
	color: #666;
}

/*==============================================
general
==============================================*/

#attractions_list {
	margin-left: 60px;
	line-height: 1.6em;
}

/*==============================================
sidebar
==============================================*/

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	color: #959595;
	text-align: center;
	margin-top: 30px;
}

/*==============================================
footer
==============================================*/

#footer a {
	color: #999;
}

#footer a:hover {
	text-decoration: underline;
}