/*
THEME NAME: scottsdalehomes.com
THEME URI: http://www.propertytown.org
VERSION: 1.0
DESCRIPTION: A PropertyTown theme
AUTHOR: PropertyTown.org
AUTHOR URI: http://www.propertytown.org
TEMPLATE: ptmaster
*/

body {
	background:#F0EDE3 url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-pattern.png);
	color:#333;
	font:11px "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
	
#wrap {
	width:920px;
	height:100%;
	margin: 0 auto;
	padding: 362px 5px 5px 5px;
	background:#fff url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-wrap2.png) repeat-y;
	border:none;
	}
	
/* used to separtate horizontal zones
 DO Not Edit*/	
#clear {
   overflow: hidden; 
   clear: both; 
   height: 1px; 
   font-size: 0.1em;
   }	

/************************************************
*	Begin Global Hyperlinks						*
************************************************/

a {
   text-decoration:none;
   outline:none;
   color: #930;
	}
	
a:hover{
    color: #6C5535;
    background: #F3EFE9;
	text-decoration:none;
	}
	
a:visited{
   color:#930;
   text-decoration: underline;
   }	
	
/*End Global Hyperlinks*/
	
/************************************************
*	Begin Global HTML Tags						*
************************************************/
	
ul,ol {
	color:#044E8E;
	/*list-style-position:inside;*/
	margin:0pt 0pt 15px 15px;
	padding:0pt 0pt 0pt 15px;
    }

ol li {
	margin:0 0 15px 15px;
	padding:0;
	font-size:12px;
	color:#666;
	text-align:left;
	list-style:decimal;
    }
	
ul li {
	margin:1px 0 5px;
	padding:0;
	font-size:12px;
	color:#666;
	text-align:left;
	list-style:disc;
    }

img {    
    padding:2px;
	margin:0 12px 12px;
	border:1px solid #CCC;
	}

h1 {
	margin:5px 0;
	padding:0;
	font:24px "Times New Roman", Times, serif;
	font-weight: normal;
	color:#930;
	text-transform:capitalize;
    }

h1 a, h1 a:hover, h1 a:visited {
	background: none;
	text-decoration: none;
	color:#930;
	text-transform:capitalize;
}

h2 {
	/*margin:0px;*/
	padding:0 10px;
	font:21px Georgia, "Times New Roman", Times, serif;
	color:#4D3D24; /*#695433;*/
	background:#FAF9F5 url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/1px-h2.png) 15px repeat-x;
	height: 25px;
	overflow:hidden;
	text-transform:capitalize;
    }
h2 a, h2 a:hover, h2 a:visited {
	background: inherit;
	text-decoration: none;
	color:#4D3D24; /*#695433;*/
	text-transform:capitalize;
}

#main22 h2 span {
	padding: 0 5px;
	background:#FAF9F5;
	text-transform:capitalize;
}

h3 {
	margin: 10px 0 5px 0;
	padding:0;
	font:17px Georgia, "Times New Roman", Times, serif;
	color:#695433;
	background:#FAF9F5;
	padding: 0 15px;
    }
	
h4 {
	margin:5px 0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#666;
    }
	
h5 {
	margin:5px 0;
	padding:0;
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#06f;
    }
	
h6 {
	margin:5px 0;
	padding:0;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#333;
    }
	
p {
	font-size:12px;
	color:#444;
	line-height:18px;
	text-align:justify;
    }
	
blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:18px;
	text-align:justify;
	font-style:italic;
	background:url(images/quote.png) no-repeat;
    }
	
hr {
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #eee;
	background:none;
	height:1px
}

input,textarea,select {
    /*width: 90%;*/
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#555;
	padding:2px;
    }
input.submitbutton{
  margin: 10px!important;
}
.sidebar-submit {
   width: 50%;
   margin: 10px 0px 0px 30px;
   }

.sidebar-submit2 {
   width: 50%;
   margin: 10px 0px 0px 30px;
   }

