/* 
(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 {
font-size: medium;
font-weight: bold;
}



/* Class Name */

#classname{
font-size: x-large;
color: #FF0000;
font-weight: bold;
text-align: center;
margin: 25px;
}



/* 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 #DF97CA;
text-align: center;
}		
.posts_heading {
font-size: medium;
font-weight: bold;
}


	
/* Class Names (left hand nav) on detail page */

#class_nav {
padding-top:130px;
padding-left:0px;
list-style: none;
margin: 0;
}	

#class_nav ul {
list-style: none;
margin: 0;
padding: 0;
}				
#class_nav li a {
display: block;
padding: 3px;
color: #FFFF00;
font-weight: bold;
text-decoration: none;
width: 100%;
height: 10px;
}
#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: #ccc;
padding: 5px;
}
			 
#blogger_name {
font-size: large;
font-weight: bold;
text-align: center;
text-decoration: underline;
}


			 				
/* Blog Post Replies */

.replybox {
background: #ddd;
padding: 5px;
margin: 5px 0 0 40px;
}



/* Pupil Admin Buttons */

.pupil_button {
position:relative;
margin: 15px 0 0 0;
top:10px;
}

.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;
}



/* 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;
}
