@charset "UTF-8";

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

#mainContent{
	width: 680px;
	position: absolute;
	top: 80px;
	left: 255px;
}

#featured {
	width: 470px;
	height: 200px;
	background-image: url(/wp-content/themes/langham/images/featured.gif);
	background-repeat: no-repeat;
	padding: 15px;
}

.storycontent {
	margin-bottom: 20px;
}

.thumb {
float: left;
margin: 0 10px 10px 0;
}

.post {
	margin-bottom: 30px;
}

.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;
}

#simple-list h3 {
	margin-left: 30px;
}


h2 {
	color: #FF0000;
	font-size: 160%;
	margin-top: 0;
	margin-bottom: 20px;
}
ul {
	margin-top: 10px;
}
ol {
	margin-top: 0px;
	padding-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	color: #000099;
	margin-bottom: 10px;
	font-size: 130%;
	margin-top: 25px;
}
table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 20px;
}
blockquote {
	font-style: italic;
	color: #0066FF;
	font-weight: bold;
}
td {
	empty-cells: show;
}

/*	Images: 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) */
	
	
.aligncenter {
	text-align: center;
	margin: 10px auto 10px auto;
	}

.alignright {
	margin: 5px 0 20px 20px;
	float: right;
	}

.alignleft {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.thumb {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.size-thumbnail {
	}
		
.wp-caption-text {
	text-align: center;
	font-size: 85%;
	color: #000099;
	padding-top: 5px;
	margin-bottom: 20px;
}

#slideshow_1 {
	margin: 20px auto;
	width: 400px;
}


/* IMAGES */
img.alignleft
{
float: left;
}
 
img.alignright
{
float: right;
}
 
img.aligncenter
{
display: block;
margin: 10px auto 10px auto;
}


/* display and additional classes */
.clear { clear: both; }


/*	Search */
	
.hidden {
	display: none;
	}