/*---- COLORS

dark green = #388235
med green = #9bbb50
light green = #cade97

turquoise = #0e93d7
gold = #f29a00
facebook blue = #375684
flickr pink = #fe37a1
youtube red = #ef2929
cafepress green = #5aa71b

charcoal gray = #404043
dark gray = #848589
med gray = #d6d7d9
light gray = #ededed

----*/

@import url('reset.css');

body {
	background: url(img/body_bg2.gif) repeat-x center 0 #388235;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}

#main {
	background: url(img/main_bg.png) repeat-y;
	width: 890px;
	margin: 0 auto;
}

#teachers {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background: transparent url(img/teachers.png);
}
	
	#teachers a {
		display: block;
		width: 120px;
		height: 120px;
	}

	#teachers span { display: none; }

#head {
	background: url(img/head3.gif) no-repeat;
	width: 860px;
	height: 120px;
	margin: 0 15px;
}

#head h1 {
	display: none;
}

#nav {
	background: url(img/nav_main2.gif) no-repeat;
	width: 860px;
	height: 45px;
	margin: 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

		#nav ul {
			padding: 10px 22px;
		}

		#nav li {
			display: inline;
			padding-right: 20px;
		}
		
		#nav a {
			font-weight: bold;
			text-decoration: none;
			color: #848589;
		}
		
		#nav a:hover {
			color: #f29a00;
		}
		
		#nav a.here {
			color: #9bbb50;
		}

#side {
	width: 180px;
	margin: 20px 45px 30px 0;
	float: right;
}

	#side a {
		text-decoration: none;
		color: #388235;
	}

	#side a:hover {
		color: #848589;
	}
	
		.videobox {
			background-position: 10px 16px;
			background-repeat: no-repeat;
			display: block;
			width: 180px;
			height: 150px;
		}

		.videoboxcover {
			background: transparent url(img/videobox.png) no-repeat 0 0;
			display: block;
			width: 180px;
			height: 150px;
			display: block;
		}
		
		.videoboxcover:hover {
			background-position: 0 -150px;
		}
		
		.sidebutton {
			background: url(img/buttons.png) no-repeat;
			display: block;
			width: 180px;
			height: 70px;
			margin: 6px 0;
			line-height: 16px;
		}
		
			.sideform {
				background-position: 0 -700px;
				height: 180px;
			}
			
				.sideform form {
					padding: 70px 30px 30px;
				}
			
				.sideform input {
					width: 115px;
					margin: 7px 0;
					font-family: Georgia, 'Times New Roman', Times, serif;
				}
				
				.sideform button {
					font-family: Georgia, 'Times New Roman', Times, serif;
					font-size: 11px;
				}
			
			.sidetest {
				height: 260px;
				margin: 12px 0;
			}
			
				.sidetest span {
					width: 140px;
					height: 260px;
					display: block;
					padding: 20px;
					text-indent: 25px;	
				}
			
				.sideserol {
					background: url(img/student_serol.png) no-repeat 0 0;		
				}
			
				.sideliz {
					background: url(img/student_liz.png) no-repeat 0 0;
				}
			
				.sideryan {
					background: url(img/student_ryan.png) no-repeat 0 0;
				}
			
				.sidenora {
					background: url(img/student_nora.png) no-repeat 0 0;
				}
			
				.sideallan {
					background: url(img/student_allan.png) no-repeat 0 0;
				}
			
				.sidebrandt {
					background: url(img/student_brandt.png) no-repeat 0 0;
				}
			
				.sidemike {
					background: url(img/student_mike.png) no-repeat 0 0;
				}
			
				.sidekaren {
					background: url(img/student_karen.png) no-repeat 0 0;
				}
			
			.sidetwitter {
				background-position: 0 0;
			}
			
			.sidetwitter:hover {
				background-position: 0 -70px;
			}
		
			.sidefacebook {
				background-position: 0 -140px;
			}
			
			.sidefacebook:hover {
				background-position: 0 -210px;
			}
		
			.sideflickr {
				background-position: 0 -280px;
			}
			
			.sideflickr:hover {
				background-position: 0 -350px;
			}
		
			.sideyoutube {
				background-position: 0 -420px;
			}
			
			.sideyoutube:hover {
				background-position: 0 -490px;
			}
		
			.sidening {
				background-position: 0 -880px;
				height: 158px;
			}
		
				.sidening p {
					padding: 70px 30px 30px;
				}
		
			.sidecafepress {
				background-position: 0 -560px;
			}
			
			.sidecafepress:hover {
				background-position: 0 -630px;
			}


