/* @override 
	http://cresapts.com/springs/wp-content/themes/cres_properties/style.css
	http://cresapts.com/countrywood/wp-content/themes/cres_properties/style.css
	http://cresapts.com/stonecreek/wp-content/themes/cres_properties/style.css
	http://cresapts.com/squirescourt/wp-content/themes/cres_properties/style.css
	http://cresapts.com/orchardpark/wp-content/themes/cres_properties/style.css */

/*
Theme Name: CRES Properties
Theme URI: http://www.marahcreative.com/
Description: Custom theme for CRES property sites.
Author: Marah Creative
Version: 1.0
*/


/* @group CSS Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input:focus, textarea:focus {
	border: 0;
	outline: 0;
}

/* @end */

/* @group Typography */
@font-face {
    font-family: 'MonolineScriptMTItalic';
    src: url('assets/fonts/monoline_script_mt-webfont.eot');
    src: url('assets/fonts/monoline_script_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/monoline_script_mt-webfont.woff') format('woff'),
         url('assets/fonts/monoline_script_mt-webfont.ttf') format('truetype'),
         url('assets/fonts/monoline_script_mt-webfont.svg#MonolineScriptMTItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	color: #663399;
	font: 30px/1 MonolineScriptMTItalic;
	text-transform: lowercase;
}
h2, h3 {
	color: #b5bf00;
	font: 18px/1 MonolineScriptMTItalic;
	text-transform: lowercase;
}
h3 {
	color: #0d9b8c;
	margin: 0 0 5px;
}
a {
	color: #ffb120;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 10px 0;
}
.green {
	color: #b5bf00;
}
.large {
	font-size: 14px;
}
#body li {
	background: url(images/bullet_teal.png) no-repeat 0 7px;
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 15px;
}
.thumbnails img, .medium img, .blog .entry-thumbnail img, .single-post .entry-thumbnail img, .archive .entry-thumbnail img, .section img {
	border: 4px solid #1D363B;
}
/* @end */

/* @group Layout
-------------------------------------------------------------- */

body {
	background: #0d9b8c;
	color: #fff;
	font: 10px/1.8 Verdana, Arial, sans-serif;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
}
#page {
	width: 810px;
	margin: 60px auto 30px;
}
.brochure {
	margin: 0 40px 5px;
	text-align: right;
}
.brochure a {
	background: url(images/print.png) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 2px 0 2px 22px;
	text-decoration: none;
	text-transform: lowercase;	
}
.brochure a:hover {
	text-decoration: underline;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 119px;
	position: relative;
}
#content {
	background: url(images/page_bg.png) repeat-y;
	padding: 0 9px;
}
#body {
	background: #222;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#body #left, #body #right {
	float: left;
}
#footer {
	background: url(images/footer.png) no-repeat;
	clear: both;
	height: 124px;
	position: relative;
}
#footer.tall {
	background: url(images/footer_tall.png) no-repeat;
}

#footerna {
	background: url(images/footer-not-accessible.png) no-repeat;
	clear: both;
	height: 124px;
	position: relative;
}
#footerna.tallna {
	background: url(images/footer_tall-not-accessible.png) no-repeat;
}

#copyright {
	font-weight: bold;
	padding: 0 39px;
	text-align: right;
}
#copyright img {
	vertical-align: text-bottom;
	padding: 0 0 0 5px;
}
/* @end */

/* @group Menu */
#menu {
	background: #a84371;
	height: 34px;
	padding: 0 20px;
	position: relative;
	z-index: 10;
	text-align: right;
}
#menu li {
	background: none;
	display: inline;
	list-style: none;
}
#menu li::after {
	content: '|';
}
#menu li:last-child::after {
	content: '';
}
#menu a {
	color: #fff;
	font-size: 13px;
	height: 14px;
	line-height: 34px;
	margin: 4px 0;
	padding: 25px 5px 8px;
	text-decoration: none;
	text-transform: lowercase;
}
#menu a:hover, #menu .current_page_item a {
	background: url(images/menu_bg.png) no-repeat 50% 0;
}
#menu .current_page_item a {
	font-weight: bold;
}
/* @end */

/* @group Header */
#header .property_name {
	font: bold 36px/1 Times New Roman, serif;
	padding: 54px 50px 0;
	text-shadow: 2px 4px 5px rgba(0,0,0,0.14);
	text-transform: uppercase;
}
#header .property_phone {
	font: bold 18px/1 Verdana, Arial, sans-serif;
	position: absolute;
	top: 76px; right: 30px;
	letter-spacing: -1px;
}

