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

* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(/wp-content/themes/primary/images/bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #00CC00;
}

body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(/wp-content/themes/primary/images/background.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	display: table;
	width: 100%;
	color: #0066FF;
}

#page {
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/wp-content/themes/primary/images/content-stretcher.gif);
	background-repeat: repeat-y;
	position: relative;
} 
#header {
	height: 150px;
	background-image: url(/wp-content/themes/primary/images/header.gif);
	background-repeat: no-repeat;
}
#print-header {
	display: none;
} 
#search-box {
	height: 30px;
	width: 200px;
	position: absolute;
	top: 105px;
	z-index: 10;
	right: 150px;
}
#content {
	width: 980px;
	background-image: url(/wp-content/themes/primary/images/content.gif);
	background-repeat: no-repeat;
}
#sidebar1 {
	width: 220px;
	float: left;
	min-height: 500px;
}
#mainContent {
	height: auto;
	padding: 0 50px 0 0;
	width: 670px;
	float: right;
} 
#featured {
	margin: 0 0 20px 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;
}

#welcomepic {
	margin-bottom: 12px;
}

.column1 {
	float: left;
	width: 400px;
}


/* notice board */

.notice-board {
	float: right;
	margin: 20px 0 20px 0;
	width: 250px;
}

.post-it-yellow {
	background-color: #FFFFCC;
	padding: 15px 10px 5px 10px;
	background-image: url(/wp-content/themes/primary/images/post-it-yellow.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #ffff66 1px;
	background-position: 50% 0;
	margin-bottom: 20px;
}

.post-it-blue {
	background-color: #CCFFFF;
	padding: 15px 10px 5px 10px;
	background-image: url(/wp-content/themes/primary/images/post-it-blue.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #66ccff 1px;
	background-position: 50% 0;
	margin-bottom: 20px;
}

.post-it-pink {
	background-color: #FFCCCC;
	padding: 15px 10px 5px 10px;
	background-image: url(/wp-content/themes/primary/images/post-it-pink.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #ff6699 1px;
	background-position: 50% 0;
	margin-bottom: 20px;
}


/* masternav */

#masternav {
	width: 200px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 10px 0 10px;
}
#masternav ul {
	list-style-type: none;
    padding: 0;
    margin: 0;}
#masternav li {
	line-height: 110%;
	padding: 0 0 5px 0;
	font-size: 100%;
    list-style-image: url(none);
	font-weight: bold;
}
#masternav li li {
	line-height: 100%;
	padding: 5px 0 0 0;
	font-size: 85%;
	font-weight: normal;
}
#masternav ul ul {
	margin-bottom: 5px;
}

.menutitle{
	cursor:pointer;
	padding: 0;
	display: block;
	margin: 5px auto 5px auto;
}

.submenu{
}


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

#masternav .current_page_item a, a:hover, a:focus, a:active{
	text-decoration: underline;
}

/* styles */

p {
}

h1, h2, h3, h4, h5, h6 {
	color: #000CFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:170%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size: 100%;
}

img, a img {
	border: 0;
}

small {
}

abbr, acronym {
}

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

cite {
}

em {
}

strong {
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
	margin: 0 0 10px 0;
}

select {
}

option {
}

textarea {
}

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


ul {
	margin-top: 10px;
    list-style-image: url(/wp-content/themes/primary/images/bullet.gif);
    padding-left : 30px;
    margin-left : -5px;
}

li {
}

ol {
	margin-top: 10px;
	padding-left : 30px;
	margin-left : -5px;
	list-style-image: url(none);
}   



#mainContent li {
	margin-bottom: 5px;
}

ol.contentlist {
	background-color:#f5f5f5;
	padding: 10px 10px 10px 50px;
	margin: 30px 0 30px 0;
}


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

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

#mainContent h1 a {
	color: #000CFF;
}

#mainContent h1 a:hover, a:focus, a:active {
	color: #000CFF;
	text-decoration: none;
}

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

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


/*	Table Styles */

table {
 margin:10px 0 10px 0;
 border-collapse: collapse;
 line-height: 1.2em;
}
caption {
 font-size: 30px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
thead tr {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
thead td {
	border-left: solid white 2px;
	padding: 5px 7px 5px 7px;
}
tbody td {
	padding: 7px;
}
tbody tr.odd {
	background-color:#f5f5f5;
}

tbody tr.even {
	background-color:#FFFFFF;
}
tbody td a, tbody th a {
}
tbody td a:hover, tbody th a:hover {
}
tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}



/* Wordpress classes */

.widgettitle {
	margin: 20px 0 5px 0;
	line-height: 110%;
	list-style-type: none;
	list-style-image: url(none);
}

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

.description {margin: 0 0 0 0;}

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

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

.page {
}

.google-map {
	margin: 0 0 20px 0;
}



/* footer classes */

#footer {
	height: 100px;
	background-image: url(/wp-content/themes/primary/images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#address {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	padding-left: 200px;
}

#address p {
	font-size: 90%;
	margin-bottom: 10px;
}

#address h1 {
	font-size: 130%;
	margin-bottom: 10px;
}
#address h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
#address a {
	text-decoration: none;
	color: #FFFF00;
}
#address a:hover, a:focus, a:active {
	text-decoration: none;
	background-color: none;
	color: #FFFF00;
}

#home-address {
	font-size: 90%;
	margin-top: 30px;
	color: #ffffff;
}

#home-address p {
	margin-bottom: 10px;
}

#home-address h1 {
	font-size: 170%;
	margin-bottom: 10px;
}
#home-address h2 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #FFCC00;
}
#home-address a {
	color: #FFFF00;
	text-decoration: none;
}
#home-address a:hover, a:focus, a:active {
	color: #FFFF00;
	text-decoration: underline;
	background-color: none;
}

#achievements {
	margin: 20px auto 20px auto;
	text-align: center;
}

/*	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: 20px 0 20px 20px;
	float: right;
	}

.alignleft {
	margin: 20px 20px 20px 0;
	float: left
	}
	
.thumb {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.wp-post-image {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.wp-caption-text {
	text-align: center;
	font-size: 90%;
	color: #0000CC;
	background-color: #CCCCCC;
	padding: 2px;
	margin-bottom: 20px;
}


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


/*	Search */
	
.hidden {
	display: none;
	}
	
.small  {
	font-size: 70%;
}



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

