@charset "UTF-8";

/*
Theme Name: Primary
Theme URI:
Description: Theme for Primary Schools
Author: Creative Corner
Author URI: http://www.creative-corner.co.uk/schools
Version: 3.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: #000099;
	background-image: url(images/bg-tile.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/wp-content/themes/primary/images/bg-page.png);
	background-repeat: no-repeat;
} 
#header {
	height: 150px;
} 
#header h1 {
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-right: 20px;
	margin-top: 10px;
}
#sidebarB {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 8px;
}

#mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 530px;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	CCborderRadius: 15px;
	min-height: 700px;
}

#sidebar2 {
	padding: 5px;
	margin-top: 20px;
	background-color: #3399FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: solid white 3px;
	text-align: center;
	}
	
#sidebar3 {
	padding: 10px;
	margin-top: 0;
	background-color: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: solid red 3px;
	}
	
#sidebar4 {
	padding: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: solid #000066 3px;
	}
	
#sidebar5 {
	padding: 10px;
	margin-top: 20px;
	background-color: #3399FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: solid white 3px;
	color: #FFFFFF;
	}


#footer {
	margin: 25px 0 25px 0;
} 
#footerA {
	margin-bottom: 20px;
}
#footerA img {
	margin: 0 25px 0 25px;
}
#footerA p {
	font-size: 90%;
	margin: 5px;
}
#footerB {
	background-image: url(/wp-content/themes/primary/images/footer.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
	padding-top: 110px;
	font-size: 80%;
} 
#footerB p {
	margin: 10px;
}

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


/*menu*/
.widget_pages h2 {
	display: none; /* remove heading */
}

ul#sidebar1  {
	margin: 30px 0 0 0;
    padding: 0;
	list-style-image: url(none);
	list-style-type: none;
}

#sidebar1 li a {
	list-style-image: url(none);
	list-style-type: none; /* remove bullets */
	color: #FFFFFF;
}

#sidebar1 .widget_pages {
	font-family: "Comic Sans MS", "Times New Roman", serif;
	text-align: center;
}

#sidebar1 .widget_pages a:hover {
	color: #FFFFFF;
}

#sidebar1 .current_page_parent a {
	color: #3399FF;
}

#sidebar1 .current_page_parent ul a {
	color: #FF0000;
}

#sidebar1 .current_page_parent ul .current_page_item a {
	color: #FFCC00;
}

#sidebar1 .widget_pages ul {
	margin: 0;
    padding: 0;
	list-style-image: url(none);
	list-style-type: none;
}

#sidebar1 .widget_pages ul ul {   /* level 2 panel */
	background-color: #3399FF;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	border: solid white 3px;
	list-style-image: url(none);
	list-style-type: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	CCborderRadius: 15px;
}

.widget_pages {
	padding: 0;
}

#sidebar1 .widget_pages li {
	list-style-image: url(none);
	list-style-type: none;  /* remove bullets */
	}

#sidebar1 .widget_pages ul li { /* level 1 */
	font-weight: bold;
	font-size: 150%;
	}
	
#sidebar1 .widget_pages ul li a { 
	padding: 10px; 
}

#sidebar1 .widget_pages ul li li {  /* level 2 */
	font-weight: normal;
	font-size: 70%; 
	border: 0px;
}

#sidebar1 .widget_pages ul li li a {
	padding: 5px;
	color: #FFFFFF;
}



/* masternav */

#masternav {
	width: 180px;
	text-align: center;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	margin: 50px 0 0 0;
	font-size: 115%;
}
#masternav ul {
	padding: 0;
	margin: 0;
	list-style-image: url(none);
	list-style-type: none;
}
#masternav li {
	line-height: 110%;
	padding: 0 0 6px 0;
	font-size: 90%;
	list-style-image: url(none);
	margin-bottom: 0;
}
#masternav li li {
	line-height: 100%;
	padding: 5px 0 0 0;
	font-size: 90%;
}
#masternav ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}


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

.submenu {
	background-color: #3399FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: solid white 3px;
}

