/*
Theme Name: Linden78
Theme URI: http://www.linden78.com/
Description: A Custom WordPress theme design for Linden78.
Author: Patrick Labadie
Author URI: http://www.houseof9.com
Version: 1.0
.
This theme was designed and built by Patrick Labadie,
whose site you will find at http://www.houseof9.com

The CSS, XHTML and design is not for public release.
.
*/

/* Fix so theres' no jump from the scroll bar
----------------------------------------------- */
html { 
	overflow-y: scroll; 
	height:100%;
    margin:0;
    padding:0;
	}

body {
	margin: 40px auto 0 auto;
	padding: 0;
	text-align: center;
	color: #462515;
	background-color:#b0bf00;
	font-size:62.5%; /* gives us a base of 10px */
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/tile-wallpaper.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
	
img, table, td, form, p { 
	margin: 0; 
	padding: 0; 
	border: none; 
	
	}
	
/* Fonts
----------------------------------------------- */
h1 {
	font-size:2.4em; /* 18px */
	}
	
h2 {
	font-size:2.4em; /* 24px */
	}
	
h3 {
	font-size:1.8em; /* 18px */
	}
#columnRight h3 {
	margin: 10px 0;
}
h4 {
	font-size:1.6em; /* 16px */
	}
	
h5 {
	font-size:1.2em; /* 12px */
	}
	
h6 {
	font-size:1.1em; /* 11px */
	}
	
h7 {
	font-size:1em; /* 10px */
	}	


/* Structure
----------------------------------------------- */
a, a:visited {
	text-decoration:none;
	color: #b9c62b;
	outline: none;
	}
a:hover {
	text-decoration:underline;
	color:#ea7125;
	}

#navbarWrapper {
	height:30px;
	margin:0 auto;
	}

#navbar {
	margin:0 auto;
	height:30px;
	width:900px;
	text-align:right;
	}
	
#menu {
	width:710px;
	margin-left:190px;
	height:30px;
	padding: 0;
	list-style:none;
	}
	
#menu li {
	
	display: inline;
	}
#menu a, #menu a:visited {
	float: left;
	text-align:center;
	padding:8px 9px 0px;
	height:22px;
	display: block;
	text-decoration:none;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	border-right: 1px solid #76441b;
	background-color:#562400;
/*	padding-left: 3px;
	padding-right: 3px;
*/	}
	
#menu a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #ea7125;
	border-right: 1px solid #ea7125;
	}
	
#menu #current a, #menu #current a:hover {
	color: #311507;
	background-color:#bcb8a2;
	cursor: default;
	border-right: 1px solid #bcb8a2;
/*	padding-left: 3px;
	padding-right: 3px;
*/	}
	
#menu #currentHot a {
	color: #311507;
	background-color:#bcb8a2;
	border-right: 1px solid #bcb8a2;
	}
	
#menu #currentHot a:hover {
	color: #ea7125;
	background-color:#bcb8a2;
	border-right: 1px solid #bcb8a2;
	}
	
#subNavbarWrapper {
	height:30px;
	margin:0 auto;
	background-color:#fffaec;
	}
	
#subNavbar {
	margin:0 auto;
	height:30px;
	width:900px;
	text-align:right;
	}
	
#subMenu {
	width:710px;
	margin:0 0 0 190px;
	height:30px;
	padding: 0;
	list-style:none;
	}
	
#subMenu li {
	float: left;
	text-align:center;
	
	height:30px;
	display: block;
	background-color:#bcb8a2;
	}
#subMenu a, #subMenu a:visited {
	float: left;
	text-align:center;
	padding-top:8px;
	height:22px;
	display: block;
	text-decoration:none;
	color: #fff;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #bcb8a2;
	background-color:#bcb8a2;
	}
	
#subMenu a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #ea7125;
	border-right: 1px solid #ea7125;
	}
	
#subMenu #current a, #subMenu #current a:hover {
	color: #ea7125;
	background-color:#fffaec;
	cursor: default;
	border-right: 1px solid #fffaec;
	}
	

#middleWrapper {
	margin:0 auto;
	background-color:#fffaec;
	}
	
.home {
	height:510px;
	background-image:url(images/tile-brown-stripes.gif);
	background-repeat:repeat-x;
	background-position: 0 170px;
	}
	
.buildingAmenities {
	height:480px;
	background-image:url(images/tile-brown-stripes.gif);
	background-repeat:repeat-x;
	background-position: 0 370px;
	}
	
