/*  
Theme Name: Bodwell HighSchool
Description: Bodwell HighSchool by UnifineCreative
Version: 1.5.0
Author: Alan Chiu @ UnifineCreative
Author URI: http://www.unifinecreative.com/
*/

* {margin: 0; padding: 0;}

/* clearfix snippet */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/********************************************************/
/*                  general layout                      */
/********************************************************/

body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	}
	
body.home{
	background:#f9f9f9;
	}

html, body, #container {
	height:100%;
}

a {
	text-decoration: none;
	color: #ffa200;
	font-size: 12px;
	}
	
a:hover { color: #333; text-decoration:underline; }
	
h1, h1 a {
	font-size: 30px;
	color: #2B2870;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
	font-family: georgia;
	}

h1 a:hover { color: #333; }

h2, h2 a {
	font-size: 13px;
	color: #2b2870;
	font-weight:bold;
	font-family: georgia;
	margin-bottom:1px;
	}
	
h3, h3 a {
	font-size: 14px;
	color: #2b2870;
	}
	
.bottom h3{
	margin:0 0 6px 0;
	}

.center a { color: #ED1C24; }

.left, .alignleft {float: left;}

.right, .alignright { float: right; }
	
.center, .aligncenter { text-align: center; }
	
.clear { clear: both; }

.pt10 { padding-top: 10px; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.indent { margin-left: 45px; }

.mr10 { margin-right: 10px; }

.mr15 { margin-right: 15px; }

.mr25 { margin-right: 25px; }

.mrl10 { margin: 0 29px; }

.pr15 { padding-right: 15px; }

.bTop { border-top: 4px solid #37338E; padding-top:3px;}

.bTop_blk { border-top: 4px solid #333333; padding-top:3px;}

.blu { color: #37338E; }

.blue { color: #37338E; font-weight: bold; }

.red { color: red; }

.blueUnder { color: #37338E; text-decoration: underline; }
	
/********************************************************/
/*                container section                     */
/********************************************************/

#container {
	width: 100%;
	background: url('image/subHeaderBG.jpg') repeat-x;
	margin-bottom:27px;
	padding-bottom:1px;
	}
	
.home #container {
	width: 100%;
	background: url('image/headerBG.jpg') repeat-x;
	}
	
body > #container {
	height:auto;
	min-height:100%;
}

/********************************************************/
/*                  header section                      */
/********************************************************/

#header {
	width: 100%;
	margin: auto;
	height: 101px;
	}

#header_inner {
	background: url('image/header.jpg') no-repeat;
	width: 979px;
	height: 101px;
	position: relative;
	margin: auto;
	}

.header_info{
	position:absolute;
	top:6px;
	/*left:403px;*/
	right:7px;
	}
	
#header_inner p, #header_inner .header_info {
	color: #fff;
	font-size: 11px;
	float: right;
	}
	
#header_inner p a, #header_inner div.header_info a {
	font-size: 11px;
	color: #fff;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	padding-left: 0px;
	}
	
#header_inner div.header_info a:hover { color: #febf5d; }

#header_inner div.header_info a:hover span { text-decoration: underline; }
	
#header_inner p span, #header_inner div.header_info span { 
	padding:0px 10px;
	margin:0px;
	height:12px;
	float:left;
	border-right: 1px solid #FFFFFF; 
	}

#header_inner p span.space, #header_inner div.header_info span.space { 
	padding: 0px 10px; 
	float:left;
	margin:0px;
	border-right: 1px solid #FFFFFF; 
	}
	
#cse-search-box {
	/*position: absolute;
	right: 0px;
	top: 4px;*/
	position:relative;
	float:left;
	width: 185px;
	height: 10px;
	padding-left: 10px;
	margin-top:-3px;
	}
	
#cse-search-box div input{
	border:1px solid #a9a9a9;
	height:15px;
	width:154px;
	float:left;
	}

#cse-search-box #submit {
	background: url('image/search.png') no-repeat 0 2px;
	border: none;
	margin-left: 7px;
	width: 15px;
	height: 16px;
	float:left;
	}
	

body.alumni #cse-search-box #submit {
	background: url('image/red_search.jpg') no-repeat 0 2px;
	border: none;
	margin-left: 7px;
	width: 15px;
	height: 6px;
	}
	
select#qtrans_select_qtranslate-3 {
	/*position: absolute;
	right: 212px;
	top: 8px;*/
	position:relative;
	width: 100px;
	border: 0px none;
	/*margin-left:10px;*/
	margin-top:-2px;
	}
	
.qtrans_widget_end{
	display:none;
	}
	
