/* blanket resets from eric meyer http://meyerweb.com/eric/tools/css/reset/index.html
v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}


/* =================================================
	widely scoped utility selectors + attributes
================================================= */
.hide {display:none;visibility:hidden;}

/* floating elements left/right */
.left, ul.left li, 
img.alignleft {float:left;}
	img.alignleft {margin-right: 8px; margin-bottom:8px;}

.right, div.right, input.right, li.right,
img.alignright {float:right;}
	img.alignright {margin-left: 8px; margin-bottom:8px;}

/* aligning contents left/right */
.alignleft {text-align:left;}
td.left, th.left, p.left {float:none;text-align:left;}

.alignright {text-align:right;}
div.alignright, p.alignright, ul.alignright, li.alignright {text-align:right;}
td.right,th.right, p.right {float:none;text-align:right;}

/* verical align for table elements */
td.bottom, th.bottom {vertical-align:bottom !important;}
td.top, th.top {vertical-align:top !important;}
td.middle, th.middle {vertical-align:middle !important;}

/* centering elements vs. centering content */
.aligncenter {text-align:center;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* intuitive classes that add layout to elements */
.padleft {margin-left:1em;}
.padright {margin-right:1em;}
.nopad, img.alignleft.nopad, img.alignright.nopad {padding:0;margin:0;}
.auto {width:auto !important;}
.justify {text-align:justify;}
.block {display:block !important;}
p.center {text-align:center;}
.inline {display:inline;}
ul.inline {display:block;}
ul.inline li {display:block;float:left;margin-left:0.5em;}
ul.inline.border li {margin-left:0.2em;padding-left:0.3em;border-left-width:1px;border-left-style:dotted;}
ul.inline.border li:first-child {border-left-width:0;}
.smaller {font-size:88%;}
.min1 {min-height:1em;}

.normal {font-weight:normal;}
.italic, .cite, .emphasis {font-style:italic;}
.cite {font-size:0.9em;}
.upper {text-transform:uppercase;}

/* clearing */
.clearleft {clear:left;}
.clearright {clear:right;}
.clear, .clearboth {clear:both;}
br.clearboth {display:block;}

/* clearfix */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.pad {margin-top:1em;}

/* =================================================
	defaults for base elements
================================================= */

body {
	line-height:1.3;
	background-color:white;
	background-image: url('images/tree.background.png');
	background-position: -120px 80px;
	background-repeat: no-repeat;
}

body#landing {
	background-position: -120px 130px;
}

li {
	margin-bottom:0.2em;
}

/* =================================================
	simplified grid layout
================================================= */
.half, .third, .twothirds, .quarter, .threequarters,
.fifth, .twofifths, .threefifths, .fourfifths, .full {
						float:left;
						}

div.half				{width:50%;}

div.third				{width:33%;}
	div.twothirds		{width:67%;}

div.quarter				{width:25%;}
	div.threequarters	{width:75%;}

div.fifth				{width:20%;}
	div.twofifths		{width:40%;}
	div.threefifths		{width:60%;}
	div.fourfifths		{width:80%;}

div.full				{width:100%; clear:left;}

.fixed					{width:960px;margin-left:auto;margin-right:auto;}

/* =================================================
	typography and color
================================================= */

/* all palatino font - TexGyrePagella is derived from Palatino */
@font-face {
	font-family: 'TeXGyrePagellaRegular';
	src: url('texgyrepagella-regular.eot');
	src: local('☺'), url('fonts/texgyrepagella-regular.ttf') format('truetype'), url('fonts/texgyrepagella-regular.svg#webfont') format('svg');
}

@font-face {
	font-family: 'TeXGyrePagellaItalic';
	src: url('texgyrepagella-italic.eot');
	src: local('☺'), url('fonts/texgyrepagella-italic.ttf') format('truetype'), url('fonts/texgyrepagella-italic.svg#webfont') format('svg');
}

#mast, .notice {
	font-family:	"Palatino Linotype",
					Palatino,
					TeXGyrePagellaRegular,
					"URW Palladio L",
					"Book Antiqua",
					Baskerville,
					"Bookman Old Style";
}

h1 {
	font-family:	"Palatino Linotype",
					Palatino,
					TeXGyrePagellaItalic,
					"URW Palladio L",
					"Book Antiqua",
					Baskerville,
					"Bookman Old Style";
}

/* all georgia font */
body {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:14px;
}

/* all verdana font */
.page_nav, #navigation, #footer ul,
	#content .news-item, #content #newspage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 	purple: #500E5C & #851A99
	blue: #3B519F & #0C288A */

.tagline {
	font-style: italic;
	color:  #527D52;
}

.notice {
	background-color:#CCEDDC; /* #f4fad6 ##C4FEC0 */
	font-size:16px;
/* 	font-weight:bold; */
	text-align:center;
}