.news {
	min-height:510px;
	background-image:url(images/tile-brown-stripes-news.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	}
	
.home2 {
	in-height:510px;
	background-color:#fffaec;
	}
	
.home2content {
	margin-top:30px;
	padding-top:30px;
border-top:1px solid #bcb8a2;
width:800px;
clear:both;
}

.home2content img {
	float:right;
	margin:0 0 20px 20px;
}

.home2content p {
	font-size:14px;
}
.home2content h1 {
	margin-top:0;
	padding-top:0;
	font-size:22px;
	font-weight:normal;
	font-style:normal;
}
.home2content h2 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
}

.home2content ul {
	margin:14px 0 14px 16px;
	padding:0;
	font-size:12px;
}

p.home2links {
	color:#bcb8a2;
	font-size:12px;
}
.backtop {
	position:relative;
	/*left:735px;*/
	top:-15px;
	font-size:12px;
	float:right;
	clear:both;
}
	
.smalllogo {
	position:absolute;
	top:10px;
	margin-left:50px;
}
	
#middle {
	margin:0 auto;
	width:900px;
	min-height: 520px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#sidebar {
	width:190px;
	float:left;
	text-align:left;
	}
	
#sidebar3 {
	width:50px;
	float:left;
	text-align:left;
	}

.logoHome {
	margin-top:30px;
	}
	
.logoAmenities {
	margin-top:0px;
	}
	
#columnLeft {
	width: 355px;
	float:left;
	}
	
.news #columnLeft {
	width: 510px;
	float:left;
	}
	
#columnRight {
	width: 355px;
	float:left;
	}
	
.news #columnRight {
	width: 200px;
	float:left;
	}

#columnWide {
	width: 710px;
	float:left;
	}
	
#content {
	margin:30px 0 30px 30px;
	text-align:left;
	}
	
#contentLeft {
	margin:30px 30px 30px 0;
	text-align:left;
	}
	
#content img {
vertical-align:bottom;
}
	
#contentWide {
	margin:30px 0 0 0;
	text-align:left;
	}
	
.sideRule {
	border-left:solid 1px #bcb8a2;
	padding-left:30px;
	}


	
/*.lobby #contentWide {
	height:450px;
	background-image:url(images/linden78-lobby.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.lobby #contentWide {
	height:450px;
	background-image:url(images/linden78-childrens-playroom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	*/

.eighteen {
	font-size:1.8em;
	}	
	
h1 {
	margin:0 0 8px 0;
	padding:0;
	font-style:italic;
	font-weight:normal;
	}	
	
h4 {
	margin:0 0 8px 0;
	padding:0;
	color:#fff;
	font-style:italic;
	font-weight:normal;
	}

p {
font-size:1.2em;
line-height:1.4em;

}
#latestNews p{
	margin: 1em 0;
}
.bulletedList {
margin:12px 0 0 15px;
padding:0;
list-style-position:outside;
font-size:1.1em;
}
.bulletedList li {


}

.mapList {
margin:12px 0 0 15px;
padding:0;
list-style-position:10px outside 5px;
font-size:1.1em;
list-style-image:url(images/map-pin.gif);
line-height:1.2em;
}
 
.mapList li {
padding-bottom:8px;
}

.mapList li strong {
font-size:1.1em;
font-weight:bold;
}



		
.date {
	margin-top:10px;
	color:#fffaec;
	font-size:1em;
	}
	
.news .date {
	color: #462515;
	}
	

	
.permalink {
	font-size:1.2em;
	line-height:1.2em;
	}
	
#latestNews {
	margin-top:160px;
	font-size:1.1em;
	}
	
.news #latestNews {
	margin-top:30px;
	font-size:1.1em;
	}
	
	
#footer {
	margin:20px auto 0 auto;
	width: 900px;
	font-size:1.2em;
	font-weight:bold;
	}
	
.marketingDirectors {
font-size:1.0em;
	font-weight:normal;
}
	
#footer div {
	float:left;
	}

#eho {
	width:190px;
	text-align:left;
	}
	
#address {
	width:520px;
	margin-top:0;
	text-align:center;
	}
	
#share {
	width:190px;
	text-align:right;
	}
	
	
#floorplans TABLE {
	border-left:1px solid #bcb8a2;
	border-top:1px solid #bcb8a2;
	text-align:center;
	}
	
#floorplans .tableHead {
	background-color:#ea7125;
	color:#FFFFFF;
	
	text-transform:uppercase;
	}

#floorplans TD {
	border-right:1px solid #bcb8a2;
	border-bottom:1px solid #bcb8a2;
	padding:4px;
	font-size:11px;
	}
	
#floorplans .textRight {
	text-align:right;
	}
	
.floorplan {
	margin-right:12px;
	margin-bottom:30px;
	margin-top:30px;
	margin-left:25px;
	float:left;
	width:175px;
	}

