/*
Theme Name: VitaminSEO theme
Theme URI: http://www.vitaminseo.com.au/
Description: This is the vitaminseo theme. It is especially optimised to be search engine friendly.
Version: 1.2.1
Author: Brian Porteous
Author URI: http://www.vitaminseo.com.au
Tags: seo

This theme was developed by Brian Porteous and Michelle Rupisan.
It owes a great deal to the brilliant work of Matthew James Taylor http://matthewjamestaylor.com/

*/

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,                           
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* General styles */
/*-------------------------------------------------------------------------------------------*/
body {
	font: 12px "Arial", "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Sans-Serif; 
	line-height: 1.5; 
	color: #333; 
	background: url("images/gradient-grey-bg.jpg") repeat-x;
}	
h1, h2, h3, h4, h5, h6  {
	margin: 0; 
	font-family: "Arial", "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Sans-Serif;
	color: #333;
}
h1  {font-size: 30px;} 
h2  {font-size: 24px;} 
h3  {font-size: 20px;} 
h4  {font-size: 18px;} 
h5  {font-size: 14px;} 
h6  {font-size: 12px;}
p  {margin: 0;}
a:link, a:visited  { color: #72B84C; text-decoration:none; font-weight: bold; }
a:hover  { text-decoration:underline; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}
.upper {
  text-transform: uppercase;
  font-weight: bold;
}
.cb {
	clear: both;
}
.lower {
  text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
	text-align: left;
	width: 67px;
	vertical-align: bottom;
}
#footer a.under {
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------*/
/* print elements */
/*-------------------------------------------------------------------------------------------*/
#print-header, #print-property-details, #print-agent-information {
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/* layout */
/*-------------------------------------------------------------------------------------------*/

#fixed {
   margin:0 auto;
   width: 974px;   /* you can use px, em or % orig 956px */
   text-align:left;
   position: relative;
}
#outer-container {
	float: left;
	background: url("images/outer-top-bg.jpg") no-repeat;
	width: 972px;
  height: 79px;
	
}
/*-------------------------------------------------------------------------------------------*/
/* Header styles */
/*-------------------------------------------------------------------------------------------*/
#header {
	width: 972px; /*old value 956px;*/
	background: url("images/content-bg.png") repeat-y;
  height: 63px;
  margin-top: 79px; /*height of outer container*/
}
#header a{
	text-decoration:none;
}
#header img {
  margin: 4px 0 0 15px;
}
#logo {
  height: 50px;
  width: 263px;
}
#header-nav {
  float: right;
  margin: 25px 20px 0;
  color: #6c7275;
  text-transform: uppercase;
  font-size: 10px;  
}
#header ul {
	clear:left;
	float:left;
	width:900px;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	position: absolute;
	left: 28px;
	top: 62px;
}
#header ul li {
  float:left;
}
#header ul li a {
	display:block;
	float:left;
	padding:3px 16px;
	text-decoration:none;
	margin-left:5px;
}
/*-------------------------------------------------------------------------------------------*/
/* column container */
/*-------------------------------------------------------------------------------------------*/
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
.colmask leftmenu{
	float:left;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
}
.leftmenu .col1-homepage {
	margin:0 7px 0 214px;
	position:relative;
	right:100%;
	overflow:hidden;
}
/*-------------------------------------------------------------------------------------------*/
/* 2 column right menu settings */
/*-------------------------------------------------------------------------------------------*/
.rightmenu {
    background: url("images/content-bg.png") repeat-y scroll 0 0 transparent;
    float: left;
    width: 972px;	
}
.rightmenu .colleft {
	float: right;
	width: 200%;
	margin-right: -200px;
	position: relative;
	left: 100%;
}
.rightmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 982px; /*50%*/
}
.rightmenu .col1 {
	margin:0 200px 0 125px;
	overflow:hidden;
}
.rightmenu .col2 {
	float: left;
	width: 316px;
	position: relative;
	right: 200px;
}
/*-------------------------------------------------------------------------------------------*/
/* 2 column right  180 settings */
/*-------------------------------------------------------------------------------------------*/
.rightmenu .col1-180 {
	margin:0 200px 0 0;
	overflow:hidden;
}
.rightmenu .col2-180 {
  /*background: url("images/sidebar-content-bg.jpg") repeat-y scroll right top transparent;*/	
  float: left;
	width: 180px;
	position: relative;
	right: 195px;
}
.col2-180 #left-sidebar {
  margin-left: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/* one column */
