/* Copyright (C) www.wiltscottages.co.uk, All Rights Reserved. */
/* light = #63271D, dark = #9B735A, pic tect = #A54433 */

BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* 62.5% drops default 16pt to 10pt so from now on can ems = pixels ie. 1em is 10px, 0.8em is 8px, 1.6em is 16px etc */
	font-size: 62.5%
	line-height: 1.5em;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #63271D;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.cottage-title h1 {margin-top: 0px;}

h2 {
	font-size: 70%;
	font-weight: bold;
	color: #63271D;
	line-height: 1.5em;
}

p {
	/* WAS font-size: 60%; */
    font-size: 70%;
	line-height: 1.5em;
}

.description {
	font-size: 65%;
	color: #666;
	line-height: 1.4em;
	margin-top: 3px;
}

.content {
	/*       top R   bot  L  */
	padding: 0px 0px 10px 0px;
}

.testimonials {
	font-size: 60%;
    color: #D1CCAF;
    color: #D6B06F;
    color: #D5CCA8;
	/*       top R (was 2px)  bot L (was 13px) */
	padding: 0px 0px 0px 13px;
   	line-height: 1.4em;
}

a:link {
	text-decoration: underline;
	color: #685E40;
}
a:active {
	text-decoration: underline;
	color: #685E40;
}
a:visited {
	text-decoration: underline;
	color: #685E40;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a.more {text-decoration: none; font-size: 133%;}
a.more:link, a.more:active, a.more:visited, a.more:hover {text-decoration: none;}

.form_box {
	font-size: 70%;
	line-height: 1.4em;
	margin-bottom: 2px;
}

.form_send {
	font-size: 90%;
}

td {vertical-align: top;}

table.year {border: 1px solid #9B735A; font-size: 90%;}
/*         padding: 5px 10px; */
td.prices {padding: 2px 10px;}

img {border-style: none;}

.imagepadleft {padding-right: 10px;}

.imagepadright {padding-left: 10px;}

.imageborder {
	border: 1px;
	border-style: solid;
	border-color: #666;
}

DIV.pullquote_left{
	font-size: 90%;
	line-height: 1.6em;
	float: left;
    margin: 3px 12px 2px 0px;
}

DIV.pullquote_right{
	font-size: 90%;
	line-height: 1.6em;
	float: right;
    margin: 3px 0px 2px 15px;
}

#navtext a {padding-left: 2px; padding-right: 2px;}


/* IE stretched button bug workaround (Too much padding on buttons in Internet Explorer) */
form input {overflow:visible;font-size:1.2em;padding:0px 2px}
