/* 
(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
*/

#col-one-blog{
position: absolute;
top: 160px;
left: 0px;
width: 207px;
margin: 0;
padding: 0;
height: 388px;
background-image: url(../images/nav_bk.gif);
background-repeat: no-repeat;
background-position: 0px -160px;
}

/* Class List on list page */

.classlist_headings {
font-size: large;
font-weight: bold;
}

.classlist_classes {
font-size: medium;
font-weight: bold;
}



/* Class Name */

#classname{
position: relative;
top: -67px;
left: 8px;
font-size: x-large;
color: #004963;
font-weight: bold;
text-align: left;
margin: 0px;
}



/* 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: 3px solid #004963;
text-align: center;
}		
.posts_heading {
font-size: medium;
font-weight: bold;
}


	
/* Class Names (left hand nav) on detail page */

#class_nav {
list-style: none;
position: relative;
left: 26px;
padding: 20px 0px 10px 5px;
margin: 0;
width: 156px;
min-height: 650px;
_height: 650px;
background: #A6C1CA;
}		
#class_nav ul {
list-style: none;
margin: 0;
padding: 0;
}				
#class_nav li a {
display: block;
padding: 5px;
_padding: 0px 5px;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%;
height: 10px;
}
#class_nav li.teachers_name a {
color: #004963;
}
#class_nav li.teachers_name a:hover {
color: #004963;
font-weight: bold;
text-decoration: underline;
}

#class_nav li a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}



/* Blog Posts */

#blog_post {
background: #DBE6EA;
padding: 5px;
border: 1px solid;
}
			 
#blogger_name {
font-size: large;
font-weight: bold;
text-align: center;
text-decoration: underline;
}


			 				
/* Blog Post Replies */

.replybox {
background: #f1f5f7;
padding: 5px;
margin: 5px 0 0 40px;
border: 1px solid;
}



/* Pupil Admin Buttons */

.pupil_button {
position: relative;
bottom: 0px;
text-align: center;
margin: 15px 0 0 0;
}

.pupil_button a {
font-family: "comic sans MS";
color: #fff;
background: #004963;
border: 1px solid #A6C1CA;
text-decoration: none;
padding: 0 3px 0 3px;
}


.pupil_button a:hover {
background: #FFF;
color: #004963;
}




/* 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;
}
