/*  

Theme Name: Real Estate Pro Wordpress Theme

Theme URI: http://realestate4.qualitywordpress.com

Description: A professional real estate theme for your niche site.

Version: 1.0

Author: qualitywordpress

Author URI: http://qualitywordpress.com

*/







/* General */



body {

	margin: 0;

	background-color:#843039;

}



h1, h2, h3, h4 {

	margin: 0;

}



img {

	border: 0;

}



.clear {

	clear: both;

	height: 1px;

	overflow: hidden;

}





/* Wrapper */



#wrapper {

	background-color:#843039;

}





/* Page */



#page {

	margin: 0 auto;

	width: 1004px;

	background-color:#F9F1DF;

}





/* Header */



#header {

	width: 1004px;

	height: 177px;

	position: relative;

	background: url("images/blog_header.png") 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: #000;

		font: bold 20px "Trebuchet MS", Verdana;

	}

	

	/* Header - Text */

	

	#header #header-text {

		position: absolute;

		top: 167px;

		left: 493px;

		width: 484px;

		height: 105px;

		color: #225d7f;

		font: bold 11px "Trebuchet MS", Verdana;

	}

	

	#header #header-text h3 {

		color: #225d7f;

		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: 122px;

		left: 75px;

		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: #F9F1DF;

                  background-color:#A34C53;

	}

	

	.sidebar a {

		color: #F9F1DF;

		text-decoration: underline;

	}

	

         .sidebar_top_space{

                  height:65px;

                  background-color:#F9F1DF;

         }



	.sidebar a:hover {

		text-decoration: underline;

	}

	

		/* Sidebar - Titles */

		

		.sidebar h3 {

			width: 160px;

			height: 30px;

			padding-left: 8px;

                            padding-right: 9px;

			font: bold 13px/30px "Trebuchet MS", Verdana;

			color: #F9F1DF;

			background: none repeat scroll 0 0 #843039;

			border: 1px solid #830000;

		}

		

		/* Sidebar - Menus */

		

		.sidebar ul {

			margin: 0 0 0 20px;

			padding: 0;

			list-style-image:url("images/bullet.gif");

		}

		

		.sidebar ul li {

			color: #F9F1DF;

			font: bold 12px/28px "Trebuchet MS", Verdana;

                        margin-left: .5em;

		}

		

		.sidebar ul li a {

			color: #F9F1DF;

			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: #3a6bae;

			font: bold 12px "Trebuchet MS", Verdana;

		}

		

		#content .post .post-title a {

			color: #3a6bae;

			text-decoration: none;

		}

		

		#content .post .post-title a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-title h2 {

			color: #3a6bae;

			font: bold 16px "Trebuchet MS", Verdana;

			padding: 8px 0 1px 0;

		}

		

		#content .post .post-title h2 a {

			color: #3a6bae;

			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: #3a6bae;

			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: #000000;

			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: 0px;

	color: #F9F1DF;

	font: bold 12px "Trebuchet MS", Verdana;

         background-color:#A34C53;

}



#footer a {

	color: #F9F1DF;

	text-decoration: underline;

}



#footer a:hover {

	text-decoration: underline;

}



	/* Footer - Footerbar */

	

	#footer #footerbar {

		width: 1004px;

		height: 213px;

		padding-top: 10px;

         }

	

	#footer #footerbar h3 {

		font: bold 16px "Trebuchet MS", Verdana;

		color: #F9F1DF;

                  text-decoration:underline;

	}

	

	#footer #footerbar ul {

		margin: 0;

		padding: 0;

		list-style-type: none;

	}

	

	#footer #footerbar ul li {

		padding-top: 0px;

	}

	

	#footer #footerbar ul li a {

		color: #F9F1DF;

		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;

                  background-color:#843039;

                  margin-top:10px;

	}