/*-------------------------------------------------------------------------------------------*/
.onecolumn {
  background: url("images/content-bg.png") repeat-y scroll 0 0 transparent;
  width: 972px;
}
/*-------------------------------------------------------------------------------------------*/
/* holy grail 3 column settings */
/*-------------------------------------------------------------------------------------------*/
.holygrail {
  background: url("images/content-bg.png") repeat-y;
	/*margin: 0 1px 0 1px; 0px 29px 0 29px;*/
	float:left;
	width: 972px; /* old value 898px; for 956width*/
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-182px; 	/* Width of right column */
	position:relative;
	right:100%;        
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:396px;         	/* Left column width + right column width */
}
.holygrail .col1wrap {
  float:left;
	width:50%;
	position:relative;
	right:214px;        	/* Width of left column */
}
.holygrail .col1 {
	margin:0 164px 0 214px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	  left:200%;
	  overflow:hidden;
	width:500px;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:214px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-had side padding on the left column */
}
/*-------------------------------------------------------------------------------------------*/
/* begin homepage */
/*-------------------------------------------------------------------------------------------*/
#homepage-content {
	float: left;
	width: 498px;
}
#intro-content {
	width: 570px;
}
/*-------------------------------------------------------------------------------------------*/
/* content */
/*-------------------------------------------------------------------------------------------*/
#content{
  float:left;
  padding:0 3px 5px;
  color: #666666;
}
#featured-property-image img {
  /*border: medium solid #529931;*/
}
#property-content-left-container {
  float: left;
  width: 375px;
}
#property-content-left-container ul, #property-content-left-container ol {
	margin-bottom: 20px;
}
#property-content-left-container ul {
	list-style-type: disc;
	margin-left: 20px;
}
#property-desc p {
  color: #6c7275;
  margin-bottom: 15px;
}
#property-agent-details-container {
  float: left;
  width: 376px;
}
#property-agent-details {
  background: url("images/property-agent-bg.gif") no-repeat;
  width: 376px;
  height: 21px;
}
#property-highlights {
	font-weight: bold;
}
#agent-details-content{
  padding: 10px 0 10px 0;
  float: left;
}
#agent-details-content .agency{
  clear: both;
  margin-bottom: 10px;
}
#agent-details-content .agency-img-placeholder {
  float: left;
  margin-bottom: 10px;
  width: 146px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#agent-details-content .agency-img-placeholder span {
  margin-left: 36px;
}
#agent-details-content img{
  float: left;
}
#agent-info {
  color: #171411;
  font-size: 11px;
  margin: 0 5px;
  width: 205px;
  margin-left: 155px;
}
#agent-info .upper {
  text-transform: uppercase;
  font-weight: bold;
}
#request-more-info-container {
  float: left;
  width: 376px;
  margin-bottom: 10px;
}
#request-more-info {
  background: url("images/request-more-info-bg.gif") no-repeat;
  width: 376px;
  height: 20px;
}
#request-more-info-container table {
  margin: 10px 0 0 10px;  
}
#request-more-info-form td {
  vertical-align: top;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #171411;
  font-size: 11px;
  width: 80px;
}
#request-more-info-form input, #request-more-info-form textarea {
  background-color: #9DC48A;
  width: 282px;
}
#request-more-information .button-send-enquiry {
  float: right;
}
#property-details {
  background: url("images/property-details-bg.jpg") repeat-x left bottom #A1C78E;
  width: 198px;
  float: left;

  margin-left: 1px;
}
#request-more-information {
  min-height: 222px;
}
#request-more-information .success {
  background: url("images/green-tick.jpg") no-repeat scroll 0 0;
  height: 24px;
  margin-top: 10px;
  padding-left: 24px;
  padding-top: 6px;
}
#prop-details-title {
  background: url("images/black-bubble-long.gif") no-repeat;
  height: 37px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
}
.outgoing-notes {
  cursor: help;
  float: left;
}
.post {
  padding: 4px 0 10px 0;
  float: left;
}
.post p {
	padding-bottom: 10px;
}
#property-details-info {  
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #171411;
  border-collapse:separate;
  border-spacing:0 5px;
  font-size: 11px;
}
.pd-title {
  text-align: right;
  padding-right: 10px;
}
.print-page {
  cursor: pointer;
  padding-top: 5px;
}
#print-icon {
	float: right;
	background: url(images/big-printer-icon-bg.png) left top no-repeat;
}
a#print-icon:hover {
	background: url(images/big-printer-icon-bg.png) left -50px no-repeat;
}
/*-------------------------------------------------------------------------------------------*/
/* Begin left-sidebar col 2 */    
/*-------------------------------------------------------------------------------------------*/
#left-sidebar{
  width: 170px;
  min-height: 850px;
  margin-left: 15px; 
  padding-top: 2px; 
}
#left-sidebar h2 {
  background: url("images/sidebar-link-bg.png") no-repeat scroll 3px 2px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
}
#left-sidebar p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
}
#left-sidebar a.main-link {
	background-color: #71AB5A;
	margin-bottom: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;	
	display: block;
  margin-left: 4px;
  width: 152px;
}
#left-sidebar h2 a {
  text-decoration: none;
}
#left-sidebar p a {
  text-decoration: none;
}
#left-sidebar p a:link, #left-sidebar p a:visited {
  color: #fff;
}
#left-sidebar p.bubble-bg {
  background: url("images/black-bubble.gif") no-repeat scroll 3px 2px;
  height: 39px;
  padding: 4px 6px 0 0;
}
#left-sidebar #search-error-msg {
	margin-left: 10px;
	color: #fff;
}
a.left-sidebar-link {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin-left: 5px;
}
#property-search-content {
  background: url("images/property-search-content-bg.jpg") repeat-y right top #73B84D;
  width: 945px;
  float: left;
  height: 66px;
}
.search-arrow {
  left: 89px;
  top: 24px;
  position: absolute;
  z-index: 2; 
}
#property-search-content form {
  float: left;
  margin: 12px 0 0 9px;
}
#property-search-content table {
  float: left;
  width: 766px;
  text-align: center;
}
#property-search-content #sidebar-table-form .button-search {
  margin: 10px 5px 0 6px;
}
#property-search-container {
  float: left;
  margin: 0 17px 11px 0;
  width: 945px;
  position: relative;
}
#property-search-container p.bubble-bg {
  background: url("images/property-search-heading-2-bg.gif") no-repeat;
  height: 24px;
  float: left;
  width: 154px; 
}
#property-search-container #search-error-msg {
	position: absolute;
	left: 177px;
	top: 2px;
}
#search-error-msg {
	background: url(images/warning_16.png) left top no-repeat;
	padding-left: 24px;
	display: none;
}
#property-search-container p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;  
}
/*#adjust-width-min, #adjust-width-max {
  width: 80px;
  float: left;  
} */
.set-width {
  float: left;  
}
#adjust-width-min {
  float: left;
  margin-left: 4px; 
}
#property-details-min-size {
  margin-left: 2px !important;  
}
#property-details-min-size, #property-details-max-size, #adjust-width-min p, #adjust-width-max p {
  width: 70px!important;
}
#sidebar-table-form select {
  width: 150px;
}
#property-search-form select {
  width: 132px;
}
#sidebar-table-form input {
  width: 147px;
}
#property-search-form input { 
  width: 129px;
}
#sidebar-table-form .button-search {
  margin: 10px 5px 20px 6px;
}
#sidebar-table-form input, #sidebar-table-form select {
  margin: 0 0 10px 5px;
}
#sidebar-table-form input, #sidebar-table-form select, #property-search-form input, #property-search-form select { 
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
#sidebar-table-form tr td h2 {
  background: none;
  text-align: center;
  color: #000;
}
#sidebar-table-form tr td p {
  background: none;
  color: #000000;
  margin-left: 7px;
  text-align: left;
}
#property-search-form p {
  color: #000;
}
#back-to-search-right ul li {
	list-style-type: disc;
	margin-left: 30px;
	color: #000;
}
#left-sidebar ul{
}
#left-sidebar ul li {
}
#left-sidebar ul li a {
}
#left-sidebar ul li a:hover {
}    
#left-sidebar ul li.page_folder a {
}    
#left-sidebar ul li.page_folder ul li a {
}
#left-sidebar ul li a:hover,#left-sidebar ul a.current_page_item {
}
 
