/*  
Theme Name: Bodwell HighSchool
Description: Bodwell HighSchool by UnifineCreative
Version: 1.5.0
Author: Alan Chiu @ UnifineCreative
Author URI: http://www.unifinecreative.com/
*/

#container {
	width: 100%;
	background: url('image/subHeaderBG.jpg') repeat-x;
	margin-bottom:27px;
	padding-bottom:1px;
	}

/********************************************************/
/*                  header section                      */
/********************************************************/

#header, .calendar-filter, p, .calendar-prev, .calendar-next, .cat-key { display: none; }

/* Sub Pages */
	
#subContentWrapper {
	width: 758px;
	float: left;
	padding-left: 17px;
	}

#subHeader { 
	border-top: 4px solid #37338E;
	margin-bottom: 20px;
	}

#subContent { 
	border-top: 4px solid #37338E;
	width: 530px;
	float: left;
	}

#subContent h3 { margin-bottom: 5px; }

#subContent p, #subContent ul { 
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	}

#subContent ul { 
	padding-left: 20px; 
	margin-top:12px;
	}

#subContent li { 
	list-style-type:square;
	margin-bottom:5px;
	margin-left:-7px;
	padding-left:10px;
	}

/* Calendar Section */

element.style {
	background-color:#E15C39;
	height:12px;
	width:12px;
}

#subContent .calendar-filter td, #subContent .calendar-table td.cat-key, #subContent .calendar-table td.cat-key table td { background: none; border: none; padding: 0px; }

#subContent .calendar-table td.calendar-prev, 
#subContent .calendar-table td.calendar-month,
#subContent .calendar-table td.calendar-next,
#subContent .calendar-table td.calendar-heading, 
#subContent .calendar-table td.normal-day-heading, 
#subContent .calendar-table td.weekend-heading { border: none; }

#subContent .calendar-table td.normal-day-heading, 
#subContent .calendar-table td.weekend-heading{
	font-size:11px;
} 

#subContent .calendar-table td { 
	background: none;
	padding: 0px;
	border: 1px solid #999;
	}

#subContentWrapper .calendar {
	width: 758px;
	border: none;
	}
	
#calTable { width: 758px; }


.calendar-month { text-align: center; color: #333; font-size: 18px; }


.calendar-prev a:hover , .calendar-next a:hover {
	font-size: 12px;
	color: #fc9a25;
	}
	
.calendar-heading { padding: 10px 0; }
	
.normal-day-heading, .weekend-heading {
	font-size: 12px;
	color: #333;
	text-align: center;
	}
	
.day-without-date, .day-with-date, .current-day { 
	border: 1px solid #aaa; 
	width: 110px;
	height: 95px;
	}

.day-without-date span, .day-with-date span, .current-day span {
	padding-left: 5px;
	}


#subContent .kjo-link p, .calnk a span { display: none; }


 .calendar-table {
	border:none;
	width:100%;
 }
 .calendar-heading {
	height:25px;
	text-align:center;
 }

 .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
 }
 .normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
 }
 .weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
 }
 .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:110px;
	height:95px;
	border:1px solid #d6d6d6;
 }
 .no-events {

 }
 .day-without-date {
	width:60px;
	height:60px;
	border:1px solid #E9F0E8;
 }

 span.event {
	font-size:0.75em;
 }
 .kjo-link {
	font-size:0.75em;
	text-align:center;
 }
 .event-title {
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
 }
 .event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	height:.5px;
	background-color:#000000;
 }

.calnk a { font-size: 60%; text-decoration: none; }

.calnk a span { display: none; }

.calnk a span div.event-title { display: none; }

#leftNav { display: none; }

	
#footer { display: none; }
	

