﻿/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
/* html * {
	zoom:100%; */
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */

								/* Some default settings    */
body {
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	}
	

* {
	margin: 0;
	padding: 0;
}


								/*Some common classes    */

.text-center {text-align: center;}


.float-left {
	float: left;
	margin: .3em .3em .3em 0;
}      /* apply this class to any image or element with width - text will wrap it to the right */

.float-right {
	float: right;
	margin: 0 0 .3em .5em;
} 		/* apply this class to any image or element with width  - text will wrap it to the left */

.clear-floats {clear:both;}

.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}

									/* THE ALSETT CLEARING METHOD */
.clearfix:after {
 content: "."Â;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 




/*                          font-face styles   ***************************  */

@font-face {
	font-family: 'CalligraphyFLF';
	src: url('fonts/CalligraphyFLF.eot');
	src: local('CalligraphyFLF'), local('CalligraphyFLF'), url('fonts/CalligraphyFLF.ttf') format('truetype');
}




body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}

h1.fontface {font: 40px'CalligraphyFLF', Arial, sans-serif;letter-spacing: 0;}


		
						/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
									/* NOTE: text colors follow below */


body.mocha {
	background-color: #E6DCCF;
	background-image: url('../images/eosbaga1c.jpg');
}

.mocha #main-wrapper {
	background-color: #E6DCCF;
	background-image: url('../images/eosbaga1c.jpg');
}

.mocha #header {background-color:#727EA3;}
.mocha #sidebar {background-color:#BF9960;}
.mocha #content-main{background-color: #FFF;}
.mocha #content-news {background-color:#807059;}
.mocha #footer {background-color:#CFD4E6;}


h1, h2, h3, h4, h5, h6, p, u, ol, dl, pre {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	
	
									/* CLASS:MOCHA TEXT COLORS */


.mocha h1 {
	color:#FFF;
	}
.mocha h2 {
	color:#BF9960;
	}
.mocha h3, .mocha h4, .mocha h5 {
	color: #727EA3;
	margin-top: 1em;
	margin-bottom: 0;
}
.mocha h6 {
	color: #394d71;
}
	
.mocha p, .mocha pre{
	color: #394d71;
	text-align: left;
	font-size: .8em; /* 12pt */;
	line-height: 150%; /* on 15pt */;
	margin-top: 0em;
	margin-bottom: .75em;
	margin-left: .75em;
	margin-right: .75em;
}

 

.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#BF9960;
	}
.mocha #content-news p {
	color: #FFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.mocha content-news {
	color:#FFF;
	}
.mocha #sidebar ul, .mocha #sidebar a {
	color:#FFF;
	}
.mocha table, .mocha form {
	color: #6430BF;
	}
.mocha a {
	color: #000000;
}
.mocha a:hover {
	color:#727EA3;
	}
.mocha #sidebar a:hover {
	color:#000;
	}
	
.mocha #content-news a {
	color: #FFF;
	font-size: .9em;
}

.mocha #content-news p{
	color:white;
	margin:0;
}

						/* Block Style sidebar links    */
.mocha #sidebar ul li {
	width: 8em;
	padding-bottom: 1em;
	padding-top:1em;
	padding-left: 1em;
	background-color: #BF9960;
	border-bottom: thin #006699 solid;
}

.mocha #sidebar ul a {
	display:block;
	text-decoration:none;
	}

										/* FONT SIZES */


h1 {font-size:1.5em; /* 24pt */
	}
	
h2 {
	font-size: 1.375em; /* 22pt */;
	line-height: 1.25;
	padding: .5em 0 1em 0;
}

h3 {
	font-size: 1.125em; /* 18pt */;
	line-height: 1.25;
	padding: .5em 0 0 0;
}

h4 {font-size:1.125em; /* 18pt */
	}
	
h5 {font-size:1em; /* 16pt */
	}
	
h6 {font-size:.875em; /* 14pt */
	padding: .1em 0 .1em 0;
	}

p {
	font-size: 0.8em;
	font-style: normal;
}


a:hover {
	text-decoration:none;
	}
	
									/* basic list styling */


ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;
		}
		
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
		
#sidebar ul, #sidebar dl, #sidebar ol {
	margin: .5em 1em .75em 0em; /* lists without specific classes */
}

#sidebar li {
	list-style-type: none;
	margin-left: 0em;
	padding-bottom: .8em;
}

#preschool li{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
}

	
#content-news ul, #content-news dl, #content-news ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
		
#content-news li {
	list-style-type:none;
	margin-left:0
	}		
	
	
#footer a {color: #394d71;}

#footer a:hover{
	color:black
}
	
#footer-inner pre {
	text-align:center
}




dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	

blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
	
blockquote p {
	margin-bottom:.1em;
	}
	
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}

blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}

blockquote p {
	font-size:.85em;
	}
	
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
	
address {
	margin:0 1em .75em 1em;
	}
	
									/* image positioning styles */	
	
img {
	padding: 0px 5px 5px 0;
	border: 0;
	float: none;
}
.image-align-top {
	vertical-align: top;
	padding-left: 20px;
}

img.centered {
	padding: 5px;
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
    
img.centered50top {
    padding: 0px 5px 5px 0;
	border: 0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	margin-bottom: 15px;
    }


										/* basic table styling   */

table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
	
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
	
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
	
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
	
					/* styles for specific parts of this site only */	

.mocha p.last{
	padding-bottom: 18px;
}

.mocha p.indent{
	padding-left: 6em;
}

.mocha p.center{
	text-align:center
}


.school {
	float: right;
	margin: 0 0 .3em .3em;
	width: 600px;
}
	
	
	