/* @end */

/* @group Footer */
#footer {
	font-size: 12px;
	line-height: 1.5;
}
#footer a {
	color: #c60;
}
#footer .vcard .org {
	display: none;
}
#footer .vcard {
	padding: 30px 0 0 175px;
	text-transform: lowercase;
}
#footer.tall .vcard {
	padding: 24px 0 0 175px;
}
#footer .vcard .divider {
	color: #ac6902;
}
#footer .vcard .email {
	text-decoration: none;
	background: #dbe082;
	border-radius: 10px;
	padding: 1px 5px;
}
#footer .hours {
	position: absolute;
	top: 35px; right: 36px;
	color: #af4a78;
	font-size: 11px;
	text-transform: lowercase;
	width: 240px;
}
#footer .hours span {
	font-weight: bold;
}
#footer .seasonal {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: -15px; left: 95px;
}
/* @end */

/* @group Footerna */
#footerna {
	font-size: 12px;
	line-height: 1.5;
}
#footerna a {
	color: #c60;
}
#footerna .vcard .org {
	display: none;
}
#footerna .vcard {
	padding: 30px 0 0 175px;
	text-transform: lowercase;
}
#footerna.tallna .vcard {
	padding: 24px 0 0 175px;
}
#footer .vcard .divider {
	color: #ac6902;
}
#footerna .vcard .email {
	text-decoration: none;
	background: #dbe082;
	border-radius: 10px;
	padding: 1px 5px;
}
#footerna .hours {
	position: absolute;
	top: 35px; right: 36px;
	color: #af4a78;
	font-size: 11px;
	text-transform: lowercase;
	width: 240px;
}
#footerna .hours span {
	font-weight: bold;
}
#footerna .seasonal {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: -15px; left: 95px;
}
/* @end */

/* @group Home */
.page-template-page-home-php #body {
	background-image: url(images/bg_home.jpg);
	min-height: 449px;
}
.page-template-page-home-php .btn_apply {
	background: url(images/btn_apply.png) no-repeat;
	display: block;
	height: 118px;
	position: absolute;
	top: 20px; left: 20px;
	text-indent: -9999em;
	width: 118px;
}
.page-template-page-home-php .content {
	color: #ccc;
	padding: 145px 0 140px 115px;
	width: 300px;
}
.page-template-page-home-php .medium {
	box-shadow: 5px 6px 5px rgba(0,0,0,0.27);
	line-height: 1;
	position: absolute;
	top: 46px; right: 26px;
}
.page-template-page-home-php .thumbnails {
	position: absolute;
	bottom: 6px; left: 40px;
}
.page-template-page-home-php .thumbnails a {
	color: #fff;
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	visibility: hidden;
}
.page-template-page-home-php .thumbnails a img, .page-template-page-home-php .thumbnails a:hover {
	visibility: visible;
}
/* @end */

/* @group Amenities */
.page-template-page-amenities-php #body {
	background-image: url(images/bg_amenities.jpg);
	min-height: 580px;
}
.page-template-page-amenities-php .content {
	padding: 78px 0 130px 135px;
	width: 320px;
}
.page-template-page-amenities-php #body ul {
	margin: 5px 0 16px;
}
.page-template-page-amenities-php #body li {
	margin: 0;
}
.page-template-page-amenities-php .medium {
	overflow: hidden;
	position: absolute;
	top: 53px; right: 0;
	width: 370px;
}
.page-template-page-amenities-php .medium img {
	border: 0;
	box-shadow: -5px 0 12px rgba(0,0,0,0.75);
	float: right;
}
.page-template-page-amenities-php .thumbnails {
	overflow: hidden;
	position: absolute;
	bottom: 0; left: -20px;
	height: 144px;
}
.page-template-page-amenities-php .thumbnails a {
	color: #fff;
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	visibility: hidden;
}
.page-template-page-amenities-php .thumbnails a img, .page-template-page-amenities-php .thumbnails a:hover {
	visibility: visible;
}
/* @end */

