/*
Theme Name: Design 6b (Home Research)
Theme URI: http://www.realtyworldnca.com/
Description: Design 6b (Home Research)
Author: Realty World NCA
*/

#container-wrapper {
	display:block;
	background:transparent url(images/bg.gif) repeat-x 0 0;
}
.site-width {
	margin:0 auto;
	width:990px;
	text-align:left;
	overflow:auto;
}
.inner {
	padding:0 10px;
}
#skip {
	position:absolute;
	left:-999em;
}

/*----------------------------------------------------
------------------------------------------------------
	HEADER	
------------------------------------------------------
----------------------------------------------------*/
#header {
	position:relative;
	height:200px;
	background:transparent url(images/header.jpg) no-repeat 0 0;
	overflow:visible;
}
#logo {
	position:absolute;
	bottom:-60px;
	right:5px;
}
.agent-photo {
	float:right;
	margin:10px 0 0 10px;
	border:2px solid #fff;
}

.title-wrapper {
	padding:0 20px 0 0;
	text-align:left;
}
.title-rw {
	text-transform:uppercase;
}
.site-title {
	margin:0;
	color:#e98224;
	font-size:2.8em;
	font-weight:normal;
	line-height:1.2em;
}
.agent-name {
	margin:0;
	color:#666;
	font-size:1.6em;
	line-height:1.2em;
	font-style:italic;
}

/* MAIN NAVIGATION
**************************/

#nav_back {
	margin: 11px 0 25px 0;
	padding: 0 0 12px 0;
	background:transparent url(images/bg.gif) repeat-x 0 100%;
}

#nav_back2 {
	background-color:#3F8DBB;
}

#nav_wrapper {
	margin: 0 auto;
	padding: 0;
}

#nav_wrapper .inner {
	margin:0 170px 0 0;
	padding: 0;
}

ul#nav {
	overflow:auto;
	padding:0;
	margin:0;
}
ul#nav li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	font-size:1.4em;
	height:26px;
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#nav li a {
	float:left;
	margin:0;
	padding:2px 15px 0 15px;
	color:#fff;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
}
ul#nav li.selected a,
ul#nav li a:hover {
	color:#023c86;
	background-color:#afcfe6;
}

/*----------------------------------------------------
------------------------------------------------------
	CONTENT	
------------------------------------------------------
----------------------------------------------------*/
#content {
	padding-top:15px;
	background:transparent url(images/content-top.gif) no-repeat 0 0;
}
	#regular_page #content {
		background:transparent url(images/content-top-regular.gif) no-repeat 0 0;
	}
	#full_page #content {
		background:transparent url(images/content-top-full.gif) no-repeat 0 0;
	}

#content .inner {
	padding:0 0 15px 0;
	background:transparent url(images/content-bottom.gif) no-repeat 0 100%;
}
	#regular_page #content .inner {
		padding:0 0 15px 0;
		background:transparent url(images/content-bottom-regular.gif) no-repeat 0 100%;
	}
	#full_page #content .inner {
		padding:0 0 15px 0;
		background:transparent url(images/content-bottom-full.gif) no-repeat 0 100%;
	}
#content .inner2 {
	padding:10px 10px 20px 10px;
	overflow:auto;
	background:transparent url(images/content-bg.gif) repeat-y 0 0;
}
	#regular_page #content .inner2 {
		background:transparent url(images/content-bg-regular.gif) repeat-y 0 0;
	}
	#full_page #content .inner2 {
		background:transparent url(images/content-bg-full.gif) repeat-y 0 0;
	}
#body {
	float:left;
	width:500px;
	margin-left:25px;
}
	#regular_page #body {
		width:695px;
	}
	#full_page #body {
		width:920px;
	}
/*----------------------------------------------------
------------------------------------------------------
	SIDEBARS	
------------------------------------------------------
----------------------------------------------------*/
#sidebar1 {
	float:left;
	width:210px;
	margin-left:25px;
}
#sidebar2 {
	float:right;
	width:210px;
}
#sidebar2 a {
	color:#fff;
	text-decoration:none;
}
	#sidebar2 a:hover {
		color:#fff;
		text-decoration:underline;
	}