#header #logo { 
	border: none;
	position: absolute;
	z-index: 100;
	top:5px;
	width:272px;
	height:110px;
	}

/********************************************************/
/*               navigation section                     */
/********************************************************/

#nav {
	width: 979px;
	position: absolute;
	top: 76px;
	}
	
#nav ul {
	text-align: center;
	left: 105px;
	position: absolute;
	z-index: 140;
	}
	
#nav li {
	text-decoration: none;
	display: inline;
	float: left;
	margin-right:1px;
	position: relative;
	}

#nav li a {
	display: block; 
	width: 100%;
	height: 17px;
	margin: 1px 18px 0px;
	padding:4px 0 0 0;
	color: #37338E; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
.alumni #nav li a:hover, #nav li a:hover {
	color: #333;
	}
	
#nav ul li.page-item-342 { display: none; }

#nav ul ul {
	background: url('image/navBG.jpg') repeat-y;
	top: 22px;
	margin:0 0 0 18px;
	padding:1px 0 0 0;
	left: 0px;
	}
	
#nav ul li.page-item-30 ul {
	left: -50px;
	}
	
#nav ul ul ul{
	margin:0 0 0 0px;
	padding:0px;
	background:#37338E; 
	left: 180px;
	width: 180px;
}

#nav ul li.page-item-30 ul ul {
	left: -180px;
	}

#nav ul li.potato-menu-has-holizontal {
	background: url('image/arrow.gif') no-repeat right center;
	}
	
#nav ul ul a { 
	font-size:11px;
	border-right: none; 
	border-left:none;
	border-bottom: 1px solid #fff;
	height: auto;
	margin:0px;
	padding: 8px 20px;
	width: 140px;
	text-align: left;
	font-weight: normal;
	}
	
#nav ul ul li:hover a, #nav ul ul li a:hover {
	background: #fcd040;
	color: #333;
	background-repeat:repeat-y;
	color: #333;
	margin-right:0px;
	}
	
#nav ul ul li:hover ul a { color: #fff; }

#nav ul ul ul li a, #nav ul ul ul ul li a, #nav ul ul li:hover ul a {
	background: #37338E;
	margin-right:0px;
	
}

#nav ul ul ul li:hover a, #nav ul ul ul ul li:hover a{
	background: #fcd040;
	background-image:url('image/sub_dropdwon_hoverBG.jpg');
	background-repeat:repeat-y;
	color: #333;
	margin-right:0px;
	}
	
#nav li li li{
	margin-right:0px;
}
	
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

#nav ul li.page-item-108, #nav ul li.page-item-105 { background: none; }

#nav ul ul li.page-item-246 ul li, #nav ul ul li.page-item-108 ul li, #nav ul ul li.page-item-105 ul li { display: none;}

#nav ul ul li.page-item-246:hover ul li { display: none; }
	
/********************************************************/
/*                  content section                     */
/********************************************************/

#content_wrapper {
	background: #fff url('image/subContentBG.jpg') no-repeat 0 -2px;
	width: 1142px;
	margin: auto;
	min-height: 600px;
	margin-bottom: 35px;
	}
	
#container .homepage {
	background: #f9f9f9 url('image/contentBG.jpg') repeat-x;
	width: 100%;
	}

#content { 
	width: 980px;
	margin: auto;
	position: relative;
	padding-top: 20px;
	}

/* Front Page */
	
#content_wrapper .home { 
	padding: 0px; 
	width: 1142px;
	background: url('image/content.jpg') no-repeat 0 -2px;
	min-height: 710px;
	position: relative;
	}
	
/* SlideShow */
	
#glidercontent{ margin:5px 0 0px 5px; }

.glidecontentwrapper{
	position: relative; 
	width: 705px;
	height:363px; 
	overflow: hidden;
	margin:0px 0px 0px 356px;
	padding:16px 0px 0px;
	background-image:url('image/sideBG.gif');
	background-position:0 15px;
	background-repeat:no-repeat;
	}

.glidecontent{ 
	position:absolute; 
	width:705px;
	color:#555;
	height:100%;
	overflow:hidden;
	float:left;
	background:#fff;
	border-top: 4px solid #37338E;
}

.glidim img{
	margin:0px 5px 5px 0px;
	padding:7px 7px;

}
.glidecontent h2{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif; 
	overflow:hidden;
}

.glidecontent h2 a { 
	font-size: 12px; 
	color: #fcd040; 
	}

.glidecontent .wrapper { 
	background: url('image/glideWrapperBG.png') repeat;
	bottom: 4px;
	height: 47px;
	padding: 6px 10px 4px 10px;
	position: absolute;
	width: 685px;
	}

