@import url(../styles/popup_nav.css);
/*@import url(../styles/list_nav.css);*/
/* For the page */

html{
margin: 0;
padding: 0;
}

body{
margin: 0;
padding: 0;
background:url( ../images/pagebk.jpg) repeat-x;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color:#0F1964;
font-size: small;
}

#wrapper {
top: 21px;
margin: 0 auto;
padding: 0;
width: 980px;
position: relative;
}

#homeBody #innerWrapper {
margin: 0;
padding: 0;
background:url( ../images/homepagebk.jpg);
}

#innerWrapper {
margin: 0;
padding: 0;
background:url( ../images/slither.jpg);
}

#container2{
margin: 0px auto;
width: 980px;
position: relative;
background-image: url(../images/watermark.jpg); 
background-repeat: no-repeat;
background-position: top right;
top: 0px;
}


/* For the header */
#header{
background: url( ../images/header.jpg) no-repeat;
height: 160px;
position: relative;
}
#header h1,#header h2 
{display: none; }

/* To style the header on the homepage */
#homeBody #header{
background: url( ../images/homeheader.jpg) no-repeat;
height: 161px;
position: relative;
}
#homeBody #header h1,#header h2 
{display: none; }


#email{
	position: relative;
	top:47px;
	left: 190px;
	width: 300px;
	color: #FFFFFF;
	text-align: left;
	font-size:  small;
		font-weight:  bold;
}

#emailhome{
display: none;
}

#email a{text-decoration: none; color: #FFFFFF;}
#email a:hover{text-decoration: none; color: #FFD532;}

/*For Content Pages */
#content{
margin: 20px 23px 0 290px; /* Top, Right, Bottom, Left */
margin-bottom: 0/* don't put margin on bottom of content - IE bug */;
padding:0;
position: relative;
min-height: 360px;
background: none;
}

/* To style the Content area on the Homepage */
#homeBody #content{
margin: 0px 0px 0 290px; /* Top, Right, Bottom, Left */
margin-bottom: 0/* don't put margin on bottom of content - IE bug */;
padding:0;
position: relative;
min-height: 420px;
background: none;
}

/*For the Research Zone content area*/
#researchBody #content{margin: 0 33px 0px 194px; /* Top, Right, Bottom, Left */}
#researchBody #content img {position: relative; left: 80px;}



/* For the research zone Iframe */
#researchBody #rZoneContent{position: relative; left: 85px}

/* For the Kidszone Iframe */
#kZoneContent  {position: relative; left: 15px;}


/*For Footer */
#footer {
position: relative;
background: url(../images/footer.jpg) no-repeat 0 0;
height: 234px;
padding: 0;
margin: 0;
}

#homeBody #footer {
display:none;
}

/*For Navigation column */
#navigationTTL {display: none;}

#column {
left:13px;
position:absolute;
top:174px;
width:177px;
z-index: 600;
}


/* To globally style page Titles */

h1.pageTitle {
position: relative;
top: -10px;
left: -170px;
margin: 0 auto; /* Only use 0 or auto for left/right margins - IE bug */
margin-top: 0; /*Use margin-top on #content not here - IE bug */
padding: 0;
display: block;
width: 308px; 
height: 27px;
text-indent: -5000px;
}

#homeBody h1.pageTitle {
display: none;  /*To hide page title on homepage */
}


/* To give page Titles their images. Note - we specify the page body id first, this tells the css to only look for the h1.pageTitle which belongs to the respective Body ID */
#slideshowBody h1.pageTitle 		{background: url( ../images/pageTitles/slideshow.gif) no-repeat 0 0;}
#termBody h1.pageTitle 		{background: url( ../images/pageTitles/term.gif) no-repeat 0 0;}
#calendarBody h1.pageTitle 		{background: url( ../images/pageTitles/calendar.gif) no-repeat 0 0;}
#classpagesBody h1.pageTitle 	{background: url( ../images/pageTitles/classpages.gif) no-repeat 0 0;}