.sidebar_list {
	margin:0;
}
.sidebar_list li {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar_list li.widget li {
	margin:.75em 0;
	font-size:1.2em;
	line-height:1.3em;
	padding-left:15px;
	background:transparent url(images/bullet.gif) no-repeat 0 3px;
}
#sidebar2 .sidebar_list li.widget li {
	background:transparent url(images/bullet2.gif) no-repeat 0 3px;
}

/* widget */
li.widget {
	overflow:auto;
	font-size:1em;
}
.widget-inner {
}
.widget-title {
	margin:0;
	padding:0 10px 3px 10px;
	font-size:1.6em;
	line-height:30px;
	font-weight:normal;
}
	#sidebar1 .widget-title {
		color:#fff;
		background:#306b8f url(images/sidebar1-title-bg.gif) repeat-x 0 0;
	}
	#sidebar2 .widget-title {
		color:#333;
		background:#e4eaf0 url(images/sidebar2-title-bg.gif) repeat-x 0 0;
	}
.widget ul,
.tagwidget,
.textwidget,
.widget-content {
	margin:1em 10px 0 10px;
	padding-bottom:20px;
}
	#featured,
	.widget form ul {
		margin:0;
	}
li.widget form li {
	color:#fff;
	margin:.2em 0 !important;
	padding:0 !important;
	background:none !important;
}
.full {
	clear:both;
	width:100%;
}
.half_left {
	clear:left;
	float:left;
	width:49%;
}
.half_right {
	clear:right;
	float:right;
	width:49%;
}
.full input.textbox,
.full select {
	width:99%;
}
.half_left input.textbox,
.half_left select,
.half_right input.textbox,
.half_right select {
	width:99%;
}
.widget .button {
	margin-left:9px;
	margin-top:5px;
	float:left;
}
.widget label {
	padding-top:5px;
	display:block;
}
#homes_valuations_form label {
	padding:0;
}

/* Subscribe */
p.rss {
	margin:0;
	padding:0;
	font-size:1.6em;
}
p.rss a {
	display:block;
	padding:0 0 0 30px;
	color:#333;
	line-height:25px;
	min-height:25px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	background:transparent url(images/rss.png) no-repeat 0 50%;
}
p.rss a:hover {
	color:#bb1621;
	text-decoration:none;
}

/* Tag Clouds */
.widget_tag_cloud {
	font-size:0.9em;
	line-height:2.5em;
}

/* Featured  */
#featured {
	color:#fff;
	margin:1em 0 0 0;
}
#featured li {
	margin:0;
	float:left;
	list-style:none;
	display:inline;
	line-height:2em;
	padding-left:0;
	background:none !important;
}
.featured_price,
.featured_image {
	width:190px !important;
}
.featured_image img {
	float:left;
	width:190px;
}
#featured li.featured_price {
	width:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	background-color:#fff !important;
}
.featured_beds {}
.featured_baths {}
.featured_button {
	margin:0 0 20px 0 !important;
}


/*----------------------------------------------------
------------------------------------------------------
	FOOTER	
------------------------------------------------------
----------------------------------------------------*/
#footer p {
	margin:0;
	color:#555;
	font-size:1.1em;
	line-height:1.3em;
}
#footer a {
	color:#555;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer .footer-disclaimer {
	margin:1em 0;
}
.footer-links {
	float:left;
}
.footer-copy {
	float:right;
}


