/*
Theme Name: Coolrecession
Theme URI: http://www.freewordpresslayouts.com
Version: 1.0
Description: 2 Column theme
Author: Smartertemplates.com
Author URI: http://www.smartertemplates.com
*/



/* Links */

a:link { text-decoration: underline; color: #135E86; }

a:visited { text-decoration: underline; color: #135E86; }

a:hover, a:active { color: #01A398; }

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	margin: 20px 0 10px; 
	color: #555555;
}

h1 { 
	font-size: 30px; 
	margin-bottom: 0px; 
	margin-top: 10px;
}

h2 { 
	font-size: 26px; 
}

h3 { 
	font-size: 24px; 
}

h4, h5, h6 { 
	font-size: 20px; 
}

/* Other Html Elements */
pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{	
	width: 1024px;
	margin: 0 auto;
	color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#wrapper2 {
	width: 950px;
	margin: 0 auto;
}


#navigation {
	width: 950px;
	margin: 0 auto;
	height: 223px;
	background-repeat: no-repeat;
	background-position: top;	
}

#wrapper {
	clear: both;	
	width: 950px;
	margin: 0 auto;
	color: #555555;
	background: #FFFFFF;	
}

#content-wrapper
{
	width: 680px;	
	float: left;
}

#content
{	
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 250px;
	float: right;
}

#sidebar
{
	padding: 20px 15px 10px 10px;	
}

#footer
{
	clear: both;
	text-align: center;
	color: #135E86;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer a {
	color: #007F76;
	font-weight:bold;
	text-decoration:underline;
	}

#footer a: visited {
	color: #135E86;
	}
#footer a:hover {
	color: #135E86;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#navigation span { 
	margin-left: 130px; 
	padding-top: 50px; 
	float: left;
	font-size: 36px;
}

#navigation span a { 
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb {
	width: 950px;
	color: #555555;
	margin-left: 60px;
}

/* Navigation */

#navigation ul {
	position: relative; 
	list-style-type: none; 
	list-style-image: none; 	
	margin-top: 65px;
	margin-right: 20px;
	padding: 0; 
	float: right;	
}

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFF9C8;
	display: block;
	padding: 2px 10px;
	margin-right: 10px;
	height: 21px;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(images/nav-bg.gif);
	text-decoration: none;
	
}

#navigation li a:hover,
#navigation li a:active
{
	color: #FFF9C8;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(images/nav-bg2.gif);
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Menu */

#menu {
	width: 950px;
	height: 30px;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; text-decoration: none;}

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post h2 {
	font-size: 22px;
}

#content .post p.img img { padding: 8px; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px;
	background-repeat: none;
}

#related_posts h2 {
	font-size: 22px;
	margin-left: -10px;
}

#related_posts li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-image:url(images/bullet.gif);
}

/* Sidebar */

.sideblock {
	padding: 5px 10px;
	margin-bottom: 20px;
	background: url(images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F5F0CA;
}

.sideblock h2 { 
	margin-top: 5px; 
	font-size: 14px; 
	color: #817E63; 
	font-weight: bold; 
	padding-left: 10px;
}

.sideblock ul {
	padding-left: 25px;
}

.post-wrapper {
	padding-left: 10px;
	width: 676px;
	margin-left: -20px;
}

.post-space {
	float: right; 
	width: 592px; 
	clear: right; 
	margin-top: 10px; 
	margin-bottom: 15px; 
	margin-left: 5px;
}

.post-space h2 {
	margin-top: 0;
}

.post-space h2 a {
	text-decoration: none;
}

#post-info {
	margin-right: 20px;
}

#sidebar_ads {
	width: 180px;
	margin-left: 25px;
}

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #135E86;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #135E86;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
	font-size: 16px;
	color: #53CEC7;	
	margin-left: 130px;
	margin-bottom: 2px;
	float: left;
}

.search_bg {
	height:40px;
	width:256px;
	float: right;
	margin-right: 8px;
	margin-top: -18px;
}

#search {
	vertical-align:top;
	color:#FFFFFF;
	padding:0;
}

#search input {
	background: transparent;
	font-size:11px;
	color:#FFFFFF;
	font-family:Tahoma, arial, verdana, courier;
	width:160px;
	height:22px;
	vertical-align:middle;
	margin: 10px 0px 0 10px;
	padding:0;
	border: none;
}