.floorplan IMG {
	border:1px solid #bcb8a2;
	margin-bottom:12px;
	}

.floorplan a {
	font-size:12px;
	}

.floorplan p {
	font-size:10px;
	}

.legal {
	margin-top:30px;
	width:650px;
	text-align:center;
	font-size:10px;
	clear:both;
	}

.sitemap {
	margin-right:20px;
	margin-top:15px;
	float:left;
	width:170px;
	font-size:12px;
	}

.sitemap ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.sitemap ul li {
	font-weight:bold;
	margin-top:10px;
	font-size:13px;
	}
	
.sitemap ul li ul {
	font-weight:bold;
	margin-bottom:20px;
	}
	
.sitemap ul li ul li {
	font-weight:normal;
	margin-bottom:10px;
	margin-left:12px;
	list-style:square;
	font-size:11px;
	}

.model {
	padding-top: 30px;
	display:block;
	}
	
	
/* custom - ze */
p.contact-form-element { margin-bottom:5px;}
p.contact-form-submit { margin-bottom:10px;}
.wpcf7-form-control-wrap textarea { height:90px; }



#columnRight.blog ul{
	margin: 0;
	padding: 0;
}
#columnRight.blog ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* Images
-------------------------------------------------------------- */

#latestNews img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #latestNews img {
	max-width: 900px;
}
#latestNews .alignleft,
#latestNews img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#latestNews .alignright,
#latestNews img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#latestNews .aligncenter,
#latestNews img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#latestNews img.alignleft, 
#latestNews img.alignright, 
#latestNews img.aligncenter {
	margin-bottom: 12px;
}
#latestNews .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#latestNews .wp-caption img {
	margin: 5px;
}
#latestNews .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#latestNews .wp-smiley {
	margin:0;
}
#latestNews .gallery {
	margin: auto;
}
#latestNews .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#latestNews .gallery img {
	border: 2px solid #cfcfcf;
}
#latestNews .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#latestNews .gallery dl {
	margin: 0;
}
#latestNews .gallery img {
	border: 10px solid #f1f1f1;
}
#latestNews .gallery br+br {
	display: none;
}

/* =Theater Slider for Avalable Homes
-------------------------------------------------------------- */
.landing-page {
	min-height:510px;
	background-image:url(images/tile-landing-pages-stripes.gif);
	background-repeat:repeat-x;
	background-position: 0 172px;
	}
	
h1.landing-headline {
	font-size:24px;
	line-height:28px;
	padding-bottom:16px;
	margin-bottom:0;
	width:620px;
	}

h5.landing-headline {
	padding-top:0;
	margin-top:0;
	font-weight:normal;
	font-size:1.4em;	
	width:620px;
	}

.available-homes ul {
	padding:0;
	margin-left:18px;
	font-size:14px;
	width:620px;
}

.available-homes li {
	width:620px;
}

.available-homes p {
	padding-bottom: 0px;
	font-size:14px;
	width:640px;
}
	
#theater {
	width:640px;
	height:430px;
	/*background-image:url(images/theater/place-holder.jpg);
	background-repeat:none;*/
	clear: both;
	padding: 0;
	margin: 0 0 20px 0;
}

.pics { 
	width:640px;
	height:400px;
	background-color:#d5d4c9;
	overflow: hidden; 
	}
.pics img { 
width:640px;
	height:400px;
	}

.slide {
	width:640px;
	height:400px;
	/*padding:35px 40px;*/
	}
.photocaption {
float:right;
padding-top:1px;
height:29px;
font-size:11px;
margin-right:10px;
letter-spacing:0.10em;
}
	
.nav { 
z-index: 99; 
height: 30px;
background-image:url(images/theater/theater-nav-tile.gif);
background-repeat:repeat-x;
background-position:top;
/*float:right;
position:absolute;
top:0;
margin:0 6px 0 836px;
position:relative;
margin:-20px 6px 0 0;*/
}
 
#nav a { 
font: 5px Arial,sans-serif; 
color: #f3efe2; 
font-weight: bold; 
margin: 10px 0 0 10px; 
padding: 1px 1px; 
text-decoration: none;
background: #f3efe2;
border:solid 1px #5e3408; 
width:8px; 
height:6px; 
display:block;
float:left;
}
		#nav a:hover { background:#bcb8a2; color: #a8a79b; }
		#nav a.activeSlide { background:#bcb8a2; color: #a8a79b; }
		#nav a:focus { outline: none; }	
/*.floorplan-link {
	position:relative;
	left:500px;
	bottom:30px;
}*/

p.disclaimer {
	font-size:11px;
}



