@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

/*** rss feeds ***/

#rss-header h1 {
	float:left;
}

#rss-header p {
	float:right;
	margin:5px 0 0 0;
	text-align:right;
}

#rssfeed {
	float:right;
	margin:3px 0 0 0;
	text-align:right;
}

#rssfeed a:link, #rssfeed a:active, #rssfeed a:visited, #rssfeed a:hover, #rssfeed a:visited:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#rssfeed a:hover, #rssfeed a:visited:hover {
	text-decoration:underline;
}


/*** buttons ***/

a.button:link, a.button:active, a.button:visited, a.button:hover, a.button:visited:hover {
	display:block;
	margin:10px 0 20px 0;
	padding:6px 10px;
	width:100px;
	text-align:center;
	background-color:#333;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

a.button:hover, a.button:visited:hover {
	background-color:#666;	
}


/*** tabs ***/

.tab {
	display:inline;
	margin:0;
	padding:2px 5px;
	background-color:#7Fd0E1;
	font-size:11px;
	color:#FFFFFF;
}

.tab a:link, .tab a:active, .tab a:visited, .tab a:hover, .tab a:visited:hover {
	background-color:#CCC;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.tab a:hover, .tab a:visited:hover {
	color:#333;
	text-decoration:none;
}


/*** flares + blog ***/

.post {
	margin:0 0 20px 0;
}

.post h2 {
	margin:0 0 3px 0;
}

.post h3 { /* post info */
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* postdata - renamed from '.footer' to avoid conflicts */
.post .postdata {
	color:#666666;
	font-size:9px;
}

.post .postdata a:link, .post .postdata a:active, .post .postdata a:visited, .post .postdata a:hover, .post .postdata a:visited:hover {
	font-size:9px;
}

/* float all images left by default */
.post img {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #F3F3F3;
}


/*** realestate ***/

.amenities .column a:link, .amenities .column a:active, .amenities .column a:visited, .amenities .column a:hover, .amenities .column a:visited:hover {
	margin:0 5px 5px 0;
	padding:2px 4px;
	background-color:#999;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.amenities .column a:hover, .amenities .column a:visited:hover {
	background-color:#666;
}


.amenities .column a.available:link, .amenities .column a.available:active, .amenities .column a.available:visited, .amenities .column a.available:hover, .amenities .column a.available:visited:hover {
	background-color:#006857;
}

.amenities .column a.available:hover, .amenities .column a.available:visited:hover {
	background-color:#333;
}

#unitinfo {
	float:right;
	width:380px;
}

#unitinfo table tr td {
	padding:3px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}


/* form verification css */

.select-null {
	background-color:#F9D9D3;
}


/*** general form styles ***/

form input {
	padding:2px;
	height:16px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

form textarea {
	padding:2px;
	width:auto;
	height:100px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

form select {
	height:21px;
	border:1px solid #EFEFEF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


/*** ul.form ***/

ul.form {
	margin:0;
	padding:0;
	background:transparent;
}

ul.form li {
	margin:0 0 10px 0;
	padding:5px;
	background:none;
	background-image:none;
	list-style:none;
}

ul.form input {
	padding:2px;
	width:280px;
	height:16px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
}

ul.form select {
	height:21px;
	border:1px solid #EFEFEF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.form textarea {
	padding:2px;
	width:400px;
	height:100px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.form li label {
	display:inline-block;
	float:left;
	margin:0;
	padding:0 15px 0 0;
	width:90px;
	text-align:left;
	font-size:12px;
	color:#666;
}

ul.form li label.altlabel {
	display:block;
	margin:0 0 10px 0;
	width:auto;
	text-align:left;
}

ul.form li div.wrapper {
	float:left;
}

.form-error {
	background-color:#F0CCD4;
}

.required {
	background-image:url(/core/structure/misc/required_field.png);
}

.status {
	margin:2px 0 0 110px;
}

ul.form li #submitbutton {
}


/*** general ***/

a[href$='.pdf'] {
	padding-left: 17px;
	background: url(/core/structure/icons/pdf-15x15.gif) no-repeat bottom left;
}


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

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

.red-alert, .green-alert {
	margin:20px 0;
	padding:10px;
	font-size:12px;
	color:#333;
}

.red-alert {
	background-color:#F6EDF1;
	border:1px solid #CC0000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.green-alert {
	background-color:#DCF3DA;
	border:1px solid #339933;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.hr {
	clear:both;
	overflow:hidden;
	margin:20px 0;
	height:0.1em;
	font-size:0.1em;
	border-top:1px solid #999;
}

.clear {
	clear:both;
	height:0.1em;
	overflow:hidden;
	font-size:0.1em;
}


/*** tables ***/

table tr td {
	padding:4px;
	/* using px to avoid nested resizing */
	font-size:12px;
}

.nomargin {
	margin:0;
}

.norightmargin {
	margin-right:0;
}

.noleftmargin {
	margin-left:0;
}

.nopad,
.nopad tr td {
	padding:0;
}


/*** lists ***/

ul, ol {
	margin:0 0 20px 5px !important;
	margin:0 0 20px 8px;
	padding:0 0 0 10px;
	list-style:none;
}

li {
	line-height:140%;
	list-style:disc;
}