table {
  border-collapse: separate;
  border:1px solid #E2DBC8;
}
table td {
	padding:5px;
	font-size:12px;
	background:#FAF9F5;
   }
table th {
	color:#695433;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding-bottom: 2px!important;
}
/*End Global HTML*/	


/************************************************
	Begin Header Container

The Header section now contains a module 
include that will allow you to add custom content. 
To place custom html in this section go to 
Presentation>Sidebar Modules and add the html 
to the header module.

************************************************/

#header {
	background:url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-header.png) repeat-x;
	height: 362px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 144px;
	width:expression(document.body.clientWidth); »
	}

	
/*If you want a search box in the header, place the follwing code in the header sidebar using the html module:

<div id="header-search">
  <form method="get" action="/index.php">
    <input type="text" name="s" id="s" value="search here..." onfocus="if (this.value == 'search here...') {this.value = '';}" 
				onblur="if (this.value == '') {this.value = 'search here...';}" class="input"  />
    <input type="submit" name="Submit"  value="Go" class="button" />
  </form>
  <p class="Feed"><a href="/feed/">RSS FEED</a></p>
</div> */
#logo {
	display: block;
	margin: 21px auto;
	width: 920px;
	height: 80px;
	background:url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/logo.gif) no-repeat;
}
#logo-title {
	display: none;
}
#contact-info {
	margin-top: 44px;
	float: right;
	text-align: right;
	font: 15px "Century Gothic", "Trebuchet MS";
	color:#CBBEAB;
}
#presentation {
	display: block;
	background: #E2DBC8 url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-presentation-bottom.png) bottom repeat-x;
	height: 218px;
	margin-top: 43px;	
	border-top: 1px solid #fff;
}
*html #presentation {
	margin-top: 23px;
}
#presentation .images {
	width: 920px;
	margin: auto;
}

#presentation .image1 {
	display: inline;
	margin-right: 5px;
}

#presentation .image2 {
	display: inline;
}

#presentation img{
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}
/*Begin Search Box

This CSS styles the search form code and RSS above
*/
#header-search{
float:right;
width:auto;
margin:10px 10px 0px 0px;
}
#header-search .input{
	width:160px;
	margin-right:3px;
	padding:2px 2px 2px 20px;
	background:#fff url(images/i_search.png) no-repeat;
	border:2px solid #dbdddf;
	font-size:13px;
	color:#555
}
#header-search .button{
	width:28px;
	padding:3px 0 4px
}	
	
	
	
	
/*End Header Container*/
	


/*Begin CSS for Breadcrumb Navigation. 

If you would like to prevent the breadcrumb navigation from displaying, 
simply uncomment the line containing display: none;
*/
.breadcrumb {
	margin: 0px;
	padding: 0px;
	display: none;
}

/************************************************
*	Begin Header Navigation						*
************************************************/

#navbar {
	position:absolute;
	top: 113px;
	height: 28px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 1;
		}
	
#navbar li {
	display: block; 
	float: left;
	margin:0 0;
	height:28px;
	}
		
#navbar ul {
	/*position: relative;
	margin: -249px 0 0 0;*/
	padding: 0px;
	list-style: none;
	font-family: "Century Gothic", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #444;
	font-weight:normal;
	height:26px;
	}
	
#navbar li a {
	display: block;
	color: #EFEBE4;
	background: #B9A78C;
	text-decoration: none;
	padding: 5px 12px 8px 12px;
	margin:2px 3px 2px 2px;
	border-top: 1px solid #D2C7B5;
	/*border-right: 1px solid #5D4C29;*/
	border-bottom: 1px solid #fff;
	font-size:14px;
	}	
	
	
#navbar li ul li a {
	display: block;
	color: #EFEBE4;
	text-decoration: none;
	margin:0;
	line-height:18px;
	overflow:hidden;
	border: none;
	}

