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

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/page_background.gif);
	background-repeat: no-repeat;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	text-align: right;
} 
.searchbox {
	width: 250px;
	padding: 20px 0 0 720px;
}
#title {
	margin: 30px 0 0 250px;
}
#sidebar {
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
}
.column1 {
	background-image: url(images/side_left.gif);
	background-repeat: no-repeat;
}
.column {
	background-image: url(images/side_stretcher.gif);
	background-repeat: repeat-y;
}
.column_foot {
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	color: #FFFFFF;
	text-align: center;
}
#sidebar2 a {
	color: #FFFF00;
	text-decoration: none;
	background-color: transparent;
}
#sidebar2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
#sidebar2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
}
.column2 {
	background-image: url(images/side_right.gif);
	background-repeat: no-repeat;
	padding: 20px 50px 0 29px;
}
#mainContent {
	margin: 20px 250px 0 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
#footer p {
	font-size: 90%;
	margin: 0 0 10px 0;
}
.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;
}




/* nav menu */

#masterdiv {
	text-align: center;
	padding: 60px 12px 0 0;
	height: 400px;
}

.menutitle{
	cursor:pointer;
	text-align:center;
	font-weight:bold;/* */
	padding: 3px 0px 0px 0px;
	clear: both;
}

.submenu{
	line-height: 15px;
}

#masterdiv a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#masterdiv a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
#masterdiv a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC00;
}



 /* styles*/ 
 
#mainContent p {
	line-height: 150%;
	margin: 0 0 20px 0;
	font-size: 100%;
}

p {
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	color: #003399;
	font-weight: bold;
}

h1 {
	font-size: 140%;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

h2 {
	font-size:120%;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 120%;
	margin: 40px 0 5px 0;
}

h4 {
	font-size: 90%;
}


h5 {
	font-size: 80%;
	font-weight: normal;
}

h6 {
	font-size: 70%;
	font-weight: normal;
}

a {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #33CC00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC00;
}

#mainContent li {
	font-size: 100%;
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 5px 0px;
	line-height: 125%;
}
#mainContent ul, ol {
	margin: -10px 0px 25px 20px;
}
#mainContent table {
	margin: 5px 0 20px 0;
}
#mainContent td {
	padding: 10px 20px 10px 0;
	border-bottom: solid #003399 1px;
}
#DiaryDates td {
	padding: 5px 20px 5px 0;
	border-bottom: none;
}
.wplc_event_name {
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
}
.wplc_event_desc {
	margin: 0 0 50px 0;
}
#sidebar  a {
	font-weight: bold;
	font-size: 100%;
}
.widgettitle    {
	color: #FFFFFF;
	margin: 20px 0 10px 0;
}
#sidebar2 h2 {
	color: #FFFFFF;
}
li {
	list-style: none;
	font-size: 90%;
	margin: 0 0 5px 0;
	line-height: 120%;
}

ul, ol {
	margin: 0 0 0 5px;
}
#DiaryDates li {
	font-size: 110%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 15px 0;
	line-height: 125%;
}
#DiaryDates ul, ol {
	margin: 10px 0 25px 0;
}
input {
	border: solid #003399 1px;
	padding: 2px;
	margin: 0 0 5px 0;
}
.post {
	border-bottom: solid #003399 1px;
	margin: 0 0 20px 0;
}

.pic_captions {
	font-size: 12px;
	color: #000099;
	padding: 0px 0px 25px 0px;
}

.picalignleft {
	float: left;
	font-size: 90%;
	color: #CC0000;
	margin: 10px 20px 10px 0px;
}

.picalignright {
	float: right;
	font-size: 90%;
	color: #CC0000;
	text-align: center;
	font-style: italic;
	margin: 10px 0px 10px 20px;
}

.back_to_top {
	text-align: right;
}
blockquote {
	padding: 0px 20px 0px 20px;
	font-style: italic;
}
.form_text {
	font-size: 80%;
	color: #107941;
}

.imgright {
	padding: 0px 0px 20px 20px;
	float: right;
}
.sitedesignby {
	font-size: 80%;
}

/* Wordpress classes */

#mainContent p {line-height: 140%; margin: 0 0 15px 0; font-size: 100%;}
#mainContent img {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.widgettitle {
	margin: 20px 0 5px 0;
	line-height: 110%;
}

.breadcrumbs {margin: 25px 0 5px 0; font-size: 80%;}

.description {margin: 0 0 25px 0;}

.storytitle {
	font-size: 120%;
	margin: 2px 0 10px 0;
	font-weight: bold;
	display: block;
}

.storycontent {margin: 0 0 25px 0;}

.meta {margin: 0 0 25px 0; visibility: hidden; font-size: 80%;}

.feedback { margin: 0 0 25px 0; visibility: hidden;}

.nocomments { margin: 0 0 25px 0; visibility: hidden;}

.post { margin: 0 0 30px 0;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/*	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) */

img.centered {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	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
	}


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

