/* 
	Kings Christian School 
	www.kcsnet.com
	Developed by Ryan Reynolds and Josh Vogelgessang
	July 7th, 2006
*/
body {
	background: #8F3B4A;
	padding: 10px;
	font-size: .85em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	text-align: center;
}
a {
	color: #4682B4;
	text-decoration: none;
}
a:hover {
	color: #5C90BD;
	text-decoration: underline;
}
#frame {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	background: url(images/body_background.png);
}
#menubar {
	background: #692B36 url(images/menu_background.png) no-repeat top;
	padding: 6px;
	padding-bottom: 7px;
	font-size: .75em;
	margin: 0px;
	text-align: center;
}
#menubar a {
	margin: 0px;
	display: inline;
	padding: 5px;
	text-decoration: none;
	color: #EBDFD2;
	border-bottom: 2px solid #692B36;
}
#menubar a:hover {
	background-color: #7C3340;
	text-decoration: none;
	color: #F9F5EF;
	border-bottom: 2px solid #E7C47A;
}
#sidebar {
	width: 164px;
	float: left;
	padding: 10px;
	margin-left: 4px;
	text-align: left;
	font-size: .80em;
}
input.style {
	background-color: White;
	border: 1px inset #DABFA0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 156px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#sidebar h2 {
	font-size: 12px;
	border-bottom: 1px solid #8F3B4A;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	padding: 5px;
	margin-bottom: 5px;
	list-style: none inside none;
	white-space: normal;
	text-indent: 0px;
	display: block;
	border: 1px solid #E9DED1;
}
#sidebar li:hover {
	border: 1px solid #DDCDB8;
	background-color: #F8F3EF;
}
#content {
	margin-left: 180px;
	padding: 20px;
	text-align: left;
}
#content h1 {
	font-size: 1.85em;
	font-weight: normal;.
	padding: 0px;
	margin: 0px;
	color: #8F3B4A;
}
#content p {
	line-height: 18px;
	font-size: .95em;
	text-indent: 10px;
}
#pagetools {
	clear: both;
	margin-left: 180px;
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	text-align: right;
	font-size: .80em;	
}
#footer { 
	background: #8F3B4A url(images/footer_background.png) no-repeat top;
	padding: 6px;
	padding-top: 15px;
	text-align: left;
	font-size: .85em;
	color: #E4CF9C;
}
#footer a { color: #F2EBE3; }
#footer a:hover { color: #F8F6F3; }

.calendar {
	font-size: 11px;
}

.caldate {
	width: 14px;
	height: 14px;
	float: left;
	background-color: #F2EBE3; 
	color: #692B36;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
}

.calitem {
	border: 1px solid #692B36;
	vertical-align: top;

}

.calinfo {
	width: 60px;
	min-height: 45px;
	clear: both;
	
	background-color: #FFFFFF; 
	color: #000000;
	margin: 0px;
	padding: 2px;
	font-size: 9px;
}

#athframe iframe {
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
}