/* === The Mardale Guest House

		Simon Boak, 2010 === */
		


/* === Main Layout Styles === */

body, img, h1, h2, p {
	margin: 0;
	padding: 0;
	border: none;
	color: #2f2f2f;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	background-image: url(images/wrapper_background.png);
	background-repeat: repeat-y;
}

#top_content {
	width: 820px;
	margin: 0 auto;
}

#header {
	width: 820px;
	height: 131px;
	padding-top: 16px;
	background-color: #6d183c;
}

#logo {
	margin: 0 0 0 90px;
}

#booking {

}

#navigation {
	width: 810px;
	height: 34px;
	background-image: url(images/navigation_background.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-left: 10px;
}

#content_wrapper {
	width: 820px;
	height: 574px;
	background-image: url(images/content_background.png);
	background-repeat: repeat-x;
}

#content_image {
	width: 400px;
	height: 574px;
	float: left;
	display: inline;
	overflow: hidden;
}

#content {
	width: 380px;
	float: left;
	display: inline;
	margin: 14px 0 0 20px;
	overflow-y: hidden;
}

#content_wrapper_full_width {
	width: 820px;
	background-image: url(images/content_background.png);
	background-repeat: repeat-x;
}

#content_full_width {
	width: 780px;
	margin: 0 0 10px 20px;
	padding-top: 14px;
}

.content_item {
	height: 258px;
	margin-bottom: 34px;
}

.content_item_image {
	float: left;
	display: inline;
	width: 380px;
	height: 258px;
}

.content_item_text {
	float: left;
	display: inline;
	width: 380px;
	height: 258px;
	margin-left: 20px;
}

#footer {
	width: 880px;
	height: 82px;
	background-image: url(images/footer_main_background.png);
	background-repeat: repeat-x;
}

#footer_left_corner {
	width: 40px;
	height: 82px;
	float: left;
	display: inline;
	background-image: url(images/footer_corner_background.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer_right_corner {
	width: 40px;
	height: 82px;
	float: right;
	display: inline;
	background-image: url(images/footer_corner_background.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
}

#footer_left_content {
	width: 390px;
	height: 45px;
	float: left;
	display: inline;
	margin: 7px 0 0 0;
}

#footer_right_content {
	width: 390px;
	height: 45px;
	float: left;
	display: inline;
	margin: 7px 0 0 20px;
	text-align: right;
}



/* === Text Styles === */

h1 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: #2f2f2f;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 38px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	color: #6d183c;
	margin-bottom: 14px;
}


p, ul {
	line-height: 1.45em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
}

a {color: #6d183c;}
a:link {color: #6d183c;}
a:visited {color: #6d183c;}
a:active {color: #6d183c;}
a:hover {color: #6d183c;}


div#footer p {
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #636363;
	margin-bottom: 0.2em;
}

div#footer p a {text-decoration: none; color: #636363;}
div#footer p a:link {text-decoration: none; color: #636363;}
div#footer p a:visited {color: #636363;}
div#footer p a:active {color: #636363;}
div#footer p a:hover {text-decoration: underline;}



/* === Navigation Styles === */

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	display: inline;
	float: left;
	margin-right: 1px;
}

div#navigation ul li a {
	line-height: 1.1em;
	height: 27px;
	display: block;
	display: inline-block;
	padding: 7px 8px 0 8px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: #fef6dc;
	text-decoration: none;
	font-weight: normal;
}

div#navigation ul li a.current {
	background-image: url(images/navigation_background.png);
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

div#navigation ul li a:hover {
	background-image: url(images/navigation_background.png);
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

div#booking p {
	margin: 0px;
	line-height: 1.1em;
}



/* === Form Styles === */

div.form_row {
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;

}

label {
	float: left;
	display: inline;
	width: 100px;
}

input#name, input#email {
	width: 250px;
}

textarea {
	width: 350px;
	height: 125px;
	margin-left: 3px;
}