/* For classpages */

#nurseryBody h1.pageTitle 		{background: url( ../images/pageTitles/classpages.gif) no-repeat 0 0;}
#receptionBody h1.pageTitle 		{background: url( ../images/pageTitles/classpages.gif) no-repeat 0 0;}
#foundationBody h1.pageTitle 	{background: url( ../images/pageTitles/foundation.gif) no-repeat 0 0;}
#class1Body h1.pageTitle 		{background: url( ../images/pageTitles/year1.gif) no-repeat 0 0;}
#class2Body h1.pageTitle 		{background: url( ../images/pageTitles/year2.gif) no-repeat 0 0;}
#class3Body h1.pageTitle 		{background: url( ../images/pageTitles/year3.gif) no-repeat 0 0;}
#class4Body h1.pageTitle 		{background: url( ../images/pageTitles/year4.gif) no-repeat 0 0;}
#class5Body h1.pageTitle 		{background: url( ../images/pageTitles/year5.gif) no-repeat 0 0;}
#class6Body h1.pageTitle 		{background: url( ../images/pageTitles/year6.gif) no-repeat 0 0;}

#clubsBody h1.pageTitle 			{background: url( ../images/pageTitles/clubs.gif) no-repeat 0 0;}
#communityBody h1.pageTitle 		{background: url( ../images/pageTitles/community.gif) no-repeat 0 0;}
#councilBody h1.pageTitle 		{background: url( ../images/pageTitles/council.gif) no-repeat 0 0;}
#galleryBody h1.pageTitle 		{background: url( ../images/pageTitles/gallery.gif) no-repeat 0 0;}
#governorsBody h1.pageTitle 		{background: url( ../images/pageTitles/governors.gif) no-repeat 0 0;}
#guestbookBody h1.pageTitle 		{background: url( ../images/pageTitles/guestbook.gif) no-repeat 0 0;}
#homeBody h1.pageTitle 			{background: url( ../images/pageTitles/welcome.gif) no-repeat 0 0;}
#keyinfoBody h1.pageTitle 		{background: url( ../images/pageTitles/keyinfo.gif) no-repeat 0 0;}
#lettersBody h1.pageTitle 		{background: url( ../images/pageTitles/letters.gif) no-repeat 0 0;}
#linksBody h1.pageTitle 			{background: url( ../images/pageTitles/links.gif) no-repeat 0 0;}
#newsBody h1.pageTitle 			{background: url( ../images/pageTitles/news.gif) no-repeat 0 0;}
#newslettersBody h1.pageTitle 	{background: url( ../images/pageTitles/newsletters.gif) no-repeat 0 0;}
#parentsBody h1.pageTitle 		{background: url( ../images/pageTitles/parents.gif) no-repeat 0 0;}
#platformBody h1.pageTitle 		{background: url( ../images/pageTitles/platform.gif) no-repeat 0 0;}
#pollBody h1.pageTitle 			{background: url( ../images/pageTitles/poll.gif) no-repeat 0 0;}
#ptaBody h1.pageTitle 			{background: url( ../images/pageTitles/pta.gif) no-repeat 0 0;}
#staffBody h1.pageTitle 			{background: url( ../images/pageTitles/staff.gif) no-repeat 0 0;}
#tourBody h1.pageTitle 			{background: url( ../images/pageTitles/tour.gif) no-repeat 0 0;}
#usefullinksBody h1.pageTitle 	{background: url( ../images/pageTitles/links.gif) no-repeat 0 0;}
#vleBody h1.pageTitle 			{background: url( ../images/pageTitles/vle.gif) no-repeat 0 0;}
#welcomeBody h1.pageTitle 		{background: url( ../images/pageTitles/welcome.gif) no-repeat 0 0;}
#whoswhoBody h1.pageTitle 		{background: url( ../images/pageTitles/whoswho.gif) no-repeat 0 0;}

