/* Layout Style Sheet :: boshamcottages.com */
/* Author :: Alex Stanhope for youlove.us */
/* Copyright :: The Author, All rights reserved */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #fff url(../image/layout/bg_body.gif) top left repeat-x;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	height: 100%;
}

body#secondary {
	background: #fff url(../image/layout/bg_body_secondary.gif) top left repeat-x !important;
}

/* Formatting Styles */

img {
	border: none;
}

div.right_image {
	float: right;
	width: auto;
	height: auto;
}

br.clear {
	clear: both;
	height: 0.01em;
}

/* Container Styles */

#container {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../image/layout/bg_content.gif) top left repeat-y;
}

/* Header Styles */

#masthead {
	position: relative;
	width: 960px;
	height: 90px;
	background: #555d4b url(../image/layout/bg_masthead.gif) top left no-repeat;
}

#logo {
	float: left;
	margin: 16px 0 0 20px;
	width: 234px;
	height: 59px;
	background: url(../image/layout/bosham_cottages_logo.gif) top left no-repeat;
}

#logo a {	
	position: absolute;
	top: 16px;
	left: 20px;
	width: 234px;
	height: 59px; 
}

#logo a span {
	display: none;
}

#contact {
	float: right;
	margin: 16px 20px 0 0;
	width: 230px;
	height: 59px;
	background: url(../image/layout/contact.gif) top left no-repeat;
}

#contact a {	
	position: absolute;
	top: 16px;
	right: 0;
	width: 230px;
	height: 59px; 
}

#contact a span {
	display: none;
}

/* Navigation Styles */

#navigation {
	clear: both;
	width: 960px;
	height: 25px;
	background: #555d4b url(../image/layout/bg_navigation.jpg) top left no-repeat;
}

#navigation ul {
	width: 950px;
	height: 25px;
	margin: 0 auto;
	background: url(../image/layout/navigation.gif) top left no-repeat;
}

#navigation li span { 
	display: none;
}

#navigation li {
	float: left;
	text-align: left /* Required for IE6 */;
}

#navigation ul li, #navigation ul li a { 
	height: 25px;
	display: block;
}

#navigation_01 {
	margin-top: 0px; 
	width: 90px;
}

#navigation_02 {
	margin-top: 0px; 
	width: 138px;
}

#navigation_03 {
	margin-top: 0px; 
	width: 144px;
}

#navigation_04 {
	margin-top: 0px; 
	width: 117px;
}

#navigation_05 {
	margin-top: 0px; 
	width: 127px;
}

#navigation_06 {
	margin-top: 0px; 
	width: 182px;
}

#navigation_07 {
	margin-top: 0px; 
	width: 152px;
}

#navigation_01 a:hover, #navigation_01.current { background:url(../image/layout/navigation.gif) -950px 0px no-repeat; }
#navigation_02 a:hover, #navigation_02.current { background:url(../image/layout/navigation.gif) -1040px 0px no-repeat; }
#navigation_03 a:hover, #navigation_03.current { background:url(../image/layout/navigation.gif) -1178px 0px no-repeat; }
#navigation_04 a:hover, #navigation_04.current { background:url(../image/layout/navigation.gif) -1322px 0px no-repeat; }
#navigation_05 a:hover, #navigation_05.current { background:url(../image/layout/navigation.gif) -1439px 0px no-repeat; }
#navigation_06 a:hover, #navigation_06.current { background:url(../image/layout/navigation.gif) -1566px 0px no-repeat; }
#navigation_07 a:hover, #navigation_07.current { background:url(../image/layout/navigation.gif) -1748px 0px no-repeat; }

/* Banner Styles */

#banner {
	clear: both;
	width: 960px;
	height: 250px;
	background: #acb69e url(../image/layout/bg_banner.gif) top left no-repeat;
	overflow: hidden;
}

#bannersecondary {
	clear: both;
	width: 960px;
	height: 170px;
	background: #acb69e url(../image/layout/bg_banner_secondary.gif) top left no-repeat;
}

#banner img {
	border: 3px solid #fff;
	margin: 4px 9px;
	width: 936px;
	height: 235px;
	z-index: 98;
}

