/*
Theme Name: Simply Lets
Theme URI: http://www.simplylets.co.uk/
Description: The Simply Lets WordPress Theme
Version: 1.0
Author: Will Mayo
Author URI: http://www.billionstudio.com/
Tags: green, fixed width, two columns
*/

/* @override http://s281815681.websitehome.co.uk/cms/wp-content/themes/SimplyLets/style.css */

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #7c7c7c;
	background-color: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td { 
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	vertical-align: top;
	padding-bottom: 0.25em !important;
	padding-right: 0.25em !important;
}
td td {
	font-size: 1em !important;
}
td h3 {
	font-size: 1.4em !important;
}
td p { 
	font-size: 1em !important;
	line-height: 1.75em !important;
	margin-bottom: 0em !important;
}
td input.submit {
	font-size: 0.8em !important;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
/* Link Styles */
a:link, a:visited {
	color: #4f7785;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #4f7785;
	text-decoration:underline;
}
/* Headings */
h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	/*font-weight: normal !important;*/
	letter-spacing: -1px;
	margin-bottom: 20px;
	color: #6d7f83;
}
h1 {
	font-size: 2.6em;
	color: #150041;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
}
/* General Styles */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	display: block;
}
/* Wrapper */
#wrapper {
	position: relative;
	width: 906px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	overflow: auto;
}
/* Header */
#header {
	position: relative;
	height: 134px;
}
#header h1 {
	display: none;
}
#header span {
	display: none;
}
#search {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #dee2e3;
	border-top: none;
	background: #f4f6f6;
	width: 25em;
	w\idth: 25.5em;
	padding: 1.5em;
}
*:first-child+html #search {
	width: 25.5em;
}
.search_term {
	padding: 6px 4px 4px 8px;
	color: #949494;
	/*text-transform: uppercase;*/
	font-size: 1.0em;
	width: 19.5em;
	margin-right: 2px;
	border: 1px solid #c5c5c5;
}
.search {
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #248750;
	font-size: 1.0em;
}
.search:hover {
	background: #6d7f83;
	cursor: pointer;
}
#navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 906px;
	border-bottom: 4px solid #6d7f83;
	z-index: 999;
	list-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
#navigation li {
	float: left;
	margin-right: 4px;
	background: url('images/nav-right.png') no-repeat 100% 0px;
	font-size: 1.4em;
}
#navigation li a {
	float: left;
	display: block;
	height: 2.0em; /* Targets IE 5.5 only */
	hei\ght: 1.4em; /* All Other Browsers */
	padding: 0.5em 1.9em 0.2em 1.7em;
	background: url('images/nav-left.png') no-repeat 0% 0px;
	color: #606060;
	text-decoration: none;
	overflow: hidden;
}
#navigation li.current_page_item, 
#navigation li.current_page_parent, 
#navigation li.current_page_ancestor, 
#navigation li.current-cat {
	background-position: 100% -150px;
}
#navigation li.current_page_item a, 
#navigation li.current_page_parent a, 
#navigation li.current_page_ancestor a, 
#navigation li.current-cat a {
	background-position: 0% -150px;
	color: #fff;
}
#navigation li:hover {
	background-position: 100% -150px;
}
#navigation li:hover a {
	background-position: 0% -150px;
	color: #fff;
}

/* Inset */
#inset {
	width: 906px;
	/*height: 8.5em;*/
	height: 0px;
	background: #6d7f83;
	margin-bottom: 25px;
}
body.home #inset {
	height: 225px;
}
#inset h1 {
	display: none;
	color: #fff;
	font-size: 3.8em;
	padding: 12px 30px;
	letter-spacing: 0em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

/* Content */
#content {
	width: 100%;
	xfloat:left;
	height: 100%;
	overflow: auto;
	margin-bottom: 20px;
	position: relative;
}
#content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
#main {
	xfloat: left;
	xfl\oat: right;
	width: 660px;
	float: right;
	overflow: auto;
	xmargin-left: 15px;
	min-height: 400px;
}
.page {
	xpadding-left: 10px;
}
#main  ul, #main  ol {
	margin: 0 0 2.5em;
}
#main ul {
	margin-left: 1.5em;
}
#main li {
	font-size: 1.3em;
}
#main li li {
	font-size: 1.0em;
}
#main  ul li, #main  ol li {
	list-style: square;
}
#main  ol {
	margin-left: 2em;
}
#main  ol li {
	list-style: decimal;
}
#main  blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#main  img.alignright {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
#main img.alignleft {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
#main  img.aligncenter {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
#main img.size-large {
	margin: 0 !important;
	padding: 0 0 10px !important;
}