#contactBody h1.pageTitle 		{background: url( ../images/pageTitles/contact.gif) no-repeat 0 0;}
#sitepolicyBody h1.pageTitle 	{background: url( ../images/pageTitles/sitepolicy.gif) no-repeat 0 0;}
#sitemapBody h1.pageTitle 		{background: url( ../images/pageTitles/sitemap.gif) no-repeat 0 0;}

#kidszoneBody h1.pageTitle 		{background: url( ../images/pageTitles/kidszone.gif) no-repeat 0 0;}

/* The kids' zone titles are set out in a slightly different way due to them all being on a single 
page and thus you can't style via the normal method using the body tag id. */
h1#ks1linksBody.pageTitle 		{background: url( ../images/pageTitles/ks1links.gif) no-repeat 0 0;}				
h1#ks2linksBody.pageTitle 		{background: url( ../images/pageTitles/ks2links.gif) no-repeat 0 0;}				
h1#gamesBody.pageTitle 			{background: url( ../images/pageTitles/games.gif) no-repeat 0 0;}			
h1#historyBody.pageTitle 		{background: url( ../images/pageTitles/history.gif) no-repeat 0 0;}
h1#scienceBody.pageTitle 		{background: url( ../images/pageTitles/science.gif) no-repeat 0 0;}
h1#englishBody.pageTitle 		{background: url( ../images/pageTitles/english.gif) no-repeat 0 0;}
h1#mathsBody.pageTitle 			{background: url( ../images/pageTitles/maths.gif) no-repeat 0 0;}
h1#brainbuildersBody.pageTitle 	{background: url( ../images/pageTitles/brainbuilders.gif) no-repeat 0 0;}

#govs_zoneBody h1.pageTitle		{background: url(../images/pageTitles/govszone.gif) no-repeat 0 0;}
#gov_calBody h1.pageTitle		{background: url(../images/pageTitles/gov_cal.gif) no-repeat 0 0;}
#gov_meetBody h1.pageTitle		{background: url(../images/pageTitles/gov_meet.gif) no-repeat 0 0;}
#gov_docsBody h1.pageTitle		{background: url(../images/pageTitles/gov_docs.gif) no-repeat 0 0;}
#gov_bulletinBody h1.pageTitle	{background: url(../images/pageTitles/gov_bulletin.gif) no-repeat 0 0;}
#gov_profileBody h1.pageTitle	{background: url(../images/pageTitles/gov_profile.gif) no-repeat 0 0;}
#gov_linksBody h1.pageTitle		{background: url(../images/pageTitles/gov_links.gif) no-repeat 0 0;}


/*Layout Engine Stuff - no need to edit this.*/
ul#topcontrols {top: -19px; margin: 0; padding: 0; text-align: right; position: absolute; z-index: 500; width: 100%;}
#topcontrols li {display: inline; margin-right: 10px; color: #0F1964;}
#topcontrols a{text-decoration: none; color: #0F1964;}
#topcontrols li {display: inline; margin-right: 10px;}
#topcontrols a:hover{text-decoration: none; color: #D2343F;}

#baseText {width: 980px; margin: 21px auto 0;}
#baseText a{text-decoration: none; color: #0F1964;}
#baseText a:hover{text-decoration: none; color: #D2343F;}
#copyRight {float: left;}
#sitePrivacy {float: left; padding-left: 10px;}
a#byPrimarySite {float: right;}
a#byPrimarySite, a#sitePrivacy {text-decoration: none;}
li#FGview {display: none;}
.w3cbadge {margin-top: 10px; border: none;}
/* For Login and Web logo*/
p#logStandards{
position: relative;
top: 0;
width: 88px; 
margin: 0 auto; 
padding: 0px; 
text-align: center;
clear: both; /* Needed so that the login button and W3C logo doesn't collapse into the base text area in standards compliant browsers */
}