#bannersecondary img {
	margin: 4px 9px;
}

/* Content Styles */

#content {
	width: 960px;
	background: #fff url(../image/layout/bg_content.gif) top left repeat-y;
	padding: 35px 0 15px 0;
	z-index: 999;
}

#contentleft {
	float: left;
	width: 600px;	
	margin-left: 35px;
}

#sidebarsecondary {
	float: left;
	margin-left: 35px;
}

#contentright {
	float: right;
	width: 650px;	
	margin: 0 35px 20px 35px;
}

#events {
	margin: 20px 0 30px 0;
	width: 600px;
	height: 150px;
	border: 1px solid #ccc;
	background: #fff url(../image/layout/bg_events.jpg) bottom left no-repeat;
}

#events img {
	float: left;
	border: 4px solid #fff;
	margin: 12px 30px 30px 15px;
}

#sidebar {
	float: left;
	margin-left: 30px;
	margin-bottom: 25px;
	padding: 15px 0 0 0;
	/*padding: 35px 0 0 0;*/
	width: 255px;
	height: 540px;
	text-align: right;
	font-size: 1.1em;
	background: #fff url(../image/layout/bg_sidebar.gif) top left no-repeat;
}

#sidebar img {
	margin-bottom: 1px;
}

#divider {
	clear: both;
	height: 40px;
	background: url(../image/layout/bg_divider.gif) 0% 50% repeat-x;
	margin: 0 35px;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 960px;
}

#footerlinks {
	float: right;
	text-align: right;
	padding-right: 35px;
}

/* Text Styles */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #64705c;
}

h1 {
	font-size: 2em;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

h2.event {
	padding: 5px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

h3 {
	font-size: 1.6em;
	margin: 12px 0 10px 0;
}

#events h3 {
	margin-left: 225px !important;
}

blockquote {
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #859371;
	margin-bottom: 15px;
}

blockquote p {
	width: 530px !important;
	font-size: 1.65em !important;
	margin: 0 !important;
	line-height: 1.4em !important;
}

blockquote p img.left {
	display: inline;
	line-height: 1em;
}

blockquote p img.right {
	display: inline;
}	

#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#contentleft p {
	width: 580px;
}

#contentright p {
	width: 550px;
}

#events p {
	width: 200px;
	font-size: 1.1em;
	margin: 0 0 0 225px !important;
	padding: 0 0 0 12px !important;
	background: url(../image/layout/bullet_arrow_sml.gif) 0% 50% no-repeat;
}

p.back {
	margin-top:40px !important;
	width: 635px !important;
	border-top: 1px solid #cfcfcf;
	padding: 5px 0 0 12px !important;
	background: url(../image/layout/bullet_arrow_back.gif) 0% 50% no-repeat;
}

p.more {
	padding: 0 0 0 12px !important;
	background: url(../image/layout/bullet_arrow.gif) 0% 50% no-repeat;
	margin: 0 0 20px 0 !important;
}	

#sidebar p {
	font-size: 1em;
	line-height: 1em;
}

#footer p {
	font-size: 1em;
	margin: 0 0 4px 0;
}

/* List Styles */

li {
	list-style: none;
}

#events dl {
	font-size: 1.2em;
	margin-bottom: 0;
}

#events dt, table.events dt {
	color: #64705c;
	font-weight: bold;
	margin-bottom: 7px;
}

#events dd {
	padding-right: 5px;
}

table.events dt {
	font-size: 1.2em;
	margin: 0 0 5px 0 !important;
}

#events dd, table.events dd {
	line-height: 1.5em;
	margin-bottom: 0 !important;
}

table.events dd {
	width: 400px;
	font-size: 1.2em;
}

ul#images li, ul#eventimages li {
	margin-bottom: 10px;
}

ul#eventimages li, img.eventsimg {
	padding: 4px;
	border: none;
	border: 1px solid #ffffff;
}

ul#eventimages li.border {
	padding: 4px;
	border: 1px solid #cfcfcf;
}

img.eventsimg {
	margin: 0 !important;
}

#contentright ul li, #contentright ol li {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	width: 550px;
	line-height: 1.5em;
}