#navbar li a:hover{
 	color: #666;
	background:#E2DBC8 url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-hover-topnav.png) 0 0 repeat-x;
	margin:2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #E2DBC8;
 	}
*html #navbar li a:hover{
	background-position: 0 1px;
}

#navbar li ul li a:hover{
 	color: #0066ff;
	background:none;
 	}
	
/*End Header Navigation*/
	
/************************************************
*	Begin Homepage Global						*
************************************************/
#home {
	margin: 5px auto 0px;
	padding: 0px;
	}	

#homezone1 {
	margin: 0px auto 0px;
	padding: 5px;
	}

#homezone2 {
	margin: 5px auto 0px;
	padding: 5px;
	}
	
#homezone3 {
	margin: 5px auto 0px;
	padding: 5px;
	}
/*End Homepage Global*/

/************************************************
*	Begin Interior Page Global					*
************************************************/
#page {
	margin: 5px auto 0px;
	padding: 0px;
	}	

#pagezone1 {
	margin: 0px auto 0px;
	padding: 5px;
	}	

#pagezone2 {
	margin: 5px auto 0px;
	padding: 5px;
	}
	
/*End Interior Page Global*/

/************************************************
*	Begin Blog Page Global						*
************************************************/	
	
 #blog {
	margin: 5px auto 0px;
	padding: 0px;
	}
	
#blogzone1 {
	margin: 0px auto 0px;
	padding: 5px;
	}	

#blogzone2 {
   margin: 5px auto 0px;
	padding: 5px;
	}
/*End Blog Page Global*/	

/*Begim WPRemix Blog code*/

.blog ul,.blog ol{
	margin-bottom:10px;
}
.blog ul li{
	font-size:12px;
	margin:0;
	list-style:disc;
}
.blog ol li{
	font-size:12px;
	margin:0 0 0 15px;
	list-style:decimal;
}
.post-footer{
	padding:3px;
	line-height:18px;
	height: 18px!important;
	font-size:12px;
	border-top:1px solid #E2DBC8;
	border-bottom:1px solid #E2DBC8;
	margin-bottom:25px;
	background:#F7F4EF;
}
.post-footer .clear{
	margin: 0;
}
.post-date{
	font-size:11px;
	margin-bottom:10px;
	text-align: right;
	color: #999;
}
.post-comments{
	background:url(images/i-comments.gif) no-repeat left center;
	padding-left:17px;
	float:left;
	margin-left:10px;
}
.post-cat{
	background:url(images/i-category.gif) no-repeat left center;
	padding-left:17px;
	margin-left:5px;
	float:right;
}
.archive .post-footer{
	 border-top:none;
	 background:none;
}
#calendar_wrap table{
	width:100%;
	text-align:center;
}
#calendar_wrap table a{
	color:#06f;
	text-decoration:underline;
}
#searchform{
	margin:10px 0;
}
#searchform br{
	display:none;
}
#commented{
	display:block;
	float:left;
}
#comment{
	width:auto;
}
#commentform .submit{
	background:#333;
	color:#fff;
}
.comments{
	border-left:2px solid #DEE4DA;
	padding:0 0 0 15px;
	margin-bottom:10px;
	width:99%;
}
ol.commentlist li{
	background: #eee;
	border-top:1px solid #E2DBC8;
}
.commenttext {
	background: #FAF9F5;
	border-top:1px solid #E2DBC8;
	border-bottom:1px solid #E2DBC8;
	padding: 0 5px;
}
.comments h4{
	margin:0!important
}
.comments li{
	border:1px solid #DEE4DA;
	background-color:#F3F3F3;
	padding:5px;
	margin:5px 0;
	list-style:none;
}
.commentsmeta{
	margin-top:0;
	padding-top:1px;
	font-size:90%;
	color:#999;
}
.comments-autor{
	border:1px solid #B2FF66;
	background-color:#95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.comments-autor li{
	border:1px solid #B2FF66;
	background-color:#95FFCE;
	list-style:none;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.comments-autor li:hover,.comments li:hover{
	background-color:#fff
}
#calendar_wrap caption,#Sidebar h2{
	margin:5px 0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#06f;
	border-bottom:3px solid #e8e8e8;
}

