/*
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, 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;
}
html {
	background: #28293E url(images/bgnd.jpg) repeat-x;
	
}
body {
	line-height: 1;
	color: #333333;
	background:url(images/bgnd.gif) no-repeat top center;
	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;
}
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: 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;
}
/* Banners --------------------------------------------------------------------------------------------*/
h2.business {
   
    position: absolute;
    background: url(images/img_business.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 110px;
    top: 80px;
    left:-20px;
    z-index: 1;
}

h2.thinking {
   
    position: absolute;
    background: url(images/img_thinking.png)no-repeat;
    text-indent: -9999px;
    width:990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}
h2.investment{
   
    position: absolute;
    background: url(images/img_investment.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top:  80px;
    left:-20px;
    z-index: 1;
}

h2.efficacy{
   
    position: absolute;
    background: url(images/img_efficacy.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}
h2.lifestyle{
   
    position: absolute;
    background: url(images/img_lifestyle.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}
h2.what{
   
    position: absolute;
    background: url(images/img_what.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}
h2.about{
   
    position: absolute;
    background: url(images/img_about.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}
h2.consulting{
   
    position: absolute;
    background: url(images/img_consulting.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 150px;
    top: 80px;
    left:-20px;
    z-index: 1;
}

h2.contact{
   
    position: absolute;
    background: url(images/img_contact.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 110px;
    top: 80px;
    left:-20px;
    z-index: 1;
}


h2.search{
   
    position: absolute;
    background: url(images/img_search.png)no-repeat;
    text-indent: -9999px;
    width: 990px;
    height: 110px;
    top: 80px;
    left:-20px;
    z-index: 1;
}


#donate h2{
background:transparent url(images/header_donate.jpg) no-repeat scroll left top;
height:36px;
position:absolute;
text-indent:-9999px;
width:270px;
left:-10px;
margin-bottom:200px;
top:-8px;
}


#about h2{
background:transparent url(images/header_about.jpg) no-repeat scroll left top;
height:36px;
position:absolute;
text-indent:-9999px;
width:270px;
left:-10px;
margin-bottom:200px;
top:-8px;
}


/* General Styles ---------------------------------------------------------------------------------- */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	display: block;
}
/* Wrapper --------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	
}
/* Header ---------------------------------------------------------------------------------------------*/
#header {

height:60px;
position:relative;
top:60px;
z-index:2;
}
#logo {
position:absolute;
right:9px;
top:-5px;
z-index: 2;
}

#header h1 {
	display: none;
}
#header span {
	display: none;
}
#search {
padding:1.5em;
position:absolute;
right:-20px;
top:-60px;
width:25.5em;
}
*:first-child+html #search {
	width: 25.5em;
}
.search_term {
	padding: 6px 4px 4px 8px;
	color: #949494;
	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: #ff0404;
	font-size: 1.0em;
}
.search:hover {
	background: #6d7f83;
	cursor: pointer;
}

#top-nav {
	position: absolute;
	top: -40px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}


#top-nav li  a{
	color: #fff;
	text-decoration:none;
}
#top-nav li  a:hover{
	text-decoration:underline;
}
#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(images/rss-icon.gif) no-repeat left center;
}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 906px;
	height: auto;
}
	
	

#links li.linkcat {
background:none;
}


#links {
	position:relative;
	margin: 0 20px 20px 0;
	display:block;
	height: 1px;
		
}

#links h2{
	display: none;
	background: none;

}



#links ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

#links li {
	display: block;
	float: left;
	margin: 0px;
	

}

#links 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;
	color: #606060;
	text-decoration: none;
	border-right: 1px dotted #ccc;
	overflow: hidden;
}

#links li a:hover{
	text-decoration: underline;
}

#flashcontent {
    position:relative;
    top:55px;
}
/* Content --------------------------------------------------------------------------------------------*/
#content {

	position: relative;
	float:left;
	min-height: 800px;
	width: 100%;
        z-index: 1;
	padding-bottom: 40px;
	background:#ffffff;
}
#content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
#main {
	float: left;
	fl\oat: right;
	min-height: 400px;
        
        
}
#main2 {
	float: left;
	fl\oat: right;
	min-height: 400px;
        position: relative;
        top: 80px;
        
        
}
.normal {
	width: 661px;
	margin-left: 15px;
}

.page {
padding-left: 1px;
padding-top: 220px;
padding-right:40px;
}
#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 {
    position:relative;
	float: right;
	width: 560px;
	
	padding: 60px 0px 0px 0px;
}
#whatsnew{
	display: block;
	width: 530px;
	background: #dbefca url(images/header_whatsnew.jpg) no-repeat top left;
	height: 37px;
	margin-left: 13px;
        position:relative;
        top: -77px;
        z-index: 5;
}
#whatscontent{
	display: block;
	width: 530px;
	height: 157px;
	margin-left: 13px;
        position:relative;
        top: 50px;
        z-index: 5;
}
#publication{
	display: block;
	width: 530px;
	background: #dbefca url(images/header_publications.jpg) no-repeat top left;
	height: 37px;
	margin-left: 13px;
        position:relative;
        top: -10px;
        z-index: 5;
}
.action1 {
        background:#CCCCCC none repeat scroll 0 0;
        float:left;
        margin-left:15px;
        padding:25px 0 5px 8px;
        position:relative;
        width:520px;
        top:-30px;
}