/* This sets the width of the media items and so you can increase or 
decrease the size so that 4 items will fit on the screen at a time.
This overrides the property set in style.css.  Please do not edit 
the style.css stylesheet. */
.MediaFloat{width: 166px;}
/* Change section heading properties here and not in style.css*/
h2.sectionheading{color: #0a0;}

.hide_default {display: none;}

/* For links to work as link, visited, focus, and hover , they must be in this order.. please change the colours to suit */
a:link{color: #D2343F; text-decoration: none;}
a:visited {color:#D2343F; text-decoration: none;}
a:focus{color:#D2343F; text-decoration: none; border: none;}
a:hover{color: #339933; text-decoration: underline;}
a:active{color: #339933; text-decoration: none;}

/* Specific styling for the various homepage dynamic section areas */
#latestNews h2, #diaryDates h2 {
visibility: hidden;
margin: 0;}

#latestNews, #diaryDates, #newsletterbox {
position: absolute; display: block; 
}

#latestNews {
width: 190px; 
height: 60px; 
display: block;
position: absolute;
text-align: center;
background: none;
left: 410px;
top: 90px;
color: #111183;
}

p.newstitlehome a { color: #111183; font-weight: bold;}

p.newstitlehome a:hover { color: #FF0000; font-weight: bold;}

p.newstitlehome {margin: 0}
p.eventhome {margin: 0}

#latestNews h2, #diaryDates h2 {
visibility: hidden;
margin: 0;}

#diaryDates {
width: 190px; 
height: 60px; 
display: block;
position: absolute;
text-align: center;
background: none;
left: 410px;
top: 180px;
color: #111183;
}

#homeBody p.eventhome a {color: #111183; font-weight: bold;}

#homeBody p.eventhome a:hover  { color: #FF0000; font-weight: bold;}

#newsletterbox{
position: absolute;
width: 200px;
left: -230px;
top: 352px;
display: block;
color: #131381;
font-weight:  bold;
text-align: right;
}

#newsletterbox a{
	color: #131381;
}

#newsletterbox a:hover{
	color: #FF0000;
}

#newsletterbox p {padding: 0px; margin: 0px;}



#homeText {
width: 350px; 
display: block; 
height: 200px; 
position: absolute;
top: -120px;
left: -100px;
color: #FFFFFF;
text-align: left;
font-weight:  bold;
}

#homeText p {padding: 0px; margin: 0px;}

#hitcounter {
position: absolute;
top: 381px;
left: 420px;
height: 13px;
margin: 0;
padding: 0;
text-align: left;
}

	/* EDITABLE SLIDESHOW */

	#fader{
		position: absolute;
		left: 2px;
		top: -56px;
		width: 318px;
		height: 397px;
		overflow: hidden;
		background: url(../images/mask.png) no-repeat;
		z-index: 10;
		}

	#EditSlideButton {position: absolute; z-index: 500; top: 200px; left: 70px;}

	#innerfader {
		position: relative;
		top: -56px;
		left: 2px;
		overflow: hidden;
		width: 318px;
		height: 397px;
		}

	#innerfader img {width: 100%;}

	
/* Teasers */

#teaserbox ul {margin: 0; padding: 0;}
#teaserbox ul li {position: absolute; display: inline; padding: 0; list-style-type: none;}

li.classpageshome a, 
li.tourhome a, 
li.galleryhome a, 
li.kidszonehome a {
position: absolute; 
overflow: hidden; 
text-indent: -5000px; 
display: block;
width: 100px;
height: 100px;
}

li.classpageshome a{
background: url(../images/teasers/classpages.gif) no-repeat;
left: 0px;
top: 0px;
}

li.tourhome a{
background: url(../images/teasers/tour.gif) no-repeat;
left: 0px;
top: 0px;
}

li.galleryhome a{
background: url(../images/teasers/gallery.gif) no-repeat;
left: 0px;
top: 0px;
}

