@import url(../styles/popup_nav.css);

html,body{
margin: 0;
padding: 0;
font-family: "Tahoma";
font-size: small;
color:#0E3F8B;
background-color: #D2E8FF;
background-image: url(../images/page_bg.gif);
background-repeat: repeat-x;
}

#header{
height: 342px;
}

#homeheader{
height: 342px;
}

#container{
margin: 0px auto;
width: 100%;
position: relative;
top: 0px;
background: url(../images/homeheader.jpg) no-repeat center top;
}

#homecontainer{
margin: 0px auto;
width: 100%;
position: relative;
top: 0px;
background: url(../images/homeheader.jpg) no-repeat center top;
}

#container2{
margin: 0px auto;
width: 882px;
position: relative;
background-image: none; 
background-repeat: no-repeat;
background-position: top left;
top: 0px;
left: -11px;
}

#homecontainer2{
margin: 0px auto;
width: 882px;
position: relative;
background-image: none; 
background-repeat: no-repeat;
background-position: top left;
top: 0px;
left: -11px;
}

#col-one{
position: absolute;
top: 261px;
left: 0px;
width: 201px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 10px;
height: 380px;
}

#col-two{ 
top: 0px;
margin: -73px 0px 12px 0px;
padding: 0px 26px 25px 227px;
position: relative;
min-height: 390px;
background: #fff;
}

#homecol-two{ 
top: 0px;
margin: -73px 0px 12px 0px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 358px;
background: url(../images/homecontainer_bg.gif) no-repeat left top;
}

#footer{
height: 22px;
clear: both;
background: url(../images/homefooter.gif) repeat-x;
margin-top: -12px;
}

#homefooter{
height: 22px;
clear: both;
background: url(../images/homefooter.gif) repeat-x;
margin-top: -13px;
}

#title_access,
#title_sitemap,
#title_childprotection,
#title_disclaimer,
#title_siteprivacy,
#title_council,
#title_brainbuilders,
#title_calendar,
#title_church,
#title_classpages,
#title_clubs,
#title_contact,
#title_curriculum,
#title_english,
#title_eyespy,
#title_friendsreunion,
#title_gallery,
#title_games,
#title_governors,
#title_guestbook,
#title_history,
#title_keyinformation,
#title_kidszone,
#title_ks1links,
#title_ks2links,
#title_letters,
#title_maths,
#title_memories,
#title_mentor,
#title_news,
#title_newsletters,
#title_parents,
#title_policies,
#title_pta,
#title_science,
#title_slideshow,
#title_staff,
#title_tour,
#title_welcome,
#title_whoswho
{
height: 40px; 
width: 626px; 
margin: 0px 0px 0px 0px; 
top: -4px;
margin-top: -30px;
position: relative;
color: #256CDA;
text-shadow: #D2E8FF 2px 2px 3px;
text-align: center;
}



/* (3)  Accessibility and General Navigation 

Here are some styles which are used in conjunction with the alternative style sheets for accessibility purposes.
Something to note:
visibility: hidden will hide content (it will still take up the same space, just wont be visible), while, display: none, will remove it from the flow. 
*/

.hide {visibility: hidden;} /* To hide something from all views */
.hide_default {display: none;} /* To hide something from default view */

#loginbox{
text-align: center;
padding: 5px;
padding-top: 15px;
}

/* .key is used to style the accesskey text.*/

.key{
display: none;
}


#wai_logo img {border: none;} /* If you're satisfied that the site conforms to WAI standards, drop in a link , 
and remove the image border with this. */



/* 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: #256CDA;
text-decoration: none;
}
a:visited {
color:#256CDA;
text-decoration: none;
}

a:hover{
color: #0E3F8B;
text-decoration: underline;
}


/* Styles for links at the bottom of the page */

#bottomlinks {text-align:center; margin-top: 10px;} /* Because we want these to be in the middle */
#homeBody #bottomlinks {margin-top: 90px;} /* Because we want these to be in the middle */

#bottomlinks ul li{
color: #3399FF;
list-style-type: none;
display: inline;
height: 2em;
padding: 5px;
}
#bottomlinks a{
text-decoration: none;
color: #3399FF;
border-bottom: 2px dotted;
}

#bottomlinks a:hover{
color: #FF9933;
}


/* (4)  Home page elements */

/* SCROLLING BANNER */

