/*
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);
	}
	
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 */
	}
	
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-top:8px;
	height:22px;
	display: block;
	text-decoration:none;
	color: #fff;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #76441b;
	background-color:#562400;
	}
	
#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;
	}
	
#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;
	}
	
#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;
	}

.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;
}

.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;
	float:left;
	width:153px;
	}

.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;
	}