/*  

Description: This is the style sheet for Yellow Brick Road Preschool
Version: 1
Author: Tim Hogan


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #999999;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #000000;
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	width: 760px;
	}

#logo{
	width:100%;
	/*height:100px;*/
	background: url(images/ybrlogo.jpg) left center no-repeat;
	margin:10px;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.label
{
font-weight:bold;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
 
	}

P
{
font-size:1.2em;
}

#header {
	padding: 0px;
	margin: 0 auto;
	height: 220px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0px;
	height: 180px;
	/*width: 100%;*/
	background-color: #0F0;
	clear:left;
	background: url(images/aboutheader.jpg) left center no-repeat;
	}


#footer {
	padding: 0 0 0 0;
	margin: 0px;
	/*width: 760px;*/
	clear: both;
	/*border:solid 1px black;*/
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1{
color:#0000ff;
text-align:left;
padding-left:20px;
margin-bottom:10px;
padding-top:0px;
background: url(images/lightblue.bmp) left center no-repeat;
font-weight:bold;
border-bottom:solid 1px black;
font-size:2em;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}



h2
{
margin-right:0px;
/*padding-bottom:5px;*/
font-size:1.7em;
background: url(images/horiz_dots.gif) repeat-x bottom;
background-color:#cccccc;
/*border-bottom:solid 5px #3366cc;*/

}




h3
{
margin-bottom:10px;
padding:0px;
font-size:1.5em;
/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/

}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

	
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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* End Entry Lists */





/* Begin Various Tags & Classes */
.company
{
font-weight:bold;
/*color:yellow;*
/*font-size:1em;*/

}

.bioname
{
font-weight:bold;
/*color:black;*/
background: url(images/littleman.bmp) left center no-repeat;
font-size:1.2em;
padding-left:15px;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

/*Navigation Styles */

#navcontainer
{
margin:0px;
width:100%;
background-color:#0000ff;
border-bottom:solid 1px white;
height:20px;
color:white;
}
 
#navcontainer a
{
text-decoration: none;
font-weight: bold;
color: white;
padding:5px;
margin:0px;
line-height:20px;
text-transform:uppercase;
}

#navcontainer a:hover
{
background-color: #ffff00;
color: black;
font-weight: bold;
}

/* End Navigation Styles */


#headerbottom
{
	width: 758px;
	height: 20px;
	background-color:#0000ff;
	border-top:solid 1px white;
	float:left;
	margin-bottom:0px;
	border-bottom:5px solid yellow;
}

#footerbottom
{
	width: 758px;
	height: 20px;
	background-color:#3366cc;
	border-bottom:solid 1px white;
	float:left;
	margin-top:5px;
	color:white;
	/*border-top:5px solid yellow;*/
}



/* -- Contact  Page -- */
#Contact_Right h2
{
margin-right:0px;
margin-bottom:0px;
padding-bottom:0px;
/*padding-left:20px;*/
font-size:1.7em;
/*background-color:#3366cc;*/
/*border:solid 1px black;*/
/*background: url(images/folder.bmp) left center no-repeat;*/
/*border-bottom:solid 1px black;*/
}

#contact_left
{
width:450px;
/*border:solid 1px black;*/
float:left;
}

#contact_right
{
width:248px;
padding:0px 10px;
/*background-color:y;*/
height:400px;
border-left:solid 1px black;
}

#contact_right p
{
/*background-color:#cccccc;*/
/*line-height:10px;*/
margin-top:0px;
padding-top:0px;
}

#error_msg
{
color:red;

}

#submitted
{
color:blue;

}


/* -- End Contact Page -- */


/* -- About Us Page -- */

#about_left
{
float:left;
width:350px;
}

#about_right
{
width:350px;
float:right;
}

#about_left p
{
margin:0px;
padding-bottom:20px;
}

#about_right p
{
margin:0px;
padding-bottom:0px;
font-family:verdana;
}

#about_right ul
{
margin-bottom:20px;
padding:0px;
margin-left: 50px;
margin-top:0;
}

#about_right h3
{
border-bottom:solid 1px black;
}


/* -- End About Us Page -- */

/* -- Tuition Page -- */

.tuitioncontainer
{
width:225px;
height:200px;
align:top;


}

#tuition_top
{

padding:0px;
margin:0px;
height:200px;
}

#tuition_top table
{

}


#tuition_top table td
{
border: solid 1px black;
}

#tuition_bottom
{
padding:10px;

}

#tuition_bottom p
{
margin:0px;
padding:10px 10px 10px 0px;
}


#tuition_top ul
{
margin:0px;
padding:10px;
}

#tuition_top li
{
background: url(images/littleman.bmp) left center no-repeat;
list-style:none;
padding-left:20px;
padding-bottom:3px;
margin:0px;
font-size:10px;

}

#tuition_top h2
{
margin:5px;
padding:5px;
background-color:#blue;
font-size: 14px;
height:42px;
}



/* -- End Tuition Page -- */

#headerimg h1{
color:white;
text-align:left;
padding-left:20px;
padding-top:0px;
font-weight:bold;
border-bottom:solid 1px black;
font-size:2em;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}



#headerimg h2
{
margin-right:0px;
margin-bottom:20px;
border-bottom:solid 1px black;
}



#main
{

margin:20px;
padding:0px;
}

.LeftColumn 
{ 
	/*padding:10px 10px;*/
	margin:0px;
	float:left;
	width:700px;
}


.RightColumn
{
margin:0px;
padding:0px;
/*background-color:#0f0;*/
float:right;
}


/* ----- Start Form Styles ----- */

form {
  margin:0; 
  line-height:1.3em;
  }
form div {padding:3px 0 2px;}
input.text {font:120% "Courier New",Courier,Monospace;}
input.button {
  background:yellow;
  color:black;
  font:bold 100% Verdana,Sans-serif;
  border:1px solid black;
  }


#contactform div {padding-top:0px;}
#contactform label {
  display:block;
  padding-bottom:1px;
  }
#contactform input.text {width:200px;}
#contactform input#subject {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:95%;
  } html>body #contactform input#subject {width:95%;}  
#contactform input.text, #contactform textarea {
  background:#eee;
  border:1px solid #999;
  }
#contactform textarea {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:95%;
  height:10em;
  } html>body #contactform textarea {width:95%;}

  /* ----- Start Form Styles ----- */

    /* ----- Start staff Styles ----- */
	.photo
	{
	
	Border:solid 1px black;
	width:130px;
	height:150px;
	background-color:#cccccc;
	float:left;
	}

	.biocontainer
	{
	padding:20px;
	border-bottom:solid 1px black;
	height:150px;
			
	}
	
	.biocontainer p
	{
		padding-bottom:0px;
		margin:0;
	}

	.staffbio
	{
		margin:5px;
		float:right;

	}