.glidecontent .wrapper a { 
	font-size: 11px;
	color: #fcd040;
	}
	
.glidecontent .wrapper a:hover { text-decoration: underline; }

.glidecontent p{
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:14px;
	overflow:hidden;
	color:#fff;
	}
	
.glidecontent .wrapper h2 a{ 
	font-size: 12px; 
	color: #fcd040; 
	font-family:Arial, Helvetica, sans-serif; 
	}

#gallery-2 .gallery-item { margin-top: 0px; }

/* Accordion */

#mainSide {
	position: absolute;
	top: 34px;
	width: 260px;
	margin-left: 83px;
}

#mainSide h1 { color: #fff; padding-left: 15px; }

#mainSideWrapper { position: relative; }

#mainSideWrapper p a{ font-size:11px; }


.menu_list {
	width: 260px;
	/*height:298px; commented by Bryan */
	height:398px;
	overflow:hidden;
}
.menu_head {
	padding: 5px 18px;
	font-size:14px;
	cursor: pointer;
	position: relative;
    background: url('image/accordionBarU.jpg') repeat-x;
    color: #fff;
    font-family: georgia;
}

#firstpane p.selected, #firstpane div.selected {
	color: #37338E;
	background: url('image/accordionBar.jpg') repeat-x;
	}
	
.menu_body {
	display:none;
	/*height: 185px; commented by Bryan */
	height:285px;
	padding: 16px 18px;
	line-height: 16px;
	color: #333;
	font-size:11px;
	overflow: hidden;
}

.menu_body .post { margin-bottom: 10px; }

.first {
	background: url('image/firstBG.jpg') no-repeat;
	}
	
.third {
	background: url('image/thirdBG.jpg') no-repeat;
	}

.second {
	background: url('image/secondBG.jpg') no-repeat;
	}
	
.second h2 a, .third h2 a, .first h2 a , .upcoming_events h2 a{
	color: #37338E;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	}
	
.second h2 a:hover, .third h2 a:hover, .first h2 a:hover{
	text-decoration:underline;
	color:#febf5d;
}

.second span, .third span, .first span, .upcoming_events span{
	color: #777;
	font-size:11px;
	}
	
	
.menu_body p a {
  color:#febf5d;
  font-weight:bold;
  text-decoration:none;
  font-size: 11px;
}

.menu_body .post h2, .menu_body .post h2 a{ font-family: arial; }

.menu_body .post h3 { font-size: 11px; color: #333;}

.menu_body a:hover {
  text-decoration:underline;
}

#secondpane {
	padding:4px 18px 9px 18px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 355px;
	}
	
#secondpane .contact {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px;
	}

#secondpane .contact{
	font-size:11px;
}

#secondpane .contact img { margin-bottom: 10px; margin-top: 10px;}

#secondpane table td { text-align: center; }

#secondpane table td a { 
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	}
	
#secondpane table td a:hover { 
	color: #FFA200;
	text-decoration: underline;
	font-size: 11px;
	}

#secondpane h3, #secondpane h3 a {
	color: #fcd040;
	font-size: 14px;
	font-weight:normal;
	font-family: georgia;
	}
	
#secondpane h3 a:hover{
	text-decoration:underline;
}

#secondpane h4 {
	color: #fcd040;
	}

#homeContent {
	background: url('image/homeContentBG.jpg') no-repeat;
	width: 459px;
	height: 284px;
	margin-left: 354px;
	margin-top: 12px;
	padding: 15px;
	position: relative;
	float: left;
	}
#homeContent .top{
	width: 450px;
}	

#homeContent .bottom {
	position: absolute;
	bottom: 14px;
	top:190px;
	width: 450px;
	}
	
#homeRight { 
	width: 210px;
	float: left;
	margin-left: 8px;
	margin-top: 15px;
	}
	
#homeRight h2 {
	font-size: 18px;
	font-weight: normal;
	}
	
#homeRight img { 
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	}
	
#homeRight .box {
	border-top: 4px solid #37338E;
	font-size:11px;
	}
	
#homeContent .top p { 
	font-family: georgia;
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	}
	
#homeContent .top p a {
	color:#37338E;
	text-decoration:underline;
	}
	
#homeContent .top p a:hover{
	color:#ffffff;
	text-decoration: underline;
	}

#homeContent .bottom p { 
	line-height: 17px; 
	font-size:11px;
	}

#homeContent .bottom p a {
	font-size: 11px;
	text-decoration:underline;
	}
	
#homeContent .bottom p a:hover{
	text-decoration: underline;
	color:#37338E;
	}


/* Slideshow Banner */

