/*  
Theme Name: Real Estate Info
Theme URI: http://realestate3.qualitywordpress.com
Description: Real estate info website that has an excellent structure for your blog
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 10px 0 0 0;
	background: #1D1D1D;/*1F304E*/
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1, h2, h3, h4 {margin: 0;}

img {border: 0;}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 465px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 105px;
		left: 450px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: bold 30px "Ariel", Verdana;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px "Ariel", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 300px;
		left: 26px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 53px;
		margin-right: 8px;
		font: bold 15px/53px "Times New Roman", Verdana;
		color: #fff;
		text-transform: uppercase;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #fff;
		text-decoration: none;
		padding: 0 40px;
		background: url("images/header_menu_right.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: none;color:#FBE7B2;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 303px;
		left: 0px;
		width: 1004px;
		height: 201px;
		color: #c3b59e;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar h3 {
		font: bold 15px "Ariel", Verdana;
		color: #ffffff;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #FFFFFF;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: none;color:#FBE7B2;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 175px;
			padding: 25px 23px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 150px;
			float: left;
			padding: 12px 0 0 30px;
		}
#header #topbar #topbar-center1 {
			width: 150px;
			float: left;
			padding: 12px 0 0 30px;
		}
		
		#header #topbar #topbar-right {
			width: 150px;
			float: left;
			padding: 12px 0 0 30px;
		}


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 1004px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 992px;
	padding-left: 12px;
	min-height: 1050px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: right;
		width: 770px;_width: 745px;
		padding: 6px 16px 0 16px;
_padding: 6px 16px 0 0px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #fff;
		float: left;
		margin-bottom: 16px;
		width: 755px;_width: 740px;
		padding: 7px;
		background: #434343;
		border:solid 1px #5D5D5D;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 755px;_width: 700px;
			height: auto;
			color: #fff;
			font: bold 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: auto;
			color: #FFFFFF;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Verdana;
			display:none;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #fff;
			font: bold 19px "Times New Roman", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #fff;
			padding: 0 4px;
			width: 74s5px;
		}
/*#content .post .post-entry p{clear:left;}*/
#content .post .post-entry h2{font-family:"Trebuchet MS", Verdana;font-size:13px;font-weight:bold;clear:left}
		
		#content .post .post-entry a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #fff;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 745px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #fff;
		}
		
		#content .post .post-info a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #fff;
			font: bold 17px "Times New Roman", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 745px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 745px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #fff;
		}
		
		#content .post .comments a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		#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: #626262;
		}
		
		#content .post .comments ol li cite {
			color: #fff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: none;color:#FBE7B2;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #fff;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: none;color:#FBE7B2;
		}
	
	/* Main - Sidebar */
	.sidebar-right{display:none;visibility:hidden;}
	.sidebar {
		float: left;
		width: 189px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 7px 0;
height:auto;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: none;color:#FBE7B2;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 15px/34px "Times New Roman", Verdana;
			text-transform: uppercase;
			color: #ffffff;
			height: 46px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 10px 0px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #c3b59e;
			/*font: normal 12px/26px "Trebuchet MS", Verdana;*/
			font: bold 15px/34px "Times New Roman", Verdana;
			text-transform: uppercase;
			padding:0 0 0 5px;background: url("images/sidebar_title.gif") no-repeat;
cursor:default;

		}
		
		.sidebar ul li ul li{
			color: #c3b59e;
			font: normal 12px/26px "Trebuchet MS", Verdana;
			/*font: bold 15px/34px "Times New Roman", Verdana;*/
			text-transform: capitalize;
			padding:0 0 0 15px;
			background:none;cursor:pointer;
		}
		
		.sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;cursor:default;
		}
		
		.sidebar ul li a:hover {
			text-decoration: none;color:#fff;
		}

		.sidebar ul li ul li a {
			color: #FFFFFF;
			text-decoration: none;cursor:pointer;
		}
		
		.sidebar ul li ul li a:hover {
			text-decoration: none;color:#FFFF99;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
	margin-top: 15px;
	width: 1004px;
	height: 62px;
	background: url("images/footer.gif") repeat-x;
	color: #ffffff;
	font: normal 12px/32px "Trebuchet MS", Verdana;
	text-align: center;
}

/*#copyright{display:none;}*/

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;color:#FBE7B2;
}

#homeflash{border:solid 1px #5D5D5D; padding:10px;}


.tent{list-style:none;margin:0;padding:0;}
.tent li{float:left;padding:10px 20px;text-align:center}
.tent li img{border:solid 5px #fff;}
.tent li img a{border:5px}
.tent li a{font-weight:bold;color:#fff;text-decoration:none;text-align:center}
.tent li a:hover{color:#FBE7B2}

.acces {list-style:none;margin:0;padding:0;}
.acces li{float:left;padding:10px 20px;text-align:center}
.acces li img{border:solid 2px #fff;}
.acces li img a{border:2px}
.acces li a{font-weight:bold;color:#fff;text-decoration:none;text-align:center}
.acces li a:hover{color:#FBE7B2}
