/*
Theme Name: Westbourne
Theme URI: http://www.armitage-online.co.uk
Description: Westbourne Windermere theme created by Andrew Armitage, Armitage Online Solutions
Version: 1.0
Author: Andrew Armitage
Author URI: http://www.armitage-online.co.uk
Tags: 

*/

/* import CSS for compliant browsers */
/* ------------------------------------------------------- */
@import url(css/reset.css);
@import url(css/typography.css);
@import url(css/navigation.css);


/* stops the nasty horizontal shift with centered layouts in moz etc */
/* html { height: 100%; margin-bottom: 1px; } */

/* overrule basic.css styles */

/* positioning */

#skipLink {
	display: block;
	position: absolute;
	top:0;
	left: -999px;
	height: 20px;
	padding: 10px 20px;
}

#skipLink:focus {
	left: 0;
}
.container {
	width: 760px;
	margin-left: -380px;
	position: relative;
	left: 50%;
	border:8px solid #cac5bb;
	margin-top: 8px;
	background:#e1d9ce;
	margin-bottom: 5px;
}
body {
	background: #e1d9ce url(images/bgTop.gif) repeat-x;
}
.inner, .innerContent {
	background: #FFFFFF;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}
.flashAnimation {
	position:relative;
	height:257px;
	}
.innerContent {
	min-height:414px;
	margin-top:53px !important;
	position:relative;
	}
.secondaryContent {
	min-height:211px;
	height:auto !important;
	height:211px;
	}
#leftCol {
	float: left;
	width: 472px;
}
#rightCol {
	float: right;
	width: 280px;
}
#rightCol .top {
	padding-top:71px;
	}
#upperBorder {
	position: absolute;
	top: -10px;
	background: url(images/topBorder.gif) no-repeat;
	left: -10px;
	height: 271px;
	width: 780px;
	z-index:1;
}
#flashContent {
	position:absolute;
	top:5px;
	left:5px;
	height:462px;
	height:252px;
	z-index:2;
	}
#mainNav {
	background:#fff;
	margin-bottom:5px;
	}
#mainNav ul{
	float: left;
	/*width: 450px;*/
}
#mainNav ul li {
	float: left;
}
#mainNav ul {
	width: 472px;
	margin-left:10px;
}

#mainNav ul a {
	color: #4a473c;
	display:block;
	padding:0 1em;
	line-height:2.1em;
	text-decoration:none;
}
#footer {
	clear: both;
	margin: 0px;
	background: #FFFFFF;
	padding: 5px;
	}
.topContainer, .credit {
	width: 760px;
	margin-left: -380px;
	position: relative;
	left: 50%;
}
.topContainer {
	width:776px !important;
	}
/*============contact form===========*/
form#frmContact {
	width:25em;
	margin-left:1.5em;
	}
fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #ccc;
	background:#f4f2ee;
	position: relative;
	}
/* Fix Fieldset in IE. Hide from IE Mac \*/
html legend{ position:absolute; top: -.5em; left: .5em; }
html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }
/*End*/
fieldset.submit input {
	width: auto;
}
fieldset.submit {
	text-align:right;
	padding-right:0.5em;
}
legend {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
label {
	display:block;
	font-weight: bold;
	float:left;
	width:10em;
	text-align:right;
	padding-right:1.2em;
	}
input {
	width:200px;
	}
input:focus, textarea:focus {
	background:#ffc;
	}
input[type="text"], textarea {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}
input.shortInput {
	width:80px;
	}
a.calendarLink, a:hover.calendarLink {
	border:0 none;
}
a.thickbox, a.thickbox:hover {
	border:0 none;
}
#weather {
	padding-bottom:15px;
}
#weather p {
	text-align:center;
	font:10px Verdana, Geneva, sans-serif;
}
#weather p b {
	font-weight:normal;
}