/*  
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/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}


/* Header */

#header {
	width: 1004px;
	height: 425px;
	position: relative;
	background: url("images/header.jpg") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 8px;
		left: 95px;
		width: 825px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #006397;
		font: bold 40px "Trebuchet MS", Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #006397;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #900000;
		font: bold 20px "Trebuchet MS", Verdana;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 167px;
		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: #006397;
		text-decoration: none;
	}
	
	#header #header-text a {
		color: #006397;
		text-decoration: underline;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 365px;
		left: 11px;
		height: 41px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li {
		float: left;
		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;
	}


/* Main */

#main {
	width: 999px;
	padding: 0 0 0 5px;
}

	/* 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 #830000;
		}
		
		/* 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: 605px;
		padding: 0 14px 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #3a6bae;
		float: left;
		margin-bottom: 15px;
		width: 605px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 585px;
			height: 50px;
			padding: 0 10px;
			background: url("images/post_title.gif") no-repeat;
			color: #FFFFFF;
			font: bold 12px "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: 575px;
			padding: 0 15px;
			font: normal 11px/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 11px/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: 575px;
			height: 35px;
			padding: 0 15px;
			background: url("images/post_info.gif") no-repeat;
			font: bold 12px/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 11px/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 11px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post #commentform a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 272px;
	padding-top: 17px;
	background: url("images/footer.gif") no-repeat;
	color: #ffffff;
	font: bold 12px "Trebuchet MS", Verdana;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 1004px;
		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: 1004px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}
