/*  
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/backgroundmod.jpg") 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.jpg") 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.jpg") no-repeat;
		margin-right: 10px;
	}
	
	#header #header-menu ul li ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li ul li {
		float: left;
		height: 41px;
		font: bold 13px/41px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.jpg") no-repeat;
		margin-right: 10px;
		width: 210px;
	}
	
	#header #header-menu ul li a {
		display: block;
		padding: 0 30px;
		color: #ffffff;
		text-decoration: none;
		background: url("images/header_menu_right.jpg") no-repeat right top;
	}
	
	#header #header-menu ul li ul li a {
		display: block;
		padding: 0 30px;
		color: #ffffff;
		text-decoration: none;
		background: url("images/header_menu_right.jpg") no-repeat right top;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	width: 999px;
	padding: 0 0 0 5px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 179px;
		font: bold 12px "Trebuchet MS", Verdana;
		color: #3a6bae;
                /*background: #ffffcc;*/
	}
	
	.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.jpg") 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.jpg") no-repeat;*/
                        border-top: 1px solid black;
			color: #dd1104;
			font: bold 20px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #dd1104;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #dd1104;
			font: bold 20px "Trebuchet MS", Verdana;
			padding: 8px 0 1px 0;
		}
		
		#content .post .post-title h2 a {
			color: #dd0000;
			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 12px/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;*/
        background: #dd1104;
	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;
	}






















/* ================================================================ 

This copyright notice must be untouched at all times.


The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

=================================================================== 
*/



.menu { 
	position:relative; 
	z-index:100;}



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	position:relative;}


/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;}





/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:41px;}



/* another hack for IE5.5 */
* 
html .menu ul ul {
	top:40px;
	t\op:41px;}




/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;}





/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; }



/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;}



/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
	visibility:visible;}





/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}