/*-------------------------------------------------------------------------------------------*/
/* begin right-sidebar col 3 */
/*-------------------------------------------------------------------------------------------*/
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:180px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}    
#right-sidebar {
  float: left;
  width: 170px;
  margin-left: 11px;
}

#right-sidebar img {
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/* Footer styles */
/*-------------------------------------------------------------------------------------------*/
#footer {
  background: url("images/footer-bg.jpg") no-repeat;
	clear:both;
	float:left;
	text-align: left;
	width: 972px;
	height: 72px;
}
#footer a {
 text-decoration: none;
}
#footer a:link, #footer a:visited, #header a:link, #header a:visited {
  color: #6c7275;
  font-weight: normal;
}
#footer p {
  font-size: 10px;
  color: #6c7275;
}
#footer #footer-nav{
  float: right;
  color: #6c7275;
  margin: 6px 20px 0 0;
  text-transform: uppercase;
  font-size: 10px; 
}
#footer #footer-bottom{
  margin: 28px 18px 0;
}
/*-------------------------------------------------------------------------------------------*/
  /* Blog styles */
/*-------------------------------------------------------------------------------------------*/
.post h1, .post h2, .post h3 {
     font-size: 16px;
     font-weight: normal;
     color: #529931;
}
/* end blog */

/* 3 column setting left 180px and right 200px */
    .holygrail .colmid-right-200 {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;        
    }
    .holygrail .colleft-right-200 {
        background: url("images/sidebar-content-bg.jpg") repeat-y top right;
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:385px;         	/* Left column width + right column width */
    }
    .holygrail .col1wrap-right-200 {
      float:left;
	    width:50%;
	    position:relative;
	    right:185px;        	/* Width of left column */
	}
	.holygrail .col1-right-200 {
        margin:0 203px 0 188px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	      left:200%;
	      /**overflow:hidden;**/
      
	}
	.holygrail .col2-right-200 {
    float:right;
    position:relative;
    right:0;
    width:185px;
}
  .holygrail .col3-right-200 {
    float:right;
    left:50%;
    margin-right:0;
    position:relative;
    width:200px
}
	   
