/*  
Theme Name: The Coolidge School
Theme URI: 
Description: The Coolidge School !!!!
Version: 0.5
Author: nail
Author URI: http://www.nail.cc

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #1b4656;
	color: #212121;
	padding: 0 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Helvetica, Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #1b4656;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:15px;
	background:#FFF;
	border:0;
	color: #FFF;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
sub {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.4em;
}

/* Structure */

#page {

    position: relative;
	width:100%;
	margin:0 auto;
	font-size:0.85em;
	line-height: 1.7em;
	background:#FFF;
	padding: 0 0 5px 0;
	}

#masthead {
    background: #1b4656;
    position: relative;
	width: 100%;
	height: 175px;
	margin: 0;

	}
	
#masthead_logoContainer {
    border-bottom: 2px #FFF solid;
}
	
#masthead_logo {
    position: relative;
    background: #1b4656 url(images/mast.png) 0px 0px no-repeat;
    width: 900px;
    height: 175px;
    margin: 0 auto;
    text-indent: -9999px;


	}
	
#masthead_logo a { 
    width: 900px;
    height: 175px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:287px;
	border-right: none;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;

	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Trebuchet, Helvetica, Arial, sans-serif;
	font-weight:bold;

	}
	
h2 {
	font: 1.85em Trebuchet, Helvetica, Arial, sans-serif;
	padding-bottom:0px;
	border: none;
	margin: 8px 0;
	color: #1b4656;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top: none;
	border-bottom: none;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top: none;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#container { position: relative; width: 100%;  margin: 0 auto; }

#content {
    position: relative;
	width:900px;
	float:none;
    margin: 50px auto;
	border: 1px #fff solid;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom: none;
	border-top: none;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top: none;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
    position: relative;
    margin-top: 0px;
	padding-bottom:10px;


	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style: none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:0px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom: none;
	border-top: none;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#fff;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}

.adr { position: relative; width: 900px; height: 70px;text-transform: uppercase; }

.street-address {
    display: block; width: 300px;  position: absolute; top: 0; left: 30px; }

.tel { display: block; width: 300px; position: absolute; top: 0; left: 270px; }

.email { display: block; width: 300px; position: absolute; top: 0; left: 420px; }

.hallkeen {
    display: block; background: url(images/cs_hallkeenFooterLogo.png) top left no-repeat; width: 136px; height: 26px; position: absolute; top: -5px; left: 750px; text-indent: -9999px;
}

.hallkeen a { display: block; width: 136px; height: 26px; }
	
/*Main Navbar */

#cs_nav { 
    position: relative;
    top: 0px;
    left: 0px;
    height: 2.1em;
    background: #1b4656;
    width: 100%;
    margin: 0 auto;
    border-left: none;
    border-top: none;
    border-right: none;
}

#nav {
	background:#1b4656;
	font-size:0.9em;
	position: relative;
	white-space: nowrap;
	margin: 0px auto;
	top: 0;
	left: 2.1em;
	width: 900px;
	height: 2.3em;
	border-left: 2px #FFF solid;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	text-transform: uppercase;
	}

#nav li {
	float: left;
	list-style:none;
	width: 170px;
	text-align: center;
	border-right:2px solid #FFF;
    border-top: none;
    overflow:hidden;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:8px 12px;
	height: 2em;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background: #fff;
	color: #1b4656;
	text-decoration:none;
    text-indent: 0px;
	
	}
	
.selected_page_item a {
    
	color: #1b4656;
}
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#FFF;

	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
	

/* Headers */

#h2_home_community { 
    background: url(images/h2_home.png) top left no-repeat;
    width: 351px;
    height: 26px;
    text-indent: -9999px;
}


#h2_eco-conscious { 
    background: url(images/h2_eco-conscious.png) top left no-repeat;
    width: 171px;
    height: 21px;
    text-indent: -9999px;
}

#h2_floorplans { 
    background: url(images/h2_floorplans.png) top left no-repeat;
    width: 249px;
    height: 26px;
    text-indent: -9999px;
}

#h2_leasing { 
    background: url(images/h2_leasing.png) top left no-repeat;
    width: 221px;
    height: 26px;
    text-indent: -9999px;
}

#h2_contact_hours { 
    background: url(images/h2_contact_hours.png) top left no-repeat;
    width: 140px;
    height: 21px;
    text-indent: -9999px;
}

#h2_contact_leasing { 
    background: url(images/h2_contact_leasing.png) top left no-repeat;
    width: 221px;
    height: 26px;
    text-indent: -9999px;
}

#h2_features { 
    background: url(images/h2_features.png) top left no-repeat;
    width: 98px;
    height: 21px;
    text-indent: -9999px;
}

#h2_amenities { 
    background: url(images/h2_amenities.png) top left no-repeat;
    width: 112px;
    height: 21px;
    text-indent: -9999px;
}