.action_side {
	position:relative;
	float: left;
	width: 320px;
	height: auto;
	margin: 60px 5px 0px 0px;
	padding: 5px;
	font-size:1.2em;
	line-height: 1.4em;
	
}
#side1{
	padding:1px 0 20px 0;
        position:relative;
        top:0px;
        left:20px;
        width:360px;
}
#side2{
	position: relative;
        padding: 8px 8px 20px 8px;
	margin-bottom:20px;
	background: #81b9bf;
	color: #ffffff;
        left:20px;
        width:360px;
}
#side2 .content {
       padding: 5px 5px;
}

#side3{
	position: relative;
        padding: 8px;
	background: #dbefca;
	color: #ffffff;
        left:20px;
        width:360px;
}


.action img {
	display: block;
	margin-bottom: 20px;
}
.action span {
	font-size: 1.0em;
	text-transform: uppercase;
}
.action h2 {
	color: #4b5254;
	margin-bottom: 15px;
}

#side1 span.header {
	text-indent: -9999px;
	display:block;
	width: 256px;
	height: 18px;
	padding: 0 0 10px 0;
	background: url(images/header_welcome.jpg) no-repeat;
}

#side2 span.header {
	position: relative;
	top: -8px;
	right: 8px;
	text-indent: -9999px;
	display:block;
	width: 376px;
	height: 36px;
	background:#dbefca url(images/header_samples.jpg) no-repeat;
	z-index: 2;
}
#side3 span.header {
	position: relative;
	top: -8px;
	right: 8px;
	text-indent: -9999px;
	display:block;
	width: 320px;
	height: 36px;
	background:#dbefca url(images/header_contact.jpg) no-repeat;
	z-index: 2;
}
	
}
.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: #ff0404;
	font-size: 1.0em;

	text-transform: uppercase;
}
.submit:hover {
	background: #6d7f83;
	cursor: pointer;
}

/* Listing Styles ------------------------------------------------------------------------------------ */
.entry {
	position: relative;
	border-bottom: 1px solid #c2c4c4;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.thumb {
	float: left;
}
.entry small {
	text-transform: uppercase;
	color: #6f8185;
	font-size: 0.9em;
	margin-left: 30px;
}
.entry p {
	margin-left: 20px;
}
.entry h2 {
	font-size: 2.6em;
	width: 300px;
	color: #292b2c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-left: 20px;
}
.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;
	right: 5px;
	top: 10px;
	font-size: 2.6em;
	color: #6d7f83;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
* html .entry span {
	ri\ght: 0;
	lef\t: 315px;
}
.post-data {
	margin-left: 150px;
}
ul.amenities li {
	display: inline;
	font-size: 1.2em;

	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	padding: 0 4px 0 22px;
	list-style: none;
	border: none;
}
.bedroom {
	background: url(images/bed.gif) no-repeat 0 50%;
}
.bathroom {
	background: url(images/bath.gif) no-repeat 0 50%;
}
.parking {
	background: url(images/parking.gif) no-repeat 0 50%;
}

/* Single Listing Styles ----------------------------------------------------------------------------- */
.single .entry {
	border: none;
	margin-top: 150px;
}
.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;
}
.paginate {
	font-size: 12px;
}
/* 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 ----------------------------------------------------------------------------------------------*/

.sidepage {
	float: left;
	width: 230px;
	w\idth: 220px;
	margin-bottom: 20px;
        margin-top: 200px;
        margin-left: 20px;
	}

.sidebar {
	float: left;
	width: 230px;
	w\idth: 220px;
	margin-bottom: 20px;
        margin-top: 160px;
        margin-left: 20px;
	}
.sidebar h3 {
	font-size: 1.2em;
	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;
	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(images/arrow.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(images/arrow.gif) no-repeat 95% 50%;
	border-bottom: 1px solid #93a75f;
}
.sidebar li a.current-cat {
	color: #fff;
	background: #9eb465 url(images/arrow.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;
}
#info {
	position: relative;
	width: 97.5%;
	background: #81b9bf;
	color: #ffffff;
	padding: 1em 1em;
	
}

#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;
}
#side_posts{
background:#eee none repeat scroll 0 0;
font-size:0.85em;
height:auto;
left:20px;
padding:0 1.5em;
position:absolute;
top:230px;
width:230px;
color:#333;
padding-bottom:20px;
padding-top:20px;
}
#side_posts h2{
background:transparent url(images/header_recent.jpg) no-repeat scroll left top;
height:36px;
position:absolute;
text-indent:-9999px;
width:270px;
left:-10px;
margin-bottom:200px;
top:-8px;
}