#mast, h1 {
	font-weight:normal;
	line-height:1.4;
	text-shadow: #fff 0px 0px 3px;
}

#mast #cultivating {
	font-size:1.4em;
	color:#333; 
}

#mast #cultivating em {
	font-style:normal;
	font-weight:bold;
/* 	color:#0C288A; */
}

#mast #testimonial {
	padding:25px 40px 15px 5px;
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	color:#555;
}

#mast #testimonial a {
	color:#456C42;
	font-size:0.8em;
}

#mast #testimonial .cite {
	font-size:0.8em;
	color:#777;
}

#affiliations {
	margin-top:40px;
	margin-left:24px;
/* 	text-align:center; */
}

#affiliations img {
	margin:10px;
	vertical-align:top;
}

h1 {
	font-size:3.0em;
	font-style:normal;
}

#landing h1 {
	font-size:1.7em;
	font-style:italic;
}

h1 span {
	color:#547f54;
	font-weight:bold;
}

.page_nav {
	font-size:14px;
}

.page_nav h2 {
	font-size:16px;
}

.page_nav ul {
	font-size:0.8em;
}

.page_nav p.tree {
	margin-top:20px;
	font-size:12px;
	text-transform:none;
}

.page_nav p.calendar {
	font-size:12px;
	text-transform:none;
}

#content p, #content ul, #content ol,
#content h4, #content h5 {
	margin-bottom:1.4em;
}

#content #featured p {
	margin-bottom:0.8em;
}

#content li {
	margin-bottom:0.7em;
}

#content h2 {
	margin-bottom:20px;
	font-size:24px;
	border-bottom:1px dotted #527D52;
}

#content h3 {
	font-size:20px;
	color:#527D52;
}

#content ul {
	margin-left:20px;
	list-style-type:square;
}

#content ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#navigation, #bottom-nav {
	background: #547f54;
}

#navigation li a {
	border-left:1px solid #C4FEC0;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li.school a {
	border-left:none;
}

#bottom-nav a {
	text-transform:uppercase;
	font-size:12px;
	line-height:20px;
}

#footer {
	margin-top:20px;
}

#bottom-add {
	/* font-family: georgia, serif; */
	text-align: center; 
	font-style: italic;
	letter-spacing: .07em;
}

#navigation a,
#bottom-nav a {
	color: white;
}

#navigation a:hover,
#navigation a:focus,
#bottom-nav a:hover,
#bottom-nav a:focus {
	background:#f2faf9;
/* 	background: #a0d59f; */
	color: #547f54;
}

#featured {
	background-color:#f4fad6; /* #f4fad6 ##C4FEC0 */
	font-size:16px;
	font-weight:bold;
	text-align:center;
}


#content a {
	color:#456C42;
}

#content a.for-more {
	color:#F2FAF9;
}

#content #featured a img {
	border:2px solid #456C42;
}

#featured p {}

#bottom-nav a {
	/* font-family: verdana; */
	text-decoration: none;
}

#bottom-add a {color: rgb(69,108,66);}


/* =================================================
	navigation
================================================= */
#navigation {
	/* height:22px */;
	clear:left;
	text-align:center;
}

#navigation ul {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#navigation li {
	display:block;
	float:left;
	clear:none;
	width:11%;
	margin-bottom:0;
	margin-left:0;
}

#navigation li.school {
	margin-left:120px;
}

#navigation li.community {
	width:14%;
}

#navigation li.facebook {
	width:24px;
/* 	float:right; */
	text-indent:-9999px;
	background:url('images/FaceBook-icon.png') center center no-repeat;
}

#navigation li.facebook a:hover,
#navigation li.facebook a:focus {
	background-color:transparent;
}

#navigation li.facebook a {
	border-left:none;
}

#navigation a {
	padding: 7px 0;
	display:block;
	width:100%;
	text-align: center;
}

.page_nav ul {
	margin-left:20px;
}

#bottom-nav {
/* 	height:22px; */
	text-align:center;
}

#bottom-nav ul {
	margin-left:auto;
	margin-right:auto;
}

#bottom-nav ul li {
	height:20px;
	margin:0;
	display:inline;
}

#bottom-nav a {
	height:16px;
	padding: 2px 5px;
	text-align: center;
}

#bottom-add {
	float:left;
	clear:left;
	margin:10px 0;
}


/* =================================================
	page banners
================================================= */
/*
#school #splash_img		{background: url('images/letter.opt.jpg')		no-repeat	0 -240px;	}
#curriculum #splash_img	{background: url('images/extra1.opt.jpg')		no-repeat	0px -90px;	}
#montessori #splash_img	{background: url('images/montessori.opt.jpg')	no-repeat	0px -140px;	}
#admission #splash_img	{background: url('images/extra2.opt.jpg')		no-repeat	0px -140px;	}
#community #splash_img	{background: url('images/community.opt.jpg')		no-repeat	0px -140px;	}
#contact #splash_img	{background: url('images/contact.opt.jpg')		no-repeat	0px -170px;	}
*/

