/*
* Title: Winterton CSS styles
* Author: Simon Smith - http://www.blink-design.net
* Site: http://www.wintertonvalley.co.uk
*/

/* Imports ---------- */
@import url(resets.css);
@import url(highslide.css);

/* Common ----------- */

/* Hidden */
#access,
.access,
#nav h2 { 
	position: absolute; 
	left: 0px; 
	top: -3000px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}

/* Layout ----------- */
body {
	font: 62.5% "Palatino", Georgia, "Times New Roman", Times, serif;
	background: #fff;
	border-top: 10px solid #826f61;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

address span {
	display: block;
	font-style: normal;
	line-height: 1.3;
}

address {
	display: block;
	margin: 0 0 15px;
}

address span.house-number {
	float: left;
	margin: 0 5px 0 0;
}

a.highslide-loading {
	font-family: Verdana, Tahoma, sans-serif;
}

/* Header ----------- */
#header {
	padding: 0 0 15px;
	height: 85px;
}

#header h1 {
	background: #826f61 url(../images/site/hdr-winterton-valley.png) no-repeat center center;
	width: 448px;
	height: 61px;
	text-indent: -9999px;
	padding: 10px 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

#header p {
	color: #826f61;
	margin: 10px 0 0 10px;
	font-size: 1.6em;
}

/* Nav ----------- */
#nav {
	margin-top: 60px;
	background: url(../images/site/nav-border.png) repeat-x bottom left;
}

#nav ul {
	margin: 0 0 0 19px;
	overflow: hidden;
}

#nav li {
	float: left;
	margin: 0 6px 0 0;
	font-size: 1.6em;
	background-color: #f7f7f7;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-style: solid; 
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
}

#nav li:hover { background-color: #fafafa; }
#nav li.current { background-color: #eee; }

#nav li.current a {
	color: #7e3228;
	padding-bottom: 6px;
}

#nav li.current a:hover { color: #994439; }

#nav li a {
	color: #777;
	display: block;
	padding: 5px 12px;
}

#nav li a:hover { color: #999; }

/* Content ----------- */
#content {
	background: #eee;
	clear: both;
	padding: 20px;
	margin: 0 0 70px;
	border-style: solid; 
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
	position: relative;
}

#content h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 15px;
	color: #826f61;
}

#content p {
	font-size: 1.4em;
	margin: 0 0 15px;
	color: #444;
	line-height: 1.5;
}

#content a {
	color: #5788c4;
	border-bottom: 1px dotted;
}

#content a:hover {
	color: #b32e2e;
	border-style: solid;
}

#content address {
	font-size: 1.4em;
	color: #444;
}

#content .intro-img {
	position: absolute;
	top: 18px;
	left: 15px;
	width: 180px;
	margin: 0 15px 0 0;
}

#content.home p, #content.home h2 { margin-left: 195px; }
#content .intro-img li { margin: 0 0 15px; }
#content img { border: 1px solid #888; }
#content .intro-img a { border: none; }
#content #more { margin-bottom: 0; }

/* More info */
#more-details { padding: 30px 0 0; }
.js #more-details { display: none; }
#content #more-details p { margin-left: 0; } 
#more-details li { margin: 0 0 35px; }

#more-details h3 {
	font-size: 2.1em;
	margin: 0 0 10px;
	color: #826f61;
	font-weight: bold;
}

#more-details dl {
	font-size: 1.4em;
	line-height: 1.6;
	overflow: hidden;
}

#more-details dt {
	font-weight: bold;
	float: left;
	margin: 0 15px 0 0;
}

#more-details a.highslide { border: none; }

#more-details a.left {
	float: left;
	margin: 0 15px 0 0;
}

#more-details a.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Bookings ----------- */

/* Table */
#bookings {
	margin: 10px 0 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #bbb;
	width: 580px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bookings tr { background-color: #ddd; }
#bookings tr:nth-child(even) { background-color: #d6d6d6; }

#bookings caption {
	font-size: 1.2em;
	color: #444;
	margin: 10px 0 8px;
}

#bookings td, #bookings th {
	padding: 5px 10px;
	width: 150px;
	font: 1.4em Verdana, Tahoma, Arial, sans-serif;
	border-collapse: collapse;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

#bookings tr.booked {
	background-color: #BF2F2F;
	color: #fff;
}

#bookings tr.hover {
	background-color: #999;
	color: #fff;
}

#bookings tr.ui-selected { 
	background-color: #444; 
	color: #fff;
}

#bookings tr.ui-selectee { cursor: pointer; }

#bookings tr td + td {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#bookings tr td + td + td {
	border-left: none;
	border-right: none;
}

#bookings th { 
	color: #826f61;
	font-weight: bold; 
}

/* Form */
#booking-form {
	margin: 30px 0 0;
	background-color: #ddd;
	float: left;
	width: 550px;
	padding: 15px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#booking-form h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 15px;
	color: #826f61;
}

#booking-form ol li { overflow: hidden; }
#booking-form legend { font-size: 1.6em; margin-bottom: 10px; }

#booking-form fieldset {
	margin: 0 0 30px;
	padding: 10px 0 0;
}

#booking-form label {
	font-size: 1.3em;
	display: block;
	float: left;
	margin: 5px 0 0;
	width: 140px;
}