/* End WPRemix Blog Code */


/************************************************
*	Begin Frame Page Global					    *
************************************************/
#frame {
	margin: 5px auto 0px;
	padding: 5px;
	border: none;
	}
	
#framezone1 {
	margin: 0px auto 0px;
	padding: 5px;
	border: none;	
	}	

#framezone2 {
	margin: 5px auto 0px;
	padding: 5px;
	border: none;
	}
	
#framezone3 {
	margin: 5px auto 0px;
	padding: 5px;
	border: none;
	}	
	
/*End Frame Page Global*/


/************************************************
*	Begin Main Content Sections     			*
************************************************/	

/* 2 Column Main (left Nav) */

#main21 {
   float: right;
   width: 72%;
   margin: 0px 0px 0px 0px;
   padding: 5px;	
	}
	
#main21 .twoboxleft {
	float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main21 .twoboxright {
	float: right;
	width: 47%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
	
#main21  .threeboxleft {
	float: left;
	width: 31%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main21 .threeboxmiddle {
	float: left;
	width: 31%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main21 .threeboxright {
	float: right;
	width: 31%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
/* 2 Column Main (Right Nav) */

#main22 {
   float: left;
   width: 625px;/*72%;*/
   margin: 0px 0px 0px 0px;
   padding: 5px 10px 5px 5px;	
   border-right: 1px solid #E2DBC8;
	}
	
#main22 .twoboxleft {
	float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main22 .twoboxright {
	float: right;
	width: 47%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main22  .threeboxleft {
	float: left;
	width: 31%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main22 .threeboxmiddle {
	float: left;
	width: 31%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main22 .threeboxright {
	float: right;
	width: 31%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}		

/* 3 Column Main (one nav on left one nav on right */

#main3 {
   float: left;
   width: 442px;
   margin: 0px 0px 0px 10px;
   padding: 5px;	
	}
	
#main3 .twoboxleft {
	float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main3 .twoboxright {
	float: right;
	width: 47%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main3  .threeboxleft {
	float: left;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main3 .threeboxmiddle {
	float: left;
	width: 30%;
	margin: 0px 0px 0px 8px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main3 .threeboxright {
	float: right;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
/* 3 Column Main (both navs floated to the right */	

#main3right {
   float: left;
   width: 57%;
   margin: 0px 15px 0px 0px;
   padding: 0px;	
	}	
	
#main3right .twoboxleft {
	float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main3right .twoboxright {
	float: right;
	width: 47%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main3right  .threeboxleft {
	float: left;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}	
	
#main3right .threeboxmiddle {
	float: left;
	width: 30%;
	margin: 0px 0px 0px 8px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
#main3right .threeboxright {
	float: right;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}		
	
/************************************************
*	Begin Global Sidebars     					*
************************************************/

/* Begin 2 Column Sidebar 1 (Left) */
	
#sidebar21 {
    float: left;
	width: 256px;/*25%;*/
	padding: 0px 0px 0px 0px;
    border: none;
    }	
	
#sidebar21 p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#sidebar21 h2 {
	margin:5px 0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#06f;
	border-bottom:3px solid #e8e8e8	
	}

#sidebar21 ul{
	list-style:none;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0;
	background-position:0 8px;
	}
	
#sidebar21 li{
	list-style:none;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0;
	background: none;
	background-position:0 8px;
	}
	
#sidebar21 ul li{
	list-style:none;
	display:block;
	padding:5px 5px 5px 18px;
	margin:0;
	background:url(images/sbullet.png) no-repeat;
	background-position:0 8px;
	border-bottom:1px solid #eee;
	}
	
/*End 2 Column Sidebar 1 (Left)*/

/*Begin 2 Column Sidebar 2 (Right)*/

#sidebar22 {
    float: right;
	width: 266px;/*25%;*/
	padding: 0px;
    border: none;
    }	
	
#sidebar22 p {
	padding: 10px;
	margin: 0px;
	}
	
