/*
Theme Name: Hendrix Properties
Theme URI: http://wordpress.org/
Description: Hendrix Properties WordPress theme by <a href="http://www.1310studios.com/">1310 Studios</a>.
Version: 1.0
Author: Jonathan Aron
Author URI: http://www.1310Studios.com/
Tags: red, tan, gray, custom design, fixed width, two columns
*/

/*RESET*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg-body.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 45px;
}

/*HEADINGS*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 100%;
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #333;
	text-transform: uppercase;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	border-bottom: 1px solid;
}
#sidebar h1 {font-size: 18px;}
#sidebar h2 {font-size: 18px;}
#sidebar h3 {font-size: 16px;}
#sidebar h4 {font-size: 16px;}
#sidebar h5 {font-size: 12px;}
#sidebar h6 {font-size: 12px;}
h1, h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6B297;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
	border-bottom-color: #92826D;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentMain h3,
#contentMain h4,
#contentMain h5,
#contentMain h6 {
	margin-top: 15px;
	margin-bottom: 0;
}

h3, h4 {font: bold 16px Arial, Helvetica, sans-serif;}

h5, h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #900;
}

/* GENERAL */

h1 a {
	color: #CC6600;
	text-decoration: none;
}
h1 a:hover {color: #FF9900;}
h2 a, h3 a {color: #600;text-decoration: none;}
h2 a:hover, h3 a:hover {color: #900;text-decoration: underline;}
p, .bannerDescription {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
p a {color: #900;}
p a:hover {color: #C00;}
img {border-style: none;}
#contentMain ul li a {color:#900}
#contentMain ul li a:hover {color:#C00}

/*FLOATS*/

.alignleft {
float:left;
padding-top:5px;
padding-right: 10px;
padding-bottom: 5px;
}
.alignright {
float:right;
padding-top:5px;
padding-right: 10px;
padding-bottom: 5px;
}

/*CONTAINER*/

#wrapper {
	width: 960px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

/*HEADER*/

#header {
	background: #FFF;
	padding: 12px;
}
#header #logo {float: left;}
#header #headerText {
	float: right;
	width: 600px;
	padding-top:22px;
}
#header #headerText p {
	float: left;
	padding-left:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999;
	font-style:italic
}

/*MAIN MENU*/

#nav {
	width: 100%;
	height: auto;
}
#navMain {
	padding: 8px 0 8px 24px;
	background: url(images/bg-nav.gif) repeat-y center top;
}
#navMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
}
/*Top level list items*/
#navMain ul li {
	position: relative;
	display: inline;
	float: left;
	z-index: 1000;
	color: #fff;
	padding: 0 0 0 6px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#navMain ul li.first {
	padding: 0;
	background: none;
}
/*Top level menu link items style*/
#navMain ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
	padding: 6px 8px 6px 8px;
}
* html #navMain ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float: left;
}
* html #navMain ul li ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	float: none;
}
#navMain ul li a:hover, #navMain .current_page_item a, #navMain .select a {
	text-decoration: none;
	background: #721304;
	color: #fff;
}
/*1st sub level menu*/
#navMain ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0 0 0 6px;
	background: #721304;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navMain ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	font-size: 12px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navMain ul li ul li ul {
	top: 0;
	background: #721304;
	margin: 0;
}
/* Sub level menu links style */
#navMain ul li ul li a, #navMain ul li.current_page_item ul a, #navMain ul li.select ul a {
	width: 160px; /*width of sub menus*/
	height: auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #5E0A03;
	background: #721304;
	border-top-width: 0;
	text-align: left;
	text-decoration: none;
	color: #E8D0B2;
	text-transform: capitalize;
}
#navMain ul li ul li a:hover, #navMain ul li ul li.select a { /*sub menus hover style*/
	color: #fff;
	background: #841707;
}
/* Sub level menu links style */
#navMain ul li ul li ul li a, #navMain ul li.current_page_item ul ul a, #navMain ul li.select ul ul a {
	border-bottom: 1px solid #5E0A03;
	background: #721304;
}
#navMain ul li ul li ul li a:hover { /*sub menus hover style*/
	color: #fff;
	background: #841707;
}

/*MAIN BANNER*/

#banner #bannerText {
	height: 215px;
	width: 270px;
	float: left;
	background: #880A0A;
	color: #D4B894;
	padding: 30px;
	overflow: auto;
}
#banner #bannerText a {color: #D4B894;}
#banner #bannerText a:hover {color: #FFF;}
#banner #bannerText h1 {
	font-size: 28px;
	color: #FFF;
	border: none;
}
#banner #bannerImage {float: left; height: 275px; width: 630px; overflow:hidden;}
#banner #bannerImage img {
	height: 275px;
	width: 630px;
}

