/* A BIG IDEA :: by Payal Dhar (http://writeside.net/) 
Feel free to use or modify, but do keep the credit.*/

/*
CSS Mobile version
See perishablepress.com/press/2009/08/02/the-5-minute-css-mobile-makeover/
*/

/*
Modified for Peartrees Guesthouse by
ClockTowerWeb Ltd
www.clocktowerweb.co.uk

www.peartreesguesthouse.co.uk

#027BC1 Sky blue
#D6F8FA Light blue
#FFE400 Sunflower yellow
*/



*{
	padding: 0;
	margin: 0;
}
body {
	background: #FFF9FB;
	color: #454456;
	text-align: center;
	font: 1em "Bookman Old Style", Georgia, serif;
}
#wrapper {
	position: relative;
	margin: 0px;
	padding: 5px;
	border: 1px solid #4A4A4A;
	background: url(../images/background_1030839_72921052.jpg) no-repeat top right;
	width: 100%;
	background-color: White;
}
#header	{
	position: relative;
	text-align: right;
	font-size: 5em;
	color: #777688;
	width: 100%;
} 
#nav {
	position: relative;
	margin: -18px 0 10px auto;
	width: 100%;
	line-height: 1.2em;
	}
#nav ul { 
	padding:2px; 
	margin:0; 
	padding:0; 
} 
#nav ul li {
	float: right;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-left: 1px solid White;
} 
#nav a, #nav a:link	{
	display: block; 
	margin: 0; 
	padding: 2px 5px; 
	text-align: center; 
	background: #EFE9ED;
	border-bottom: 8px solid white !important;
	color: #5684BF;
	text-decoration: none;
}
#nav a:hover, #nav a.thispage, #nav a.thispage:hover {
	color: #EFE9ED;
	background: #027BC1;
	text-decoration: none;
	border-bottom: 8px solid #FFE400 !important;
}
#text {
	position: relative;
	margin: 125px auto 50px auto;
	padding: 0;
	width: 100%;
	text-align: left;
	line-height: 1.25em;
	border-top: 3px solid #027BC1; /* #5684BF */
}
div.backflower {
	background-image: url(../images/flower_1070269_71371854weeny.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#text p, #text iframe, #text form {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: 1.4em;
}
#text ul.bodytext {
	margin: 0;
	padding: 5px;
	padding-left: 30px;
}
#text li.bodytext {
	list-style-image: url(../images/tick_small.gif);
	padding: 4px;
	/* padding-left: 20px; */
}
#text h1	{
	font-size: 1.4em;
	color: #777688;
	border-left: #027BC1 20px solid;
	padding: 5px;
	margin: 50px 0 20px 0px;
	clear: both;
}
#text h2	{
	font-size: 1.15em;
	color: #777688;
	padding: 5px;
	margin: 10px 0 10px 20px;
}
#text .extra {
	font-style: italic;
	font-size: 0.9em;
}
#text p a, #text ul a {
	text-decoration: none;
	border-bottom: 1px dashed #027BC1;
	color: #027BC1;
}
#text p a:hover, #text ul a:hover {
	border-bottom: 1px dashed Black;
	color: Black;
}
#footer	{
	padding: 2px;
	margin: auto;
	border-top: 1px solid #EFE9ED;
	font-size: 0.8em;
	width: 99%;
	color: #93A1AE;
}
#footer .ctwtext {
	font-size: 0.8em;
}
#footer .ctwtext a {
	color: Gray;
}
#skiplink {
	display: none;
}
#thumbnails {
	float: right;
	width: 130px;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 0.7em;
	font-style: italic;
}
#thumbnails a img {
	border: 2px solid Silver;
	margin: 4px 0px 4px 0px;
}
#thumbnails a:hover img {
	border: 2px solid #027BC1;
}
#contact input, #contact textarea {
	padding: 5px;
	width: 120px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #027BC1;
	font-family: "Bookman Old Style", Georgia, serif;
}
#contact textarea {
	height: 90px;
}
#contact textarea:focus, #contact input:focus {
	border: 1px solid Black;
}
#contact input.button {
	width: 120px;
	float: right;
	margin-right: 120px;
	padding: 3px;
}
#contact label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}
#contactnote {
	width: 120px;
	margin-left: 115px;
	font-size: 0.8em;
}


/* General classes that can appear anywhere */

.clear {
	clear: both;
	height: 1px;
}
.tempnotes {
	color: Green;
	font-style: italic;
	font-weight: bold;
}
.imageright {
	text-align: right;
	margin: 30px;
	border: 2px solid #027BC1;
}
.imageneither {
	margin: 30px 10px 30px 10px;
	border: 2px solid #027BC1;
}
.button {
	background-color: #027BC1;
	color: White;
	padding: 3px;
	font-family: "Bookman Old Style", Georgia, serif;
}
.warning {
	font-weight: bold;
	color: Red;
}