ul#slideshow {
	height: 150px;
	width: 758px;
	list-style: none;
	overflow: hidden;
	}
	
/* Sub Pages */
	
#subContentWrapper {
	width: 758px;
	float: left;
	margin-left: 17px;
	}

#subHeader { 
	border-top: 4px solid #37338E;
	margin-bottom: 14px;
	}

#subContent { 
	border-top: 4px solid #37338E;
	width: 530px;
	float: left;
	}

#subContent h3 { margin-bottom: 5px; }

#subContent h2 { 
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	line-height:22px;
	font-weight:normal;
}

#subContent p, #subContent ul { 
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	}
	
#subContent blockquote{
	font-size:12px;
	margin-left:24px;
}	

#subContent blockquote ul li, #subContent blockquote ol li{
	margin-bottom:0px;
	color:#666666;
}

#subContent p img.alignleft, #subContent h3 img.alignleft{
	margin:4px 8px 6px 0px;
}

#subContent h2 img.alignleft{
	margin:7px 8px 6px 0px;
}

#subContent p img.alignright, #subContent h3 img.alignright{
	margin:4px 0 6px 8px;
}

#subContent h2 img.alignright{
	margin:7px 8px 6px 0px;
}

#subContent a img, #subContent a:hover img{
	border:0px none;
}


#subContent ul{ 
	padding-left: 20px; 
	margin-top:12px;
	font-size:12px;
	}
	
#subContent ol {
	padding-left: 24px; 
	margin-top:12px;
	font-size:12px;
	
}

#subContent li { 
	list-style-type:square;
	margin-bottom:5px;
	margin-left:-7px;
	padding-left:10px;
	}
	
#subContent ol li { 
	list-style-type:decimal;
	margin-bottom:5px;
	margin-left:-7px;
	line-height:18px;
	padding-left:10px;
	}
	
/* News Section */

#quote {
	color: #777;
	font-family: georgia;
	font-size: 30px;
	margin-bottom: 50px;
	margin-top:-8px
	}

#subNav {
	margin-bottom: 5px;
	padding:0 0 0 2px;
	}
	
#subNav ul {
	margin-left: -5px;
	width:510px;
	}
	
#subNav li {
	list-style: none;
	float: left;
	border-right: 1px solid #888;
	}

#subNav a {
	font-size: 11px;
	color: #888;
	padding: 0 5px;
	}
	
#subNav a:hover, #subNav li.current_page_item a {
	color: #ffa200;
	text-decoration: underline;
	}
	
#subContentWrapper .news h3, #subContentWrapper .testimonial h3 {
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#subContentWrapper .testimonial h3.bTop {
	margin-top: 20px; 
	}
	
.news .newsPost {
	line-height: 18px;
	border-bottom: 1px solid #999999;
	padding: 15px 0 15px;
	}
	
.newsPost a, .newsPostSingle a { color: #ffa200; text-transform: normal; font-size: 12px;}

.newsPost a:hover, .newsPostSingle a:hover { color: #333; }
	
.news .newsPost .leftSide {
	float: left;
	width: 360px;
	padding-right: 0px; 
	}
	
.news .newsPost .rightSide {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top:4px;
	border: none;
	
	}
	
#subContentWrapper .newsPost h3, .newsPost h3 a, #subContentWrapper .newsPostSingle h3, .newsPostSingle h3 a {
	margin-bottom: 10px; 
	font-size: 13px;
	font-weight: bold;
	color: #37338E;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	}

#subContentWrapper .newsPost h4, #subContentWrapper .newsPostSingle h4 {
	margin-bottom:6px;
	color: #888;
	font-size:12px;
	font-weight: normal;
	}
	
.newsPost #gallery-5 img { margin-top: 2px; }

.newsPostSingle { line-height: 18px; }

.newsPostSingle .gallery img { width: 530px; margin-bottom: 10px; }

/* Testimonial Section */

.testimonial .newsPost, .newsPost { 
	margin:0px;
	padding:4px 0 0 0; 
	border: none; 
	}

.testimonial .newsPost .leftSide img, .newsPost .leftSide img { 
	width: 71px; 
	height: 89px; 
	margin-top:8px;
	}

.testimonial .newsPost .leftSide, .newsPost .leftSide { 
	width: 71px; 
	padding-right: 10px; 
	float: left;
	}

.testimonial .newsPost .rightSide, .newsPost .rightSide { 
	width: 439px; 
	padding-bottom: 6px;
	border-bottom: 1px solid #777; 
	float: left;
	}

.graduates, .parents { border-top: 4px solid #37338E; margin-top: 20px; }

/* Fees Section */

.fees table { color: #333333; }

.fees table td.grayBG { background: #cccccc; }

.fees table td { 
	background: #e1e0e0;
	padding: 13px 10px; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
/* Video Section */

#subContentWrapper .video { width: 758px; }

.video .videoBG { background: #000;text-align:center;height:376px;overflow:hidden;margin-bottom:14px }

.video .videoLeft {
	float: left;
	width: 540px;
	}
	
.video .videoRight {
	float: left;
	margin-left: 13px;
	width: 205px;
	}
	
/*#subContent .videoRight li, #subContent .videoRight ul { list-style: none; padding-left: 0px; }*/

.video .videoRight a { text-decoration: underline; }

/* Why Bodwell Section */

.whybodwell #content_wrapper { margin-bottom: 0px; }

.whybodwell #subContent{
	border-top: none;
	width: 749px;
	min-height: 1444px;
	background: url('image/whyBodwellBG.jpg') no-repeat;
	background-position:0px 1px;
	margin-top: -3px;
	padding: 15px 30px 10px;
	}
	
.whybodwell #subContentWrapper { padding-left: 11px; }

.whybodwell #content {
	width: 1024px;
	padding-top: 0px;
	}
	
.whybodwell #leftNav { padding-top: 20px; }

.whybodwell #subContent h1 {
	font-family: georgia;
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	line-height: 39px;
	margin-bottom: 100px;
	}

.whybodwell #subContent .bTop {
	float: left;
	width: 230px;
	margin-bottom: 20px;
	}
	
.whybodwell #subContent .bTop h3 {
	font-family: georgia;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	}
	
.whybodwell #subContent .bTop img {
	width: 230px;
	height: 150px;
	}
	
