/* ----------------------------------------------
	Design : Design by Satori
	Author : Claudiu Geanta
	COmpany URL : http://www.designbysatori.com/    
	Last Date Modified : Nov 27, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #eff1d9;
	font: 75%/1.5em Arial, Verdana, Helvetica;
	color: #7d7d72;
	text-align: center;

}

/* links */
a, a:visited {	
	color: #09f;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #40494f;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Helvetica Neue', Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #abae8d;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

ul { list-style: none; }
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}


/* images */
img {
	background: transparent;
   border: 0px solid #dcdcdc;
	padding: 0px;

}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #fff;
	margin: 35px auto;
	text-align: left;
	border: 1px solid #e1e1d5; 	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	margin-bottom: 2px; 	
	background: #FFF;	
}
#header {
	position: relative;
	width: 920px;
	height: 120px;
	padding: 0;	
	margin: 0;
	background:#e6e6d9;
	border-bottom: 1px solid #e1e1d5;
	float: left;
	
	

}

#logo {
	float: left;
	width: 240px;
	margin: 0 0 0 50px; 
	padding: 0;
	height: 120px;
	display:inline;
	
}




blockquote {
	clear: all;
	font-weight: normal;
	background: url('images/slogan.png') no repeat;
	text-align: right;
	
	

}

#nav {
	float: right;
	margin: 0px;
	width: 550px;
	height: 120px;
	margin: 0;
	padding: 0;	
	display: inline;
}


#nav ul {
	margin: 0px;
	list-style-type: none;
	padding:0;
}
#nav li {
	margin: 0; 
	padding: 0;
   	list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 0;
	overflow: hidden;
	height: 120px !important; 
	height /**/:120px; /* for IE5/Win only */
	}
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -120px;
	}
#navhome a{
	width: 58px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_home.jpg');
	}
#navlocation a{
	width: 93px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_location.jpg');
}
#navfloorplans a{
	width: 118px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_fp.jpg');
}

#navamenities a{
	width: 94px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_amenities.jpg');
}

#navresidents a {
	width: 96px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_residents.jpg');
}


#navcontact a {
	width: 91px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/but_contact.jpg');
}




















/* Main Column */
#main {
	float: right;
	width: 550px;
	padding: 0 ; margin: 0;
	display: inline;	
}

#main1 {
	float: left;
	width: 250px;
	display: inline;
	text-align: left;
	padding: 0 5px 5px 5px;
		
}

#main2 {
	float: left;
	width: 245px;
	padding: 0 5px 5px 5px;
	margin: 0;
	display: inline;
	text-align: left;
		
}



#main h2 {
	font: bold 1.5em Arial, Verdana, Sans-serif;
	color: #abae8d; 
	padding: 20px 0px 5px 5px; 	
	margin: 0px 60px 0 0;		
	letter-spacing: -1px;
	border-bottom: 1px dotted #abae8d;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul {list-style-image: url('none'); margin:0; padding:5px}

#sidebar {
	float: left;
	width: 320px;
	padding: 10px; 
	margin: 0 10px 0 5px;
	display: inline;
	text-align: justify;
		
}



#sidebar h3 {
	font-family: Arial, Verdana, Helvetica;
	color: #7d7d72;
	border-bottom: 1px dotted #7d7d72;
	text-transform: none;
	padding: 10px 0px 5px 0; 
	margin: 10px 0 0 10px;
	
}

#sidebar h2 {
	font: bold 1.5em Arial, Verdana, Sans-serif;
	color: #abae8d; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px dotted #abae8d;
	text-aling: left;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }



/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e1e1D5;
	background:#abae8d;
	color: #f2f4e3;
			
}
#footer-content {
	width: 920px;
	padding: 5px 0 5px 0;
}

#footer-wrap p {
	padding:0px 0;
	font-size: 90%;

}
#footer-wrap h3 {
	color: #474839; 
	margin: 0;
	text-transform: uppercase;
	padding: 0 0 5px 0; 
}

#footer-wrap a { 
	color: #474839; 
	text-decoration: none;
	border-bottom: 1px dotted #474839;
}


#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #f2f4e3;
	margin: 0 auto; 
	padding-bottom: 5px;	
	width: 900px;		
}

#footer-columns .col1 {
	float: left;
	width: 150px;
	padding: 15px 0 0 20px;
	border-right: 1px dotted #f2f4e3;
	
}

#footer-columns .col2 {
	float: left;
	width: 125px;
	padding: 15px 0 0 40px;
	margin: 0 0 0 20px;
	

	
}

#footer-columns .col3 {
	float: right;
	width: 480px;
	margin-top: 50px;
	
	
}



/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 0px;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.neg {color: #40494f; font-weight: bold}


/* LIGHTBOX */

#lightbox {
position:absolute;
top:20px;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0;
}

#lightbox a img {
border:0px none;
}

#outerImageContainer {
position:relative;
background-color:#b0b7bd;
width:250px;
height:250px;
margin:0 auto;
}

#imageContainer {
padding:10px;
}

#loading {
position:absolute;
top:20%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0;
}

#hoverNav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}

#imageContainer > #hoverNav {
left:0;
}

#hoverNav a {
outline:none;
}

#prevLink, #nextLink {
width:49%;
height:100%;
background:url('/images/blank.gif') no-repeat;
display:block;
}

#prevLink {
left:0;
float:left;
}

#nextLink {
right:0;
float:right;
}

#prevLink:hover, #prevLink:visited:hover {
background:url('images/prevlabel.gif') no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
background:url('images/nextlabel.gif') no-repeat right 15%;
}

#imageDataContainer {
font:10px Tahoma, Verdana, Arial, Georgia, sans-serif;
background-color:#b0b7bd;
line-height:1.4em;
margin:0 auto;
color: #000;
}

#imageData {
padding:0 10px;
}

#imageData #imageDetails {
width:70%;
float:left;
text-align:left;
}

#imageData #caption {
font-weight:700;
font:11px Tahoma, Verdana, Arial, Georgia, sans-serif;
color:#000;
}

#imageData #numberDisplay {
display:block;
clear:left;
padding-bottom:1em;
}

#imageData #bottomNavClose {
width:66px;
float:right;
padding-bottom:0.7em;
border: 0px;
}

#overlay {
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px;
background-color:#000;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html > body .clearfix {
display:inline-block;
width:100%;
}

* html .clearfix {
height:1%;
}

.contentslide {
border-left:0px none;
border-right:0px none;
border-top:0px none;
border-bottom:6px none;
width:500px;
height:375px;
padding:0
}

.pagination {
width:500px;
text-align:center;
background-color:#FFF;
padding-bottom:5px
}

* html .pagination {
width:500px;
}

.pagination a {
text-decoration:none;
color:#09f;
font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
line-height:1.4em;
font-size:1em;
padding:1px;
}

.pagination a:hover, .pagination a.selected {
color:#f09;
font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
line-height:1.4em;
font-size:1em;
}

.hide, .contentslide, .contentdiv {
display:none; }