/* 
(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{
padding: 10px 275px 0px 0px;
font-size:large;
color: #CC0000;
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 #008000;
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: 0;
margin: 0 0 0 15px;
}		
#class_nav ul {
list-style: none;
margin: 0;
padding: 0;
}				
#class_nav li a {
display: block;
padding: 5px;
color: #FFFF00;
font-weight: bold;
text-decoration: none;
width: 100%;
line-height: 10px;
}
#class_nav li.teachers_name a {
color: #FFFFFF;
}
#class_nav li a:hover {
color: #FFCC00;
font-weight: bold;
text-decoration: underline;
}



/* Blog Posts */

#blog_post {
background: #20B020;
padding: 5px;
}

#blog_post a{
color: #fff;
}

#blog_post a:hover{
color: #ff0;
}
		 
#blogger_name {
font-size: large;
font-weight: bold;
text-align: center;
text-decoration: underline;
}


			 				
/* Blog Post Replies */

.replybox {
background: #65cc55;
padding: 5px;
margin: 5px 0 0 40px;
}

.replybox a{
color: #fff;
}

.replybox a:hover{
color: #ff0;
}


/* Pupil Admin Buttons */

.pupil_button {
margin: 0 0 0 19px;
}

.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;
	position: relative;
}
.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;
}



#col-one-blog{
position: absolute;
top: 147px;
left: 1px;
width: 162px;
_width: 150px;
height:auto;
background-color: #009900;
padding-left: 12px;
margin-left: 1px;
padding-bottom: 10px;
}

#col-two-blog{
top: -20px;
}

.mediafloat{
background: transparent;
z-index: 600 !important;
}
