/*
Theme Name: The Real Estate Theme
Theme URI: http://themeforest.com
Description: Custom template for Wordpress with admin options to change the static home page.
Version: 2.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* 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, 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: #000000;
	background: #fff url(bg000000.htm) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10.2px;
	text-align: center;
}
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: #E57813;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #E57813;
	text-decoration:underline;
}
/* Headings */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	color: #6d7f83;
}
h1 {
	font-size: 2.6em;
}
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;
}
/* 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;
	text-align:right;
}
*:first-child+html #search {
	width: 25.5em;
}
.search_term {
	padding: 6px 4px 4px 8px;
	color: #949494;
	font-size: 11px;
	width: 14.5em;
	text-align:left;
	margin-right: 2px;
	margin-bottom:3px;
	border: 1px solid #c5c5c5;
}
.search {
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #9eb465;
	font-size: 1.0em;
}
.search:hover {
	background: #6d7f83;
	cursor: pointer;
}
#navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 906px;
	border-bottom: 4px solid #E57813;
	z-index: 999;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation li {
	float: left;
	margin-right: 4px;
	background: url(nav-righ.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(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-cat,
#navigation li.current-cat-parent {
	background-position: 100% -150px;
}
#navigation li.current_page_item a, 
#navigation li.current_page_parent a, 
#navigation li.current-cat a,
#navigation li.current-cat-parent a {
	background-position: 0% -150px;
	color: #fff;
} 
#navigation li a.current-cat {
	background-position: 100% -150px;
}
#navigation li a.current-cat {
	background: url(nav-righ.png) no-repeat 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;
	background: #E57813;
	margin-bottom: 25px;
}
body.home #inset {
	height: 225px;
}
#inset h1 {
	color: #fff;
	font-size: 4.8em;
	padding: 12px 30px;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Content */
#content {
	float:left;
	min-height: 100px;
	margin-bottom: 10px;
}
#content p {
	font-size: 10.2px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
#main {
	float: left;
	float: right;
	min-height: 400px;
}
.normal {
	width: 661px;
	margin-left: 15px;
}
.wide {
	width: 100%;
}
.page {
	padding-left: 10px;
}
#main  ul, #main  ol {
	margin: 0 0 1em;
}
#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;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
#main img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
#main  img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Home Page Styles */
.action {
	float: left;
	width: 280px;
}
.actionxx {
	float: left;
	width: 560px;
}
.middle {
	margin: 0px 33px;
}
.action img {
	display: block;
	margin-bottom: 20px;
}
.action span {
	font-size: 1.0em;
	text-transform: uppercase;
}
.action h2 {
	color: #E57813;
	margin-bottom: 15px;
}

/* Listing Styles */
/* 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;
   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: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 10px;
}
.sidebar ul {
	width: 230px;
	w\idth: 220px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
	padding-bottom: 1px;
	}
.sidebar ul ul {
	border: none;
	}	
.sidebar li a {
	font-family: Georgia, "Times New Roman", Times, serif;
  	height: 1.7em;
	text-decoration: none;
	color: #606060;
	border: 1px solid #fff;
	border-bottom: 1px solid #d4d7d8;
	padding: 8px 0 0 10px;
	background: #e6e9ea;
}
.sidebar li li a {
	padding: 8px 0 0 25px;
}
.sidebar li a:link, .sidebar li a:visited {
	color: #606060;
	display: block;
	background: #e6e9ea;
}
.sidebar li a:hover {
	color: #fff;
	background: #9eb465 url(arrow000.gif) no-repeat 95% 50%;
	border-bottom: 1px solid #93a75f;
}
.sidebar li.current_page_item a, .sidebar li.current-cat a {
	color: #fff;
	background: #9eb465 url(arrow000.gif) no-repeat 95% 50%;
	border-bottom: 1px solid #93a75f;
}
.sidebar li a.current-cat {
	color: #fff;
	background: #9eb465 url(arrow000.gif) no-repeat 95% 50%;
	border-bottom: 1px solid #93a75f;
}

/* 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;
}
#tcontent1 li{
	padding-bottom:10px;
	margin-left:20px;
	}
#tcontent2 li{
	padding-bottom:10px;
	margin-left:20px;
	}
#tcontent3 li{
	padding-bottom:10px;
	margin-left:20px;
	}
#content li{
	padding-bottom:10px;
	margin-left:20px;
	}
#tcontent3 td{
	padding :5px;
	}
#content img {
	padding:4px;
	border:1px solid #eee;
	background:#fff;
}

