/*  
Theme Name: Real Estate Clean
Theme URI: http://realestate5.qualitywordpress.com/
Description: Real estate pro is a clean and professional real estate theme.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
/*	background: url("images/spr-bg.gif") repeat; */
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/spr-bg.jpg") repeat;
}


/* Page */

#page {
	margin: 0 auto;
	width: 960px;
/*	background: url("images/spr-bg.gif") repeat; */
}


/* Header */

#header {
	width: 960px;
	height: 200px;
	position: relative;
	background: transparent;
  	background: url("/wp-content/images/foots3o.gif") no-repeat center bottom;
}

	/* Header - Info */
	
	#header #header-info {
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #900000;
		font: bold 40px "Trebuchet MS", Verdana;
		padding-bottom: 1px;
		text-align: center;
	}
	
	#header #header-info h1 a {
		color: #900000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		display: inline;
		color: #006397;
		font: bold 20px "Trebuchet MS", Verdana;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 320px;
		left: 493px;
		width: 484px;
		height: 105px;
		color: #006397;
		font: bold 10px "Trebuchet MS", Verdana;
	}
	
	#header #header-text h3 {
		color: #006397;
		font: bold 13px "Trebuchet MS", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-text h3 a {
		color: #900000;
		text-decoration: none;
	}
	
	#header #header-text a {
		color: #006397;
		text-decoration: underline;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: relative;
		top: 95px;
		left: 11px;
		height: 41px;
		overflow: hidden;
		text-align: center;
	}
	
	#header #header-menu ul {
		position:relative;
		left:50%;
		text-align:center;
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li {
		display:block; 
		float: left;
		margin:0;
		padding:0;
		right:50%;
		height: 41px;
		font: bold 13px/41px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.gif") no-repeat;
		margin-right: 10px;
	}
	
	#header #header-menu ul li a {
		display: block;
		padding: 0 30px;
		color: #ffffff;
		text-decoration: none;
		background: url("images/header_menu_right.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

	/* -------------------------------------------------- */
	/* roundbar-blue */
	/* -------------------------------------------------- */
	#roundbar-blue {
		clear:left;
		float:left;
		width:100%;
		background:#80C8FF url("images/roundbar-blue.gif") 0 25% repeat;
		font-family:Trebuchet MS, Helvetica, sans-serif;
		border-bottom:1px solid #49A9FF;
		overflow:hidden;
	}
	#roundbar-blue ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-blue ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-blue ul li.first {
		border-left:1px solid #49A9FF;
	}
	#roundbar-blue ul li.last {
		border-right:1px solid #99D8FF;
	}
	#roundbar-blue ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #99D8FF;
		border-right:1px solid #49A9FF;
		line-height:1.3em;
	}
	#roundbar-blue ul li.active a {
		background:url("images/roundbar-blue.gif") 0 75% repeat;
		font-weight:bold;
	}
	#roundbar-blue ul li a:hover {
		background:url("images/roundbar-blue.gif") 0 75% repeat;
	}
	#roundbar-blue ul li a span {
		display:block;
	}



/* Main */

#main {
	width: 960px;
	padding: 0 0 0 0px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 179px;
		font: bold 12px "Trebuchet MS", Verdana;
		color: #3a6bae;
	}
	
	.sidebar a {
		color: #3a6bae;
		text-decoration: underline;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 160px;
			height: 30px;
			padding-left: 17px;
			font: bold 13px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") repeat-x;
			border: 1px solid #336699;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 0 17px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #3a6bae;
			font: bold 12px/28px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			width: 150px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 10px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			border: 1px solid #2a5a9a;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 5px 10px 5px;
			margin: 0 auto;
			width: 169px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 960px;
		padding: 0;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #3a6bae;
		float: left;
		margin-bottom: 15px;
		width: 960px;
		background-color: white;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 100%;
			height: 50px;
			padding: 0;
			background: url("images/post_title.gif") no-repeat;
			color: #FFFFFF;
			font: bold 14px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 16px "Trebuchet MS", Verdana;
			padding: 8px 0 1px 0;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			margin: 10px 10px 0 0;
			width: 40px;
			height: 37px;
			text-align: center;
			float: left;
			color: #FFFFFF;
			font: bold 11px/18px "Trebuchet MS", Verdana;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			display: block;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			width: 960px;
			padding: 0;
			font: normal 14px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #3a6bae;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link {
			font: bold 14px/20px "Trebuchet MS", Verdana;
			color: #3a6bae;
			float: right;
		}
		
		#content .post .post-entry a.more-link {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 960px;
			height: 35px;
			padding: 0;
			font: bold 14px/34px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post .post-info a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #3a6bae;
			font: bold 14px "Trebuchet MS", Verdana;
		}
		
		#content .post .comments {
			font: normal 14px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post .comments a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
/*
		#content .post .comments ol li {
			padding: 5px;
		}
*/
		
		#content .post .comments ol li.alt {
			background: #eef5f8;
		}
		
		#content .post .comments ol li cite {
			color: #3a6bae;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 14px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post #commentform a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}

/* listing classes */
	.listingContainer {
		border: solid 2px;
	}
		.listingSummaryBox {
			border: solid 3px;
		}
		.listingRateBox {
			border: solid 5px;
		}


/* Footer */

#footer {
	width: 960px;
	height: 272px;
	padding-top: 17px;
	background: url("images/spr-bg.gif") repeat;
	color: #ffffff;
	font: bold 12px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 960px;
		height: 213px;
		padding-top: 18px;
	}
	
	#footer #footerbar h3 {
		font: bold 16px "Trebuchet MS", Verdana;
		color: #4D7849;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#footer #footerbar ul li {
		padding-top: 17px;
	}
	
	#footer #footerbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
	#footer #footerbar ul li ul {
		display: none;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 260px;
			padding-left: 43px;
			float: left;
		}
		
		#footer #footerbar #footerbar-center {
			width: 270px;
			padding-left: 70px;
			float: left;
		}
		
		#footer #footerbar #footerbar-right {
			width: 280px;
			padding-left: 80px;
			float: left;
		}
	
	/* Footer - Copyright */
	
	#footer #copyright {
		width: 960px;		height: 40px;
		text-align: center;
		line-height: 40px;
	}