/* Home Page Styles */
.action {
	float: left;
	width: 280px;
}
.middle {
	margin: 0px 33px;
}
.action img {
	display: block;
	margin-bottom: 20px;
}
.action span {
	font-size: 1.0em;
	text-transform: uppercase;
}
.action h2 {
	color: #4E5F64;
	margin-bottom: 15px;
}
.newsletter_input {
	padding: 9px 4px 7px 8px;
	color: #949494;
	font-size: 1.0em;
	width: 220px;
	margin-bottom: 10px;
	margin-right: 2px;
	border: 1px solid #c5c5c5;
}
.submit {
	border: none;
	padding: 0.6em 1.0em 0.4em 1.0em;
	margin-top: 5px;
	color: #fff;
	background: #248750;
	font-size: 1.0em;
	text-transform: uppercase;
}
.submit:hover {
	background: #6d7f83;
	cursor: pointer;
}

/* Listing Styles */
.entry {
	position: relative;
	border-bottom: 1px solid #c2c4c4;
	xpadding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 100%;
	overflow: auto;
}
.post {
	border-bottom: 1px solid #c2c4c4;
	margin-bottom: 20px;
	height: 100%;
	overflow: auto;
}
.thumb {
	float: left;
}
.entry small {
	text-transform: uppercase;
	color: #6f8185;
	font-size: 0.9em;
	margin-left: 30px;
}
.entry p {
	margin-left: 250px;
}
.entry h2 {
	font-size: 2.6em;
	width: 300px;
	color: #292b2c;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 20px;
	margin-left: 250px;
}
.entry h2 a:link, .entry h2 a:visited {
	color: #292b2c;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #4f7785;
	text-decoration: none;
}
.entry span {
	position: absolute;
	display: block;
	right: 7px;
	top: 10px;
	font-size: 2.6em;
	color: #6d7f83;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 20px;
}
x* html .entry span {
	ri\ght: 0;
	lef\t: 315px;
}
.post-data {
	margin-left: 250px;
}
ul.emenities li {
	/*display: inline;*/
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	line-height: 10px;
	padding: 0 4px 0 22px;
	margin-bottom: 8px;
	list-style: none !important;
	border: none;
}
ul.emenities li.bedroom {
	background: url('images/bed.gif') no-repeat 0 50%;
}
ul.emenities li.print {
	/*background: url('images/bed.gif') no-repeat 0 50%;*/
}
ul.emenities li.bathroom {
	background: url('images/bath.gif') no-repeat 0 50%;
}
ul.emenities li.parking {
	background: url('images/parking.gif') no-repeat 0 50%;
}

/* Single Listing Styles */
.single .entry {
	border: none;
	margin-top: 30px;
}
.single .entry small {
	margin-left: 0px;
}
.single .entry h2 {
	margin-left: 0px;
	width: 500px;
}
.single .entry p {
	margin-left: 0px;
	margin-right: 170px;
}
.single .entry span {
	top: 10px;
}
.single .post-data {
	position: absolute;
	width: 150px;
	right: 5px;
	top: 6.0em;
	margin-left: 20px;
}
.single .post-data ul {
	float: right;
}
.small {
	margin: 10px;
	margin-left: 0px;
}

/* Alignment */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 25px;
}

.alignright {
   float: right;
   margin-left: 25px;
}