/* Calendar Section */

#subContent table.calendar-table table.cat-key tr td element.style, 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 table.cat-key{display:none;}
#subContent table.calendar-table table.cat-key{display:block; width:758px; border:1px #eee solid;}

#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;
	margin-top:-12px;
	border: none;
	}
	
#calTable { width: 758px; }

.calendar-filter input { margin-right: 5px; }

.calendar-month { text-align: center; color: #333; font-size: 18px; }

.calendar-next { text-align: right; }

.calendar-prev a , .calendar-next a {
	font-size: 12px;
	color: #aaa;
	}
	
.calendar-prev a:hover , .calendar-next a:hover {
	font-size: 12px;
	color: #febf5d;
	}
	
.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;
	}
	
.cat-key tr { 
	float: left; 
	margin:0 12px 0 -2px; 
	border:0px;
	}

#subContent .kjo-link p { display: none; }

.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         }
.calnk a:visited {
	 text-decoration:none;
	}
.calnk a {
	text-decoration:none; 
	color:#333; 
	display:block;
	padding:0 5px;
	font-size:11px;
	}
.calnk a span { 
	display:none; 
	width: 160px;
	}
	
.calnk a span #calBorder { height: 10px; margin-bottom: 5px;}

.calnk a:hover span {
	color:#37338e; 
	background:#F6F79B; 
	display:block;
	position:absolute; 
	margin-top:1px; 
	padding:1px; 
	width:250px; 
	z-index:100;
	}
 .calendar-table {
	border:none;
	width:100%;
	float: none;
	clear: left;
 }
 .calendar-heading {
	height:25px;
	text-align:center;
 }
 .calendar-next {
	width:25%;
	text-align: right;
 }
 .calendar-prev {
	width:25%;
	text-align:left;
 }
 .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.weekend {
 }
 .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #BFBFBF;
	background-color:#E4EBE3;
 }
 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:13px;
 }
 .event-title-break {
	/*width:90%;*/
	/*margin-left:2%;*/
	margin-right:2%;
	margin-top:5px;
	margin-bottom:0px;
	height:1px;
	background-color:#333;
 }
 .event-content-break {
	/*width:90%;*/
	/*margin-left:2%;*/
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	height:1px;

 }
 .calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
 }
 .calendar-date-switcher form {
	margin:0;
	padding:0;
 }
 .calendar-date-switcher input {
	border:1px #D6DED5 solid;
 }
 .calendar-date-switcher select {
	border:1px #D6DED5 solid;
 }
 .cat-key {
	width:100%;
	margin:0 0 0 -2px;
	padding:0px;
 }
 
 
 .print{
  	font-size:11px;
 }
 
a.print:hover{
  	font-size:11px;
	text-decoration:underline;
 }
 
 
 
 
/*Contact Us */

li.page-item-206, li.page-item-206 a{
	display:none;
	}

