/*
Theme Name: Realestatedir.org
Author: Realestatedir.org
Author URI: http://www.realestatedir.org/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #ffffff;
	background: #d9f0fe url(images/body.jpg) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #ffffff;
}
img {
	border: 1px solid #6699CC;
	padding: 3px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

#wrapper {
	width: 964px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/
#header {
	
}
	#header p {
		padding: 8px 0 13px;
	}
	#header p a {
		margin: 0 2px;
	}
	#header p a:hover {
		text-decoration: underline;
	}
	#header h1 a {
		clear: both;
		width: 269px; height: 79px;
		text-indent: -9999px;
		background: url(images/logo.jpg) no-repeat 10px 0;
		font-size: 1px;
		float: left;
		display: block;
		margin-top: 13px;
		outline: none;
	}
	#header ul {
		float: right;
		list-style-type: none;
	}
	#header ul li {
		float: left;
		padding: 0 2px 0 1px;
	}
	#header ul li a {
		display: block;
		padding: 54px 15px 46px;
		font-weight: bold;
		background: url(images/navigation.jpg) repeat-x top center;
		font-size: 0.9em;
		border-left: 3px solid #22aaff;
		border-right: 3px solid #22aaff;
	}
	#header ul li a:hover {
		background-image: url(images/active.jpg);
	}
	#header form {
		clear: both;
		background: url(images/topbar.jpg) no-repeat center left;
		height: 88px;
		margin-left: 3px;
	}
	#header form p {
		background: url(images/search.gif) no-repeat 0 0;
		width: 262px;
		float: left;
		padding: 7px 0;
		position: relative;
		top: 31px; left: 660px;
	}
	#header form input {
		font-size: 10px;
		font-family: Verdana;
		margin: 0 5px;
		width: 248px;
		background-color: transparent;
		border: 0;
		color: #ffffff;
	}
/** END header **/

/** BEGIN body **/
#bodysection {
	background: url(images/wrapper.jpg) repeat-y 4px 0;
}
#body {
	background: url(images/wrapper2.jpg) no-repeat 4px 0;
	padding: 235px 45px 0;
}
	/** BEGIN sidebar **/
	#sidebar {
		float: left;
		width: 295px;
		margin-left: 0;
	}
		#sidebar h2 {
			font-family: Geneva, Arial;
			font-size: 1.7em;
			font-weight: normal;
			border-bottom: 3px solid #158DB6;
			padding: 5px 0;
		}
		#sidebar ul {
			list-style-type: none;
			padding-bottom: 10px;
		}
		#sidebar ul li {
			padding: 4px 0;
			text-align: center;
			border-bottom: 1px solid #158DB6;
		}
	/** END sidebar **/
	/** BEGIN content **/
	#content {
		width: 510px;
		float: right;
	}
		.post {
			border-bottom: 1px solid #158DB6;
			padding: 10px 0 25px;
		}
		.post a {
			color: #AACCFF;
		}
		.post a:hover {
			text-decoration: underline;
		}
		.post h2 {
			font-family: Geneva, Arial;
			font-size: 1.5em;
			padding-bottom: 5px;
		}
		.post h2 a {
			color: #ffffff;
		}
		.post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		.post .date {
			float: right;
			margin: -25px 0 0 !important;
		}
		.post .comments {
			float: right;
		}
		.post ul {
			padding-left: 15px;
			margin-bottom: 10px;
		}
		.post ol {
			margin: 0 0 10px 25px;
		}
		.post li {
			line-height: 1.5em;
		}
		.post h3 {
			margin-bottom: 5px;
			font-size: 1.2em;
		}
		.post blockquote {
			padding-left: 10px;
			border-left: 2px solid #6699CC;
			font-style: italic;
		}
	/** END content **/
/** END body **/

/** BEGIN footer **/
#footer {
	background: url(images/footer.jpg) no-repeat 4px 0;
	padding: 70px 0 25px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.7em;
}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/

#postnav {
	padding: 10px 0;
}
.notfound h2 {
	font-size: 1.5em;
	font-family: Geneva, Arial;
	margin-bottom: 10px;
}
.title {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.postdetails p {
	margin-bottom: 2px;
	font-weight: bold;
}
#commentsection {
	padding-top: 10px;
}
	#commentsection a {
		color: #aaccff;
	}
	#commentsection a:hover {
		text-decoration: underline;
	}
	#commentsection p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	.commentdetails {
		float: left;
		padding-bottom: 10px;
	}
	.commentdetails p {
		margin-bottom: 2px !important;
	}
	.break {
		background-color: white;
	}
	.commentdetails p {
		margin-bottom: 5px;
	}
	.commentauthor {
		font-size: 1.2em;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
	}
	.comment1 {
		padding: 10px 0;
		border-bottom: 1px dotted #6699cc;
	}
	.gravatar {
		float: right;
	}
	#commentsection h2 {
		font-size: 1.5em;
		font-family: Geneva, Arial;
		margin: 10px 0;
	}
	#commentsection form p {
		margin-bottom: 2px !important;
	}
	.required {
		color: #ff0000;
	}

