/*   
Theme Name: Ward Real Estate
Description: Custom Theme for Ward Real Estate
Author: Eric Bramlett via Displet.com
Author URI: http://displet.com
*/

/******************
Global Styles
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background-image: url(images/bg_header.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	color: #414D50;
}

img {border: 0;}

img.alignright {float:right; margin: 0 0 10px 10px;}

img.alignleft {float:left; margin: 0 10px 10px 0;}

img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

a {
	color: #4C0049;
}

a:hover {
	text-decoration: none;
}

sup {
	font: 8px/8px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.right {float: right;}

.left {float:left;}

.clear {clear:both;}

/******************
Image Replacement Styles
******************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#logo_ward_real_estate {
  width: 162px;
  height: 203px;
  line-height: 203px;
  background-image: url(images/logo_ward_real_estate.png);
  float: left;
}

#logo_ward_real_estate a {
  width: 162px;
  height: 203px;
  line-height: 203px;
}

#cta_facebook {
  width: 99px;
  height: 71px;
  line-height: 71px;
  background-image: url(images/cta_facebook.png);
  float: right;
}

#cta_facebook a {
  width: 99px;
  height: 71px;
  line-height: 71px;
}

#cta_wordpress {
  width: 35px;
  height: 36px;
  line-height: 36px;
  float: left;
  padding: 17px 0px 0px 15px;
}

#cta_wordpress a {
  width: 35px;
  height: 36px;
  line-height: 36px;
  background-image: url(images/cta_wordpress.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#cta_displet {
  width: 103px;
  height: 26px;
  line-height: 26px;
  float: right;
  padding: 22px 10px 0px 0px;
}

#cta_displet a {
  width: 103px;
  height: 26px;
  line-height: 26px;
  background-image: url(images/cta_displet.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

/******************
Wrapper Styles
******************/
#wrapper {
	width: 970px;
	margin: 0px auto;
}

/******************
Header Styles
******************/
#header {
	padding-left: 50px;
	height: 208px;
}

#header_right {
  float: right;
  width: 700px;
}

#header_top {
  padding-top: 25px;
  height: 69px;
}

#header_email, #header_phone {
  float: right;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-position: 0px center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 40px;
  margin-left: 20px;
}

#header_email a {
  color: #fff;
}

#header_email {
  background-image: url(images/icon_email.png);
}

#header_phone {
  background-image: url(images/icon_phone.png);
  padding-left: 45px;
}

#header_bottom {
  
}

/******************
Navigation Styles
******************/
#navigation_wrapper {
  float: left;
  width: 484px;
  height: 75px;
  padding-top: 24px;
}

#navigation {
  background-image: url(images/bg_navigation.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 484px;
  height: 75px;
  padding: 0px 0px 0px 0px;
}

#nav {
  padding: 1px 0 0 12px;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: none;
}

#nav li a:hover {
  background-position: 0px bottom;
}

#nav li#nav_home a {
  width: 89px;
  background-image: url(images/nav_home.png);
}

#nav li#nav_buy a {
  width: 73px;
  background-image: url(images/nav_buy.png);
}

#nav li#nav_sell a {
  width: 77px;
  background-image: url(images/nav_sell.png);
}

#nav li#nav_new_homes a {
  width: 131px;
  background-image: url(images/nav_new_homes.png);
}

#nav li#nav_about a {
  width: 90px;
  background-image: url(images/nav_about.png);
}

/******************
Quick Search Styles
******************/
#quicksearch_wrapper {
  height: 75px;
  padding-bottom: 30px;
}

.blog #quicksearch_wrapper, .single #quicksearch_wrapper, .archive #quicksearch_wrapper {
  display: none;
}

#quicksearch {
  height: 54px;
  background-image: url(images/bg_quicksearch.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#quicksearch_header {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 86px;
  height: 44px;
  padding: 10px 0px 0px 15px;
  text-transform: uppercase;
}

#quicksearch_fields {
  float: left;
  padding: 15px 0px 0px 20px;
  width: 650px;
}

