/* 
(c) 2006 Robert Willie.
26 July 2006.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: robert_willie@hotmail.com
Author: Robert Willie
*/



/* Class List on list page */

.classlist_headings {
font-size: large;
font-weight: bold;
}

.classlist_classes {
margin: 0px 0px 0px 30px;
font-size: medium;
font-weight: bold;
}



/* Class Name */

#classname{
font-size: x-large;
color: #b01d13;
font-weight: bold;
text-align: center;
margin: 0;
}



/* Blogs and Replies */					

#middle-col {			
position: relative;
margin: 0 155px 0 0; 
}



/* Previous Posts */

#right-col {
position: relative;
right: 0;
width: 150px;
float: right;
}

#previousposts {
border: 1px solid #C33;
text-align: center;
}		
.posts_heading {
font-size: medium;
font-weight: bold;
}


	
/* Class Names (left hand nav) on detail page */

#class_nav {
list-style: none;
padding: 0px;
margin: 15px 0px 0px 15px;
_margin: 20px 0px 0px 15px;
}		
#class_nav ul {
list-style: none;
}				
#class_nav li a {
display: block;
padding-bottom: 10px;
color: #FFFF00;
font-weight: bold;
text-decoration: none;
width: 100%;
line-height: 15px;
}
#class_nav li.teachers_name a {
color: #FFCC00;
}
#class_nav li a:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}



/* Blog Posts */

#blog_post {
background: #c33;
padding: 5px;
}
			 
#blogger_name {
color: #000;
font-size: large;
font-weight: bold;
text-align: center;
text-decoration: underline;
}

.posts_heading {
color: #000;
}

			 				
/* Blog Post Replies */

.replybox {
background: #ED2B2C;
padding: 5px;
margin: 5px 0 0 40px;
}

.replybox h3{
color: #000;
}


/* Pupil Admin Buttons */

.pupil_button {
margin: 15px 0 0 14px;
}

.pupil_button a {
font-family: "comic sans MS";
color: #000000;
background: #FF9900;
border: 1px solid #000000;
text-decoration: none;
padding: 0 3px 0 3px;
}

.pupil_button a:hover {
background: #FFFF00;
}

#col-one{
_padding-top: 10px;
}
#col-one .pupil_button{
_position: absolute;
_bottom: -20px
}

/* Media */

.mediafloat
{
	float: left;
	width: 200px;
	height: 185px;
	padding: 0px;
	text-align: center;
	border: none;
}
.mediaspacer
{
	clear:both;
}
.mediaheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
.mediaText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
.mediaCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
.mediaButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