#scrollingBanner {
position: absolute;
width: 385px;
height: 24px;
top: 320px;
left: 227px;
z-index: 20;
}	
 
#scrollingBanner .addbttn { position: absolute; z-index: 1; }
 
#scrollingText {
position: relative;
width: 100%;	/* of scrollingBanner width */
height: 100%;	/* of scrollingBanner height */
font-weight: bold;
color: #76acff;
cursor: pointer;
}

/* EDITABLE SLIDESHOW */
#faderbox {
position: relative;
overflow: hidden;
width: 420px;
height: 273px;
left: 209px;
top: 46px;
}

.faderImages {
position: absolute;
width: 420px;
height: 273px;
margin: 0 30px 30px 0;
float: left;
overflow: hidden;
}

/* Fading Images */
.faderImages .image {
position: absolute;
width: 820px;  /* width of fader plus 400px (200 each side) */
margin-left: -200px;  /* pull to left to enable horizontal centering of images */
/*height and margin-top need changing in IE stylesheet as vertical align doesn't work in IE6 */
height: 673px;	/* height of fader plus 400px (200 each side) */
margin-top: -150px;  /* pull upwards to enable vertical centering of images */
line-height: 600px;	/* same as height */
text-align: center;
}

.faderImages .image  img { vertical-align: middle; }
.faderImages .image  img.portrait { width: 420px; }  /* width and height of window area */
.faderImages .image  img.landscape { height: 300px; } 


/* Mask - Delete if not needed */
#fadermask{
position: relative;
width: 420px;
height: 273px;
left: 0px;
top: 0px;
background-image: url(../images/mask.png);
z-index: 20;
}

/* Edit Button */
#EditSlideButton { position: absolute; left: 17px; top: 14px; z-index: 30; }

/* #newsbox acts as a container for the news */

#adi{
position: absolute;
top: 361px;
left: 5px;
background-image: none;
background-repeat: no-repeat;
width: 940px;
color: #0026A6;
text-align: left;
font-weight: bold;
font-size: small;
font-size: 10px;
}

#adi a{
color: #0026A6;
}
#adi a:hover{
color: #A10020;
}

#newsbox{
position: absolute;
top: 47px;
left: 649px;
background-image: none;
background-repeat: no-repeat;
width: 202px;
height: 70px;
color: #A10020;
text-align: center;
font-weight: bold;
}

#newsbox a{
color: #0026A6;
}
#newsbox a:hover{
color: #A10020;
}

/* #hometext contains the welcome message */
#hometext{
position: absolute;
left: 268px;
top: -7px;
width: 300px;
text-align: center;
color: #105acd;
font-weight: bold;
z-index: 22;
}

/* #diarydatesbox acts as a 
container for the homepage calendar */
#diarydatesbox{
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 300px;
}

#hitcountbox{
position: absolute;
width: 195px;
height: 52px;
left: 0px;
top: 386px;
text-align: left;
}

/* Teasers */

#teaserbox ul li { display: inline; padding: 0; list-style-type: none;}

li.classpageshome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/classpages.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.classpageshome a:hover{
background-position: -100px 0;
} 

li.tourhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/tour.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.tourhome a:hover{
background-position: -100px 0;
} 

li.clubshome a{
position: absolute;
width: 159px;
height: 72px;
display: block;
background: url(../images/teasers/clubs.gif) no-repeat;
overflow: hidden;
left: 204px;
top: 170px;
text-indent: -5000px;
}
li.clubshome a:hover{
background-position: -159px 0;
} 

li.kidszonehome a{
position: absolute;
width: 161px;
height: 75px;
display: block;
background: url(../images/teasers/kidszone.gif) no-repeat;
overflow: hidden;
left: 45px;
top: 167px;
text-indent: -5000px;
}

li.kidszonehome a:hover{
background-position: -161px 0;
} 


/* (5) Kids' Zone */

/* To style "back to" text */
.back_to{
text-align: left;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
} 

#kidsbgbox{
background-image: url(../images/kidszoneimages/kidszonebg.gif); 
background-repeat: no-repeat; 
width: 550px;
height: 600px; 
margin: 0 auto;
}

#kidsbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.kgames a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/games.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 250px;
top: 130px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -116px 0;
} 

li.ks1links a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/ks1links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 70px;
top: 330px;
text-indent: -5000px;
}
li.ks1links a:hover{
background-position: -116px 0;
} 