#sidebar22 a {
   display: block;
   text-decoration:none;
   outline:none;
   font: 14px Verdana, Arial, Helvetica, sans-serif;
   color: #630;
   background-color:#C1B199;
   margin: 0;
   padding: 3px 5px 3px 18px;
	}
#sidebar22 a:hover{
    color: #fff;
	background-color:#AC9777;
	}
	
#sidebar22 a:visited{
   color:#630;	
   }

#sidebar22 h2 {
	margin: 5px 0 0 0;
	padding: 7px 5px 0px 5px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#6C5535;
	height: auto;
	border-bottom:2px solid #CFC5B1;	
	background: url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/h2-sidebar.png) 0 0  no-repeat;
	}

#sidebar22 ul {
	list-style:none;
	display:block;
	padding:0;
	margin:0 5px;
	}
	
#sidebar22 ul li{
	list-style:none;
	display:block;
	padding:0 0 47px 0;
	margin:0px;
	background: none;
	background:#B9A78C url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-sidebar-bottom.png) bottom no-repeat;
	}
	
#sidebar22 ul ul li{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	background:none;
	border-top:1px solid #B9A78C;
	border-bottom:1px solid #B9A78C;
	}
	
#sidebar22 ul ul {
	margin: 0;
	padding: 0;
	background: none;
}
	
/* End 2 Column Sidebar 2* (Right)*/		

/* Begin 3 Column Sidebar 1 (Left) */
	
#sidebar31 {
    float: left;
	/*width: 182px;*/
	padding: 0px 0px 0px 0px;
    border: none;
    }	
	
#sidebar31 p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#sidebar31 h2 {
	margin:5px 0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#06f;
	border-bottom:3px solid #e8e8e8;	
	}

#sidebar31 ul{
	list-style:none;
	display:block;
	padding:0!important;
	margin:0px 5px!important;
	}
	
#sidebar31 li{
	list-style:none;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0;
	background: none;
	background-position:0 8px;
	}
	
#sidebar31 ul li{
	list-style:none;
	display:block;
	padding: 0;/*5px 5px 5px 18px;*/
	margin:0;
	background:url(images/sbullet.png) no-repeat;
	background-position:0 8px;
	border-bottom:1px solid #eee;
	}

#sidebar31 #pt-pics {
	margin: 0;
	padding: 0;
}
	
/*End 3 Column Sidebar 1 (Left)*/

/*Begin 3 Column Sidebar 2 (Right)*/


#sidebar32 {
    float: right;
	width: 266px;/*25%;*/
	padding: 0px;
    border: none;
    }	
	
#sidebar32 p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#sidebar32 a {
   display: block;
   text-decoration:none;
   outline:none;
   font: 14px Verdana, Arial, Helvetica, sans-serif;
   color: #630;
   background-color:#C1B199;
   margin: 0;
   padding: 3px 5px 3px 18px;
	}
#sidebar32 a:hover{
    color: #fff;
	background-color:#AC9777;
	}
	
#sidebar32 a:visited{
   color:#630;	
   }

#sidebar32 h2 {
	margin: 5px 0 0 0;
	padding: 7px 5px 0px 5px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#6C5535;
	height: auto;
	border-bottom:2px solid #CFC5B1;	
	background: url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/h2-sidebar.png) 0 0  no-repeat;
	}

#sidebar32 ul {
	list-style:none;
	display:block;
	padding:0;
	margin:0 5px;
	}
	
#sidebar32 ul li{
	list-style:none;
	display:block;
	padding:0 0 47px 0;
	margin:0px;
	background: none;
	background:#B9A78C url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-sidebar-bottom.png) bottom no-repeat;
	}
	
