/*****************************
Main site css
*****************************/
.classpages #content_header .subheading{
	font-size:.65em;
	color:#016648;
}

.classpages #content_header h2 {
	position:absolute;
	top:65px;
	left:20px;
	padding:8px 0px;
	display:block;
	font-size:20px;
	color:#016648;
	width:780px;
	border-top:2px solid #016648;
	border-bottom:2px solid #016648;
	}

.classpages #content_main {
	position:absolute;
	top:122px;
	left:20px;
	bottom:0px;
	width:796px;
	height:expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -252 +'px' : body.clientHeight -252 +'px');
	overflow-x:hidden;
	overflow-y:auto;
	min-height:479px;
	}

.classpages #content_main a {
	text-decoration:none;
	color: #016648;
}

.classpages #content_main a:hover {
	text-decoration:underline;
	color: #016648;
}

.classpages #content_main h1 {
	font-size: 20px;
	color: #016648;
}

.classpages #content_main h2 {
	font-size: 16px;
	color:#016648;
}

.classpages #content_main h3 {
	font-size: 14px;
	color:#000;
	margin-bottom:3px;
	padding-top:3px;
}

.classpages #content_main p {
	margin:0px 20px 10px 0px;
	line-height:1.85em;
	color:#606060;
	}

.post {
	clear:both;
	margin-bottom:25px;
}

.post h1{
	padding-bottom:5px;
}
	
.post h2{
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom:5px;
	margin-right:15px;
	background-color:#f4f4f4;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

small {
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}

.more-link {
	font-weight:bold !important;
}

.entry ol,
.entry ul{
	list-style-position: inside;
	padding-left:45px;
	color:#606060;
	margin-top:-5px;
	padding-right:60px;
	margin-bottom:15px;
}

.entry li{
	line-height:1.55em;
	margin-bottom:5px;
}

.entry {
	clear:both;
	margin-top:10px;
	line-height:1.85em;
	color:#606060;
}
.entry p.audioplayer_container {
	clear:left;
	padding-top:10px;
}

.postmetadata {
	clear:both;
}

/*TEACHER SCHEDULE TABLES*/

.classpages #content_main table p {
	margin:3px auto;
	color:#404040;
	}

#content_main table, td{
	border: rgb(103, 138, 118);
	border-style:double;
}

/*END TEACHER SCHEDULE TABLES*/

#footer p {
	position:relative;
	float:right;
	margin:9px 30px 0px 0px;
	}
	
#blog_nav_bar {
	width:778px;
	height:23px;
	font-size:11px;
	background: transparent url('images/teacher_pages_menu_bg_big.png') no-repeat;
}

.blog_nav_ul{
	list-style:none;
	padding: 0;
	margin: 0 auto;
}

.blog_nav_li { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	display:inline;
	height:23px;
}

a.blog_nav_button_middle {
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height:23px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
	background: transparent url('images/teacher_pages_menu_bg.png') no-repeat scroll 100% -46px;
}

a:hover.blog_nav_button_middle{
	background: transparent url('images/teacher_pages_menu_bg.png') no-repeat scroll 100% -69px;
}

a.blog_nav_button_middle span{
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 12px;
	background: transparent url('images/teacher_pages_menu_bg.png') no-repeat 0px -46px;
}

a:hover.blog_nav_button_middle span{
	background: transparent url('images/teacher_pages_menu_bg.png') no-repeat scroll 0px -69px;
}

.blog_nav_button_right_empty {
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height:23px;
}
.blog_nav_button_right_empty span{
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 0px;
	background: transparent url('images/teacher_pages_menu_bg.png') no-repeat 0px -46px;
}

.blog_nav_dropdown{
	color: #444;
	display: block;
	float: right;
	margin:2px 10px 0px 0px;
}

.blog_nav_dropdown span select {
	padding:0px;
	margin:0px;
	*margin:-2px 0px 0px;
	width: 150px;
}

.blog_nav_dropdown select option {
	margin:0px;
	padding:0px 2px;
	font-size: 0.8em !important;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


/* Begin Images */
#content_main img {
	background-color: #ffffff;   
	border-top: 1px solid #e0e0e0;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #b0b0b0;
	padding: 5px;
	max-width: 100%;
	width:auto;
	height:auto;
	}

#content_main .aligncenter {
	margin:0px auto;
	}

#content_main .alignnone {
	margin:0px auto;
	}

#content_main .alignright {
	float: right;
	margin-left:10px;
	}

#content_main .alignleft {
	float: left;
	margin-right:10px;
	}
	
/* End Images */
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption.alignright  { 
	margin-right: 20px !important;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 11px;
	margin-left:auto !important;
	margin-right:auto !important;	
}
/* End captions & aligment */