#search .input {
	width:40px;
	height:31px;
	background:none;
	border:none;
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-left: 20px;
}

ul#search_list {
	list-style-image: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

ul#search_list li{
	list-style: none;
}

<!-- Promo Properties -->

#promo_properties{	
	display: block;	
}

#promo_properties h2{	
	margin-bottom: 20px;	
}

#promo_properties ul{
	float: left;				
	margin: 0;
	width: 320px;
	height: 120px;
	padding:0;		
}

#promo_properties li{
	background: none;
	list-style-image: none;
	list-style: none;	
	padding-left: 5px;
	line-height: 16px;		
}

#promo_properties li.photo {
	list-style: none;
	float: left;
	height: 100px;	
	margin-right: 10px;
}

#promo_properties li.photo img{
	border: 1px solid #000000;
	padding: 1px;		
}

#promo_properties li.location a {	
	text-decoration: none;
}

#promo_properties li.details {
	height: 5px;		
	margin-bottom: 10px;	
}

#promo_properties .details a{
	text-decoration: underline;
		
}

#promo_properties a:hover{
	color: #59ADD2;
	text-decoration: underline;
}

/*****************************/
/*Latest listings*/

div.clear{
	clear:both;
}

#latest_listings{
	margin:0px;
	padding:0px;
	text-align:center;
	margin: 0 auto;

}
#latest_listings br{
	clear:both;
}
#latest_listings div.clear{
	margin:0px;
	padding:0px;
	height:0px;	
	width:0px;
	clear:both;
}
#latest_listings h2{			
	padding-bottom: 10px;
	text-align: left;
	margin-left: 20px;
	font-size: 22px;
}

#latest_listings p {
	text-align: left;
	padding-left: 70px;
}

#latest_listings #listings_header{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-left: 10px;
}
#latest_listings #listings_header ul{
	margin:0px;
	padding:0px;
	list-style:none;	
	
}
#latest_listings #listings_header ul li{
	margin:0px;
	padding:0px;
		float:left;
}
#latest_listings #listings_header ul .listingtype{
	width:60px;
	text-align:center;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .county{
	width:110px;
	text-align:left;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .city{
	width:160px;
	text-align:left;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .state{
	width:30px;
	text-align:center;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .zipcode{
	width:60px;
	text-align:center;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .bedbath{
	width:43px;
	text-align:center;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .price{
	width:90px;
	text-align:center;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .style{
	width:120px;
	text-align:left;
	padding:3px;
	margin:0px;
}
#latest_listings #listings_header ul .details{
	width:40px;
	text-align:center;
	padding:3px;
	margin:0px;
}

#latest_listings #listings_header ul li {	
	text-align:left;
	float:left;
	background:#171717;
	color:#FFFFFF;
	font-weight:bold;
}

#latest_listings #listings_description{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-left: 10px;
}
#latest_listings #listings_description ul{
	list-style:none;	
	margin:0px;
	padding:0px;
	width: 530px;
}


#latest_listings #listings_description ul .listingtype{
	width:60px;
	text-align:center;
	padding:3px;
}
#latest_listings #listings_description ul .county{
	width:110px;
	text-align:left;
	padding:3px;
}
#latest_listings #listings_description ul .city{
	width:160px;
	text-align:left;
	padding:3px;
}
#latest_listings #listings_description ul .state{
	width:30px;
	text-align:center;
	padding:3px;
}
#latest_listings #listings_description ul .zipcode{
	width:60px;
	text-align:center;
	padding:3px;
}
#latest_listings #listings_description ul .bedbath{
	width:43px;
	text-align:center;
	padding:3px;
}
#latest_listings #listings_description ul .price{
	width:90px;
	text-align:center;
	padding:3px;
	color:#CC3300;
}
#latest_listings #listings_description ul .style{
	width:120px;
	text-align:left;
	padding:3px;
}
#latest_listings #listings_description ul .details{
	width:40px;
	text-align:center;
	padding:3px;
}

#latest_listings #listings_description ul,li:hover{
	
}

#latest_listings #listings_description ul li {	
	text-align:left;
	float:left;
	background:#E8E8E8;
	color:#000000;
}