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

body  {
	text-align: center;
	background-color: #009900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(/wp-content/themes/schools/images/background.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#container {
	width: 980px;
	background-image: url(images/content-stretcher.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 210px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
} 
#content {
	width: 980px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
}
#sidebar1 {
	width: 330px;
	float: right;
}
#mainContent {
	height: auto;
	width: 540px;
	float: left;
	margin-left: 60px;
	min-height: 360px;
} 
#featured {
	margin: 0 0 20px 0;
}
#footer {
	width: 980px;
	height: 105px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
} 
#address {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	width: 780px;
    padding-right: 200px;
	}
#address-home {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	width: 980px;
	}
.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;
}

#welcomepic {
	margin-bottom: 12px;
}

.events-panel {
	float: right;
	margin: 0 0 20px 0;
	width: 180px;
	padding-left: 20px;
	background-image: url(images/vertical-line.gif);
	background-repeat: repeat-y;
}

.panel1, .panel2, .panel3 {
	float: left;
	padding: 5px 10px 10px 10px;
	width: 140px;
	margin: 10px 20px 10px 0;
	-moz-border-radius: 20px 20px 20px 20px;
	background-image: url(/wp-content/themes/schools/images/panel.png);
	background-repeat: no-repeat;
}


/* masternav */

#masternav {
	width: 300px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#masternav ul {
	margin-left: 10px;
}
#masternav li {
	font-size: 100%;
	display: inline;
	margin-right: 10px;
	line-height: 150%;
}

.menutitle{
	cursor:pointer;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.submenu{
}


#masternav a {
	color: #E02C0B;
	text-decoration: none;
	font-weight: bold;
	background-color: none;
}
#masternav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: none;
}

#masternav a:focus, a:active {
	color: #00CC33;
	text-decoration: none;
	background-color: none;
}

#masternav .current_page_item a, a:hover, a:focus, a:active{
	color: #000000;
	background-color: none;
}

/* styles */

p {
}

h1, h2, h3, h4, h5, h6 {
	color: #FF9900;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

h1 {
	font-size:170%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #E02C0B;
	text-decoration: none;
	background-color: none;
}
a:hover, a:focus, a:active {
	color: #FF9900;
	text-decoration: underline;
	background-color: none;
}

img, a img {
	border: 0;
}

small {
}

abbr, acronym {
}

blockquote {
	padding: 0 20px 0 20px;
	font-style: italic;
	color: #009900;
}

cite {
}

em {
}

strong {
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}


ul, ol { }

li { }


#mainContent p {
	line-height: 140%;
	margin: 0 0 10px 0;
}

#mainContent h1 {
	margin: 0 0 20px 0;
}

#mainContent h2 {
	margin: 0 0 5px 0;
}
#mainContent h3 {
	margin: 20px 0 5px 0;
}

#mainContent h4 {
	margin: 20px 0 5px 0;
}

#mainContent h5 {
	margin: 0 0 0 0;
}

#mainContent h6 {
	margin: 20px 0 0 0;
}

#mainContent a {
	color: #E02C0B;
	text-decoration: none;
	background-color: none;
}

#mainContent a:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: none;
}

#mainContent a:focus, a:active {
	color: #33CC00;
	text-decoration: none;
	background-color: none;
}

#mainContent ul, #mainContent ol {
	padding: 0 0 0 0;
	margin: 0 0 20px 15px;
}
#mainContent li {
	font-size: 100%;
	list-style-position: outside;
	line-height: 125%;
	list-style-image: url(images/bullet.gif);
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.lcp_catlist li {
	font-size: 120%;
	list-style-position: outside;
	line-height: 150%;
	list-style-image: url(images/bullet-download.gif);
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
	font-weight: bold;
}

#links ul, #links ol {
	padding: 10px 20px 10px 0;
	margin: 0 0 0 0;
}
#links li {
	font-size: 100%;
	list-style-position: inside;
	line-height: 125%;
	list-style-image: url(../Schools%20Primary/noimage);
	width: 600px;
	display: block;
	clear: both;
}
#links img {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

table {
}

table td {
}

.ruledtable {
	margin: 10px 0 30px 0;
	border-top: solid #003399 1px;
}
.ruledtable td {
	padding: 10px 20px 10px 0;
	border-bottom: solid #003399 1px;
}

#DiaryDates li {
	font-size: 90%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 15px 0;
	line-height: 150%;
	list-style-image: url(../Schools%20Primary/none);
	color: #0000cc;
}
#DiaryDates a {
	font-size: 120%;
	padding-left: 20px;
}
#DiaryDates  ul  {
	margin: 10px 0 25px 0;
}


/* Wordpress classes */

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

.breadcrumbs {
	margin: 0 0 15px 0;
	font-size: 90%;
}

.description {
	font-style: italic;
	color: #3300FF;
	margin-bottom: 20px;
}

.storytitle {
	font-size: 120%;
	margin: 10px 0 5px 0;
	color: #3300FF;
}

.categories {
	font-size: 80%;
	margin-bottom: 10;
}

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

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

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

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

/* footer classes */

#address-home  p {
	font-size: 100%;
	margin-top: 10px;
	color: #FFFFFF;
}

#address-home a {
	color: #FFFF00;
	text-decoration: none;
}
#address-home a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: none;
}
#address-home a:focus, a:active {
	color: #66FF00;
	text-decoration: none;
	background-color: none;
}

#address-home .credit  {
	font-size: 85%;
}

#address  p {
	font-size: 100%;
	margin-top: 10px;
	color: #FFFFFF;
}

#address a {
	color: #FFFF00;
	text-decoration: none;
}
#address a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: none;
}
#address a:focus, a:active {
	color: #66FF00;
	text-decoration: none;
	background-color: none;
}

#address .credit  {
	font-size: 85%;
}

/* 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) */
	
.aligncenter {
	margin: 20px auto 20px auto;
	padding: 20px 0 20px 0;
	text-align: center;
	width: 500px;
	}
	
img .aligncenter {
	margin: 20px auto 20px auto;
	text-align: center;
	width: 500px;
	}
		
img.alignright {
	margin: 0 0 25px 20px;
	display: inline;
	}

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

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

.alignleft {
	margin: 0 20px 20px 0;
	float: left
	}
	
.wp-caption-text {
	text-align: center;
	font-size: 90%;
	color: #FFFF00;
	background-color: #01CAFE;
	padding: 2px;
	margin-bottom: 20px;
}

.slideshow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.thumb {
	float: left;
	margin: 0 10px 10px 0;
	border: solid #a9a9a9 1px;
}


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