#subContent .wpcf7 { 
	width:510px;
	color: #333333;
	font-weight:bold; 
	font-size:11px;
	}
	
#subContent .wpcf7 table{ 
	margin-bottom:25px;
	}
	
#subContent .wpcf7 textarea{ 
	font-family:Arial, Helvetica, sans-serif;
	width:446px;
	height:230px;
	color: #666666;
	font-weight:normal;
	margin-top:3px; 
	font-size:11px;
	padding: 6px;
	border:1px #a5a5a5 solid;
	}

#subContent .wpcf7 h3 { 
	font-weight: normal;
	padding-bottom: 5px;
	font-size:12px;
	border-bottom: 1px solid;
	margin-bottom: 4px;
	}

.wpcf7 select.country-select{
	width:164px;
	margin-left:19px;
	margin-right:10px;
	}
	
.wpcf7 select.grade-select{
	width:108px;
	margin-left:10px;
	}

.wpcf7 table input { 
	width: 373px; 
	margin-left:19px;
	border:1px #a5a5a5 solid;
	height:16px;
	padding:2px 4px 0 4px;
	margin-bottom:2px;
	}

.wpcf7 table tr { line-height: 25px; }

/* Alumni Section */

#header_inner h3 { display: none; }

.alumni #container { background: url('image/alumniHeaderBG.jpg') repeat-x; }

.alumni #header_inner { background: url('image/alumniHeader.jpg') no-repeat; }

.alumni #nav li a, .alumni h1, .alumni h1 a, .alumni h3, .alumni #subContentWrapper .newsPost h3, .alumni #sidebar .post h2 a, .alumni #sidebar h3 { color: #880000; }

.alumni #leftNav li.current_page_item a { background: #880000; }

.alumni #subHeader, .alumni #subContent, .alumni .bTop { border-top: 4px solid #880000; }

.alumni .social img { margin-bottom: 10px; margin-top: 10px; border: none; }

.alumni #subContent a { text-decoration: none; }

.alumni #leftNav ul { border-bottom: 4px solid #880000; }

/********************************************************/
/*                 leftNav section                      */
/********************************************************/

#leftNav {
	width: 175px;
	padding: 0 15px;
	float: left;
	}
	
#leftNav li {
	list-style: none;
	}

	
#leftNav a {
	font-size: 11px;
	color: #333;
	border-top: 1px solid #999;
	display: block;
	padding: 8px 10px;
	}
	
#leftNav a:hover{
	background: #FCD040;
	border-top: 1px solid #FCD040;
	color: #333;
	text-decoration:none;
	padding: 8px 10px 8px 10px;
	}
	
#leftNav li.current_page_item a, #leftNav li.current_page_parent a, #content .single ul li.page-item-108 a {
	background: #37338E;
	border-top: 1px solid #37338E;
	color: #fff;
	}
	
#leftNav ul ul, #leftNav ul ul ul, #leftNav ul li.current_page_item ul ul { display: none; }

#leftNav ul li.current_page_item ul, #leftNav ul li.current_page_parent ul, #leftNav ul li.current_page_ancestor ul, #content .single ul li.page-item-108 ul { display: block; margin:0px 0 1px 9px; }

#leftNav li.current_page_ancestor a{
	background:#37338e;
}

#leftNav li.current_page_ancestor li.page_item a{
	background:#cccccc;
}


#leftNav ul li.current_page_item ul li a { 
	background: #eee;
	font-size:11px;
	padding:6px 0 6px 8px;	
	color: #333;
	display:block;
	border-top:1px solid #fff;
	}

#leftNav li.current_page_parent li.page_item a, #content .single ul li.page-item-108 ul li.page_item a {
	font-weight:normal;
	background-color:#eee;
	padding:7px 0 7px 8px;
	color:#333;
	border-top:1px solid #fff;
}

#leftNav li.current_page_ancestor li.current_page_item a, #leftNav li.current_page_parent li.current_page_item a{
	font-weight:normal;
	background: #FCD040;
	padding:7px 0 7px 8px;
	color:#333;
} 

#leftNav ul li.current_page_item ul li a:hover,
#leftNav li.current_page_ancestor li.current_page_item a:hover,
#leftNav li.current_page_parent li.page_item a:hover,
#content .single ul li.page-item-108 ul li.page_item a:hover { 
	background:  #FCD040;
	}

#leftNav ul li.current_page_parent ul li a {
	padding-left: 25px;
	}
	
#leftNav ul ul li.current_page_item ul li a { padding-left: 40px; }
	
#leftNav .testimonial { padding-top: 5px; }

#leftNav .testimonial p { font-size: 11px; line-height:20px; color:#777; }

