/* global.css */


/* start afresh */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { 
	margin: 0;
	padding: 0;
	border: 0 none;
} 
h1, h2 {
	margin: 1em 0;
}
h3, p, table {
	margin: .7em 0;
}


/* layout */
body {
	background: #fff;
	
	text-align: center;
	
	margin-top: 69px;
}
div.wrap {
	width: 960px;
	margin: 0 auto;
	
	text-align: left;
	
	position: relative;
}
div#header {
	height: 225px;
	padding-bottom: 20px;
	
	text-align: center;
}
div#nav {
	height: 60px;
	
	background: #589727 url(/_img/nav.png) repeat-x;
	
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}
div#page {
	width: 920px;
	
	padding: 20px;
	margin: 0 auto;
	
	text-align: left;
	
	border-top: 1px solid #ddd;
}
div#footer {
	width: 960px;
	height: 24px;
	
	margin: 0 auto;
	padding: 15px 15px 18px 15px;
	
	border-top: 1px solid #ddd;
}
#twitter {
    width: 100%;
    height: 70px;
    overflow: hidden;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 77;
    
    background-color: #222;
    /*border-bottom: 20px solid #fff;*/
    
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
}
hr {
	height: 1px;
	line-height: 0;
	
	border: 0 none;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	color: transparent;
	
	margin: 20px 0;
	padding: 0;
}
hr.clear {
	height: 1px;
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
	visibility: hidden;
}
.clear {
	clear: both;
}


/* type */
body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	color: #222;
	line-height: 1.5em;
}
#page, #footer {
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 17px;
	color: #589727;
}
h2 a {
	color: #589727;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #555;
}
a {
	color: #589727;
}
a:hover {
	text-decoration: none;
}
blockquote {
	margin: 0 1.5em;
}
.alert {
	color: #589727;
}
span.glyph, ul.buttons span.glyph {
	font-family: "Times New Roman", Times, Georgia, serif;
	background: transparent none;
	border: 0 none;
	padding: 0;
	margin: 0;
	margin: 0;
	display: inline;
}
#page ul {
	list-style: square;
	margin-left: 2em;
}


/* header */
#header h1 {
	width: 192px;
	height: 132px;
	margin: 0;
	
	position: absolute;
	z-index: 7;
	top: -16px;
	left: 19px;
	
	background: url(/_img/header-logo.png) no-repeat center center;
	
	text-indent: -9999em;
	overflow: hidden;
}
#header #banner {
	height: 116px;
	
	background: url(/_img/header-photos.png) no-repeat center center;
}


/* nav */
#nav ul {
	position: relative;
	margin: 0 0 0 211px;
}
#nav ul li {
	display: inline;
	position: relative;
	
	float: left;
	
	list-style: none;
}
#nav ul ul {
	display: none;
	margin: 0;
	
	position: absolute;
	top: 51px;
	left: 3px;
	z-index: 7;
	
	background-color: #589727;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#nav ul ul li {
	display: block;
}
#nav ul li:hover ul {
	display: block;
}
#nav a, #nav span {
	display: block;
	height: 60px;
	line-height: 61px;
	
	padding: 0 12px;
	float: left;
	
	color: #b7db94;
	color: #ccff99;
	font-size: 21px;
	text-decoration: none;
}
#nav ul ul a, #nav ul ul span {
	width: 270px;
	height: 30px;
	line-height: 31px;
	
	padding: 0 10px;
	
	font-size: 15px;
}
#nav a:hover, #nav a.current {
	color: #fff;
}
#nav a.first, #nav span.first {
	padding-left: 0;
}
#nav a.last, #nav span.last {
	padding-right: 0;
}
#nav a.up, #nav span.phone, #nav span.contact, #nav span.contact a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	
	padding-right: 11px;
	background: url(/_img/nav-up.png) no-repeat right center;
	
	float: right;
}
#nav span.phone, #nav span.contact, #nav span.contact a {
	font-size: 14px;
	color: #ccff99;
	
	padding-right: 0;
	background-image: none;
}
#nav span.contact a {
	display: inline;
	float: none;
	background: transparent;
}