#booking-form abbr {
	border: none;
	color: red;
}

#booking-form label.error {
	color: red;
	font-size: 1.4em;
	width: 230px;
}

#booking-form ul.error-list {
	color: red;
	font-size: 1.4em;
	margin: 0 0 20px;
}

#booking-form ul.error-list li { margin: 0 0 6px; }
#booking-form p.success { color: #000; }

#booking-form input[type=text] {
	width: 160px;
	border: 1px solid #826f61;
	padding: 3px;
	font-size: 1.2em;
	background: #fff url(../images/site/form-input-shadow.png) no-repeat 0 0;
	color: #555;
	float: left;
	margin: 0 12px 0 0;
}

#booking-form input.error { border-color: red; }
#booking-form input[type=text]:focus, #booking-form textarea:focus { border: 1px solid #333; }
#booking-form input#house-number { width: 30px; }
#booking-form input#postcode { width: 60px; }
#booking-form ol li { margin: 0 0 12px; }

#booking-form textarea {
	width: 98%;
	margin: 10px 0 15px;
	height: 140px;
	font: 1.2em Verdana, Tahoma, sans-serif;
	border: 1px solid #555;
	background: #fff url(../images/site/form-input-shadow.png) no-repeat 0 0;
	padding: 5px;
}

#booking-form input[type=submit] { cursor: pointer; }

#booking-form #booking-info ul {
	list-style-type: square;
	margin: 0 0 25px 15px;
}

#booking-form #booking-info li {
	font-size: 1.3em;
	margin: 0 0 8px;	
}

/* Terms Page ----------- */
#terms dt {
	font-size: 1.6em;
	font-weight: bold;
	color: #826f61;
	margin: 0 0 2px;
}

#terms dd {
	font-size: 1.4em;
	margin: 0 0 25px;
	color: #444;
	line-height: 1.5;
}

/* Gallery ----------- */
#gallery {
	overflow: hidden;
	width: 620px;
	margin: 10px auto;
}

#gallery li {
	float: left;
	width: 200px;
	margin: 0 6px 2px 0;
}

#gallery li a, #gallery li a:hover { border: none; }
#chalet-details { margin: 30px 0 0; }

#chalet-details h3 {
	font-size: 1.6em;
	color: #826F61;
	margin: 0 0 10px;
	font-weight: bold;
}

#chalet-details ul {
	font-size: 1.4em;
	list-style-type: square;
	margin: 0 0 0 15px;
}

#chalet-details li {
	margin: 0 0 5px;
	color: #444;
}

/* Location ----------- */
#google-map {
	margin: 30px auto 0;
	width: 645px;
	height: 485px;
	border: 1px solid #333;
}

#google-map img { border: none; }

/* Footer ----------- */
#footer {
	background-color: #826f61;
	border-top: 2px solid #6b5749;
	color: #fff;
}

body > #footer { background: #826f61 url(../images/site/shadow.png) repeat-x 0 0; }

#footer a {
	color: #eee;
	border-bottom: 1px dotted;
}

#footer a:hover {
	color: #ccc;
	border-style: solid;
}

#footer > ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#footer ul#additional {
	background: url(../images/site/faux-columns.png) repeat-y 0 0;
	margin-top: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer h3 {
	font-size: 1.8em;
	margin: 0 0 10px;
}

/* Main footer area */
#footer ul#additional > li {
	float: left;
	width: 300px;
	font-size: 1.4em;
	padding: 10px;
}

/* Photos */
#footer ul#additional li.previews ul {
	overflow: hidden;
	width: 235px;
	margin: 0 auto;
}

#footer ul#additional li.previews li {
	float: left;
	margin: 0 8px 3px 0;
}

#footer ul#additional li.previews h3 { margin-left: 33px; }	
#footer ul#additional li.previews li img { border: 1px solid #ccc; }	
#footer ul#additional li.previews a { border: none; }

/* Contact */
#footer li.contact p { line-height: 1.4; }	

/* Feedback */
#footer li.feedback ul { width: 285px; }
#footer li.feedback li { margin: 0 0 15px; }

#footer li.feedback blockquote p {
	line-height: 1.3;
	font-style: italic;
}

/* Popup */
#popup { padding: 10px; }

#popup h1 {
	font-size: 1.6em;
	margin: 0 0 15px;
}

#popup p {
	margin: 0 0 10px;
	line-height: 1.4;
	font-style: italic;
}

/* Extra links */
#footer ul#info {
	clear: both;
	overflow: hidden;
	width: 400px;
	margin-top: 40px;
}

#footer ul#info li {
	float: left;
	margin: 0 5px 0 0;
	font: 1.2em Verdana, Tahoma, Arial, sans-serif;
	padding: 2px 6px;
}

#footer p.site-info {
	text-align: center;
	margin: 20px 0 0;
	padding: 0 0 10px;
	font: 1.1em Verdana, Tahoma, Arial, sans-serif;
}

#footer p.site-info a { color: #FF9FFD; }
#footer p.site-info a:hover { color: #77279F; }

/* IE7 Tweaks -------- */
*:first-child+html #booking-form legend { margin-left: -7px; }
*:first-child+html #additional { margin-bottom: 30px; }