#sidebar32 ul ul li{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	background:none;
	border-top:1px solid #B9A78C;
	border-bottom:1px solid #B9A78C;
	}
	
#sidebar32 ul ul {
	margin: 0;
	padding: 0;
	background: none;
}
		
/* End 3 Column Sidebar 2* (Right)*/		

/* Begin 3 Column Sidebar 2* (Right of two navs floated to the left)*/	

#sidebar32left {
    width: 20%;
	float: left;
	padding: 0px 0px 0px 0px;
    }	
	
#sidebar32left p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#sidebar32left h2 {
	margin:5px 0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#06f;
	border-bottom:3px solid #e8e8e8;
	}

#sidebar32left ul{
	list-style:none;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0;
	background-position:0 8px;
	}
	
#sidebar32left li{
	list-style:none;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0;
	background: none;
	background-position:0 8px;
	}
	
#sidebar32left ul li{
	list-style:none;
	display:block;
	padding:5px 5px 5px 18px;
	margin:0;
	background:url(images/sbullet.png) no-repeat;
	background-position:0 8px;
	border-bottom:1px solid #eee;
	}
	
/*End Global Sidebars*/
	
	
/************************************************
  Begin Global Footer  

#footerdiv1 contains navigation from the footer navigation module
#footerdiv2 contains content inserted through the global footer module
Additional html can be inserted using the global footer module
    							
************************************************/

#footer {
	width: 930px;
	margin: 0px auto 0px;
	padding: 29px 5px;
	border: none;	
	background: url(http://www.scottsdalehomes.com/wp-content/files/sal-theme/bg-footer-bottom2.png) top no-repeat;
	}
	
#footer p {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #0066FF;
	}
	
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#footer li {
	display: inline;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
		
#footer ul {
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li a {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

#footer ul li a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}	

#footerdiv1 {
	width: 100%;
	text-align: right;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom: none;
	}
	
#footerdiv2 {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
#footerdiv2 p{
	text-align: right;
}




/*End Global Footer*/	
	



/*Page Layout Boxes*/

.clear {
   overflow: hidden; 
   clear: both; 
   height: 1px; 
   font-size: 0.1em;
   margin-bottom: 20px;
}	

.onebox {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
.onebox, .twoboxleft, .twoboxright,
.threeboxleft, .threeboxmiddle, .threeboxright {
	background: #F7F4EF!important;
	border: 1px solid #E2DBC8!important;
	border-top: 1px solid #B9A78C!important;
	border-bottom: 1px solid #AC9777!important;
}
.onebox p, .twoboxleft p, .twoboxright p,
.threeboxleft p, .threeboxmiddle p, .threeboxright p {
	padding: 0;
	margin: 0;
	}
.twoboxleft {
	float: left;
	width: 48%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
.twoboxright {
	float: right;
	width: 48%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    border:1px solid #cecece;
	background: #f2f3f4;
	}

.threeboxleft {
	float: left;
	float: left;
	width: 31.5%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
		
.threeboxmiddle {
	float: left;
	width: 31.5%;
	margin: 0px 0px 0px 7px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}
	
.threeboxright {
	float: right;
	width: 31.5%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border:1px solid #cecece;
	background: #f2f3f4;
	}

/* Additional WPRemix Classes */

.alignleft{
   float:left;
   }

.alignright{
   float:right;
   }
   
.button{
	padding:3px 0;
	background:#000;
	border:1px solid #dbdddf;
	line-height:15px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
    }
	
.button:hover{
	background:#787777;
}	
	
.Feed{
	margin:0;
	padding:5px 0 5px 18px;
	background:url(images/rss.png) no-repeat;
	background-position:0 6px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fca61b
}

.Feed a{
	color:#fca61b;
}	
	
.thead{
	font-size:11px;
	font-weight:700;
	color:#fff !important;
	background:#868686;
}
.row{
	background:#e8e8e8;
}	

/*Begin Listings CSS*/

#listings {
	float: left;
	width: 644px;
}

.listing-submit {
   width: 50%;
   margin: 10px 0px 0px 15px;
   }
		
.pt-listing h2 { 
   font-size: 14px;
   margin-top: 0px;
   margin-bottom: 0px;
   background: none;
   }
       
.pt-listing h3 { 
   font-size: 12px;
   margin: 0px;
   display: inline;
   background: none; 
   text-transform: none; 
   }
        
#pt-description {
   clear: both;
   margin-left:0px;
   margin-bottom: 5px;
   }           
 
 #pt-details {
    float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
    }