#splash_img {
	background-position:center center;
	background-repeat:no-repeat;
}

#school #splash_img		{background-image: url('images/fishbowl.opt.jpg');}
#curriculum #splash_img	{background-image: url('images/extra1.opt.jpg');}
#montessori #splash_img	{background-image: url('images/boygame.opt.jpg');background-position:center top;}
#admission #splash_img	{background-image: url('images/girlwriting.opt.jpg');background-position:center top;}
#community #splash_img	{background-image: url('images/extra2.opt.jpg');}
#contact #splash_img	{background-image: url('images/extra3.opt.jpg');background-position:center top;}

/* =================================================
	page containers and layout
================================================= */
body {
/* 	margin: 50px 0; */
}

body#landing {
	margin-top:0px;
}


.notice {
	padding:4px 0;
	line-height:1.5em;
	text-align:center;
}

#content .notice p {
	margin-bottom:0.2em;
}

#logo a {
	display:block;
	height: 123px;
	width: 300px;
	margin:20px 10px 10px;
	background-image: url('../images/logo.png');
	background-repeat:no-repeat;
}

#logo span {display: none;}

#page {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:left;
	padding-top:20px;
}

#mast p {
	padding:0 40px 0 20px;
}

#landing h1 {
	padding:0px 10px 10px 20px;
}

#landing h2 {
	font-size:20px;
}

#splash_container, #splash_img {
	height:143px;
}

#landing #splash_container, #landing #splash_img {
	height:240px;
}

#splash_container {
	margin:20px 0;
}

#splash_img {
	overflow:hidden;
	position:relative;
}

#splash_img img {
/* 	margin-top:-80px; */
}

#content #featured, #content #news {
	padding:20px;
/* 	margin-bottom:20px; */
}

.news-item {
	margin: 20px 0;
}

/* legacy */


/* =================================================
	news section styles
================================================= */

#news {

	background:#f2faf9;
/* 	background: rgb(196,254,192); */
}

/*
#news h3 {
	text-transform: uppercase;
}
*/

.news-item a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(69,108,66);
}

.news-item-head {
	margin: 10px 0;
	border-bottom: 1px solid rgb(69,108,66);
}

.news-item small {
	color:#f2faf9;
/* 	color: rgb(146,204,142); */
	background:#547f54;
/* 	background: rgb(69,108,66);  */
	font-size: 10px;
	padding: 0 2px;
	bottom: 1px;
	position: relative;
	margin: 5px;
}

.news-item .news-body {
font-size: 12px;
line-height: 16px;
color: #424142;
}

.for-more {
font-family: verdana;
font-size: 10px;
text-decoration: none;
background: rgb(69,108,66);
padding: 5px;
color: white;
}

.for-more:hover {
background: #527D52;
}

/* Auxillary pages */

.aux #splash_img {
/* height: 123px; */
/* background-position: 0 -150px; */
}

.aux .introduction {
font-style: italic;
}

.aux h6 {
margin-bottom: 20px;
font-family: verdana;
margin-top: 0;
}

.aux a {
color: #527D52;
}

.aux .page_nav h2 a {
display: block;
margin: 5px 0;
}

.aux .page_nav a {
text-decoration: none;
color: #527D52;
font-family: verdana;
display: block;
text-transform: uppercase;
}

.aux .page_nav a:hover {
background: #A5D79C;
}

.aux .page_nav .nohover a:hover {
	background:none;
}

a img {
/* background: magenta; */
}

.aux .grid_6 ul li {
list-style-type: square;
left: 15px;
position: relative;
margin: 10px 0;
font-family: georgia;
}

.aux .credit {
font-style: italic;
}

.aux .indented li a {
margin: 0 0px 0 10px;
}

.aux .grid_6 h2 {
margin: 0 0 18px 0;
display: block;
border-bottom: 1px dotted #527D52;
padding: 0 0 2px 0;
}



ol li {
margin-left: 20px;
margin-bottom: 20px;
}

.aux h3 {
margin-bottom: 10px;
color: rgb(82,125,82);
}

/* Aux images */

.aux-img { 
position: relative;
width: 300px;
float: left;
left: -320px;
margin-right: -320px;
}

.opt-label {display:none;}

.aux div.contact-us h2 {
	border-bottom:none !important;
	margin:0;
}

.aux div.contact-us p {
	margin:0 0 0.5em 0.25em;
}

.contact-us dt {
	font-weight:bold;
	margin-top:0.5em;
}

div.contact-us ul {
	margin:0 0 10px 0.25em;
}

.aux div.contact-us ul li {
	margin:2px 0;
}

table th, table td {
	text-align:left;
	padding:2px 4px;
}


/* montessori page amazon iframes */
#montessori iframe {
	height:240px;
	width:120px;
	margin:10px;
	float:left;
}