/* end 3 column setting left 140px and right 300px */

/*-------------------------------------------------------------------------------------------*/
  /* Search Property Styles for 2 columns */
/*-------------------------------------------------------------------------------------------*/
.col1-180 #content {
  padding: 0;
}
#content-container {
  float: left;
  width: 945px;  
  min-height: 600px;
}
#search-results-content {
  float: left;
  position: relative;  
}
.arrow-img {
  position: absolute;
  top: 0px;
  left: 64px;
  z-index: 2;
}
#search-results-container {
  float: left; 
  width: 753px; 
}
h3#search-results {
  background: url("images/search-results-bg.gif") no-repeat #000;
}
h3#results {
  background: url("images/search-results-auction-bg.gif") no-repeat #000;
}
h3#search-results, h3#results {
  width: 753px;
  height: 21px;
  z-index: 2; 
  position: relative;   
}
h3#search-results span, h3#results span {
  display: none;    
}
.each-search-results {
  float: left;
  margin-bottom: 10px;
}
.page-template .each-search-results {
  width: 753px;  	
}
.each-search-results-img {
	float: left;
	width: 165px;
	height: 102px;
}
.each-search-results img {
  float: left;
  clear: both;
  margin-right: 5px;
}
.each-search-results-details {
  color: #939598;
  width: 586px;
  height: 102px;
  float: left;
}
#form-agency-search-message-container .each-search-results-details {
	width: 406px;
}
.search-details {
  color: #72b84c;
}
.each-search-results a:link, .each-search-results a:visited, 
.each-new-property-details a:link, .each-new-property-details a:visited,
.each-suggested-search-areas-details a:link, .each-suggested-search-areas-details a:visited {
  color: #72b84c;
  font-weight: normal;
  text-decoration: none;
}
.no-results-main-suburb {
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
}
#search-pagination {
	float: left;
	width: 753px;
}
h3#suburb-heading {
  background: url("images/suburb-heading-bg.gif") no-repeat;
  width: 753px;
  height: 35px;  
  float: left;
  text-indent: -9999px;
}
#advert-container {
 float: left;
 width: 192px;
}
#advert-container #right-sidebar img {
  margin: 0 6px 10px;
}
.leftbg {
  background: url("images/sidebar-content-bg.jpg") repeat-y scroll 15px top transparent;
  float: left;
  width: 972px;
}
/*-------------------------------------------------------------------------------------------*/
  /* Search Property Styles for 1 column */