/* @group Location */
.page-template-page-location-php #body {
	background-image: url(images/bg_location.jpg);
	min-height: 427px;
}
.page-template-page-location-php #left {
	padding: 36px 32px 0;
	width: 328px;
}
.page-template-page-location-php #right {
	padding: 80px 30px 0;
	width: 340px;
}
.page-template-page-location-php #left a {
	font-size: 9px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
/* @end */

/* @group Apply */
.page-template-page-apply-php #body {
	background-image: url(images/bg_apply.jpg);
	min-height: 453px;
}
.page-template-page-apply-php .btn_applytoday {
	background: url(images/btn_applytoday.png) no-repeat;
	display: block;
	height: 118px;
	position: absolute;
	top: 70px; left: 45px;
	text-indent: -9999em;
	width: 118px;
}
.page-template-page-apply-php .content {
	float: left;
	margin: 70px 0 0 30px;
	width: 330px;
}
.page-template-page-apply-php h1 {
	color: #b5bf00;
}
.page-template-page-apply-php .fees {
	background: #b5bf00;
	border-radius: 20px;
	margin: 020px 0 40px -20px;
	padding: 20px 40px;
}
.page-template-page-apply-php .fees h2 {
	color: #a84371;
}
#forms-list {
	float: left;
	margin: 460px 0 30px 50px;
	width: 350px;
}
/* @end */

/* @group Floor Plans */
.page-template-page-floorplans-php #body {
	background-image: url(images/bg_floorplans.jpg);
	min-height: 446px;
}
.page-template-page-floorplans-php .content {
	padding: 80px 0 280px 120px;
	width: 270px;
}
.page-template-page-floorplans-php .thumbnails {
	position: absolute;
	bottom: 290px; right: 42px;
}
.page-template-page-floorplans-php .thumbnails a {
	color: #fff;
	float: left;
	margin: 0 0 0 6px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	visibility: hidden;
}
.page-template-page-floorplans-php .thumbnails a img, .page-template-page-floorplans-php .thumbnails a:hover {
	visibility: visible;
}
.page-template-page-floorplans-php .medium img {
	height: 220px;
	overflow: hidden;
	position: absolute;
	right: 42px; bottom: 50px;
	width: 340px;
}
.page-template-page-floorplans-php .floorplans {
	background: url(images/floorplans.png) no-repeat;
	height: 260px;
	padding: 10px 0 0 48px;
	position: absolute;
	bottom: 0; left: 0;
	width: 744px;
}
.page-template-page-floorplans-php .floorplans a {
	float: left;
	margin: 0 14px 0 0;
	padding: 3px 0 0;
}
.page-template-page-floorplans-php .floorplans a:hover {
	background: #5c4e4b;
	border-radius: 10px
}
.page-template-page-floorplans-php .floorplans p {
	position: absolute;
	bottom: 0; right: 50px;
	text-transform: lowercase;
}
/* @end */

/* @group Neighborhood */
.page-template-page-neighborhood-php #body {
	background-image: url(images/bg_neighborhood.jpg);
	min-height: 449px;
}
.page-template-page-neighborhood-php .btn_attractions {
	background: url(images/btn_attractions.png) no-repeat;
	display: block;
	height: 153px;
	position: absolute;
	top: 10px; left: 15px;
	text-indent: -9999em;
	width: 148px;
	z-index: 10;
}
.page-template-page-neighborhood-php .content {
	padding: 70px 0 20px 410px;
	width: 350px;
}
.page-template-page-neighborhood-php .content h2 {
	color: #b5bf00;
}
.page-template-page-neighborhood-php .content ul {
	margin: 5px 0 10px 10px;
}
.page-template-page-neighborhood-php #body .content li {
	margin: 0;
}
.page-template-page-neighborhood-php .medium {
	box-shadow: 5px 6px 5px rgba(0,0,0,0.27);
	line-height: 1;
	overflow: hidden;
	position: absolute;
	top: 60px; left: 110px;
	width: 260px;
	z-index: 1;
}
.page-template-page-neighborhood-php .medium img {
	border: 0;
}
.page-template-page-neighborhood-php .thumbnails {
	position: absolute;
	top: 308px; left: 30px;
}
.page-template-page-neighborhood-php .thumbnails a {
	color: #fff;
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	visibility: hidden;
}
.page-template-page-neighborhood-php .thumbnails a img, .page-template-page-neighborhood-php .thumbnails a:hover {
	visibility: visible;
}
/* @end */

