/* 
	BostonPP screen styles 
	
	Table of Contents:
		layout
		typography
		forms
		nav
		sidebar
		footer
		page specific
		clearing

	Last Modified: 11-27-05 Lokesh Dhakar

*/


/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	font: 70%  "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #777;
	text-align: center;		/* centers content in IE5.5 and earlier */
	word-wrap: break-word;	/* breaks long words in IE, prevents float drops */
	}

img{ display: block; }

#wrapper-top-frame{
	height: 110px;
	background: url(/images/topframebg.gif) repeat-x;
	}
#top-frame{
	margin: 0 auto;
	width: 728px;	/* Opera 5 */
	\width: 936px;	/* IE5Win */
	w\idth: 728px;	/* Others */
	padding: 0 114px 0 94px;
	height: 110px;
	background: url(/images/topframe.gif) no-repeat;
}


#nav{
	width: 682px;	/* Opera 5 */
	\width: 728px;	/* IE5Win */
	w\idth: 682px;	/* Others */
	height: 90px;
	padding: 20px 25px 0 21px;
	}

#branding{
	width: 728px;
	height: 202px;
	line-height: 0;
	position: relative;
	}
#branding #logo{ position: absolute; top: 41px;	}			/* TEST COMPATIBILITY */
#branding #photo{ float: right;	}



#wrapper-mid{
	background-color: #fafafa;
	}
#mid{
	margin: 0 auto;
	width: 728px;	/* Opera 5 */
	\width: 936px;	/* IE5Win */
	w\idth: 728px;	/* Others */
	padding: 0 114px 0 94px;
	background: url(/images/mid.gif) repeat-y;
	text-align: left;
}


#main{
	width: 379px;	/* Opera 5 */
	\width: 464px;	/* IE5Win */
	w\idth: 379px;	/* Others */
	padding: 20px 10px 50px 75px;
	float: left;
	}
	
#main-wide{ /* used on MLS search and results pages */
	padding: 20px 10px 50px 75px;
	}	
	
#sidebar{
	width: 206px;	/* Opera 5 */
	\width: 238px;	/* IE5Win */
	w\idth: 206px;	/* Others */
	padding: 20px 22px 50px 10px;
	float: right;
	}


#wrapper-bottom-frame{
	height: 84px;
	background: url(/images/bottomframebg.gif) repeat-x;
	}
	
#bottom-frame{
	margin: 0 auto;
	width: 936px;
	height: 84px;
	background: url(/images/bottomframe.gif) no-repeat;
}

#footer{
	margin: 0 164px 0 154px;
	padding-top: 0.3em;
	border-top: 1px solid #dedad5;
	}

#footer #legal{
	float: left;
	}

#footer #credits{
	float: right;
	text-align: right;
	}

	


/* typography
----------------------------------------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em; 
	padding-bottom: 24px;
	background: url(/images/h1bg.gif) bottom left no-repeat;
	}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	letter-spacing: -0.02em;
	}

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	}

p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	}
p.lead{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	xmargin-bottom: 0.4em;
	}

a {
	color: #CEBC84;
	font-weight: bold;
	text-decoration: none;
	}

a:hover{ color: #555; }

a img{	border: 0; }

address{
	margin-bottom: 1.5em;
	line-height: 1.3em;
	font-style: normal;
	}	

small{ font-size: 0.8em; }

.print-text{ display: none; }

.dropcap{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5.0em;
	color: #dfd8c4;
	float: left;
	line-height: 0.95em;
	padding-right: 0.1em;
	}


#main ul{
	list-style: none;
	margin: 1em 0;
	padding-left: 24px;
	}
#main ul li{
	padding: 0 0 6px 12px;
	line-height: 1.4em;
	background: url(/images/bullet.gif) no-repeat 0 5px;
	}

dl{
	width: 400px;
	margin-bottom: 4.0em;
	border-bottom: 1px dashed #ccc;
	line-height: 1.4em;
	}

dt{
	width: 120px;
	float: left;
	padding: 0.5em 0;
	border-top: 1px dashed #ccc;
	font-weight: bold;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd{
	float: left;
	width: 250px;
	padding: .5em;
	border-top: 1px dashed #ccc;
	}

hr{
	visibility: hidden;
	height: 5px;
	}	


/* forms
----------------------------------------------- */