/* page */


/* footer */
#footer {
	font-size: 9px;
	color: #777;
	
	text-align: right;
	
	line-height: 22px;
	
	background: url(/_img/footer-hud.png) no-repeat 15px 15px;
}
#footer a {
	color: #777;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #555;
	
	background-color: transparent;
}
#footer-text {
	display: block;
	float: right;
	height: 20px;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer #uplyft:hover {
	background-position: bottom right;
}


/* misc */
.shadow {
	background-repeat: no-repeat;
	background-image: url(/_img/shadow-small.png);
	
	width: 120px;
	height: 80px;
	
	padding: 0 6px 11px 6px;
}
.tip-wrap {
	display: none;
}
.tip {
	padding: 2px 4px;
	
	background: #555;
	
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}


/* home */
.shadow-photo {
	width: 500px;
	height: 320px;
	
	background-repeat: no-repeat;
	background-image: url(/_img/shadow-photo.png);
	
	margin: 0 0 .5em 1em;
	
	float: right;
}
.shadow-photo .photo {
	position: relative;
	left: 8px;
}
div.photo {
	display: block;
	width: 484px;
	height: 302px;
	margin: 0;
	
	text-align: center;
	line-height: 276px;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
	
	text-indent: -9999em;
	overflow: hidden;
	position:relative;
	
	background-repeat: no-repeat;
}
div.photo-mask {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
}
div#home-photo {
	float: none;
	margin: 0;
}
ul#home-events {
	margin-left: 0;
	margin-top: -.7em;
}
div.col-left {
	width: 400px;
	float: left;
}
div.col-right {
	width: 500px;
	float: right;
}


/* contact */
input, button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #222;
}
input.text {
	width: 294px;
	padding: 3px;
}
input#enews-email {
	width: 244px;
}
label {
	font-size: 11px;
	color: #777;
	
	padding-left: 4px;
}
button {
	border: 0 none;
	background: transparent;
	
	color: #589727;
	cursor: pointer;
}
.shadow-facebook {
	width: 315px;
	height: 560px;
	
	background-repeat: no-repeat;
	background-image: url(/_img/shadow-facebook.png);
}
.shadow-facebook #facebook {
	position: relative;
	left: 8px;
}
#facebook {
	width: 300px;
	height: 544px;
	
	overflow: hidden;
	
	/*margin: 0 0 .5em 2.5em;*/
	margin: 0;
}
a.icon, span.icon {
	display: block;
	height: 43px;
	line-height: 44px;
	
	padding-left: 52px;
	
	text-decoration: none;
	
	background-position: left center;
	background-repeat: no-repeat;
}
a.icon:hover {
	text-decoration: underline;
}
.iconned {
	padding-left: 52px;
	
	position: relative;
	top: -.7em;
}
span#home-open-house {
	background-image: url(/_img/icon-calendar.png);
}
span#home-spotlight {
	background-image: url(/_img/icon-arrow-right.png);
}
span#home-contact {
	background-image: url(/_img/icon-logo.png);
}
span#home-mailing-list {
	background-image: url(/_img/icon-megaphone.png);
}
a#home-lenders {
	background-image: url(/_img/icon-check.png);
}
ul.events li {
	list-style: none;
	
	border-top: 1px solid #eee;
}
ul.events li a {
	display: block;
	padding: 7px 43px 7px 7px;
	
	text-decoration: none;
	color: #222;
	
	/*background: url(/_img/icon-calendar.png) right center no-repeat;*/
}
ul.events li em {
	font-size: 11px;
	color: #777;
	
	padding-left: 7px;
}
img.left {
	float: left;
	margin: 0 .7em .7em 0;
}