#leftNav .testimonial .gallery img {
	float: left;
	margin-top:5px;
	padding-right: 9px;
	padding-bottom: 0px;
	}
	
#leftNav .testimonial .gallery { float: left; }

#leftNav ul li.page-item-246 ul { display: none; }

/********************************************************/
/*                 sidebar section                      */
/********************************************************/

#sidebar { 
	width: 213px; 
	padding-left: 15px;
	float: left;
	font-size:11px;
	line-height:16px;
	}
	
#sidebar h3, .videoRight h3 { 
	color: #37338E;
	font-family: georgia;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 18px;
	}
	
#sidebar .post{ 
	margin-bottom: 10px;
	border: none; 
	}

#sidebar img{
	margin-bottom: 0px;
	border: none; 
} 
#sidebar li { list-style: none; }

#sidebar a { 
	color: #Ffa200;
	font-size: 11px;
	text-decoration: none;
	}
	
#sidebar a:hover { 
	color: #333;
	font-size: 11px;
	text-decoration: underline;
	}	
	
#sidebar .post h2 a { 
	color: #2B2870; 
	font-family:arial;
	font-size:12px 
	}

#sidebar .post h2 a:hover { 
	color:#FEBF5D;
	text-decoration:underline;
	font-family:arial;
	font-size:12px 
	}


#sidebar .bTop { margin-bottom: 25px; }
	
#sidebar .flickrNews img {
	border: 2px solid #999;
	margin-right: 10px;
	width: 88px;
	}
	
.flickrNews { margin-bottom: 10px; }

.bTop div.clearfix { margin-top: 20px; }
	
/********************************************************/
/*                  footer section                      */
/********************************************************/

.home #footer { 
	width: 100%;
	background: #f9f9f9 url('image/footer.jpg') repeat-x;
	height: 27px;
	position: relative;
	margin-top: -54px;
	padding:0px;
	}
	
.whybodwell #footer{
	width: 100%;
	background: #f9f9f9 url('image/subFooter.jpg') repeat-x;
	height: 27px;
	position: relative;
	margin-top: -27px;
	padding:0px;
	}
	
#footer { 
	width: 100%;
	background: #f9f9f9 url('image/subFooter.jpg') repeat-x;
	height: 27px;
	position: relative;
	padding:0px;
	}
	
#footer_inner {
	width: 979px;
	margin: auto;
	/*padding-top: 9px;*/
	font-size: 11px;
	line-height: 11px;
	position: relative;
	color: #37338e;
	font-weight: bold;
	}
	
#footer_inner .left, #footer_inner .right{
	line-height:11px;
	margin-right:12px;
	padding-top:9px;
	width:758px;
	}	

 #footer_inner .copyright{
 	padding-top:9px;
	float:left;
 }

#footer a {
	font-size: 11px;
	color: #37338e;
	text-decoration: none;
	}	
	
#footer a:hover { color: #333; }


/********************************************************/
/*                comment form section                  */
/********************************************************/

#comment {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.nocomments { display: none; }

/********************************************************/
/*           gallery shortcode section                  */
/********************************************************/       

div.gallery .gallery-0 { display: none; }
  
  
  
/********************************************************/
/*           Quick Links section       		            */
/********************************************************/       


#sidebar div.execphpwidget ul li{
	list-style-type:square;
	margin:0 0 0 13px;
}

#videoBar div.videoRight ul{
	margin:0px;
	padding:0px;
}

#videoBar div.videoRight ul li{
	list-style-type:none;
	margin:0 0 0 0px;
	padding:0px;
}

#sidebar div.execphpwidget ul li a,
div.videoRight ul li a{
	color: #333;
	font-size:11px;
}

#sidebar div.execphpwidget ul li a:hover,
div.videoRight ul li a:hover{
	text-decoration:underline;
	color: #ffa200;
}

/********************************************************/
/*           Sign Up section      	 		            */
/********************************************************/       

td.signup_name{
	padding:4px 0;
}
	
td.signup_name p{
	width:60px
}

td.signup_input, td.signup_input input{
	width:143px;
	}
	
td.calendar-heading table{
	color:#fff;
	width:100%;
	padding: 2px 10px;
	background: #37338E;
}

#subContent .calendar-filter tbody tr td{
	color:#777777;
	padding-right:10px;
	display:table-cell;
	/*float:left;*/
	
}

#subContent table.cat-key{
	/*border-top:4px solid #37338E;
	width:100%;*/
	padding:2px 0 0 0;
	background:#eee;
	margin:0px;
}