.wp-caption {
   border: 1px solid #ddd;
	font-size: 1em;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

/* Sidebar */
.sidebar {
	float: left;
	width: 230px;
	w\idth: 220px;
	margin-bottom: 20px;
	}
.sidebar h3 {
	font-size: 1.6em;
	font-style: italic;
	color: #6d7f83;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin: 10px 0 10px 10px;
}
.sidebar ul {
	width: 230px;
	w\idth: 220px;
	border-style: solid solid solid solid;
	border-color: #bdbdbd;
	border-size: 1px;
	border-width: 1px;
	font-size: 1.4em;
	padding-bottom: 1px;
	}
.sidebar li a,
.sidebar li.current_page_item ul li a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  	height: 1.7em;
	text-decoration: none !important;
	color: #606060;
	border: 1px solid #fff;
	border-bottom: 1px solid #d4d7d8;
	background: #e6e9ea;
}	
.sidebar li a:link, .sidebar li a:visited {
	color: #606060;
	display: block;
	background: #e6e9ea;
	padding: 8px 0 0 10px;
	text-decoration: none !important;
}
.sidebar li a:hover,
.sidebar li.current_page_item ul li a:hover {
	color: #fff;
	background-color: #6D7F83;
	padding: 8px 0 0 10px;
	border-bottom: 1px solid #93a75f;
}
.sidebar li.current_page_item a, 
.sidebar li.current_page_parent a, 
.sidebar li.current-cat a {
	color: #fff !important;
	background-color: #248750 !important;
	padding: 8px 0 0 10px !important;
	border-bottom: 1px solid #93a75f !important;
}

.sidebar ul li ul {
	display: none;
}
.sidebar li.nav_page_parent a,
.sidebar ul li.current_page_ancestor a,
.sidebar ul li.current_page_parent a {
	background: url('images/arrow.gif') no-repeat 95% 50% !important;
	background-color: #248750 !important;
}
.sidebar ul li.current_page_item ul,
.sidebar ul li.current_page_ancestor ul,
.sidebar ul li.current_page_parent ul {
	display: block;
	border: 0;
	padding: 0;
	font-size: 1em;
}
.sidebar ul li.current_page_item ul li,
.sidebar ul li.current_page_item ul li a,
.sidebar ul li.current_page_ancestor ul li a,
.sidebar ul li.current_page_ancestor ul li a,
.sidebar ul li.current_page_parent ul li a,
.sidebar ul li.current_page_parent ul li a {
	background-color: #fff !important;
	color: #999 !important;
	border-bottom-color: #e6e9ea !important;
}
.sidebar ul li.current_page_item ul li a:hover,
.sidebar ul li.current_page_ancestor ul li a:hover,
.sidebar ul li.current_page_parent ul li a:hover {
	color: #666 !important;
}
.sidebar ul li.current_page_item ul li,
.sidebar ul li.current_page_ancestor ul li,
.sidebar ul li.current_page_parent ul li {
	font-size: 0.9em;
}
.sidebar ul li ul li.current_page_item a {
	color: #248750 !important;
	font-weight: bold;
}

/* Footer */
#footer {
	background: #f4f6f6;
	border-top: 1px solid #dce0e1;
	padding: 1.5em 1.0em;
	color: #a2a3a3;
}
#footer a {
	color: #a2a3a3;
	text-decoration: none;
}
#footer a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}
#footer li {
	display: inline;
	border-left: 1px solid #C1C8CA;
	padding: 0 7px;
}
#footer li.first {
	border-left: none;
	padding: 0 10px 0 0;
}

/* BUTTON
==========================================*/
div.button {
	float: left;
	/*margin-right: 4px;*/
	background: url('images/nav-right.png') no-repeat 100% 0px;
}
div.button a {
	float: left;
	display: block;
	height: 2.0em; /* Targets IE 5.5 only */
	hei\ght: 1.3em; /* All Other Browsers */
	padding: 0.5em 0.7em 0.2em 0.7em;
	background: url('images/nav-left.png') no-repeat 0% 0px;
	color: #606060;
	text-decoration: none !important;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
div.button:hover {
	background-position: 100% -150px;
}
div.button:hover a {
	background-position: 0% -150px;
	color: #fff;
}

/* FORMS
========================================== */
#respond form {
	width: auto;
}

#respond form input {
	margin: 0 0 5px;
}

#respond table form input {
	margin: 5px 0;
}

#respond form table {
	margin: 10px 0 10px;
}
#respond form table th,
#respond form table td {
	border: 0;
	border-collapse: collapse;
	padding: 5px 10px;
	text-align: left;
}
#respond form table input {
	margin: 0 0 5px;
}
#respond form table td textarea,
#respond form table td select {
	width: 100%;
	margin: 0;
}