li.kidszonehome a{
background: url(../images/teasers/kidszone.gif) no-repeat;
left: 0px;
top: 0px;
}


li.kidszonehome a:hover{background-position: -100px 0;}
li.galleryhome a:hover{background-position: -100px 0;} 
li.tourhome a:hover{background-position: -100px 0;} 
li.classpageshome a:hover{background-position: -100px 0;} 


#classbgbox ul {position: relative; top: 0px; height: 300px; width: 600px; margin: 0px auto; padding: 0; list-style-type: none;}


li.foundation a,
li.year1 a, 
li.year2 a, 
li.year3 a, 
li.year4 a, 
li.year5 a, 
li.year6 a {
display: block; 
width: 150px; 
height: 150px;
position: absolute;
top: 0px; 
left: 0px;
text-indent: -5000px;
}


li.foundation a{top: 0px; left: 70px; background: url( ../images/classpages/foundation.gif) no-repeat;}
li.year1 a{top: 0px; left: 220px; background: url( ../images/classpages/year1.gif) no-repeat;}
li.year2 a{top: 0px; left: 370px; background: url( ../images/classpages/year2.gif) no-repeat;}
li.year3 a{top: 160px; left: 0px; background: url( ../images/classpages/year3.gif) no-repeat;}
li.year4 a{top: 160px; left: 150px; background: url( ../images/classpages/year4.gif) no-repeat;}
li.year5 a{top: 160px; left: 300px; background: url( ../images/classpages/year5.gif) no-repeat;}
li.year6 a{top: 160px; left: 450px; background: url( ../images/classpages/year6.gif) no-repeat;}


li.foundation a:hover , 
li.nursery a:hover , 
li.reception a:hover ,
li.year1 a:hover , 
li.year2 a:hover , 
li.year3 a:hover ,
 li.year4 a:hover , 
li.year5 a:hover , 
li.year6 a:hover 
{background-position: -150px 0px;}


#classpagepusher {clear: both;}



#kidszoneBody .small {position: absolute; top: 50px;}



#kidszonebox  ul{position: relative; background-image: url(../images/kidszoneimages/kidszonebg.jpg); 
background-repeat: no-repeat; top: 0px; height: 510px; width: 486px; margin: 0px auto; padding: 0; list-style-type: none;}

li.kgames a, li.ks1links a, li.ks2links a, li.english a, li.history a, li.science a, li.maths a, li.brain a{
display: block;
overflow: hidden;
font-weight: bold;
text-indent: -5000px;
position: absolute;
top: 0px; 
left: 0px;
}

li.kgames a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/games.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 330px;
top: 210px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -100px 0;
} 

li.ks1links a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/ks1links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 160px;
top: 10px;
text-indent: -5000px;
}
li.ks1links a:hover{
background-position: -100px 0;
} 

li.ks2links a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/ks2links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 370px;
top: 95px;
text-indent: -5000px;
}
li.ks2links a:hover{
background-position: -100px 0;
} 

li.english a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/english.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 105px;
top: 105px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -100px 0;
} 

li.history a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/history.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 60px;
top: 180px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -100px 0;
} 

li.science a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/science.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 10px;
top: 50px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -100px 0;
} 

li.maths a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/maths.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 270px;
top: 30px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -100px 0;
} 

li.brain a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/brain.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 210px;
top: 160px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -100px 0;
}

/* For the Governors' Zone */

#gov_box {
position: relative; 
top: 23px; 
left: 0; 
margin: 0 auto; 
height: 330px; 
width: 380px;
}
#gov_login p a{position: relative; top :0; left: 0; margin: 0; padding: 0;}
.govstext {
font-size: small;
font-weight: bold;
padding-top: 85px;
text-align: center;
}


#cplogin {position: relative; top: 300px;}