/* @group Area Attractions */
.page-template-page-attractions-php #body {
	background-image: url(images/bg_attractions.jpg);
	padding: 54px 0 0;
	min-height: 676px;
}
.page-template-page-attractions-php h2 {
	color: #b5bf00;
	margin: 30px 0 0;
}
.page-template-page-attractions-php .section {
	clear: both;
	padding: 8px 0 8px 110px;
}
.page-template-page-attractions-php .section img {
	float: left;
}
.page-template-page-attractions-php .section .text {
	float: left;
	margin: 0 0 0 46px;
	width: 340px;
}
/* @end */

/* @group Residents Pages */
.residents#body {
	background-image: url(images/bg_residents.png);
	min-height: 252px;
}
.residents #left {
	margin: 115px 15px 20px 0;
	text-align: right;
	width: 125px;
}
.residents #left li {
	background: none;
	list-style: none;
	margin: 0;
}
.residents #left a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
.residents #left a:hover {
	text-decoration: underline;
}
.residents #left .current_page_item a {
	color: #fa9c0f;
	font-weight: bold;
}
.residents #right {
	padding: 26px 30px 20px 20px;
	width: 602px;
}
.residents h1 {
	color: #fff;
	font-size: 62px;
	margin: 0 0 20px;
	opacity: 0.25;
}
/* @end */

/* @group Residents */
.page-template-page-residents-php #body {
	background-image: url(images/bg_residents.jpg);
	min-height: 410px;
}
.page-template-page-residents-php .content {
	padding: 100px 0 0 410px;
	width: 320px;
}
.page-template-page-residents-php .residents_buttons {
	position: absolute;
	bottom: 0;
}
/* @end */

/* @group Residents Buttons */
.residents_buttons {
	clear: both;
	height: 120px;
	margin: 20px 0 18px 70px;
}
.residents_rent {
	margin: 10px 0 18px 20px;
}
.residents_buttons a {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	padding: 100px 0 0;
	margin: 0 8px 0 0;
	width: 102px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
.residents_buttons a:hover {
	text-decoration: underline;
}
.residents_buttons .btn_payrent {
	background: url(images/btn_payrent.png) no-repeat;
}
.residents_buttons .btn_newsletter {
	background: url(images/btn_newsletter.png) no-repeat;
}
.residents_buttons .btn_board {
	background: url(images/btn_board.png) no-repeat;
}
.residents_buttons .btn_moving {
	background: url(images/btn_moving.png) no-repeat;
}
.residents_buttons .btn_maintenance {
	background: url(images/btn_maintenance.png) no-repeat;
}
.residents_buttons .btn_refer {
	background: url(images/btn_refer.png) no-repeat;
}
.residents_buttons .btn_emergency {
	background: url(images/btn_emergency.png) no-repeat;
}
/* @end */

/* @group Blog */
.blog #posts, .single-post #posts, .archive #posts {
	border-right: 1px solid #c15c90;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	width: 415px;
}
#archive {
	float: left;
	width: 155px;
}
#archive input {
	border: 0;
	padding: 5px;
	width: 140px;
}
#archive label {
	text-transform: uppercase;
}
#archive ul {
	margin: 15px;
}
#archive a {
	color: #fff;
	text-decoration: none;
}
#archive a:hover {
	text-decoration: underline;
}
.blog h2, .single-post h2 {
	color: #b5bf00;
}
a.entry-title {
	text-decoration: none;
}
a.more-link {
	color: #be5c90;
	text-decoration: none;
}
a.more-link:hover {
	text-decoration: underline;
}
.hentry {
	clear: both;
	margin: 0 0 20px;
}
.entry-thumbnail {
	float: left;
}
.entry-content {
	width: 266px;
	margin: 0 0 0 15px;
	float: left;
}

/* @end */