/* neighborhoods */
ul.buttons {
	margin: 0;
	padding: 0;
}
ul.buttons li {
	list-style-type: none;
	margin: 0 0 .7em;
}
ul.buttons li.normal {
	margin: 0;
}
ul.buttons li.normal a, ul.buttons li.normal span {
	display: inline;
	padding: 0;
	background: transparent none;
	text-decoration: underline;
	border: 0 none;
}
ul.buttons a, ul.buttons span {
	display: block;
	padding: .5em;
	
	background: #333 url(/_img/button-big.png) top repeat-x;
	border: 2px solid #222;
	
	text-decoration: none;
}
ul.buttons a:hover {
	background-position: bottom;
}
ul.buttons p.views a {
	display: inline;
	
	border: 0 none;
	
	padding: 2px 4px;
	background: #ccc none;
	
	color: #111;
	text-decoration: none;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
ul.buttons li a h2, ul.buttons li span h2,
ul.buttons li a h3, ul.buttons li span h3 {
	margin: 0 0 .5em 0;
	padding-left: 17px;
	
	color: #b7db94;
	
	background: url(/_img/icon-house-mini.png) left center no-repeat;
}
ul.buttons li a h3, ul.buttons li span h3 {
	background: transparent none;
	padding-left: 0;
}
ul.buttons li.normal h2, ul.buttons li.normal h3, ul.buttons li.normal p {
	margin-top: 0;
}
ul.buttons li a p, ul.buttons li span p {
	margin: .5em 0 0 0;
	
	font-style: normal;
	font-size: 11px;
	color: #eee;
}
ul.buttons li p.views {
	float: right;
}
ul#hood-options {
	width: 270px;
	margin: 1em 0;
}
ul.grid li {
	float: left;
	width: 235px;
	
	margin: 0 1.5em 1.5em 0;
	
	list-style-type: none;
	
	font-size: 11px;
	color: #222;
	
	border-top: 1px solid #eee;
}
ul.grid img {
	width: 120px;
	height: 77px;
	
	float: left;
	margin: 0 .7em .7em 0;
	
	background-color: #eee;
}
.price {
	padding: 2px 4px;
	
	background-color: #589727;
	
	line-height: 1.8em;
	color: #fff;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.price.alert {
	background-color: #cc0033;
	
	text-transform: capitalize;
}
.views a {
	padding: 2px 4px;
	
	background-color: #333;
	
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	/*float: left;
	margin: 0 3px 3px 0;*/
}
a.map-view {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
a.map-view span.letter {
	padding: 2px 4px 1px 4px;
	margin: 0 2px 2px 0;
	
	color: #fff;
	background-color: #589727;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	/*box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 1px 1px 1px #444;
	-moz-box-shadow: 1px 1px 1px #444;*/
}
#page ul.options {
	margin-left: 0;
}
ul.options li a.map-view {
	font-weight: normal;
}
table.list {
	width: 100%;
	
	margin: 0;
}
table.list td {
	padding: 7px 7px 7px 0;
	
	border-top: 1px solid #eee;
}
table.list td.image {
	width: 132px;
}
table.list td.views * {
	font-size: 11px;
}
ul.options li {
	/*width: 500px;*/
	list-style-type: none;
	
	border-top: 1px solid #eee;
}
ul.options li.top {
	border-top: 0 none;
}
ul.options li.header {
	border-top: 1px solid #ddd;
}
ul.options li p {
	font-size: 11px;
	
	margin-top: .5em;
}
ul.options li h3 {
	margin-bottom: .5em;
	padding-left: 17px;
	
	color: #589727;
	
	background: url(/_img/icon-house-mini.png) left center no-repeat;
}
ul.options li.normal h3 {
	padding-left: 0;
	
	color: #555;
	
	background-image: none;
}
ul.options li.normal p {
	font-size: 13px;
}
ul.options p.views {
	/*float: right;
	
	margin: 1.1em 0 0 0;*/
}
ul.options li em {
	font-size: 11px;
	color: #777;
	
	padding-left: 7px;
}
p.light {
	color: #777;
	font-size: 11px;
	
	margin: 0;
}
p.light a {
	/*color: #b7db94;*/
	color: #777;
}



