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

University District
Main Screen Style Sheet

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



/* General Styles
===============================*/

* { /* Clear Default Margins & Padding */
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	background: #4f342e url(../img/grunge_bg.gif) repeat-x top center;
	text-align: center;
	font: normal 12px 'Verdana', 'Arial', sans-serif;
	}
		
h1, h2, h3, h4 {
	font-family: 'Georgia', 'Times', serif;
	font-weight: normal;
	}
	
h1 {
	margin-top: 40px;
	font-size: 25px;
	line-height: 25px;
	font-variant: small-caps;
	line-height: 25px;
	}
	
.txt h1 {
	margin-top: 0;
	}
	
h2 {
	margin: 40px 0 20px 0;
	font-size: 17px;
	}
	
h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
	}
	
h4 {
	font-size: 14px;
	margin: 5px 0 20px 0;
	}
	
p {
	margin-bottom: 20px;
	line-height: 20px;
	}
	
a {
	color: #c6ad8c;
	text-decoration: none;
	}
	
ol {
	margin-left: 1.9em;
	}
	
ol li {
	line-height: 20px;
	margin-bottom: 20px;
	}
	
.diamond {
	list-style: none;
	margin-bottom: 20px;
	width: 100%;
	}
	
.diamond li {
	background: transparent url(../img/diamond.gif) no-repeat 0 5px;
	padding-left: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	}
	
.diamond.tight li {
	margin-bottom: 0;
	}
	
.diamond ul {
	list-style: none;
	margin-left: 40px;
	}
	
.diamond li ul {
	margin-top: 20px;
	}
	
.rule {
	clear: both;
	height: 2px;
	border: 1px solid #a07d72;
	}
	
.rule hr {
	display: none;
	}
	
.rule-notched {
	clear: both;
	margin: -17px 0 20px 0;
	border-top: 1px solid #a07d72;
	border-right: 1px solid #a07d72;
	height: 2px;
	}
	
.rule-notched hr {
	display: none;
	}
	
.hide {
	display: none;
	}
	
.left {
	float: left;
	}	


	
/* Logo
===============================*/

#logo a {
	display: block;
	background: transparent url(../img/logo.gif) no-repeat;
	margin: 30px 0 27px 0;
	width: 289px;
	height: 47px;
	text-indent: -9999px;
	}


	
/* Main Navigation
===============================*/

#nav {
	border: 1px solid #a07d72;
	background: transparent url(../img/nav_bg.gif) no-repeat 3px 3px ;
	width: 100%;
	}
	
#nav #bottom {
	clear: both;
	background: #4f342e;
	border-top: 1px solid #a07d72;
	height: 2px;
	width: 100%;
	overflow: hidden;
	}

#nav ul {
	float: right;
	background: #4f342e url(../img/grunge_bg.gif) repeat-x -292px -114px;
	padding: 0 0 0 3px;
	list-style: none;
	font: normal 14px 'Georgia', 'Times', serif;
	text-transform: uppercase;
	}
	
#nav ul li {
	display: block;
	float: left;
	background: transparent url(../img/nav_rule.gif) no-repeat 0 5px;
	padding: 5px 5px 5px 8px;
	}
	
#nav .first {
	background: none;
	padding-left: 5px;
	border-left: 1px solid #a07d72;
	}
	
#nav a {
	display: block;
	color: #fff;
	padding: 0 5px;
	line-height: 18px;
	}
	
#nav .selected, #nav a:hover {
	background: #a07d72;
	}
	


/* Breadcrumbs
===============================*/

#crumbs {
	background: transparent url(../img/dotted_line.gif) repeat-x bottom left;
	list-style: none;
	}
	
#crumbs li {
	display: inline;
	background: transparent url(../img/crumb_divider.gif) no-repeat center left;
	padding: 0 5px 0 12px;
	line-height: 20px;
	}
	
#crumbs .first {
	background: none;
	padding-left: 0;
	}
	
	
	
/* Footer
===============================*/

#footer {
	padding: 15px 0;
	text-align: center;
	}

#footer ul {
	margin-bottom: 12px;
	list-style: none;
	}
	
#footer li {
	display: inline;
	border-left: 1px solid #a07d72;
	padding: 0 3px 0 5px;
	}
	
#footer ul .first {
	border-left: 0;
	padding-left: 0;
	}

	
	
/* Structure
===============================*/

#wrap {
	position: relative;
	margin: 0 auto;
	width: 868px;
	text-align: left;
	}
	
	
/* Text Columns */
	
.txt {
	position: relative;
	margin: 40px 0 20px 0;
	width: 421px;
	}
	
.txt h1, .txt h2, .txt h4, .txt li, .txt p { /* Firefox 2 doesn't allow negative z-index so we need to lift this stuff above the illustration */
	position: relative;
	z-index: 2;
	}
	
.txt.narrow {
	float: left;
	margin: 0 20px 40px 0;
	width: 202px;
	}
	
.left .half-p {
	margin-left: 219px;
	}
	
.right .half-p {
	margin-right: 219px;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
	
/* Photo Columns */
	
.photos-left {
	float: left;
	margin: 40px 0 20px -20px;
	width: 444px;
	}

.photos-right {
	float: right;
	margin: 40px 0 20px 0;
	width: 444px;
	}
	
.photos-contact {
	margin: 20px 0 0 -20px;
	width: 888px;
	}
	
.photos-left img, .photos-right img, .photos-contact img {
	float: left;
	margin: 0 0 20px 20px;
	border: 1px solid #a07d72;
	padding: 2px;
	}


/* Additional */
	
#map {
	float: right;
	margin: 20px 0 40px 0;
	}
	
#map-link {
	position: absolute;
	top: 640px;
	right: 35px;
	z-index: 3;
	}
	