#sub1 {
	background-color: #FF9900;
	padding: 5px 0 5px 0;
}
#sub2 {
	background-color: #FF0000;
	padding: 5px 0 5px 0;
}
#sub3 {
	background-color: #009900;
	padding: 5px 0 5px 0;
}
#sub4 {
	background-color: #FF00FF;
	padding: 5px 0 5px 0;
}

#masternav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#masternav a:hover, a:focus, a:active {
	color: #FFCC00;
	text-decoration: underline;
}

#masternav .current_page_item a, a:focus, a:active{
	text-decoration: none;
	color: #ffffff;
}

		
.more-link {
	text-align: right;
	font-size: 85%;
	display: block;
}

#see-more {
	font-size: 90%;
	margin: 5px 0 10px 0;
}

	
/* styles */

p {
	margin-top: 0px;
	line-height: 150%;
}

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

h1 {
	font-size:160%;
	margin: 0;
	color: #000099;
}
h2 {
	font-size:160%;
	margin: 0 0 15px 0;
	color: #000099;
}
h3 {
	font-size:120%;
	margin: 0 0 5px 0;
}
#sidebarB h3 {
	color: #000099;
}

h4 {
	font-size:120%;
	margin: 15px 0 0 0;
}
h5 {
	font-size:100%;
	margin: 15px 0 0 0;
}
h6 {
	font-size: 100%;
	margin: 0;
}

img, a img {
	border: 0;
}

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

small {
}

abbr, acronym {
}

blockquote {
	padding: 5px 15px 5px 15px;
	font-style: italic;
	color: #3399FF;
	font-size: 100%;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	text-align: center;
}

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 : 5px;
	margin-bottom : 10px;
    padding-left : 30px;
	margin-left : -5px;
	list-style-type: square;
	list-style-image: url(/wp-content/themes/primary/images/bullet.gif);
}

ul ul {
}

li {
	margin-bottom: 5px;
}

ol {
	margin-bottom: 5px;
	padding-left : 30px;
	margin-left : -5px;
	list-style-type: lower-alpha;
}   



#sidebarB ul {
	margin-top: 10px;
    padding-left: 10px;
	list-style-image: url(none);
}
#sidebarB li {
	list-style-type: none;
	font-size: 90%;
	margin-bottom: 10px;
}

#list_bookmarks ul {
	margin-top: 7px;
}




/* Wordpress classes */

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

#description {
	margin: 0;
	font-style: italic;
	text-align: center;
}

h2.cat-head {
	padding: 10px;
	background-color: #FFFFCC;
	text-align: center;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
h3.cat-post-head {
	padding: 5px;
	background-color: #FFFFCC;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	}

ul.site-map {
	list-style-type: none;
	list-style-image: url(none);
	padding-left : 0;
	margin-left : 15px;
}

ul.site-map li {
	font-weight: bold;
	margin-top : 20px;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 120%;
}

ul.site-map li li {
	font-weight: normal;
	margin-left : 15px;
	margin-top : 2px;
	font-size: 85%;
}

.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-bottom: 20px;
}

.page {
}

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




/*	Table Styles */

table {
	margin:10px 0 10px 0;
	border-collapse: collapse;
	line-height: 1.2em;
	text-align: left;
	font-size: 90%;
}
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: #999999;
	color: #FFFFFF;
}
thead td {
	border-left: solid white 2px;
}
tbody td {
}
td.pad  {
	padding: 10px;
}
td.rule  {
	border-bottom: solid #cccccc 1px;
}
tr.odd  {
	background-color:#ffffff;
}
tr.even  {
	background-color:#ffffcc;
}

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;
	margin-top:6px;
	border-top: 6px solid #004080;
	border-bottom: 6px solid #004080;
	font-weight: bold;
}


/*	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: 10px auto 10px auto;
	}

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

.alignleft {
	margin: 10px 20px 20px 0;
	float: left
	}
	
.alignnone {
	margin: 5px 0 20px 0;
	}
		
.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: 85%;
	color: #009900;
	padding-top: 5px;
	margin-bottom: 10px;
}
#slideshow_1 {
	margin-bottom: 20px;
}
