@charset "utf-8";
/* CSS Document
 	Purple #4B0082
 	Fuchsia #FF00FF
	Gold #DA9100
*/
#iframeupload {
	display: none;
	width: 75%;
	height:90%;
	position:absolute;
	top: 10%;
	left: 10%;
	border: 2px solid black;
	border-radius:15px;
	z-index: 5000;
	background-color: white;
	box-shadow: 5px 5px 5px #9F9999;
}
* {margin: 0;padding:0;}
body {background: url(../images/back_total.jpg);}
.clr {clear: both;}
h1, h2, h3, h4, h5, h6 {width:100%; text-align:center;	margin-top:10px;}
#wrapper {width: 1005px; margin:0px auto;}
#left_col {
	width: 348px;
	min-height: 653px;
	background: url(../images/left_col.jpg) no-repeat;
	float: left;
	position: relative;
}
#contentarea {
	background: url(../images/contentarea.jpg) repeat-x;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 64px;
	min-height:589px;
	float:left;
}
#right_col {
	width: 37px;
	min-height: 653px;
	background: url(../images/right_col.jpg) no-repeat;
	float:left;
}

/********** navigation *********/
#left_col ul {list-style: none;width: 201px;position: relative;top: 234px;left:102px;}
#left_col ul li {width: 100%;background: url(../images/nav_bar.jpg) no-repeat;height: 30px;}
#left_col ul li a {display: block;width: 100%;text-decoration: none;text-align: center;color: black;font-weight: .9em;padding-top: 4px;}
	
#footer {
	width: 100%;
	height: 40px;
	background: url(../images/contentarea_bottom.jpg) repeat-x;

}
#footer #left_col_bottom {
	background:url(../images/left_col_bottom.jpg) no-repeat;
	width: 348px;
	height:40px;
	float: left;
}
#footer #right_col_bottom {
	background:url(../images/right_col_bottom.jpg) no-repeat;
	width: 37px;
	height:40px;
	float: right;
}

/********** index.PHP *********/
#index #about_1,
#index #about_2,
#index #about_3 {
	font-size: 13px;
	width: 400px;
	margin: 0px auto;
}
#index #about_1 img {
	float:left;
}
#index #about_1 p {
	background: url(../images/about_01_bg.jpg) repeat-x;
	width: 140px;
	height: 171px;
	text-align: left;
	padding: 5px;
	float: left;
}
#index #about_2 p{
	background-color: #ebc47f;
	width: 175px;
	margin-left: 7px;
	padding: 15px;
	float: left;
}
#index #about_2 h4 {
	width: 180px;
	text-align: center;
	margin-top: 60px;
	float: left;
}
#index #about_3 #col01 {
	width: 210px;
	margin-left: 10px;
	float:left;
}
#index #about_3 #col01  p img {
	float: left;
	padding-right: 5px;
}
#index #about_3 #col01 p {
	font-weight: bold;
	width: 90%;
}
#index #about_3 #col02 {
	width: 170px;
	margin-right: 10px;
	float:left;
}
#index #about_3 #col02 img {
	
}
#index #about_3 #col02 p {
	background:url(../images/about_01_bg.jpg) repeat-x;
	width: 95%;
	margin: auto;
	font-weight: bold;
	text-align: center;
}
#about p {
	width: 90%;
	margin: 15px auto;
}
/********** ADDEVENTS.PHP *********/
	
#addevents form label {
	display: block;
	width: 100px;
	float: left;
	clear:both;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}
#addevents form input[type=text],
#addevents form input[type=date],
#addevents form input[type=password],
#addevents form input[type=email] {
	width: 200px;
	margin: 5px 5px;
	float:left;
}
#addevents form input[type=submit] {
	clear: both;
	margin: 5px 0px 0px 50px;
}
#addevents form span.note {
	font-size: 12px;
	font-style: italic;
	float:left;
	margin-left: 2px;
	margin-top: 5px;
	color: #333;
}
/********** CMS *********/
#cms #left_col {
	height: 900px;
}
#cms #contentarea {
	min-height: 836px;
}
#cms #right_col {
	height: 900px;
}
#cms h2 {
	width: 100%;
	text-align: center;
}
#cms form {
	padding-bottom: 5px;
}
#cms form label {
	font-weight: bold;
	vertical-align: top;
	font-size: .90em;
}
#cms form#addevent label {
	font-weight: bold;
	vertical-align: top;
	font-size: .90em;
	width: 400px;
	display: block;
	margin-top: 5px;
}

/********** COMMENTS.PHP *********/
#comments p {
	margin: 15px auto;
	width: 400px;
}
/********** CONTACT.PHP *********/
#contact p {
	margin: 15px auto;
	text-align: center;
}
#contact form {
	width: 400px;
	margin: 15px auto;
}
#contact form label {
	display: block;
	width: 100px;
	float: left;
	clear:both;
}
#contact form input[type=text],
#contact form input[type=email] {
	width: 200px;
}
#contact form input[type=submit] {
	clear: both;
	margin: 5px auto;
}

/********** EVENTS.PHP *********/
#events #contentarea table#event_title {
	width: 100%;
	border-collapse: collapse;
}
#events #contentarea table#event_title td{
	width: 33%;
	border-collapse: collapse;
	text-align: center;
	vertical-align:middle;
}
#events #contentarea table#event_title td a {
	text-decoration: none;
	font-weight: bold;
}
#events #contentarea table#event_cal {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}
#events #contentarea table#event_cal td{
	border-collapse: collapse;
	border: 1px solid black;
	height: 50px;
	vertical-align: top;
	width: 14.25%;
}
#events #contentarea table#event_cal td a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	color: blue;
}
#events #event_display {
	width: 300px;
	background-color: green;
}
#events #event_display h4,
#events #event_display h5 {
	text-align: left;
}
#events .show_event_onpage {
	padding: 10px;
	width: 400px;
	border: 2px solid black;
	border-radius: 5px;
	background-color:white;
	position:absolute;
	left:100px;
	top:150px;
	display: none;
}
#events .show_event_onpage p{
	display:inherit;
	padding: 10px;
}

/********** LESSONS.PHP *********/
#lessons h4,
#lessons h3 {
	margin: 15px auto;
	width: 400px;
	text-align: center;
}
#lessons p {
	width: 400px;
	text-align: center;
	margin: 5px auto;
}

/********** SAMPLES.PHP *********/
#sample #left_col {
	height: 700px;
}
#sample #contentarea {
	min-height: 636px;
}
#sample #right_col {
	height: 700px;
}

#sample #contentarea h2 {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
#sample #contentarea h4 {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	width: 100%;
}
#sample #contentarea ul {
	list-style: disc;
	margin-left: 10px;
	font-size: .95em;
}
#sample #contentarea li {
	margin-left: 25px;
}
/********** SERVICES.PHP *********/
#services h2 {
	margin: 25px auto;
	width: 400px;
}
#services h4 {
	margin: 10px auto;
	width: 400px;
}
#services p {
	margin: 5px auto;
	width: 400px;
	text-align: center;
}


