/*
Theme Name: Kids-Express Preschool
Theme URI: http://kids-expresspreschool.org/
Description: A WordPress theme created for <a href="http://kids-expresspreschool.org</a>.
Version: 0.8
Author: Kelly Machart
Author URI: 
Tags: two column, orange, blue, preschool, education, sun, train
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/

/*////////// GENERAL //////////*/

body {
	margin: 0px;
	margin-top: 10px;
	background-color: #DDEBF6;
}

#container {
	width: 897px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
	  
#container2 {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #bf3131;
	background-color: #3681cb;
}

#container3 {
	width: 897px;
	float:left;
	padding:0;
	margin:0;
}

/*////////// TYPEOGRAPHY //////////*/
h1, h4 {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

h2, h3{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
		
h1 {
  font-size: 22px;
}
		
h2 {
	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
	line-height: 24px;
	text-indent: 2em;
	background-image: url(images/train.png);
	background-repeat: no-repeat;
}
		
h3 {
  font-size: 12px;
}
	
h4 {
  font-size: 14px;
}

h5 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
h6 {
	margin: 0px;
	padding: 0px;
	color:#FFF;
	

}
p {
  margin-bottom: 14px;
}
		
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}
		
a:visited {
	color: #000;
}
a#home {
	text-decoration:none;
}

b {
	text-decoration:none;
}

	 	 
/*////////// HEADERS //////////*/
#header {
	width: 897px;
	height: 250px;
	background-image: url(images/brighter-header.jpg);
	background-repeat: no-repeat;
}



/*///Text Headers///*/
.welcome{
	width: 550px;
	color:#FFF;
}

.pages{
	width: 275px;
	color:#FFF;


}


/*////////// CONTENT //////////*/
#content {
	width: 550px;
	float:right;
	padding-right: 20px;
}
		
  
/*////////// SIDEBARS //////////*/
#sidebarLT {
	width:275px;
	float: left;
	margin:0;

}



/*////////// NAV //////////*/


/*TOC Nav*/
.tocNav{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000;
}

.tocNav li{
	list-style: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color:#000;

}

.tocNav li a { 
	text-decoration: none;
	color:#000;
}
.tocNav li a:hover {text-decoration: underline;}
/*////////// suckerfish menu starts here //////////*/


		
/*////////// FORMS //////////*/


/*////////// FOOTER //////////*/
#pushbottom{
 clear:both;
}

#footer {
	width: 897px;
	height: 150px;
	float:left;
	text-align:left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer h3{
 display:none;
}