#respond fieldset {
	width: auto;
	border: 0;
}

#respond label {
	font-size: 1.2em;
	line-height: 100%;
	white-space: pre;
	display: block;
	xcolor: #999;
	text-align: left;
	margin: 0 0 5px;
}
#respond form p {
	line-height: 150%;
	clear: both;
}
#respond form p input {
	display: inline;
	float: left;
	clear: both;
	margin: 0;
	margin-right: 5px;
}
#respond form p label {
	display: inline;
	clear: none;
	padding: 0;
	margin: 0;
	white-space: normal;
}

#respond input, 
#respond textarea, 
#respond select, 
#respond button {
	margin: 0 0 10px 0;
}

#respond input.text, 
#respond textarea.text {
	padding: 4px 4px;
	background: #fff url('images/bg-input.png') repeat-x -4px left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}

#respond input.text, 
#respond textarea.text {
	width: 230px;
	font-size: 1.2em !important;
	font-family: Arial, sans-serif;
}

#respond textarea.text {
	width: 380px;
	height: 60px;
	padding: 5px;
	margin-bottom: 5px;
}

#respond input.button {
	float: none;
	clear: both;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background-color: #999;
	border: 0;
	cursor: pointer;
}
#respond input.button:hover {
	background-color: #000;
}

#respond textarea.text:focus,
#respond input.text:focus { outline: none; border-color: #999; }

/* COMMENTS
==========================================*/

/*=== Comments Form ===*/
#respond #comment_form textarea {
	width: 525px;
}
#respond #comment_form p.comment-submit {
	padding: 0;
}
#respond input.submit {
	font-size: 11px;
}
/*=== Reply Form ===*/
#comments #respond {
	border: 0;
	border-top: 1px solid #CFCFCF;
	margin-bottom: 0;
	padding: 1px 0;
}
#comments li.comment ul.children #respond {
	border: 1px solid #CFCFCF;
	margin-bottom: 19px;
	padding: 1px;
}
#comments li.comment ul.children #respond #comment_form textarea {
	width: 404px;
}

/*=== Comments List ===*/
#comments ol.comment-list {
	margin: 0 0 19px;
	padding: 0;
	list-style-type: none;
}
#comments li.comment {
	height: 100%;
	overflow: auto;
	clear: both;
	xpadding: 19px;
	padding-bottom: 0;
	list-style-type: none;
	xborder-top: 1px solid #CFCFCF;
}

/*=== Alt Comment ===*/
#comments li.comment.alt .comment-right{
	xbackground-color: #F9F9F9;
}

/*=== Author Comment ===*/
#comments li.comment.bypostauthor .comment-right {
	xbackground-color: #FCFBE3;
	xborder-color: #E0DD8E;
}

/*=== Reply Comments ===*/
#comments li.comment ul {
	height: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#comments li.comment ul.children {
	padding-top: 19px;
	padding-left: 80px;
	list-style-type: none;
	border-top: 1px solid #CFCFCF;
}
#comments li.comment ul.children ul.children {
	padding-left: 0;
}
#comments li.comment ul.children li.comment {
	border: 0;
	padding: 0;
}
#comments li.comment ul.children li.comment .comment-right {
	width: 321px;
}

/*=== Comment Layout ===*/
#comments li.comment img.avatar {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #CFCFCF;
	xwidth: 50px;
	xheight: 50px;
}

#comments li.comment .comment-left {
	width: 82px;
	float: left;
	text-align: right;
	padding-bottom: 15px;
}

#comments li.comment .comment-right {
	width: 401px;
	float: left;
	xpadding: 0 0 19px 15px;
	margin-left: 15px;
	padding: 19px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #CFCFCF;
	font-size: 0.75em;
	padding-bottom: 0;
	min-height: 100px;
	height: auto !important;
	height: 100px; /* match min height */
}

#comments li.comment .comment-left cite,
#comments li.comment .comment-left cite a {
	color: #000;
	font-style: normal;
	text-decoration: none;
	clear: both;
	xdisplay: block;
}
#comments li.comment .comment-left cite i {
	color: #999;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}