#subContent table.calendar-filter{
	/*border-top:4px solid #37338E;
	width:100%;*/
	padding:2px 0 3px 0;
	background:#fff;
	margin:0px;
}

#subContent .calendar-table td.calendar-prev, 
#subContent .calendar-table td.calendar-next,
#subContent .calendar-table td.calendar-prev a, 
#subContent .calendar-table td.calendar-next a{
	color:#fff;
	font-size:11px;
}

#subContent .calendar-table td.calendar-month{
	color:#fff;
	font-size:16px;
}

/********************************************************/
/*           Search section      	 		            */
/********************************************************/

#searchBox {
	width: 339px;
	font-size: 15px;
	color: #2B2870;
	background: url('image/searchBar.png') no-repeat;
	height: 31px;
	padding: 7px 10px 0;
	}

#searchBox #cse-search-box {
	float: right;
	margin-top: -2px;
	}

#cse-search-results iframe { width: 758px; }

#searchBox #cse-search-box #submit {
	background: url('image/searchResult.jpg') no-repeat 0 2px;
	height: 16px;
	margin-left: 7px;
	width: 15px;
	}

/********************************************************/
/*           Accordion section      	 		        */
/********************************************************/   

#accordion{
	width:260px;
	/*height:298px; commented by Bryan */
	height:398px;
}

#accordion h3 a{
	padding: 5px 18px;
	font-size:14px;
	cursor: pointer;
	overflow:hidden;
	font-weight:normal;
	font-family:georgia;
	text-align:left;
	color:#fff;
	width:224px;
	background-repeat:repeat-x;
	display:block;
	background: url('image/accordionBarU.jpg') repeat-x;
}

#accordion h3 a:hover{
	text-decoration:none;
}

#accordion h3.ui-state-active a {
	padding: 5px 18px;
	font-size:14px;
	cursor: pointer;
	overflow:hidden;
	font-weight:normal;
	font-family:georgia;
	text-align:left;
	color: #37338E;
	width:224px;
	background-repeat:repeat-x;
	display:block;
	background: url('image/accordionBar.jpg') repeat-x;
}

#accordion h3.ui-state-hover a {
	background: url('image/accordionBar.jpg') repeat-x;
	color: #37338E;
	}

#accordion div, .ui-accordion-content-active {
	height:177px;
	padding: 6px 18px 14px 18px;
	line-height: 16px;
	color: #333;
	font-size:11px;
	overflow: hidden;
	width:224px;
}

.ui-accordion-content-active h2{
	margin:10px 0 0 0;
}

#header_inner p span, #header_inner div.header_info span.noborder { 
	border-right: 0px; 
	padding:0 0 0 10px;
	}

#nav li.page-item-556{		
	display:none;
}

/*
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:260px;
}

.AccordionContent{
	height:197px;
	display:none;
	padding: 10px 18px;
	line-height: 16px;
	color: #333;
	font-size:11px;
	overflow: hidden;
	width:224px;
}

.AccordionTitle{
	padding: 5px 18px;
	font-size:14px;
	cursor: pointer;
	overflow:hidden;
	font-family:georgia;
	vertical-align:middle;
	text-align:left;
	color:#fff;
	background-repeat:repeat-x;
	display:table-cell;
	background: url('image/accordionBarU.jpg') repeat-x;
	-moz-user-select:none;
}

.AccordionContent .post{
	margin-bottom: 10px;
}


#Accordion1Content {
	background: url('image/firstBG.jpg') no-repeat;
	overflow:hidden;
	}
	
#Accordion3Content {
	background: url('image/thirdBG.jpg') no-repeat;
	overflow:hidden;
	}

#Accordion2Content {
	background: url('image/secondBG.jpg') no-repeat;
	overflow:hidden;
	}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}

.AccordionContent p a {
  color:#febf5d;
  font-weight:bold;
  text-decoration:none;
  font-size: 11px;
}

.AccordionContent .post h2, .AccordionContent .post h2 a{ font-family: arial; }

.AccordionContent .post h3 { font-size: 11px; color: #333;}

.AccordionContent a:hover {
  text-decoration:underline;
}

.AccordionContainer
{
  width:260px;
  height:298px;
  overflow:hidden;
}
*/

#sidebar div.execphpwidget .upcoming_events,
#sidebar div.execphpwidget .upcoming_events li
{
	 list-style-type:none;
	 margin:0px;
}
 
.upcoming_events li{
	 list-style-type:none;
	 margin:0px;
 }
 
#header_inner div.header_info a.usp{
 background:url(image/USP_logo.png);
 width:72px;
 height:43px;
 display:block;
 float:left;
 margin-left:10px;
 }
 