.cs_blue { color: #1b4656; margin-bottom: 0; padding-bottom: 0;}

/* Individual Entries */

#cs_home { width: 409px; position: relative; left: 480px; top: 210px; margin-bottom: 200px;}

#cs_features { width: 411px; position: relative; left: 480px; top: 20px; margin-bottom: 20px; }

#cs_eco-conscious { width: 400px; position: relative; left: 480px; top: 20px; margin-bottom: 20px;}

#cs_floorplans { width: 411px; position: relative; left: 480px; top: 20px; margin-bottom: 20px; }

#cs_contact { width: 351px;  position: relative; left: 33px; top: 20px; margin-bottom: 20px; margin-right: 0; float: left; }

.cs_contact_paragraph { line-height: 1.2em;}

.cs_small { font-size: 0.7em;} 

.cs_small_print { font-size: 0.8em; font-style: italic; line-height: 1.4em; }


/* Home */

#cs_homepage1 { width: 425px; height: 500px; position: absolute; left: 30px; top: 30px;}
#cs_homepage2 { width: 196px; height: 163px; position: absolute; left: 470px; top: 30px; }
#cs_homepage3 { width: 196px; height: 163px; position: absolute; left: 680px; top: 30px; }
/* featuers & amenities */

#cs_demo { 

    }


/* Eco-Conscious */

#cs_eco-conscious1 { width: 425px; height: 454px; position: absolute; left: 30px; top: 30px; }

#cs_eco-conscious ul {
    margin-top: -15px;
    padding-top: 0;
}

/* Floor Plans */

#cs_floorplansListContainer { 
    position: absolute;
    width: 420px;
    height: 370px;
    top: 30px;
    left: 30px;
}

#cs_floorplansList {
    list-style-type: none;
    position: relative;
}

.cs_floorplanTag {

    display: block; 
    position: relative;
    top: 120px;
    left: 7px;
    color: #FFF;
}

#cs_floorplansList li {
    width: 127px;
    text-align: left;
    color: #FFF;
    height: 156px;  
    float: left;
    margin-right: 8px;
    margin-bottom: 40px;
}

#cs_floorplansList li a { 

    display: block;
    height: 156px;
    width: 127px;

    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2em;
}

.cs_pdfLink { color: #FFF; font-size: 0.8em; text-indent: -9999px; }

.cs_pdfButton { background: url(images/pdf_download.png) -2px 0px no-repeat; display: inline-block; width: 116px; height: 19px; text-indent: -9999px;  }

.cs_floorplanText {
    margin-top: 100px;
}
#cs_floorplansList li a:hover {
    text-decoration: none;

}

#cs_floorplan1 {
    background: #1b4656 url(images/floorplan1.jpg) 7px 7px no-repeat;
}

#cs_floorplan1:hover {
    background: #99c3c6 url(images/floorplan1.jpg) 7px 7px no-repeat;
}

#cs_floorplan2 {
    background: #1b4656 url(images/floorplan2.jpg) 7px 7px no-repeat;
}

#cs_floorplan2:hover {
    background: #99c3c6 url(images/floorplan2.jpg) 7px 7px no-repeat;
}

#cs_floorplan3 {
    background: #1b4656 url(images/floorplan3.jpg) 7px 7px no-repeat;
}

#cs_floorplan3:hover {
    background: #99c3c6 url(images/floorplan3.jpg) 7px 7px no-repeat;
}

#cs_floorplan4 {
    background: #1b4656 url(images/floorplan4.jpg) 7px 7px no-repeat;
}

#cs_floorplan4:hover {
    background: #99c3c6 url(images/floorplan4.jpg) 7px 7px no-repeat;
}

#cs_floorplan5 {
    background: #1b4656 url(images/floorplan5.jpg) 7px 7px no-repeat;
}

#cs_floorplan5:hover {
    background: #99c3c6 url(images/floorplan5.jpg) 7px 7px no-repeat;
}

#cs_floorplan6 {
    background: #1b4656 url(images/floorplan6.jpg) 7px 7px no-repeat;
}

#cs_floorplan6:hover {
    background: #99c3c6 url(images/floorplan6.jpg) 7px 7px no-repeat;
}

/* Contact Form */

#cs_sidebar { width: 450px; float: left; top: -210px;}

#cs_contactSidebar { width: 450px; float: right;}

#cs_formContainer {
    width: 424px;
    background: #1b4656;
    color: #FFF;
    
    position: relative;
    
}

#cs_formContainer ul {
    list-style-type: none;
}

.formInputText { 
    width: 170px;
    height: 30px;
    border: none;
    display: block;
    background: #FFF;
    
}

#form-bottom hr {
    color: #1b4656;
    background: #1b4656;
}

#cs_zip {
    width: 90px;  position: relative; left: 80px; top: -31px;
}

#zipText { 
    height: 30px;
    border: none;

    background: #FFF;

}

.cs_nameStyle {
    text-transform: uppercase;
    font-weight: 900;
}

.cs_label { display: block; float: none; clear: both;}

#form-top { width: 370px; }
#form-left { width: 175px; margin-left: 20px; padding-top: 20px;}
#form-right { width: 175px; position: absolute; left: 220px; top: 20px; }
#form-bottom { width: 370px; margin-left: 20px; margin-top: 30px;}
.cs_inputList { float: left; width: 105px; display: block; }
#textarea_comments { width: 360px; height: 125px; margin-bottom: 20px; }

.cs_reqd { font-size: 0.8em; font-style: italic;}
.textPriceInput {
    height: 30px; background: #FFF; border: none; margin-left: 7px; margin-right: 7px;
}

#cs_state { height: 30px; width: 60px; }
#cancel { background: #1b4656; height: 40px; width: 100px; color: #FFF; text-transform: uppercase; border: none; margin: 15px 5px 10px 0px;}
#submit { background: #1b4656; height: 40px; width: 100px; color: #FFF; text-transform: uppercase; border: none; margin: 15px 5px 10px 5px;}
/* Galleria */


