/*
Theme Name: Modern
Description: Custom theme for Modern 
Author: Zookeeper
Author URI: http://zookeeper.com
*/

* {
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust:none;
	height: 100%;
}

body {
	background: #cfe3f3;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

p {
	padding: 7px 0;
	line-height: 15px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

img {
	border: none;
	outline: none;
}

h1 {
	padding: 7px 0;
	font-size: 200%;
}

h2 {
	padding: 7px 0;
	font-size: 150%;
}

h3 {
	padding: 7px 0;
	font-size: 125%;
}

h4 {
	padding: 7px 0;
	font-size: 110%;
}

h5 {
	padding: 7px 0;
	font-size: 95%;
}

h6 {
	padding: 7px 0;
	font-size: 90%;
}

small {
	font-size: 85%;
}

ul, ol {
	margin-left: 30px;
}

.floatright {
    float: right;
}

.brown {
	color: #776861;
	font-size: 18px;
	font-weight: bold;
}

.floorplanimage {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

/* structure and whatnot */

.spacetitle {float:left;clear:both;width: 100%; padding-top: 10px; padding-bottom:20px; margin: 0;}
.newsspacer {padding-top: 10px;margin: 0;}

#topstrip {
	background: url(images/top.jpg) repeat-x;
	height: 145px;
}

.topcontainer {
	width: 960px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.4);
	border: 1px #ffffff solid;
	height: 100%;
}

#bottomstrip {
	background: url(images/bottom.jpg) repeat-x;
	height: 220px;
}

#middlestrip {
	background: #4091d0 url(images/middle2.jpg) repeat-x;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -220px;
}

.shadow {
	width: 1120px;
	background: url(images/shadow.png) top center repeat-y;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

#container {
	width: 960px;
	background: #70adda url(images/innermiddle.jpg) repeat-x;
	border: 1px #ffffff solid;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	height: auto; !important
	margin: 0 auto -220px;
}
#thumbscontainer {
        margin-top: 50px;
        margin-left: 50px;
        margin-bottom: 50px;
}
.imagecontainer {
        margin-top: 20px;
        color: #165A9D;
        float: left;
        text-align: center;
        margin-right: 10px;
}



/* our story box structure */

.boxcontainer {
        width: 600px;
        height: auto;
	color: #776861;
	font-size: 16px;
	
        background: url(images/our-story-box-slice.jpg) repeat-y;
}

.boxtop {
        width: 600px;
        height: 23px;
        background: url(images/our-story-box-top.jpg) no-repeat;
}

.boxcontainercopy {
        background: url(images/our-story-box-slice.jpg) repeat-y;
	width: 600px;
	height: auto;
        font-size: 16px;

}
.insideboxcontainercopy{
        width: 450px;
        height: auto;
        margin-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;

}

.boxbottom {
        width: 600px;
        height: 23px;
        background: url(images/our-story-box-bottom.jpg) no-repeat;
}


/* end our story box structure */

/* floorplan box structure */

.flooplanboxcontainer {
	margin-top: 50px;
	float: left;
	width: 242px;
	height: auto;
	background: url(images/floorplans-box-slice.png) repeat-y;
}

.flooplanboxcontainercopy {
	background: url(images/floorplans-box-slice.png) repeat-y;
	width: 242px;
	height: auto;
}

.floorplanboxtop {
	width: 242px;
	height: 30px;
	background: url(images/floorplans-box-top.png) no-repeat;
}

.floorplanboxbottom {
	width: 242px;
	height: 30px;
	background: url(images/floorplans-box-bottom.png) no-repeat;
}

/* end floorplan box structure */


.imagecontainercopy {

}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#brandstory {
	height: 240px;
	clear: left;
	margin-top: 2px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

#brandcopy {
	width: 325px;
	padding: 20px 20px 0 10px;
	position: relative;
	top: -250px;
	left: 610px;
	z-index: 1;
}