#quicksearch_fields input.displet {
  height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  width: 111px;
  border: 1px solid #939FA0;
  background-image: url(images/bg_displet_input.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  font-size: 11px;
  font-family: Georgia;
  color: #717f81;
  float: left;
}

#cta_search_now {
  float: right;
  padding: 0px 10px 0px 55px;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url(images/icon_magnifying_glass.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}

#cta_search_now a {
  text-decoration: none;
}

#cta_search_now a:hover {
  text-decoration: underline;
}

#cta_advanced_search {
  height: 21px;
  line-height: 21px;
  text-transform: uppercase;
  float: right;
  padding: 0px 10px;
  background-color: #3E4F51;
  font-size: 10px;
}

#cta_advanced_search a {
  text-decoration: none;
  color: #fff;
}

#cta_advanced_search a:hover {
  text-decoration: underline;
}

/******************
Featured Areas Styles
******************/
#featured_areas_wrapper {
  height: 269px;
  padding-bottom: 30px;
  background-image: url(images/bg_featured_areas.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.page-template-page-left-slim-php #featured_areas_wrapper, .page-template-page-right-slim-php #featured_areas_wrapper, .blog #featured_areas_wrapper, .single #featured_areas_wrapper, .archive #featured_areas_wrapper {
  display: none;
}

#featured_areas {
  padding: 15px 20px 0px 19px;
}

#featured_areas_left {
  float: left;
  padding-top: 3px;
  width: 275px;
}

#featured_areas_left h3 {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: normal;
}

#featured_areas_left ul {
  
}

#featured_areas_left ul li a {
  background-image: url(images/bg_banner_menu.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 52px;
}

#featured_areas_left ul li.current a, #featured_areas_left ul li a:hover {
  background-position: 0px 0px;
  color: #1B1718;
}

#cta_featured_areas {
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  padding-right: 10px;
}

#cta_featured_areas a {
  color: #fff;
}

#featured_areas_right {
  float: right;
  padding-top: 5px;
}

/******************
Featured Listings Styles
******************/
#featured_listings_wrapper {
  padding-bottom: 30px;
}

/******************
Content Styles
******************/
#content {
	padding-bottom: 10px;
}

.home #content {
  background-image: url(images/bg_columns_bottom.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
}

#main {
  float: left;
  width: 660px;
}

#sidebar {
  float: right;
  width: 250px;
}

.home #main, .page-template-page-left-php #main, .page-template-page-left-slim-php #main {
  float: right;
}

.home #sidebar, .page-template-page-left-php #sidebar, .page-template-page-left-slim-php #sidebar {
  float: left;
}

/******************
Post Styles
******************/
#posts {
  
}

.post {
  padding: 25px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  margin-bottom: 30px;
}

.post_left {
  float: left;
  width: 95px;
  font-family: Tahoma;
  font-size: 11px;
}

.post_right {
  float: right;
  width: 490px;
}

.post_avatar {
  padding: 5px;
  background-color: #303D3F;
  margin-bottom: 15px;
}

