/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #e8dbef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #444;
}

h1, h2, h3 {
	color: #660066;
}

h1 {
font-size: 200%;
margin-bottom: 10px;
}

h2 {
font-size: 170%;
margin-bottom: 10px;
}

h3 {
font-size: 120%;
}

p {
	margin-bottom: 20px;
	line-height: 150%;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc; 
	color: #660066;
}

a {
	text-decoration: underline;
	color: #660066;
}

a:hover, a.current{
	text-decoration: none;
	color: #000;
}

a img {
border: none;
}

/* Wrapper */

#wrapper {
}


/* Header */

#header {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	background-color: #fff;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/flower_top.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo h2 a {
	color: #9AA9B1;
}

#logo a {
	text-decoration: none;
	color: #3C84B3;
}

/* Menu */

#menu {
	float: right;
	width: 700px;
	height: 54px;
	margin-top: 20px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background-color:white;
	padding: 0 0 10px 0;
}

#page-bgtop {
	padding: 0px 10px;
}

/* Content */

#content {
	float: right;
	width: 710px;
}

#singlecolumn {
padding: 0 20px 0 10px;
}

#singlecolumn li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
	line-height: 140%;
}

#leftcolumn { 
color: #333;
background: #FFF;
margin: 0px 0px 0px 0px;
padding: 10px 0 10px 0px;
width: 360px;
float: left;
text-align: left;
/*min-height hack*/
min-height: 400px;
height: auto;
_height: 400px;
}

#rightcolumn { 
float: right;
color: #333;
background: #FFF;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 20px;
width: 330px;
display: inline;
text-align: left;
/*min-height hack*/
min-height: 400px;
height: auto;
_height: 400px;
}

#rightcolumn ul, #rightcolumn ol{
	margin: 10px 10px 20px 20px;
	padding: 0px;
}

#rightcolumn li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.intro {
	margin: 10px 0;
	font-size: 120%;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #660066;
}

#imagestrip {/*contains the images on the cottage detail page*/
width: 710px;
float: left;
padding: 0;
margin: 10px 0;
background: #ffffff;
}

#imagestrip img {/*contains the images on the cottage detail page*/
padding: 0;
margin: 0 4px 4px 0;
border: 0;
}

#imagestrip p {/*contains the text under the image strip on the cottage detail page*/
display: block;
text-align: right;
font-size: 80%;
margin: 0;
height: 15px;
}

.caption {
float: right;
clear: right;
margin: 0px 0 5px 15px;
padding: 0;
font-style: italic;
font-size: 90%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background-image: url(../images/flower_bottom.jpg);
	background-repeat: no-repeat;
	background-color: white;
	/*min-height hack*/
	min-height: 450px;
	height: auto;
	_height: 450px;
}

#sidebar p {
	float: left;
	width: 190px;
	padding: 260px 20px 75px 20px;
	margin: 0;
	font-size: 110%;
	margin: 0;
	color: #D4C792;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

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

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(../images/img07.jpg) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	color: #454E55;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

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


/*cottages index page*/

.cottagebox {
display: block;
margin: 0 0 10px 0;
padding: 0;
/*min-height hack*/
min-height: 133px;
height: auto;
_height: 133px;
border-bottom: 1px solid #ddd;
}

.cottagebox .heading {
margin: 0 0 3px 0;
padding: 0;
font-size: 120%;
line-height: 130%;
font-weight: bold;
color: #660000;
}

.cottagebox .text {
margin: 0 10px 0 0;
padding: 0;
font-size: 110%;
line-height: 130%;
}

.cottagebox a {
text-decoration: underline;
}

.cottagebox a:hover {
text-decoration: none;
background-color: #ffc;
}

.cottagebox .floatleft {
float: left;
margin: 0 10px 10px  0;
}

.smaller {
font-size: 85%;
font-weight: normal;
}

.larger {
font-size: 120%;
font-weight: normal;
}


/* Footer */

#footer {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	color: #757E82;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer #links {
	width: 48%;
	float: left;
}

#footer #legal {
	width: 48%;
	float: right;
	text-align: right;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

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


/* additional styles*/
.gallery_container {
margin: 0 0 0 5px;
}

.floatleft {
float: left;
margin: 0 10px 15px 10px;
}

.floatright {
float: right;
margin: 0 0 15px 15px;
}

span.redtext {
color: #660000;
}

.larger {
font-size: 150%;
}

input.submit {
margin: 10px 0 0 0;
}

input, textarea {
margin: 2px 0 2px 0;
border: 1px solid #ddd;
background-color: #FFF;
}

.box {
border: 1px solid #ffcc99;
padding: 10px;
margin: 10px 0;
background-color: #ffffcc;
line-height: 160%;
}

#introtext {
border: 1px solid #ffcc99;
padding: 10px;
margin: 0 0 20px 0;
background-color: #ffffcc;
line-height: 160%;
}

.split {
float: left;
width: 100%;
padding: 0;
height: 30px;
margin: 0px;
}

.split a {
background-color: #ffc;
}

.split div.left {
float: left;
text-align: left;
width: 75%;
margin: 0;
padding: 0;
}

.split div.right {
float: right;
text-align: right;
width: 24%;
margin: 0;
padding: 10px 0 0 0;
font-size: 110%;
}

.block {
width: 330px;
margin: 0 10px 0 0;
padding: 10px;
background-color: #e4dfff;
float: left; 
}

.block p {
line-height: 150%;
}

.local {
width: 200px;
margin: 0 10px 0 0;
padding: 10px;
}

.subheading {
font-weight: bold;
font-size: 140%;
margin: 0 0 7px;
}

.last {
margin-right: 0;
}

.local ul {
margin: 10px 5px 10px 5px;
padding: 0px;
}

.fifteenminutes {
background-color: #c5fdc2;
}

.thirtyminutes {
background-color: #fbdea4;
}

.sixtyminutes {
background-color:#cabaec;
}

.right {
margin-right: 0;
}

.block .floatleft {
float: left;
margin: 0 10px 10px 0;
}
	
p.readmore {
display: block;
text-align: right;
padding: 2px 10px 2px 0;
margin: 0;
}