.district-map {
	margin: 40px 40px 20px 40px;
	border: 1px solid #a07d72;
	padding: 2px;
	}
	
	
	
/* Sketches
===============================*/
	
#sketch-marcy {
	position: absolute;
	top: 30px;
	left: -95px;
	background: transparent url(../img/sketch_marcy.gif) no-repeat;
	width: 296px;
	height: 295px;
	z-index: 1;
	}
	
#sketch-como {
	position: absolute;
	top: 60px;
	left: -68px;
	background: transparent url(../img/sketch_como.gif) no-repeat;
	width: 268px;
	height: 206px;
	z-index: 1;
	}
	
#sketch-prospect {
	position: absolute;
	top: 40px;
	right: -10px;
	background: transparent url(../img/sketch_prospect.gif) no-repeat;
	width: 213px;
	height: 261px;
	z-index: 1;
	}
	
#sketch-riverside {
	position: absolute;
	top: 45px;
	right: -65px;
	background: transparent url(../img/sketch_riverside.gif) no-repeat;
	width: 288px;
	height: 317px;
	z-index: 1;
	}
	
	
	
/* Home Page
===============================*/

#home {
	position: relative;
	background: #362723 url(../img/home_pattern.gif);
	margin: 40px 0;
	height: 667px;
	font-style: italic;
	}
	
#home h1 {
	display: block;
	position: absolute;
	top: 231px;
	left: 140px;
	z-index: 2;
	background: transparent url(../img/live_near_work.gif);
	margin: 0;
	width: 587px;
	height: 209px;
	text-indent: -9999px;
	}
	
#home h2 {
	color: #ffe5c3;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 20px;
	}
	
#home .diamond li {
	margin-bottom: 0;
	}
	
#live-img {
	position: absolute;
	top: 0;
	left: 0
	}
	
#work-img {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
#live-txt {
	position: absolute;
	bottom: 387px;
	right: 25px;
	width: 357px;
	z-index: 3;
	}
	
#work-txt {
	position: absolute;
	bottom: 0;
	left: 25px;
	width: 357px;
	z-index: 3;
	}
	
	
	
/* Property Listing
===============================*/

iframe {
	background: #fff;
	}
	
.property-listing {
	position: relative;
	border-top: 1px solid #a07d72;
	padding-top: 20px;
	overflow: auto; /* needed so floats clear */
	width: 870px;
	}
	
.property-listing.first {
	border-top: 0;
	padding-top: 0;
	}
	
.property-listing img {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #a07d72;
	padding: 2px;
	}

.property-listing .image_holder {
	float: left;
	width: 280px;
}
.property-listing .text {
	float: right;
	width: 564px;
	}
	
.property-listing ul {
	float: left;
	margin-bottom: 20px;
	width: 282px;
	list-style: none;
	list-style-position: inside;
	line-height: 20px;
	}
	
.property-listing .moderate-link {
	border: 1px solid #a07d72;
	padding: 3px 7px;
	}
	
.property-listing .moderate-link:hover {
	color: #fff;
	background: #a07d72;
	}
	
.pagination {
	text-align: center;
	margin: 20px 0 40px 0;
	}
	
.pagination .page {
	border: 1px solid #a07d72;
	padding: 2px 5px;
	}
	
.pagination a.page:hover {
	color: #fff;
	background: #a07d72;
	}
	
.pagination .selected {
	color: #4f342e;
	background: #a07d72;
	border: 1px solid #a07d72;
	padding: 2px 5px;
	}
	
	
	
/* Forms
=============================================================================*/

form {
	width: 485px;
	}
	
fieldset {
	border: 0;
	text-indent: 0;
	}

fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
fieldset ol li {
	margin: 0;
	padding: 0 10px 0 0;
	}
	
fieldset ol li.half {
	clear: left;
	width: 232px;
	}

fieldset ol li.full {
	clear: left;
	width: 464px;
	}

fieldset ol li.checkbox_holder {
	clear: left;
	width: 464px;
	margin-bottom: 10px;
	}
	
fieldset ol li.checkbox_holder title{
	clear: right;
	margin-bottom: 7px;
	}
fieldset ol li.checkbox_holder label{
	clear: right;
	}
fieldset ol li.checkbox_holder input {
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: none;
	}
fieldset ol li.multi_input {
	clear: left;
	margin-bottom: 10px;
	}
fieldset ol li.multi_input input {
	width: 25px;
	}
	
fieldset ol li.multi_select select {
	clear: left;
	width: auto;
	display: inline;
	}
		
fieldset ol li.left {
	clear: none;
	}
	
fieldset input {
	margin: 3px 0 15px 0;
	border: 1px solid #aaa;
	width: 100%;
	height: 18px;
	}

fieldset ol li.half input {
	width: 230px;
	}

fieldset select {
	display: block;
	margin: 3px 0 15px 0;
	width: 230px;
	}
	
fieldset textarea {
	margin: 3px 0 15px 0;
	border: 1px solid #aaa;
	width: 100%;
	height: 100px;
	}
	
fieldset .file-input {
	color: default;
	background: default;
	border: 0;
	width: default;
	height: default
	}	

/* Safari Only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    fieldset .file-input {color: #ddd; }
	}

fieldset .readout {
	color: #fff;
	background: none;
	margin: 0;
	border: 0;
	width: auto;
	font-style: italic;
	}

.btn-submit {
	margin: 40px 0;
	}
	
.error-msg {
	color: #dd0000;
	background: #ffffd5;
	margin-top: 40px;
	border: 1px solid #dd0000;
	padding: 10px;
	width: 452px;
	}
	
.error-msg li {
	margin-left: 2em;
	padding: 5px 0;
	}	