/******************************
IPADS
*******************************/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
  
#nav {
	font-size:.8em;
	left:30px;
	top:130px;
	/*border:solid thin red;
	letter-spacing:.1em;*/
	}

#nav ul {
list-style-type: none;
text-align:left;
margin-top:30px;
margin-right:20px;
}

#nav li {
line-height:14px;
}

#rectangles {
	left:0px;
	top:130px;
	width:30px;
	height:400px;
	z-index: 10;
	}
	
#rectangles ul {
    list-style-type: none;
	text-align:left;
	margin-top:30px;
	margin-right:20px;
    }
	
#rectangles li {
	line-height:16px;
	margin-top:10px;
    }

#logo {
	left:30px;
	top:30px;
	height:80px;
	}



 #rec3{
 	margin-top:78px;
 }

 #rec4{
 	margin-top:105px;
 }

 #rec5{
 	margin-top:140px;
 }

 #rec6{
 	margin-top:165px;
 }

 #rec7{
 	margin-top:190px;
 }
/******************************
HOME
*******************************/

#textcontainer-home{
	 top:30px;
}


.home h1{
	font-size:2.2em;
	line-height:.2em;
}

.home .smalltext{
	font-size:.9em;
	line-height:1em;
}

.smalltext h2{
	font-size:.8em;
	font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
}

.home .medtext{
	font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1.2em;
}


/******************************
RENOVATION
*******************************/
#renovation{
	left:30%;
	 /*border:solid thin red;*/
}

.renovation-image {
	width:180px;
}


/******************************
PLANS
*******************************/

#stack-container {
	left:730px;
}

.stack-plan {
	height:580px;
	}

#plan-container {
	width:600px;
	left:200px;
	top:120px;
	/*border:solid thin red;*/
}

.white-line {
	width:400px;
	}

#avail-pdf a{
	font-size:12px;
}

#avail-plan img {
	height:400px;
}


.availabilities {
	font-size:12px;
	left:30px;
	top:350px;
	/*border:solid thin red;*/
	
}

#avail-text{
	font-size:1.3em;
}


/******************************
FEATURES
*******************************/


#textcontainer-features{
	 z-index: 2;
     position: absolute;
     width: 75%;
	 right:0;
	 top:50px;
     padding: 20px;
	 background-image:url('../images/features-fadebg.png');
	 background-repeat:repeat-y;   
	 text-align:left;
     /*border:solid thin red;*/
}

.features{
	line-height:1.6em;
}


.features .col1{
	margin-left:80px;
	font-size:.9em;
	/*border:solid thin red;*/
}

.features .col2{
	left:450px;
	font-size:.9em;
	/*border:solid thin red;*/
}

.col1 .red{
	font-weight:bold;
	font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
	
}

/******************************
Gallery
*******************************/

#thumb {
	left:270px;
	top:30px;
	/*border:solid thin red;*/
}

#thumb img{
	width:45px;
	height:45px;
}

#gallery {
	left:430px;
	top:30px;
}

#gallery img{
	height:400px;
}

#gallery-label{
	width:900px;
	font-size:.9em;
}

/******************************
NEIGHBORHOOD
*******************************/

.map-container{
	position:absolute;
	top:30px;
	left:300px;
}

.map-key{
	position:absolute;
	top:480px;
	left:70px;
	line-height:1.5em;
	font-size:.9em;
}



}