/*HOME SLIDES*/

#mySlides .featuredText {
	height: 215px;
	width: 270px;
	float: left;
	background: #896E56;
	color: #D4B894;
	padding: 30px;
	overflow: auto;
}
#mySlides .featuredText h4 {
	font-size: 28px;
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
#mySlides .featureLink a {
	color: #EFCFA8;
	text-decoration: none;
	background: url(images/arrow-feature.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
}
#mySlides .featureLink a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mySlides #featuredImage {float: left;list-style:none;padding:0;margin:0;height: 275px;width: 630px;overflow:hidden;}
#mySlides #featuredImage img {
	height: 275px;
	width: 630px;
}

/*HOME BUTTONS*/

#sidebar #homeButtons {
	width: 280px;
	padding-right: 15px;
	margin-bottom: 15px;
	height: 97px;
	background: #5E0A03;
}
#sidebar #homeButtons .button a {
	background: #750708 url(images/bg-home-buttons.gif) no-repeat left center;
	display: block;
	padding: 7px 7px 7px 60px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #A3927D;
	text-decoration: none;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#sidebar #homeButtons .button a:hover {color: #FFF;}

/*MAIN CONTENT*/

#content.home {background: #A3927D url(images/bg-home.gif) repeat-x center top;}
#content {
	background: #A3927D url(images/bg-page.gif) repeat-x center top;
	width: 890px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	padding: 15px 15px 0px 15px;
}
#content #contentShell {
	background: url(images/bg-content.gif) repeat-y center top;
	width: 890px;
	text-align:left;
}
#content ul, #content ol {
	margin: 15px 25px;
	font-size: 12px;
}
#content li {padding-bottom: 5px;}
#content blockquote {
	display: block;
	padding: 8px;
	background: #E1D5CC;
	color: #877867;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .wpcf7 {
	padding: 25px;
	background: #EEE;
}
#content #contentMain {
	float: right;
	width: 545px;
	background: #FFF;
	padding: 25px;
}
#content #contentMain .articles {
margin-top: 25px;
padding: 15px 25px 10px 25px;
background-color: #EEE;
color: #333;
}
#content #contentMain .articles a {color: #333;}
#content #contentMain .articles a:hover {color: #666;}
#content #sidebar .articles .sideArticle {
margin-top: 10px;
padding: 15px;
background-color: #786C5E;
}

#content #contentMain .agent {
padding:20px;
float:left;
text-align:center;
margin-right: 10px;
width: 125px;
background: url(images/bg-fade-white.jpg) repeat-x center top;
}
#content #contentMain .agent p {font-size: 11px;line-height:normal;}
#content #contentMain .agent img {padding:10px;background-color:#D6D3D1;}

/*LISTINGS and SEARCH IDX*/

#content #sidebar #sideSearch form {
	width: 250px;
	padding: 15px;
	background: #BAAE91;
	line-height: 24px;
	margin-bottom: 15px;
}
#content #contentMain #mainSearch form {
	width: 515px;
	padding: 15px;
	background: #EEE;
	line-height: 24px;
	margin-bottom: 15px;
}
#content #sidebar #sideSearch .formLabel {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#content #contentMain #mainSearch .formLabel {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#content #searchBttn {margin-top: 10px;}
#content #sidebar #idxwidget .idxprop {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background: #BAAE91;
	font-size: 11px;
	color: #333;
}
#mainSearch {
background-color: #FFF;
width: 910px;
text-align:center;
margin-left:auto;
margin-right:auto;
padding-top:25px;
padding-left: 5px;
padding-right: 5px;
}

/*COMMENTS*/

