@charset "UTF-8";

/*
Theme Name: Bealings
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;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 100%;
	background-image: url(images/information/background.gif);
	background-repeat: repeat-x;
	color: #000066;
}

body.information  {
	background-image: url(images/information/background.gif);
	background-repeat: repeat-x;
}

body.exciting-projects  {
	background-image: url(images/exciting-projects/background.gif);
	background-repeat: repeat-x;
}

body.activities  {
	background-image: url(images/activities/background.gif);
	background-repeat: repeat-x;
}

body.news  {
	background-image: url(images/news/background.gif);
	background-repeat: repeat-x;
}

body.contacts  {
	background-image: url(images/contacts/background.gif);
	background-repeat: repeat-x;
}

#container {
	width: 90%;
	margin: 10px auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
} 
#sidebar1 {
	float: left;
}
#mainContent {
	margin: 30px 0 0 255px;
} 
#footer {
	text-align: center;
	clear: both;
} 
#footer p {
	color: #0000cc;
	font-size: 85%;
	margin: 0 0 5px 0;
}
#footer h5 {
	font-size: 70%;
	margin: 0 0 5px 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:right;
	height:0px;
	font-size: 1px;
	line-height: 0;
}



/* styles */

p {line-height: 100%;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Comic Sans MS", "Times New Roman", serif;
}

h1 {font-size:150%;}
h2 {font-size:125%;}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
h5 {font-size:85%;}
h6 {font-size: 70%; font-weight: normal;}

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

ul, ol { }
li { list-style: none; font-size: 95%; line-height: 100%; padding: 5px 0 0 0;}

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

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

#mainContent a {
	color: #660099;
	text-decoration: underline;
	font-weight: normal;
	background-color: none;
}
#mainContent a:hover {
	color: #33CC00;
	text-decoration: none;
	background-color: none;
}
#mainContent a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC00;
}
#mainContent ul, #mainContent ol {
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
}
#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: 0 0 10px 0;
}
.ruledtable {
	margin: 30px 0 30px 0;
	border-top: solid #003399 1px;
}
.ruledtable td {
	padding: 10px 20px 10px 0;
	border-bottom: solid #003399 1px;
}
#mainContent img {
}

#DiaryDates li {
	font-size: 90%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 15px 0;
	line-height: 125%;
	list-style-image: url(none);
	color: #0000cc;
}
#DiaryDates a {
	font-size: 120%;
}
#DiaryDates ul, ol {
	margin: 10px 0 25px 0;
}
input {
	border: solid #003399 1px;
	padding: 2px;
	margin: 0 0 5px 0;
}
textarea {
	border: solid #003399 1px;
	padding: 2px;
	margin: 0 0 5px 0;
}
.form_text {
	font-size: 80%;
	color: #107941;
}
.sitedesignby {
	font-size: 80%;
}


/* Wordpress classes */

#mainContent p {line-height: 140%; margin: 0 0 15px 0; font-size: 100%;}

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

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

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

.storytitle {
	font-size: 120%;
	margin: 0 0 5px 0;
	display: block;
	color: #0000cc;
}
.rs_event_meta {
	color: #0000cc;
	margin-bottom: 5px;
}

.storycontent {margin: 0 0 10px 0;}
.storycontent img  {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
	}
.excerpt {
	margin: 0 0 0 0;
	display: block;
}
.excerpt img {
	float: left;
	margin: 5px 10px 0 0;
}
.categories {
	font-size: 80%;
	margin-bottom: 10;
}

.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 0 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
	}
	
.aligncentre {
	margin: 20px auto 20px auto;
	text-align: center;
	}

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