﻿/* Screen layout: */

body {
font: 76% Verdana,Tahoma,Arial,sans-serif;
margin: 0px auto;
/* Dark Brown */
background:#807459;
}

#wrap {
width: 760px;
margin: 0px auto;
margin-color:#111;
/* very light brown */
background: #FFFFFF;
color: #333;
border-left: 2px solid #505050;
border-right: 2px solid #505050;
}

#header {
	border-left: 0px;
	clear: both;
	margin:0 0 0 5px;
	padding: 0;
	height: 60px;
}

#header h1 {
	width: 350px;
	color: #333;
	margin: 20px 0 20px 15px;
	float: left;
	font-size: xx-large;
}

#header p {
width: 350px;
float: right;
text-align: center;
/*color: #a0a0a0;*/
/* Dark grey - Self Catering - Heart of the Cotswolds */
color: #505050;
margin: 20px 0 10px 0;
font-size: 1.2em;
line-height: 1.2em;
background-color:inherit;
}

#frontphoto {
margin: 0 5px 10px 5px;
border: 0;
}

#extras {
float: right;
width: 120px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 20px 5px 10px 10px;
padding: 0 5px 0 10px;
line-height: 1.6em;
text-align: left;
/*
background:#807459;
*/
}

#content h2 {
margin: 0em 0 0.5em 0;
font-size: 1.5em;
}

#content p {
font-size: 1.1em;
margin: 0 0 0.5em 0;
}

#content h3 {
margin: 0em 0 0.5em 0;
}

#content h4 {
margin: 0em 0 0.5em 0;
}

#content ul {
margin: 0 0.5em 0em 1.5em;
}

#content ul {	
list-style: square;
}

#gallerycontent p {
margin: 1.5em 0 1.5em 0;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.0em;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

table {
margin: 0.5em 0 1.5em 0 ;
}

table td {
  	margin: 0;
   	padding: 5px 5px;
  	text-align: center;
  	font: Verdana;
  	font-size: 0.9em;
  	line-height: 1.3em;
  	border: 1px solid #b5b5b5;
  	}
table tr.date {
  	background:#CCBA8F;
  	}  	
table tr.price {
  	background:#E6DFCF;
  	}
table .terms {
  	text-align: left;
  	vertical-align: top;
  	font-size: 1.1em;
 	background:#E6DFCF;
  	}

table td.fivestar {
 	text-align: left;
 	border: 0px;
 	line-height: 0.9em;


   }
table td.gallery {
 	text-align: left;
 	border: 0px;
 	line-height: 1.3em;

   }
  	
.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}


.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}