#content {
	width: 580px;
	margin: 20px 0 30px 45px;
}

		#content h2 {
		}

			#content h2.class {
				font-size: 18px;
				font-weight: bold;
				color: #0e93d7;
				padding: 0 0 10px 0;
			}

		#content h3 {
			font-size: 18px;
			font-weight: bold;
			color: #0e93d7;
			padding: 20px 0 10px 0;
		}

			#content h3.week {
				font-size: 13px;
				font-weight: bold;
				color: #404043;
				padding: 20px 0 10px;
				font-style: italic;
			}

		#content h4 {
			font-size: 14px;
			font-weight: bold;
			color: #000;
			padding: 10px 0;
		}

		#content p {
			padding-bottom: 10px;
		}
		
		#content a {
			color: #f29a00;
			text-decoration: none;
		}
		
		#content a:hover {
			color: #848589;
		}
		 
		ul.indent {
			margin: 0 0 10px 15px;
		}
		 
		ul.splash {
			margin: 0 0 10px 15px;
			font-size: 13px;
		}
		 
		ul.splash a {
			font-weight: bold;
			text-transform: uppercase;
		}
		
		ul.noindent {
			margin: 0 0 10px 0;
		}
		
		ul.padded li {
			padding-bottom: 10px;
		}

#myGallery {
	width: 580px !important;
	height: 240px !important;
	margin: 0 0 15px 0;
}

#content blockquote {
	font-size: 18px;
	font-style: italic;
	margin: 15px 40px;
	line-height: 24px;
	color: #848589;
}

.contact label, .contact input, .contact button, .contact textarea {
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
}	
				.contact fieldset {
					margin: 0 25px 0 0;
					padding: 20px;
					border: 1px solid #375684;
					background: url(img/form_bg.gif) repeat-x #fff;
				}
				
				.contact .required {
					color: #fe37a1;
				}
			
						.contact input {
							margin: 2px 0 10px 0;
							width: 260px;
						}
			
						.contact textarea {
							margin: 2px 0 10px 0;
							width: 505px;
							height: 180px;
							overflow: auto;
						}
				
				.contact button {
					margin: 8px 0 0;
					font-size: 11px;
				}

	h5 { font-size: 18px; color: #fe37a1; font-family: Verdana, Geneva, sans-serif; padding: 20px 0; }

table.staff ul {
	margin: 10px 0;
}

.faculty img {
	display: block;
	margin-top: 20px;
}

	.faculty strong {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #f29a00;
	}
	
	.faculty td {
		padding-right: 35px;
	}

#friends td {
	padding: 0 15px 10px;
}

	#friends img {
		margin-top: 20px;
		display: block;
		border: 1px solid #d6d7d9;
	}
	
	#friends a {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

.videos td {
	padding: 10px 15px 10px 0;
}

.photo img {
	margin: 8px 8px 0 0; 
	padding: 2px;
	border: 1px solid #ededed;
}

	.photo img:hover { border: 1px solid #fe37a1; }


.dates td {
	padding: 5px 0;
	border-bottom: 1px solid #d6d7d9;
}

	.dateshead td {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 10px;
	}

form.teachers {
	margin: 0 20px 20px 15px;
}

	.teachers label, .teachers input, .teachers button {
		display: inline;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
	}
	
	.teachers label {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fe37a1;
	}
	
	.teachers input {
		width: 240px;
		margin: 0 3px 5px;
	}

#foot {
	background: url(img/foot.gif) no-repeat #fff top;
	width: 860px;
	clear: both;
	margin: 0 15px;
	padding-bottom: 30px;
}

		#footpics {
			border-top: 1px solid #d6d7d9;
			padding: 30px 0 5px;
			margin: 0 24px;
		}
		
				#footpics img {
					margin: 0 10px;
				}
		
		#footcols {
			margin: 0 34px;
			background: #fff;
			padding-top: 10px;
			color: #848589;
		}
		
				#footcols ul a {
					color: #848589;
					text-decoration: none;
				}
		
				#footcols ul a:hover {
					color: #9bbb50;
				}
					
				
				#footcols .footcolfirst, #footcols .footcol {
					width: 183px;
					float: left;
				}
				
				#footcols .footcol {
					padding-left: 20px;
				}
		
		.foothead {
			font-family: Verdana, Geneva, sans-serif;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			color: #f29a00;
		}
		
				.foothead:hover {
					color: #000;
				}
				
		#footcols ul {
			margin: 5px 0 15px 0;
		}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.test {
	border: 1px solid #F00;
	background: #FFF;
}
	
p.disclaimer {
	margin-top: 30px;
	font-style: italic;
}