#pt-details h3{
   font-size: 16px;
   font-weight: bold;
   margin: 0px;
   display: inline;
   background: none; 
   text-transform: none;
   }
    
#pt-details ul {
   list-style: none;
   padding:0px;	
   margin: 0px;
   }
	      
#pt-details ul li{
   list-style: none;
   padding:0px;
   margin: 0px 0px 5px 0px;
   }
                
#pt-additional {
    float: right;
	width: 47%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
    }    
			 
#pt-additional h3{
   font-size: 16px;
   font-weight: bold;
   margin: 0px;
   display: inline;
   background: none; 
   text-transform: none;
   }			 
 
#pt-additional ul {
   list-style: none;
   padding:0px;	
   margin: 0px;
   }			 
			 
#pt-additional ul li {
   list-style: none;
   padding:0px;
   margin: 0px 0px 5px 0px;
   }                  
                              
#pt-resources ul{
   list-style: none;
   }   
              
#pt-pics {
   margin-left: 0px;
   }
         
#pt-pics ul {
   list-style: none;
   margin: 0;
   padding:0px;
   } 
     
#pt-pics ul li{
   list-style: none;
   margin: 0px 0px 5px 0px;
   padding: 0px;
   background: none;
   border:none;
   } 
         
#pt-pics ul li a img {
   list-style: none;
   padding: 0px;
   margin: 0px 9px;
   }    
         
#pt-map {
   width: 435px;
   float: left;
   }   
       
 #pt-form {
   clear: both;
   margin-left: 0px;
   padding: 0px;      
   }  
   
#pt-form .listing-submit {
   width: 50%;
   margin: 10px 0px 0px 30px;
   }
   
#pt-listings {
   margin: 0px 0px 15px 0px;
   padding: 5px;
   clear:both;
   min-height: 240px;
   background: url(http://www.scottsdaleazliving.com/wp-content/files/listing-bg.png) 0 100% no-repeat;
   }
*html #pt-listings {
   height: 240px;
} 
#pt-listings .prop-pic-main {
   position: absolute;
} /*
#pt-listings .prop-pic-main, #pt-listings h1 {
   float: left;
   width: 172px;
}
#pt-listings h1 {
   margin: 0 10px;
}*/
#pt-listings .prop-pic-main, #pt-pics {
	text-align: center;
	margin: 75px 10px;
}
*html #pt-listings .prop-pic-main, *html #pt-pics {
   margin: 70px 10px;
}
#pt-listings .prop-pic-main a, #pt-pics a{
	display:block;
	padding-top: 10px;
	width: 170px;
	height: 125px;
	background:#E2DBC8;
	border: 1px solid #EDE9DC;
	border-bottom: 1px solid #AC9777;
}

#pt-listings .prop-pic-main a:hover, #pt-pics a:hover{
	background:#B9A78C;
	border: 1px solid #AC9777;
	border-bottom: 1px solid #666;
}