span{ color: #e33;}

fieldset{ border: 0; }
label{ display: block; text-align: right; padding-right: 1.0em;}
label.radiolabel{display: inline;}

input{
	color: #777;
	font-size: 0.95em;
	padding: 0;
	margin-bottom: 0.2em;
	}

select{
	color: #777;
	font-size: 0.95em;
	padding: 0;
	margin-bottom: 0.4em;
	}

.submit{ width: auto; }

/* nav
----------------------------------------------- */

#nav ul{
	padding-left: 50px;
	padding-top: 30px;
	}
#nav li{
	float: left;
	list-style: none;
	}

#nav li {
	list-style: none;
	float: left;
	margin-left: 15px;
	}

#nav a{
	display: block;
	height: 43px;
	}
	
#nav #listings a{ width: 62px; background: url(/images/nav-listings.gif); }
#nav #search a{ width: 108px; background: url(/images/nav-search.gif); }
#nav #buyers a{ width: 77px; background: url(/images/nav-buyers.gif); }
#nav #sellers a{ width: 79px; background: url(/images/nav-sellers.gif); }
#nav #about a{ width: 68px; background: url(/images/nav-about.gif); }
#nav #contact a{ width: 83px; background: url(/images/nav-contact.gif); }

#nav #listings .active a{ width: 62px; background: url(/images/nav-listings-active.gif); }
#nav #search .active a{ width: 108x; background: url(/images/nav-search-active.gif); }
#nav #buyers .active a{ width: 77px; background: url(/images/nav-buyers-active.gif); }
#nav #sellers .active a{ width: 79px; background: url(/images/nav-sellers-active.gif); }
#nav #about .active a{ width: 68px; background: url(/images/nav-about-active.gif); }
#nav #contact .active a{ width: 83px; background: url(/images/nav-contact-active.gif); }



	
	
/* sidebar
----------------------------------------------- */

#sidebar h2{
	padding-top: 3px;
	padding-bottom: 24px;
	background: url(/images/sidebarh2bg.gif) bottom left no-repeat;
	}
	
#sidebar .photo{
	width: 198px;	/* Opera 5 */
	\width: 200px;	/* IE5Win */
	w\idth: 198px;	/* Others */
	border: 1px solid #ccc;
	margin-bottom: 10px;
}	

#sidebar .photo img{ border: 4px solid #eee; }
#sidebar .photo a img:hover{ border: 4px solid #ddd; }

#sidebar .box{
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 0 0.3em 0.5em 0;
	font-size: 1.3em;
	line-height: 1.2em;
	}





/* bottomnav
----------------------------------------------- */

#bottomnav{	clear: both; text-align: center; }
#bottomnav ul{ margin-bottom: 0.6em; }
#bottomnav li{
	display: inline;
	list-style: none;
	padding: 1.0em;
	}





/* footer
----------------------------------------------- */
#footer{
	color: #a8a7a5;
	font-weight: normal;
	line-height: 1.5em;
	}
#footer a{
	color: #a8a7a5;
	font-weight: normal;
	}

#footer a:hover{
	color: #333;
	}
	
	


/* page specific 
----------------------------------------------- */

/* listings landing page */
.listing-entry{
	border-bottom: 1px solid #eee;
	margin-bottom: 1.0em;
	}

.listing-entry .photo{
	float: left;
	margin: 0.4em 1.0em 0.2em 0;
	border: 1px solid #ccc;
	}

.listing-entry .photo img{ border: 4px solid #eee; }
.listing-entry .photo img:hover{ border: 4px solid #ddd; }






/* sIFR
----------------------------------------------- */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #main h1 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
	}

.sIFR-hasFlash #sidebar h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 12px;
	}





/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	