/* @group Moving In */
.page-template-page-moving-in-php .entry-thumbnail {
	margin: 0 40px 0 20px;
}
.page-template-page-moving-in-php .entry-content {
	margin: 0 0 10px;
	width: 360px;
}
.page-template-page-moving-in-php h3 {
	color: #ffb120;
	font: normal 11px Verdana, Arial, sans-serif;
	margin: 10px 0;
	text-transform: none;
}
.page-template-page-moving-in-php .contacts {
	margin: 5px 0 10px;
}
.page-template-page-moving-in-php .local {
	color: #fa9f0f;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 5px;
}
.page-template-page-moving-in-php .contacts td {
	font-size: 11px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
.page-template-page-moving-in-php .contacts .label {
	background: url(images/tab-stop.png) repeat-x center center;
	padding: 0 40px 0 0;
}
.page-template-page-moving-in-php .contacts .text {
	background: #222;
	padding: 0 5px 0 0;
}late-page-moving-in-php .utilities, .page-template-page-moving-in-php .local {
	float: left;
	width: 180px;
}
/* @end */

/* @group Maintenance */
.page-template-page-maintenance-php .entry-thumbnail {
	margin: 0 20px 0 0;
}
.page-template-page-maintenance-php .entry-content {
	margin: 0 0 10px;
	width: 430px;
}
.page-template-page-maintenance-php .action, .page-template-page-maintenance-php .action a {
	color: #fff;
	font-size: 14px;
	margin: 0 0 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.page-template-page-maintenance-php .action a:hover {
	text-decoration: underline;
}
.page-template-page-maintenance-php .orangebox {
	float: left;
	margin: 10px 0;
}
.page-template-page-maintenance-php .services {
	float: left;
	margin: 7px 0 0 20px;
	width: 160px;
}
/* @end */

/* @group Emergency */
.page-template-page-emergency-php .large {
	font-size: 16px;
	font-style: italic;
}
.page-template-page-emergency-php #right {
	padding: 26px 30px 20px 40px;
	width: 582px;
}
.page-template-page-emergency-php .contacts {
	margin: 0 0 20px;
}
.page-template-page-emergency-php .local {
	color: #fa9f0f;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 5px;
}
.page-template-page-emergency-php .contacts td {
	color: #dce539;
	font-size: 11px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
.page-template-page-emergency-php .contacts .label {
	background: url(images/tab-stop.png) repeat-x center center;
	padding: 0 40px 0 0;
}
.page-template-page-emergency-php .contacts .text {
	background: #222;
	padding: 0 5px 0 0;
}
.bullet {
	color: #0d9b8c;
	padding: 0 5px 0 0;
}
.orangebox {
	background: #fa9f0f;
	border-radius: 20px;
	color: #000;
	padding: 20px;
	width: 360px;
}
.orangebox h2 {
	color: #fff;
}
.orangebox ul {
	margin: 0 0 0 20px;
}
.orangebox a {
	color: #a84371;
}
.page-template-page-emergency-php .action, .page-template-page-emergency-php .action a {
	color: #0d9b8c;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.page-template-page-emergency-php .action a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Refer a Friend */
.page-template-page-refer-php #right {
	padding: 26px 30px 20px 40px;
	width: 582px;
}
.page-template-page-refer-php .entry-content {
	width: 350px;
	margin: 0 0 0 40px;
}
.page-template-page-refer-php #refer .fields {
	background: #ced35a;
	border-radius: 20px;
	margin: 10px 0 0 200px;
	padding: 5px 24px 20px;
	line-height: ;
}
.page-template-page-refer-php #refer .input-field {
	margin: 5px 0;
}
.page-template-page-refer-php #refer h3 {
	color: #fff;
	font: normal 11px Verdadna, Arial, sans-serif;
	margin: 10px 0 5px;
	text-transform: uppercase;
}
.page-template-page-refer-php #refer label {
	display: block;
	float: left;
	padding: 4px 0 0;
	text-transform: lowercase;
	width: 42px;
}
.page-template-page-refer-php #refer input[type="text"] {
	border: 0;
	margin: 0;
	padding: 5px;
	width: 270px;
}
.page-template-page-refer-php #refer input[type="submit"] {
	background: url(images/btn_submit.png) no-repeat;
	border: 0;
	height: 22px;
	margin: 10px 0 0 455px;
	text-indent: -9999em;
	width: 91px;
}
.page-template-page-refer-php .error {
	color: #000;
	margin: 20px 40px;
}
.page-template-page-refer-php #refer .error li, .page-template-page-refer-php #refer p {
	margin: 0;
}
.page-template-page-refer-php #thankyou {
	margin: 50px;
	text-align: center;
}
/* @end */

/* @group Google Maps */
#map_canvas { height: 100% }
/* @end */

/* @group 404 */
.error404 #body {
	background-image: url(images/bg_residents.jpg);
}
.error404 .content {
	padding: 100px 0 20px 410px;
	width: 320px;
}
/* @end */