@charset "UTF-8";

/*
Theme Name: Schools
Theme URI:
Description: Theme for Primary Schools
Author: Creative Corner
Author URI: http://www.creative-corner.co.uk/schools
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* structure */ 
html, body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-image: url(/graphics/background_tile.gif);
	font-size: 95%;
} 
 
#pagewidth{
	width:920px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-image: url(/graphics/background.gif);
	height: 580px;
} 
 
#header{
	width:700px;
	height: 140px;
	float: left;
} 

#logo{
} 

#title{
} 

#main_nav {
	float: left;
	padding: 0px 0px 0px 20px;
}

#second_nav {
	line-height: 100%;
	padding: 0px 0px 10px 15px;
}
 
#sidebar{
	float:left;
	position:relative;
	width: 180px;
	text-align: center;
  }
 
#main{
	height: 410px;
	overflow: auto;
	width: 680px;
	margin: 0px 30px 0px 0px;
	padding: 0px 10px 0px 20px;
	float: left;
 }
#content2 {
	margin: 0 0 0 0;
}
 
#footer{
 height:0px; 
  background-color:#B6DE81; 
 clear:both;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  




 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#left, #header{display:none;} 
#main{width:100%; float:none;}
}
.breadcrumbs {
	margin: 25px 0 10px 0;
	font-size: 80%;
	clear: both;
}
.category-description {
	margin: 0 0 20px 0;
	clear: both;
}
.storytitle {
	font-size: 120%;
	margin: 0 0 5px 0;
	font-weight: bold;
	clear: both;
}
.storycontent {
	margin: 0 0 25px 0;
}
#main p {
	margin: 0 0 10px 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	}
	
.aligncentered {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 25px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 25px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	}
	
/* End Images */

/* sidebar navigation */
#sidebar ul, #sidebar ul ol {
	padding: 0;
	font-weight: bold;
	margin: 5px 0 0 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	font-size: 100%;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	font-size: 80%;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	font-size: 100%;
	}

ol li, #sidebar ul ol li {
	list-style-type: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End sidebar navigation */

.news {
	height: 330px;
	width: 230px;
	background-image: url(/graphics/latest_news.gif);
	background-repeat: no-repeat;
	padding: 20px 10px 0 10px;
	text-align: center;
}

.news h3 {
	margin: 10px 0 5px 0;
}

.news p {
	font-size: 90%;
	line-height: 100%;
	padding: 0 20px 10px 20px;
}

.news ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}

.news li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.thumb {
float: left;
margin: 0 10px 10px 0;
}

.wp-post-image {
	margin: 5px 20px 20px 0;
	float: left
	}

.post {
	margin-bottom: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