li.ks2links a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/ks2links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 410px;
top: 310px;
text-indent: -5000px;
}
li.ks2links a:hover{
background-position: -116px 0;
} 

li.english a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/english.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 200px;
top: 240px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -116px 0;
} 

li.history a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/history.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 420px;
top: 140px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -116px 0;
} 

li.science a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/science.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 60px;
top: 225px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -116px 0;
} 

li.maths a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/maths.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 100px;
top: 130px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -116px 0;
} 

li.brain a{
position: absolute;
width: 116px;
height: 86px;
display: block;
background: url(../images/kidszoneimages/brain.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 350px;
top: 220px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -116px 0;
}
/* (6)  Classpages and Year Groups */


#classbgbox {height: 415px;} /* For classpage background image, and also used to force height on classpage */

#classbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.nursery a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/nursery.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.nursery a:hover {
background-position: -100px 0;
}

li.foundation a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/foundation.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.foundation a:hover {
background-position: -100px 0;
}

li.foundation1 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/foundation1.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.foundation1 a:hover {
background-position: -100px 0;
}

li.foundation2 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/foundation2.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.foundation2 a:hover {
background-position: -100px 0;
}

li.foundation3 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/foundation3.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.foundation3 a:hover {
background-position: -100px 0;
}

li.reception a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/reception.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.reception a:hover {
background-position: -100px 0;
}

li.year1 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/year1.jpg) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.year1 a:hover {
background-position: -100px 0;
} 

li.year2 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/year2.jpg)) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.year2 a:hover {
background-position: -100px 0;
} 

li.year3 a {
width: 152px;
height: 182px;
display: block;
background: url(../images/classpages/year3.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 335px;
top: 60px;
text-indent: -5000px;
}
li.year3 a:hover {
background-position: -152px 0;
}

li.year4 a {
width: 152px;
height: 182px;
display: block;
background: url(../images/classpages/year4.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 580px;
top: 60px;
text-indent: -5000px;
}
li.year4 a:hover {
background-position: -152px 0;
}
li.year5 a {
width: 152px;
height: 182px;
display: block;
background: url(../images/classpages/year5.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 335px;
top: 275px;
text-indent: -5000px;
}
li.year5 a:hover {
background-position: -152px 0;
}

li.year6 a {
width: 152px;
height: 182px;
display: block;
background: url(../images/classpages/year6.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 580px;
top: 275px;
text-indent: -5000px;
}
li.year6 a:hover {
background-position: -152px 0;
}

li.year7 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/year7.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.year7 a:hover {
background-position: -100px 0;
}

li.year8 a {
width: 100px;
height: 100px;
display: block;
background: url(../images/classpages/year8.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.year8 a:hover {
background-position: -100px 0;
}

/* (7) Primarysite CMS specific styles */

h2.sectionheading {
color: #66CCFF;
}

#Guestbook {
border: #42A0FF solid thick;
}
#Guestbook .sort{
background-color: #42A0FF;
}
#Guestbook .sort a{
color: #FFFF00;
}
#Guestbook .sort a:hover{
color:#A10020;
}
#Guestbook .allowdeny {
color: #FFFF00;
background-color: #42A0FF;
}
#Guestbook .allowdeny a{
color: #FFFF00;
}
#Guestbook .allowdeny a:hover{
color:#OOOOOO;
}
#Guestbook .guest {
background-color: #D00043;
}
#Guestbook .message {
background-color: #A10020;
}

/* For the SiteMap */
#sitemap ul li a {font-weight: normal; background-image: none; text-indent: 0px; position: relative; width: 100%; height: 100% !important;}

#termevents .event a{
color: #3399FF;
}

#termevents .event a:hover{
color: #E6638F;
}

/* CSS changes needed due to upgrade to 3+ final */
.newstitlehome, .eventhome{margin:0;font-weight:bold}
#MediaBlock .MediaFloat{width:33.3%}
#termevents .small a{color:#256CDA;}#termevents .small a:hover{color:#0E3F8B;text-decoration:underline;}
.dwzCellWeekDay {color:black;}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

#awardy {position: relative; top: 110px; left: 260px; width: 422px; height: 86px;}

#newslink {
	position: absolute;
	top: -40px;
	left: 20px;
	height: 25px;
	width: 166px;
	display: block;
	text-indent: -9999px;
}