.post_comments {
  padding: 0 0 15px 22px;
  background-image: url(images/icon_comments.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.post_categories {
  text-decoration: underline;
}

.post_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.post_title a {
  text-decoration: none;
  color: #424e50;
}

.post_title a:hover {
  text-decoration: underline;
}

.post_author {
  font-weight: bold;
  font-style: italic;
  padding-bottom: 5px;
}

.post_date {
  padding-bottom: 15px;
}

.post_content {
  
}

.meta_lists {
  border-bottom: 1px solid #C5C9C9;
  border-top: 1px solid #C5C9C9;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.meta_lists h4 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}

.tags_list {
  float: left;
  width: 130px;
  padding-right: 10px;
}

.tags_list li {
  padding: 0px 0px 10px 30px;
  background-image: url(images/icon_tag.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

.tags_list a {
  color: #303D3F;
}

.categories_list {
  float: left;
  color: #4C0049;
}

.categories_list li {
  padding: 0px 0px 10px 25px;
  background-image: url(images/icon_check.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

/******************
Comments Styles
******************/
#comments {
  border-bottom: 1px solid #C5C9C9;
  margin-bottom: 20px;
}

#comments h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

.comment {
  
}

.comment_meta {
  padding: 0px 0px 20px 25px;
  background-image: url(images/icon_flag.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.comment_message {
  padding-bottom: 25px;
}

/******************
Comment Form Styles
******************/
#comment_form_section {
  
}

#comment_form_section h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

#required_fields {
  float: right;
  width: 102px;
  height: 43px;
  padding-top: 25px;
  background-image: url(images/bg_required_fields.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-align: center;
}

.purple {
  color: #FF15FF;
}

#comment_form_section .field {
  width: 265px;
}

#comment_form_section textarea {
  width: 270px;
  height: 110px;
}

#comment_form_section p {
  padding-bottom: 10px !important;
}

/******************
Sidebar Styles
******************/
#sidebar h2 {
  border-bottom: 1px solid #C5C9C9;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#sidebar ul.treeview {
  
}

#sidebar ul.treeview li {
  padding-bottom: 15px;
}

#sidebar ul.treeview li a {
  color: #303D3F;
  background-image: url(images/icon_treeview_blue.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

#sidebar ul.treeview li a:hover {
  color: #4C0049;
  background-image: url(images/icon_treeview_purple.png);
}

#sidebar .section {
  padding-bottom: 20px;
}

#sidebar h2.contact_title {
  color: #fff;
  text-transform: uppercase;
  background-image: url(images/bg_contact_title.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  line-height: 41px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
}

#cf7_form_box {
  border: 1px solid #d7d7d7;
  padding: 19px 0px 9px 19px;
}

#cf7_form_box p {
  padding-bottom: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 175px;
  height: 29px;
  padding-left: 35px;
}

.wpcf7-form-control-wrap input {
  height: 29px;
  background: none;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Georgia;
  font-size: 12px;
  color: #303D3F;
  width: 175px;
}

.wpcf7-form-control-wrap.name {
  background-image: url(images/bg_field_name.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.wpcf7-form-control-wrap.email {
  background-image: url(images/bg_field_email.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.wpcf7-form-control-wrap.phone {
  background-image: url(images/bg_field_phone.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.wpcf7-form-control-wrap.message {
  background-image: url(images/bg_field_message.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 68px;
  padding-top: 10px;
}

.wpcf7-form-control-wrap.message textarea {
  border: none;
  background: none;
  width: 175px;
  height: 68px;
  font-size: 12px;
  font-family: Georgia;
  color: #303D3F;
}

#contact_submit a {
  display: block;
  width: 210px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  background-image: url(images/bg_contact_submit.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-align: center;
}

#contact_submit a:hover {
  text-decoration: underline;
}

/******************
Main Styles
******************/
#main h2 {
  border-bottom: 1px solid #C5C9C9;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#main p {
  padding-bottom: 20px;
}

/******************
Footer Styles
******************/
#footer_wrapper {
  padding: 20px 0;
}

#footer {
	height: 69px;
	background-image: url(images/bg_footer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Tahoma;
}

#footer_left {
  float: left;
  width: 205px;
}

#footer_powered {
  float: left;
  color: #fff;
  padding: 15px 0px 0px 15px;
}

#footer_right {
  float: right;
  width: 750px;
}

/*Footer Nav*/
#footer_navigation {
  float: left;
  line-height: 12px;
  padding: 30px 0 0 40px;
}

#footer_nav {
  
}

#footer_nav li {
  float: left;
  padding: 0px 10px;
  background-image: url(images/border_footer_nav.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

#footer_nav li a {
  color: #424e50;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: underline;
}

#footer_nav li.first {
  background: none;
}

#footer_copyright {
  float: right;
  padding: 30px 15px 0px 0px;
  line-height: 12px;
}

/******************
Dimension Styles
******************/
.width_65 {width: 65px;}

/******************
Margin/Padding Styles
******************/
.padright_9 {padding-right: 9px;}