.commentlist {margin-top: 10px;}
.commentlist p {padding:0;margin:0}
.comment {margin-bottom:10px;padding:10px;background-color: #eee;}
.commentlist .author {background-color: #F4E4D4;}
.commentlist .author .avatarwrap {background-color: #fff;}
.commentlist .author .commentMeta {color: #630;}
.avatarwrap {
float: left;
width: 50px;
padding: 5px;
background-color: #ccc;
}
.commentlist .adminComment {background-color: #EFDAC7;}
.commentMeta {
color: #666;
font-size: 10px;
}
#commenttxt {float:left;width:400px;font-size:11px;padding-left:20px;}
#respond fieldset {border:none;}
#respond #commentform {margin-top:5px;}
#respond #commentform #comment {width: 500px;}

/*PAGE NAVIGATION*/

.wp-pagenavi {
	clear: both;
	font-size: 11px;
	margin-top:25px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background-color: #eee;
	padding: 5px 7px;
	margin-right: 5px;
	color: #333;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #666;
	color: #FFF;
}
.wp-pagenavi span.current {font-weight: bold;}

/*SIDEBAR*/

#content #sidebar {
	float: right;
	width: 295px;
	padding-bottom: 15px;
}
#content.subpage #sidebar {
	width: 280px;
	padding-right: 15px;
	padding-top: 25px;
	background: #A3927D url(images/bg-sidebar.gif) repeat-x;
}
#content #sidebar .widget {margin:25px 0;}
#content #sidebar #sideSearch {margin: 15px 0;}
#sidebar h5, #sidebar h6 {color: #300;}
#content #sidebar p {color: #4C3C39;}
#content #sidebar a {color: #4C3C39;}
#sidebar ul, #sidebar ol {color: #4C3C39;}
#sidebar blockquote {
	background: #8C7D6B;
	color: #4C3C39;
}
#content #sidebar .articles .sideArticle p,
#content #sidebar .articles .sideArticle p a {color: #E9D6C6;}
#content #sidebar .articles .sideArticle p {
font-size: 11px;
line-height: normal;
}
#content #sidebar .articles .sideArticle h5 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border: none;
color: #FFF;
}
#content #sidebar .articles .sideLink {
margin-top:15px;
text-align: center;
font-family: Georgia, Times, serif;
}
#content #sidebar .articles .sideLink a {
color: #333;
font-weight: normal;
font-size: 14px;
}

#content #sidebar .articles .sideLink a:hover {color: #600;}

#content #sidebar .sideItem {
background: #823737 url(images/bg-sideitem.jpg) repeat-x center top;
padding: 20px;
}
#content #sidebar .sideItem p {
color: #D4D1A6;
font-size: 10px;
line-height: 14px;
margin:0px;
}
#content #sidebar .sideItem h3 {
color: #FFF;
font-size: 18px;
line-height: 14px;
text-transform: capitalize;
border:none;
padding: 0px;
}
#content #sidebar .sideItem h3 a {
color: #FFF;
text-decoration: underline;
}
#content #sidebar .sideItem h3 a:hover {color: #D4D1A6;}
#content #sidebar #linklist {
margin-top:25px;
margin-bottom: 25px;
}
#content #sidebar #linklist h3 {margin-bottom: 15px;}
#content #sidebar #linklist .sidelink {
margin-top:10px;
font-size: 11px;
color: #333;
padding: 0 20px 0 20px;
}
#content #sidebar #linklist .sidelink a {font-weight: bold;}

#content #sidebar #agentInfo {text-align:center;margin-top:25px;}
#content #sidebar #agentInfo img {padding:15px;background-color:#FFF;}
#content #sidebar #bttnSearch a {text-transform:uppercase; text-align:center; text-decoration:none; font-weight:bold;padding:8px;background-color:#786C5E;display:block;color:#fff;}

/*HOME SIDEBAR*/

#sidebar #locationlist, #sidebar #agentList {
	width: 240px;
	padding: 20px;
	margin-top: 5px;
	background: transparent url(images/bg-homeside.jpg) repeat-x left top;
}
#sidebar #locationlist h3, #sidebar #agentList h3 {
	padding-bottom: 0;
	margin-bottom: 15px;
	line-height: 20px;
	border-bottom-style: none;
	color: #4C3C39;
	font-style: italic;
	text-transform: none;
}
.home #sidebar h3 {margin-right:15px;}

/*FOOTER*/

#footerBar {
	background: #600;
	width: 920px;
	height: 5px;
	display: block;
	overflow: hidden;
}
#footer {
	margin-left: 20px;
	width: 920px;
	background: #261918 url(images/bg-footer.jpg) repeat-y;
}
#footer h3 {
	font-size: 18px;
	color: #A3937D;
	padding-bottom: 0px;
	border-style: none;
	margin-bottom: 3px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p {
	font: italic 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #886D55;
	margin: 0px 0px 2px;
	padding: 0px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3937D;
	font-style: normal;
}
#footer a:hover {color: #FFF;}
#footer .footerOne {
	width: 150px;
	min-height: 132px;
	background: url(images/footer-chad.jpg) no-repeat left bottom;
	padding: 25px 25px 25px 135px;
}
#footer .footerTwo, #footer .footerThree {
	width: 255px;
	padding: 25px;
}
#footer .footerItem {float: left;}
#navBottom {
	background: #896E56;
	padding: 10px;
	list-style: none;
}
#navBottom ul {
	list-style: none;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
#navBottom li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#navBottom li a {color: #C6C4A1;}
#navBottom li a:hover {color: #FFF;}
#footnote {
	background: #261817;
	width: 910px;
	margin-left: 20px;
	padding: 5px;
	color: #A3927D;
	text-align: center;
	clear: both;
}
#footnote p {
	font-size: 10px;
	font-style: italic;
}