/* locations */
div.map-overlay {
	padding-top: 5px;
	position: absolute;
	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
	background-position: center top;
	background-repeat: no-repeat;
}
div.map-overlay.hood, div.map-overlay.home {
	background-image: url(/_img/map-overlay-tag-black.png);
}
div.map-overlay.home {
	background-image: url(/_img/map-overlay-tag-green.png);
}
div.map-overlay.expanded {
	width: 128px;
	z-index: 999999999;
	
	font-weight: normal;
	
	background-image: url(/_img/map-overlay-tag-black.png);
}
div.map-overlay span {
	display: block;
	padding: 2px 4px 1px 4px;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 1px 1px 1px #444;
	-moz-box-shadow: 1px 1px 1px #444;
}
div.map-overlay.home.expanded span {
	padding-top: 4px;
	background-color: #222;
}
div.map-overlay.hood span {
	padding-left: 20px;
	background: #222 url(/_img/icon-house-mini.png) 4px 4px no-repeat;
}
div.map-overlay.home span {
	/*background-color: #99CC66;*/
	background-color: #589727;
	background-image: none;
	
	/*font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px !important;
	color: #000;*/
}
div.map-overlay a {
	color: #eee;
	text-decoration: none;
}
div.map-overlay.expanded a {
	color: #b7db94;
	text-decoration: underline;
}
div.map-overlay img {
	width: 120px;
	margin-bottom: 5px;
}
div.map-overlay a.map-overlay-close {
	position: absolute;
	bottom: 0;
	right: 0;
	
	padding: 2px 5px 0 5px;
	
	color: #b7db94;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.shadow-map {
	width: 920px;
	height: 400px;
	
	background-repeat: no-repeat;
	background-image: url(/_img/shadow-map.png);
	
	margin: 1em 0;
}
.shadow-map .map {
	position: relative;
	left: 8px;
}
div.map {
	width: 904px;
	height: 382px;
}
div.map * {
	font-size: 11px;
	line-height: 1.5em;
}
ul#neighborhood-buttons {	
	margin: 1em 0 1em 0;
}
ul#neighborhood-buttons li {
	float: left;
	
	margin-right: 12px;
}
ul#neighborhood-buttons li a h2 {
	margin: 0;
}
#page ul.tabs {
	margin: 1em 0;
}
ul.tabs li {
	list-style: none;
	
	display: inline;
}
ul.tabs li a {
	height: 30px;
	line-height: 30px;
	padding: 7px 10px;
	margin-right: 5px;
	
	background-color: #eee;
	
	color: #333;
	text-decoration: none;
	font-weight: bold;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
ul.tabs li a.current {
	background-color: #b7db94;
	/*background-color: #ccff99;*/
	
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
div.border {
	border-top: 1px solid #eee;
}
div.tabbed {
	display: none;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
div.tabbed.current {
	display: block;
}


/* twitter */
#twitter .twitter-logo {
    height: 36px;
    line-height: 36px;
    padding: 0 44px 0 17px;

    position: absolute;
    top: 17px;
    right: 0;
    z-index: 777;
    
    background: url(/_img/logo-twitter-36.png) no-repeat right top;
    
    color: #eee;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.twtr-doc {
    height: 70px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.twtr-hd, .twtr-ft {
    display: none;
}
.twtr-widget .twtr-tweet {
    border-bottom: 0 none !important;
    
    width: 670px;
    height: 50px;
    overflow: hidden;
    padding: 5px;
    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.twtr-widget .twtr-tweet, .twtr-widget .twtr-tweet .twtr-tweet-wrap {
	padding-left: 0;
}