#quotebox {
	background: #deeff9;
	border: 2px #776861 solid;
	padding: 0 25px;
	color: #776861;
	font-size: 11px;
	width: 275px;
}

#maincontent {
	min-height: 100%;
	height: 100%;
}

#innercontent {
	background: #D6E4F4;
	padding: 0 15px 15px 15px;
	min-height: 520px;
	box-shadow:-1px -1px 50px #338ACC;
	-moz-box-shadow:-1px -1px 50px #338ACC;
	-webkit-box-shadow:-1px -1px 50px #338ACC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#338ACC',direction='120',strength='10');
	margin-top:10px;
}

#innercontent p, #innercontent h1, #innercontent h2, #innercontent h3, #innercontent h4, #innercontent h5, #innercontent h6, #innercontent small, #innercontent li {
	color: #776861; line-height: 1.6em;
}

#innercontent a, #innercontent a:hover {
	color: #165A9D;
}

#leftcol {
	width: 640px;
	padding: 20px;
	float: left;
}

#rightcol {
	width: 260px;
	padding: 20px 20px 20px 0;
	float: right;
}

#fbfont {color: #776861; padding: 5px; float: left;}

#socialmedia {
	height: 50px;
	padding: 10px 20px;
}

#footer {
	padding: 30px;
	color: #8d8d8f;
	font-size: 11px;
}

#footer a:link {color:#776861;}
#footer a:hover {color: #165A9D; text-decoration: underline;}
#footer a:visited {color: #776861;}
#footer a:active {color: #165A9D; text-decoration: underline;}

#sidebar ul, #sidebar li {
	list-style: none;
	margin-left: 0;
}

.push {
	height: 220px;
}

/* navigation */

#navigation {
	border-bottom: 1px #ffffff solid;
}

#navigation, #navigation ul {
	height: 42px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	background: url(images/nav.gif) repeat-x;
}

#navigation a {
	display: block;
	color: #ffffff;
	padding: 15px;
	height: 10px;
	text-decoration: none;
	border-right: 1px #ffffff solid;
}

#navigation a:hover {
	display: block;
	color: #776861;
	background: #71A9D7 url(images/nav.gif) repeat-x;
	padding: 15px;
	text-decoration: underline;
}

#navigation li { /* all list items */
	float: left;
	margin-left: 0;
	height: 40px;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: url(images/nav.png) repeat-x;
}

#navigation li ul a {
	width: 12em;
	background: #95BEE2 url(images/nav.png) repeat-x;
	border: none;
}

#navigation li ul a:hover {
	background: #71A9D7 url(images/nav.png) repeat-x;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
	background: #95BEE2 url(images/nav.png) repeat-x;
}


#navigation li ul ul {
	margin: -40px 0 0 14.5em;
}

#navigation li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}

	
#navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}


/* other classes */

.icon {
	padding-right: 5px;
}

.phone {
	font-weight: bold;
	font-size: 18px;
	color: #776861;
	margin-left: 620px;
	position: absolute;
	top: 10px;
}

.searchbutton {
	padding: 3px;
	color: #ffffff;
	background: #5194CE;
	border: none;
	text-transform: uppercase;
}

#featuredprojects { 
	padding-left: 3px;
	height: 120px;
	margin-bottom: 20px;
}

#featuredprojects ul {
	margin-left: 0;
}

#featuredprojects ul li {
	list-style: none;
	float: left;
	padding-right: 9px;
}

/* oh, crumbs! */

#crumbs {
	text-transform: lowercase;
	padding-bottom: 15px;
}

#crumbs .current {
	font-weight: bold;
}

/* Captions and Photos */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {
	float: right;
	}

.alignleft {
	float: left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;

}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* i really hate IE */

.ie7 .phone {
	font-weight: bold;
	font-size: 18px;
	color: #776861;
	position: relative;
	top: -140px;
	z-index: 100;
}

.ie7 .searchbutton {
	padding: 1px;
	color: #ffffff;
	background: #5194CE;
	border: none;
	text-transform: uppercase;
}