div#profiles a, div#govcalendar a, div#forum a, div#meetings a, div#docs a, div#weblinks a {
position: absolute;
width: 100px;
height: 140px;
display: block;
}
div#profiles a, div#govcalendar a, div#forum a{top: 0px;}
div#meetings a, div#docs a, div#weblinks a {top: 150px;}

div#profiles a {left: 10px; background: url(../images/govs_zone/profiles.png) no-repeat;}
div#govcalendar a {left: 150px; background: url(../images/govs_zone/calendar.png) no-repeat;}		
div#forum a {left: 290px; background: url(../images/govs_zone/forum.png) no-repeat;}
div#meetings a {left: 10px; background: url(../images/govs_zone/meetings.png) no-repeat;}
div#docs a {left: 150px; background: url(../images/govs_zone/docs.png) no-repeat;}
div#weblinks a {left: 290px; background: url(../images/govs_zone/links.png) no-repeat;}

div#profiles a:hover , 
div#govcalendar a:hover , 
div#forum a:hover , 
div#meetings a:hover , 
div#docs a:hover , 
div#weblinks a:hover  {
background-position: -100px 0;
}

.addmessage{font-size:medium;text-align:center;font-weight:bold}
#Guestbook .sort{font-size:small;text-align:center;width:100%}
#Guestbook .allowdeny{font-size:x-small;height:1%}
#Guestbook .guest{padding:10px 5px 10px 5px;font-size:x-small;height:1%}
#Guestbook .message{padding:10px 5px 10px 5px;font-size:small;height:1%}
#Guestbook{border:#42A0FF solid thick}
#Guestbook .sort{background-color:#42A0FF}
#Guestbook .sort a{color:#FF0}
#Guestbook .sort a:hover{color:#FFF}
#Guestbook .allowdeny{color:#FF0;background-color:#42A0FF}
#Guestbook .allowdeny a{color:#FF0}
#Guestbook .allowdeny a:hover{color:#FFF}
#Guestbook .guest{background-color:#FFED6F}
#Guestbook .message{background-color:#FFF}
body #addmessagediv{width:630px;height:100%;display:block;position:relative;margin:0 auto}
#guestbookform input,#guestbookform select{width:100px !important}
#guestbookform textarea {width:300px !important}

/* Calendar Styles */
#termeventslatest .termtitle , #termevents .termtitle {font-weight: bold;font-size: medium;}
#termeventslatest .latesttitle , #termevents .latesttitle {font-size: small;color: #FFFFFF;font-weight: bold;background-color: #FF0000;text-align: center;}
#termeventslatest .latest , #termevents .latest {background-color: #FFCCCC;background-image: url(icons/dontforget.gif);background-repeat: no-repeat;}
#termeventslatest .date , #termevents .date {color: #000000;}
#termeventslatest a , #termevents a {text-decoration: none;color: #0000CC;text-align: center;}
#termeventslatest a:hover , #termevents a:hover {text-decoration: none;color: #FF0000;}
#termeventslatest .termheader , #termevents .termheader {color: #FFFFFF;background-color: #0000CC;}
#termeventslatest .eventarea , #termevents .eventarea {background-color: #D5EAFF;}

/* MONTHLY CALENDAR STYLES */
#monthlycalendars a{color: #FFFFFF;}
#monthlycalendars a:hover{color: #00FF00;}
.dwzCalendarExternalTable{background-color:#bbbbba;margin: 0 auto;}
.dwzCellPrev{background-color:#666666;}
.dwzCellMonth{background-color:#666666;color:#FFFFFF;}
.dwzCellNext{background-color:#666666;color:#000000;}
.dwzCellWeekDay{background-color:#FFFFFF;}
.dwzCellNextMonth{color:#999999;background-color: #d1d1d0;}
.dwzCellPrevMonth{color:#999999;background-color: #d1d1d0;}
.dwzCellNoEvent{color:#000000;background-color:#e4e4e0;}
.dwzCellEvent{background-color:#666666;}