/*-------------------------------------------------------------------------------------------*/
#one-column-wide {
  float: left;
  padding: 0 3px 5px;
  margin: 0 15px 0 12px;
  width: 945px; 
}
.hide {
  display: none;
}
#property-search-form {
  position: relative;
	float: left;
}
.search-input-container {
	float: left; 
	width: 140px;
	position: relative;
	height: 60px;
	margin-left: 10px;
	text-align: center;
}
.search-input-container label{
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#property-search-size {
	width: 160px;
	margin-left: 0;
}
#property-details-min-size, #property-details-max-size {
	left: 6px;
	top: 20px;
}
#property-search-size select {
 position: absolute;
}
#property-details-max-size {
	left: 82px;
}
#property-search-button {
  left: 780px;
  top: 23px;
  position: absolute;
  background: none !important; 
}
.open-window {
	display: inline;
	margin-left: 5px;
}
.open-window img {
	float: none;
}
/* Validation Error */
label.error {
  color: red; 
  padding-left: 6px;
}
#property-details-region-label span, #region-label-left-sidebar span {
  text-transform: lowercase;
}

/*-------------------------------------------------------------------------------------------*/
  /* homepage styles */
/*-------------------------------------------------------------------------------------------*/
body.home #content {
  margin-top: 14px;
}
body.home #logo {
  height: 56px;
  top: 85px;
}
body.home #left-sidebar {
  padding-top: 5px;
}
body.home #content h3 span {
  display: none;
}
#featured-property-image-container {
  float: left;
  margin-top: 20px;
  position: relative;
}
#featured-property-image-details {
  float: left;
}
#featured-property-image-description {
  float: left;
  margin-left: 10px;
}
#featured-property-image-description a:link, #featured-property-image-description a:visited, #home-link  {
 text-decoration: none;
 font-weight: normal;
 color: #000;
}
#featured-property-image-description a span.upper {
	font-weight: normal;
}
#featured-property-image-details h3 {
  background: url("images/featured-property-h3-bg.gif") no-repeat #529931;
  height: 20px; 
  width: 162px; 
  float: left;
}
#featured-property-image {
  border: medium solid #529931;
  float: left;
}
#new-property-container, #suggested-search-areas {    
  float: left;
  width: 576px;
  margin-top: 10px;
}
#new-property-content, #suggested-search-areas-content {
  float: left;
}
#new-property-content p.search-details {
 padding-bottom: 0;
}
h3#new-property-heading {
  background: url("images/new-property-bg.gif") no-repeat;
  width: 576px;
  height: 21px;
}
.each-new-property, #each-suggested-search-areas {
  margin-bottom: 10px;
  float: left;
  width: 576px;
}
.each-new-property-details, #each-suggested-search-areas-details {
  float: left;
  width: 410px;
}
.each-new-property a.new-month-img, .each-search-results a.new-month-img {
	width: 160px;
	height: 102px;
	margin-right: 5px;
	display: block;
	float: left;
	/* background: url(images/property-search-results-thumb-placeholder.gif) left top no-repeat; */
	clear: both;
}
.each-new-property img, #each-suggested-search-areas img {
  float: left;
  clear: both;
}
.each-new-property ul, .each-search-results ul {
	display: inline;
}
.each-new-property ul li, .each-new-property ul li ul li, .each-search-results ul li, .each-search-results ul li ul li {
	display: inline; 
	padding-left: 10px; 
	padding-right: 4px;
	background: url(images/inline-bullet.gif) left 4px no-repeat; 
}
.each-new-property ul li div,  .each-search-results ul li div {
	display: inline;
}
.mobile {
	background: url(images/mobile-phone.png) left top no-repeat;
	padding-left: 14px;
}
/*-------------------------------------------------------------------------------------------*/
  /* Error page style */
/*-------------------------------------------------------------------------------------------*/
#error-container {
  width: 576px;
  margin-bottom: 10px;
}
#error-container h3 {
  background: url("images/error-bg.gif") no-repeat #000;
}
#error-container h3, h3#suggested-search-areas-heading {
  width: 576px;
  height: 21px;
  position: relative;
  z-index: 2;
}
#error-container h3 span {
  display: none;
}
#arrow-container {
  float: left;
  position: relative;
}
.error-message {
  color: #529931;
  padding-top: 10px;
}