#contentright ol li {
	margin-left: 30px;
	display: list-item;
	list-style: decimal !important;
}

#contentright li ul li {
	font-size: 1em;
	margin: 10px;
}

ul#no2, ul#no5 {
	padding-bottom: 5px;
}

ul#no2 {	
	background: url(../image/layout/no2.gif) top left no-repeat;
}

ul#no5 {	
	background: url(../image/layout/no5.gif) top left no-repeat;
}

ul#no2 li, ul#no5 li {
	padding: 0 0 0 90px;
}

div.sitemap li, #contentright li ul li {
	background: url(../image/layout/bullet_arrow.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
}

#footer ul {
	margin-bottom: 5px;
}

#footer li {
	display: inline;
	margin-left: 10px;
}

/* Link Styles */

#events a, #sidebar a, #contentright a, #contentleft a {
	text-decoration: none;
}

#events a {
	font-weight: bold;
}

#events a:link, #events a:visited, #sidebar a:link, #sidebar a:visited,  #contentright a:link, #contentright a:visited, #contentleft a:link, #contentleft a:visited {
	color: #616c59;
}

#events a:hover, #sidebar a:hover, #contentright a:hover, #contentleft a:hover {
	color: #222;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #555;
}

#footer a:hover {
	color: #222;
}

/* Form Element Styles */

form {
	margin: 20px 0;
}

fieldset {
	clear: both;
	border: 0;
	margin: 0 0 20px 0;
}

label {
	float: left;
	width: 170px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
}

form br {
	clear: both;
	height: 0.01em;
}

input.text {
	float: left;
	width: 280px;
	margin: 5px 0;
	padding: 5px;
	background: #eee url(../image/layout/bg_input.gif) bottom left repeat-x;
	border: 2px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
}

input.checkbox {
	margin-top: 10px;
}

select {
	float: left;
	margin: 5px 0;
	font-size: 1.3em;
	background-color: #eee;
	border: 2px solid #ccc;
	padding: 2px;
	font-size: 1.2em;

}

textarea {
	width: 280px;
	margin: 5px 0;
	padding: 5px;
	background: #fff url(../image/layout/bg_input_lg.gif) bottom left repeat-x !important;
	border: 2px solid #ccc;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 1.2em;
	padding: 2px;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.button {
	margin-top: 0;
	padding: 0 5px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 29px;
	background: #fff url(../image/layout/bg_submit.gif) top left repeat-x;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

ul#errors {
	margin: 0 0 20px 0;
	padding: 5px 10px 0 10px;
	border: 1px solid #ccc;
	background: #eee url(../image/layout/bg_info_errors.gif) bottom left repeat-x;
}

#errors li {
	font-size: 1.1em;
	margin: 0 !important;
	list-style-type: none;
	padding: 10px 0px 10px 30px !important;
	background: transparent url(../image/layout/bullet_cross.gif) 0% 50% no-repeat !important;
	color: #ff0000;
	font-weight: bold;
}

/* Table Styles */

table#pricing {
	width: 645px;
	border: 1px solid #cfcfcf;
	margin-bottom: 20px;
}

table#pricing th {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	border-bottom: 1px solid #cfcfcf;
	background: #eee;
}

table#pricing td {
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
}

table.events td {
	vertical-align: middle;
	padding: 0;
}

td.eventsdate p {
	width: 120px !important;
	text-align: center;
	margin: 0 0 -5px 0!important;
}

table#pricing td p {
	width: auto !important;
}

/* Google Map */

#googlemap {
	width: 580px;
	height: 290px;	
	border: 1px solid #cfcfcf;
}

/* Events Styles */

table.events td.image p {
	width: 120px !important;
	height: 80px !important;
	display: block;
	border: 1px solid #cfcfcf;
	margin: 0 0 2px 0 !important;
	padding: 4px !important;
}

table.events td.image p a {
	margin: 0 !important;
	width: 120px !important;
	height: 92px;
	display: block;
	background: none !important;
	border: none !important;
}

table.events td.image img {
	display: none;
}

img.nopic {
	display: block !important;
}