#pt-listings p {
	margin: 0;
	padding: 0;
}
/*
#pt-listings h1 { 
   font-size: 16px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 5px;
   background: none;
   text-align:center;
   min-height: 40px;
   clear:left;
   }
*html #pt-listings h1 { 
   display: block;
   height: 40px;
}*/
#pt-listings h2, #pt-details h2, #pt-form h2,
#pt-additional h2, #pt-description h2, #pt-resources h2,
table th
{ 
   font-size: 14px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 3px;
   background: #F7F4EF;
   padding: 4px 0 0 0;
   border-top: 1px solid #E2DBC8;   
   border-bottom: 1px solid #E2DBC8;
   text-align: center;
   }
       
#pt-listings h3, #pt-details h3,
#pt-additional h3, #pt-description h3, #pt-resources h3{ 
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
   padding: 0 10px 0 0;
   display: inline;
   background: none; 
   text-transform: none; 
   }
    

#pt-listings ul {
   margin: 5px 0 0 204px;
   /*height: 200px;*/
   width: 430px;
}
.clear-block:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clear-block{
   display:inline-block;
}/* Hides from IE-mac \*/
* html .clear-block{
   height:1%;
}
.clear-block {display:block;}

#pt-listings ul li {
   /*display: inline;*/
   float: left;
   width: 213px;
}
#pt-listings ul li div{
   background-color: #FAF9F5;
   margin-bottom: 5px;
}
#pt-listings ul, #pt-details ul,
#pt-additional ul, #pt-description ul, #pt-resources ul{
   list-style: none;
   padding:0px;	
   }
	      
#pt-listings ul li, #pt-details ul li,
#pt-additional ul li, #pt-description ul li, #pt-resources ul li{
   list-style: none;
   padding:0px;
   margin: 0px 0px 5px 0px;
   background:#FAF9F5;
   }
   
 #pt-listings img{
   list-style: none;
   padding:0px;
   margin: 0px 0px 5px 0px;
   border: 1px solid #EFECE2;
   }  
   
   #featured-listings {
   margin: 0px auto 0px;
   }
   
  #featured-listings ul li {
  background: none;
  border: none;
  }
  
  #featured-listings img {
  padding: 2px;
  margin: 0px;
  }
  
img { margin: 0 ;}

img.align-right {
  float: right;
  margin: 0px 0px 12px 12px;
}

img.align-left {
  float: left;
  margin: 0px 12px 12px 0px;
}

#main22 ul,ol { overflow:auto;}

.special {
  background: url(http://www.scottsdalehomes.com/wp-content/files/special-top.png) top no-repeat!important;
  font-size: 12px;
  color: #663300;
  padding-top: 1px;
}
.special .onebox {
  background: #fff url(http://www.scottsdalehomes.com/wp-content/files/special-bottom.png) bottom no-repeat!important;
  border: none!important;
  margin-top: 15px;
  padding: 0 0 10px 0;
  color: inherit;
  
}
*html .special .onebox {
  padding: 0 0 15px 0;
}
.special .onebox strong{
  font-family: Arial;
  font-size: 12px;
  weight: bold;
  color: #333;
  font-style: italic;
}
hr{
  height: 11px;
  background: #fff url(http://www.scottsdalehomes.com/wp-content/files/line-break.png) no-repeat center;
  margin: 0 0 15px 0;
  border: none;
}
*html hr {
  height: 1px;
  border-top: 1px solid #D6CDBC;
  width: 150px;
}
/* Define your own custom styles below */
img.align-right {
  float: right;
  margin: 0px 0px 12px 12px;
}

img.align-left {
  float: left;
  margin: 0px 12px 12px 0px;
}
fieldset table {
  width: 100%;
}
#quick-search {
	text-align: center;
}
#quick-search select {
	width: 210px;
	margin: 5px 0;
}
#quick-search select#Beds {
	margin-right: 26px;
}
#quick-search select#Beds, #quick-search select#Baths {
	width: 90px;
}
#SearchNow, #AdvancedSearch {
	margin: 5px 0;
}
#SearchNow { width: 88px;}
#AdvancedSearch { width: 122px;}

/*IDX hide the registration block by default*/
/*
#SignUpExpandStyle {
  display: none!important;
}*/