h3#suggested-search-areas-heading {
  background: url("images/suggested-search-h3-bg.gif") no-repeat #000;  
}
h3#suggested-search-areas-heading span {
  display: none;
}
#size-properties-container {
  float: left;
  width: 758px;
  background-color: #529931;
}
#size-properties-content h3 {
  width: 758px;
  background-color: #706E6F !important;
}
h3#size-properties-heading {
  background: url("images/size-properties-heading-bg-new.jpg") no-repeat scroll -9px 0 #231F20;
  float: left;
  height: 21px;
  width: 758px;
  margin: 20px 0 0px 0;  
}
.small-agency-logo {
  position: relative;
  top: -102px;
}
.each-size-property {
  float: left;
  margin-left: 22px;
  width: 161px;
}
h3#sp-heading-1 {
  background: url("images/sp-heading-1-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-2 {
  background: url("images/sp-heading-2-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-3 {
  background: url("images/sp-heading-3-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-4 {
  background: url("images/sp-heading-4-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-5 {
  background: url("images/sp-heading-5-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-6 {
  background: url("images/sp-heading-6-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-7 {
  background: url("images/sp-heading-7-bg.jpg") no-repeat scroll 17px 0;
}
h3#sp-heading-8 {
  background: url("images/sp-heading-8-bg.jpg") no-repeat scroll 10px 0;
}
.size-property-heading {
  margin-bottom: 15px;
  float: left;
  height: 21px;
  width: 576px;
}
.size-property-heading span {
  display: none;
}
.each-size-property-details {
  margin-top: -20px;
  font-size: 10px;
  color: #fff;
}
.size-property-suburb {
  float: left;
}
.property-size{
  float: right;  
}
/*-------------------------------------------------------------------------------------------*/
  /* Agent */
/*-------------------------------------------------------------------------------------------*/
.single-agent .post {
	width: 571px;
}
.single-agent .post h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
.single-agent .post h2 {
	margin-bottom: 10px;
}
#agency-logo {
	float: left;
	margin-right: 20px;
}
.single-agent .post table {
	margin-bottom: 20px;
}
.single-agent  .post table tr td {
	padding: 4px;
}
.single-agent .post table table{
	margin-bottom: 0px;
}
#contact-agent-container {
	margin-bottom: 10px;
}
#contact-agent-container form input {
	width: 200px;
}
#contact-agent-container form textarea {
	width: 260px;
	height: 91px;
}
#contact-agent-container form input.button-send-enquiry {
	width: 154px;
}
#agents-property-listings  p {
	padding-bottom: 0;
}
#agents-property-listings a.new-month-img {
	padding-bottom: 16px;
}
#agents-property-listings {
	float: left;
}
#agent-content {
	clear: both;
	margin-top: 20px;
}
/*-------------------------------------------------------------------------------------------*/
  /* Suburb Page templates */
/*-------------------------------------------------------------------------------------------*/
.page-template-template-suburb-page-php .post, .page-template-template-suburb-page-php .each-search-results {
  width: 571px; 
}
/*-------------------------------------------------------------------------------------------*/
  /* For Printing Property Page */
/*-------------------------------------------------------------------------------------------*/
#print-logo {
  display: none;
}
/*-------------------------------------------------------------------------------------------*/
  /* Agency Search Bar */
/*-------------------------------------------------------------------------------------------*/
#agency-search-toolbar {
	background-color: #529931;
	color: #fff;
}
#agency-search-toolbar table {
	margin:0;
	padding: 20px 20px;
}
#form-agency-search-message-container .loading {
	background: url('images/loading.gif') left top no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}	
#form-agency-search label.error {
	display: none;
}

.post-edit-link {
  clear: both;
  float: left;
  margin-top: 10px;
}


/*-------------------------------------------------------------------------------------------*/
  /* Temp */
/*-------------------------------------------------------------------------------------------*/
#full-sp-container {
  position: relative;
  float: left;
  margin-top: 32px;
}
.page-template-searchproperties-php #right-sidebar {
	background-image: none;
}

.each-new-property ul li, .each-new-property ul li ul li, .each-search-results ul li, .each-search-results ul li ul li, #form-agency-search-message ul li {
  background: url("images/inline-bullet.gif") no-repeat scroll left 4px transparent;
  display: inline;
  padding-left: 10px;
  padding-right: 4px;
}
.each-new-property ul, .each-search-results ul, #form-agency-search-message ul  {
    display: inline;
}