/*----------------------------------------------------
------------------------------------------------------
	POSTS	
------------------------------------------------------
----------------------------------------------------*/
.pagetitle {
	margin-bottom:0;
	font-size:1.8em;
	padding:3px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.post {
	margin-bottom:50px;
	clear:both;
	background-color:#fff;
}
.single {
	margin-bottom:25px !important;
}

/* post header */
.post-header {
	clear:both;
	margin-bottom:20px;
}
.post-title {
	margin:0;
	display:block;
	font-size:2.6em;
	font-weight:normal;
	line-height:1.1em;
	color:#fff;
	background:#417a9b url(images/blue-rounded-top.gif) no-repeat 0 0;
}
	.single .post-title {
		padding:15px;
	}
.post-title a {
	display:block;
	padding: 5px 3px 3px 3px;/* 15px; */
	color:#fff;
	text-decoration:none;
	background:#417a9b url(images/blue-rounded-top.gif) no-repeat 0 0;
}
	.post-title a:hover {
		color:#2b5167;
		text-decoration:none;
		background:#b2cee3 url(images/blue-rounded-top-hover.gif) no-repeat 0 0;
	}
.post-header-bottom {
	clear:both;
	margin:0;
	padding:0 15px;
	display:block;
	overflow:auto;
	background-color:#fff;
}
.post-date {
	clear:both;
	float:right;
	margin:0;
	color:#6b8237;
	font-size:1em;
	font-weight:bold;
}
.single .post-header-bottom {
	text-align:right;
}
.single .post-date {
	float:none;
}
.post-comments {
}
.post-comments a {
	font-weight:bold;
	padding-left:20px;
	background:transparent url(images/comments.gif) no-repeat 0 50%;
}
.post-author {
	 width:75px;
	 padding-left:1em;
	 float: right;
	 margin: 7px 7px 0 0;
	 position: relative;
}
.post-author a {
	display: block;
}
.post-author img {
	width:75px;
	display: block;
	z-index: 999;
	position: relative;
}
.post-author-link {
}
.ph_devider {
	display: none;
}
.post-author-link {
	font-size: .6em;
	padding-left: 3px;
}
.post-author-link a {
	text-decoration: underline;
	background: none;
	display: inline;
}
.post-author-link a:hover {
	background: none;
	background:#AFCFE6 none no-repeat 0 0;
}
.hr-authored-by {
}


/* post footer */
.post-footer {
	border-top:1px solid #f3f3f3;
}
.post-footer-inner {
	padding:10px 15px;
	overflow:auto;
	background:#fff url(images/white-rounded-bottom.gif) no-repeat 0 100%;
}
.post-footer p {
	margin:0;
	font-size:1.1em;
	line-height:1.5em;
}
.post-tagscat {
	float:left;
}
.post-subscribe {
	margin:0 0 0 10px;
	float:right;
	padding-left:14px;
	background:transparent url(images/feed-icon-12x12.png) no-repeat 0 50%;
}


/* entry */
.entry {
	padding:0 15px;
	font-size:1.2em;
}
.entry p,
.entry li {
	font-size:1em;
	line-height:1.7em;
}
.entry li {
	margin:.25em 2.5em;
}
p.singlepost-footer {
	padding:15px;
	font-size:1.1em;
	background-color:#ccc;
}

/* next and previous navigation */
.navigation {
	float:left;
	width:100%;
	padding:5px 0;
	margin-top:0;
	margin-bottom:25px;
	font-size:1.1em;
}
.navigation .alignleft {
	margin:.25em 10px .25em 0;
}
.navigation .alignright {
	margin:.25em 0 .25em 10px;
}


/* Comment
**************************/
.commentlist {}
.commentlist p {
	font-size:1em;
}
.commentlist li {
	margin:0 0 0 2.5em;
	padding:15px;
	border-bottom:1px dashed #ccc;
}
.commentlist li.alt {
}
.commentinfo {
	padding-bottom:.25em;
}
li.alt .commentinfo {
}

.commentinfo,
.commentinfo cite,
.commentinfo em {
	font-weight:bold;
}
.commentinfo {
	font-size:1.1em;
}

#commentform {
	padding:25px;
	background-color:#fff;
	border:1px dashed #ccc;
}
#commentform label {
	font-size:1.2em;
}

textarea#comment {
	width:100%;
}
#submit {
	margin-top:10px;
}