@import url(../styles/popup_nav.css);

html,body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color:#000000;
background-color: #761c1e;
}

#header{
height: 221px;
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
}

/* #container and #container2 are wrappers that contain col-one and col-two.

#container is for the main horizontal graphic that goes down the page (Y axis). 
The other containers are available so that you can place additional graphics such as a watermark, or an image at the bottom of the page that extends under the footer.
http://www.westfield-inf.leics.sch.uk/ uses this technique for the bear's head at the base of the navigation.
More containers can be added for extra background images, but the basic framework caters for 2.*/

#container{
margin: 0px auto;
width: 980px;
position: relative;
top: 0px;
background-image: url(../images/slither.jpg);
background-repeat: repeat-y;
}

#container2{
margin: 0px auto;
width: 980px;
position: relative;
top: 0px;
background-image: url(../images/watermark.gif);
background-repeat: no-repeat;
}

#container_home {
margin: 0px auto;
width: 980px;
height:660px;
position: relative;
top: 0px;
background-image: url(../images/homeback.jpg);
background-repeat: no-repeat;
}

#container_kids {
margin: 0px auto;
width: 980px;
height:560px;
position: relative;
top: -12px;
background-image:url(../images/kidszoneimages/kidszonebg.gif);
background-repeat: no-repeat;
}

#container_class {
margin: 0px auto;
width: 980px;
height:560px;
position: relative;
top: -12px;
background-image:url(../images/classback.jpg);
background-repeat: no-repeat;
}



#col-one{
position: absolute;
top: 142px;
left: 0px;
width: 162px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 10px;
height: 450px;
}

#col-one_blog{
position: absolute;
top: 220px;
left: 20px;
width: 162px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 10px;
height: 450px;
}

#col-one_home{
position: absolute;
top: 177px;
left: 0px;
width: 162px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 10px;
height: 450px;
}

#col-two{ 
top: -100px;
margin:  0px 33px 0px 210px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 360px; 
}

#col-two_kids{ 
top: -70px;
margin:  0px 33px 0px 210px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 240px; 
}

#col-two_blog{ 
top: -30px;
margin:  0px 33px 0px 210px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 650px; 
}

#col-two_home{ 
top:0px;
margin:  0px 20px 20px 195px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 450px; 
}

#footer{
height: 101px;
background-image: url(../images/footer.jpg); 
background-repeat: no-repeat;
}


/* Randoms is the container for an "on refresh" image generator. 
It's not used on many sites, but is often placed in the header. 

An include file is used:  
 #include file="../special_includes/randoms.asp" 

so to change the images used, please edit randoms.asp */

#randoms{
z-index: 100;
}

/*(2) Page Titles 

I've created styles for the basic set of pages. For additional page titles, please add to these styles, following the same syntax.
Firstly we declare the images that each title will use - I've kept it alphabetical so they are easy to find */

#title_access{
background: url(../images/titles/access.gif) no-repeat;
}
#title_blog{
background: url(../images/titles/blog.gif) no-repeat;
}
#title_brainbuilders{
background: url(../images/titles/brainbuilders.gif) no-repeat;
}
#title_calendar{
background: url(../images/titles/calendar.gif) no-repeat;
}
#title_childprotection{
background: url(../images/titles/childprotection.gif) no-repeat;
}
#title_classpages{
background: url(../images/titles/classpages.gif) no-repeat;
}
#title_clubs{
background: url(../images/titles/clubs.gif) no-repeat;
}
#title_comments{
background: url(../images/titles/comments.gif) no-repeat;
}
#title_contact{
background: url(../images/titles/contact.gif) no-repeat;
}
#title_council{
background: url(../images/titles/council.gif) no-repeat;
}
#title_curriculum{
background: url(../images/titles/curriculum.gif) no-repeat;
}
#title_disclaimer{
background: url(../images/titles/disclaimer.gif) no-repeat;
}
#title_english{
background: url(../images/titles/english.gif) no-repeat;
}
#title_friendsreunion{
background: url(../images/titles/friendsreunion.gif) no-repeat;
}
#title_gallery{
background: url(../images/titles/gallery.gif) no-repeat;
}
#title_games{
background: url(../images/titles/games.gif) no-repeat;
}
#title_governors{
background: url(../images/titles/governors.gif) no-repeat;
}
#title_guestbook{
background: url(../images/titles/guestbook.gif) no-repeat;
}
#title_history{
background: url(../images/titles/history.gif) no-repeat;
}
#title_keyinformation{
background: url(../images/titles/keyinformation.gif) no-repeat;
}
#title_kidszone{
background: url(../images/titles/kidszone.gif) no-repeat;
}
#title_ks1links{
background: url(../images/titles/ks1links.gif) no-repeat;
}
#title_ks2links{
background: url(../images/titles/ks2links.gif) no-repeat;
}
#title_lessons{
background: url(../images/titles/lessons.gif) no-repeat;
}
#title_letters{
background: url(../images/titles/letters.gif) no-repeat;
}
#title_links{
background: url(../images/titles/links.gif) no-repeat;
}
#title_maths{
background: url(../images/titles/maths.gif) no-repeat;
}
#title_news{
background: url(../images/titles/news.gif) no-repeat;
}
#title_newsletters{
background: url(../images/titles/newsletters.gif) no-repeat;
}
#title_otherclubs {
background: url(../images/titles/otherclubs.gif) no-repeat;
}
#title_parents{
background: url(../images/titles/parents.gif) no-repeat;
}
#title_parental{
background: url(../images/titles/parental.gif) no-repeat;
}
#title_pta{
background: url(../images/titles/pta.gif) no-repeat;
}
#title_science{
background: url(../images/titles/science.gif) no-repeat;
}
#title_sitemap{
background: url(../images/titles/sitemap.gif) no-repeat;
}
#title_siteprivacy{
background: url(../images/titles/siteprivacy.gif) no-repeat;
}
#title_squirel{
background: url(../images/titles/squirel.gif) no-repeat;
}
#title_staff{
background: url(../images/titles/staff.gif) no-repeat;
}
#title_tour{
background: url(../images/titles/tour.gif) no-repeat;
}
#title_welcome{
background: url(../images/titles/welcome.gif) no-repeat;
}
#title_whoswho{
background: url(../images/titles/whoswho.gif) no-repeat;
}
#title_workgallery{
background: url(../images/titles/workgallery.gif) no-repeat;
}

/* Then we add the positional declarations:

The syntax is as follows:

In the Xhtml:

<h2 id=title_welcome> Welcome </h2>

In the CSS:

height = height of your widest image,
width =  width of your largest image,
margin = 0 auto to center the box in which our title sits.
text-align = center / left / right etc depending on where you wish the text to show,
text-indent = -5000px if you want to push the text off the screen, and only have the image showing.
background-image = set this to none if you dont want background images to show (but dont forget to remove the text-indent else nothing will show up).
*/

#title_access,
#title_blog,
#title_brainbuilders,
#title_calendar,
#title_childprotection,
#title_classpages,
#title_clubs,
#title_comments,
#title_contact,
#title_council,
#title_curriculum,
#title_disclaimer,
#title_english,
#title_friendsreunion,
#title_gallery,
#title_games,
#title_governors,
#title_guestbook,
#title_history,
#title_keyinformation,
#title_kidszone,
#title_ks1links,
#title_ks2links,
#title_lessons,
#title_letters,
#title_links,
#title_maths,
#title_news,
#title_newsletters,
#title_otherclubs,
#title_parents,
#title_parental,
#title_pta,
#title_science,
#title_siteprivacy,
#title_sitemap,
#title_staff,
#title_squirel,
#title_tour,
#title_welcome,
#title_whoswho,
#title_workgallery
{
position:relative;
top:25px;
height: 85px;  
width: 337px; 
margin-left:410px; 
text-indent: -5000px;
}



/* (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;
}

/* .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:#740a0d;
text-decoration: none;
}
a:visited {
color:#740a0d;
text-decoration: none;
}
a:focus{
color:#740a0d;
text-decoration: none;
border: none;
}
a:hover{
color:#FF0000;
text-decoration: underline;
}
a:active{
color: #740a0d;
text-decoration: none;
}

/* Styles for links at the bottom of the page */

#bottomlinks {text-align:center;} /* Because we want these to be in the middle */

#bottomlinks ul li{
color: #fff;
list-style-type: none;
display: inline;
height: 2em;
padding: 5px;
}
#bottomlinks a{
text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
}
#bottomlinks a:hover{
color: #FFFF00;
}


/*Calendar link styles */
#termevents .small a{
color: #000;
}
#termevents .small a:hover{
color: #999;
}
#termevents a{
color: #000;
}
#termevents a:hover{
color: #999;
}
#termevents .event a{
color: #fff;
}
#termevents .event a:hover{
color: #000;
}


/* (4)  Home page elements */

/* #fader is a container for the fading image slideshow. 
Please make it the width and height of your images. For info on how to use the fader please see the documentation*/
#fader{
position: absolute;
left: -8px;
top: 154px;
width: 255px;
height: 213px;
overflow: hidden;
}


/* #newsbox acts as a container for the news */
#newsbox{
position: absolute;
top: 410px;
left: 8px;
background-image: url(../images/newsbox.gif);
background-repeat: no-repeat;
width: 200px;
height: 100px;
color: #000000;
text-align: left;
}

#newsbox a{
color: #990000;
}
#newsbox a:hover{
color: #990000;
}

/* #hometext contains the welcome message */
#hometext{
position: absolute;
left: 0px;
top: 0px;
width: 500px;
text-align: center;
}

/* #diarydatesbox acts as a 
container for the homepage calendar */
#diarydatesbox{
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 300px;
}


#hitcountbox{
position: absolute;
width: 10px;
height: 30px;
left: -185px;
top: 445px;
}

/* 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.galleryhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/gallery.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.galleryhome a:hover{
background-position: -100px 0;
} 

li.kidszonehome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/kidszone.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}

li.kidszonehome a:hover{
background-position: -100px 0;
} 


/* (5) Kids' Zone */

/* To style "back to" text */
.back_to{
text-align: left;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
} 

#kidsbgbox{
width: 454px;
height: 322px; 
margin: 0 auto;
}

#kidsbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.kgames a{
position: absolute;
width: 223px;
height: 150px;
display: block;
background: url(../images/kidszoneimages/games.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 523px;
top: 440px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -223px 0;
} 

li.ks1links a{
position: absolute;
width: 224px;
height: 110px;
display: block;
background: url(../images/kidszoneimages/ks1links.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 291px;
top: 484px;
text-indent: -5000px;
}
li.ks1links a:hover{
background-position: -224px 0;
} 

li.ks2links a{
position: absolute;
width: 164px;
height: 178px;
display: block;
background: url(../images/kidszoneimages/ks2links.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 192px;
top: 307px;
text-indent: -5000px;
}
li.ks2links a:hover{
background-position: -164px 0;
} 

li.english a{
position: absolute;
width: 176px;
height: 331px;
display: block;
background: url(../images/kidszoneimages/english.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 308px;
top: 89px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -176px 0;
} 

li.history a{
position: absolute;
width: 89px;
height: 109px;
display: block;
background: url(../images/kidszoneimages/history.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 523px;
top: 310px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -89px 0;
} 

li.science a{
position: absolute;
width: 102px;
height: 119px;
display: block;
background: url(../images/kidszoneimages/science.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 646px;
top: 320px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -102px 0;
} 

li.maths a{
position: absolute;
width: 254px;
height: 207px;
display: block;
background: url(../images/kidszoneimages/maths.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: 509px;
top: 107px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -254px 0;
} 

li.brain a{
position: absolute;
width: 254px;
height: 522px;
display: block;
background: url(../images/kidszoneimages/brainbuilders.jpg) no-repeat;
overflow: hidden;
font-weight: bold;
left: -53px;
top: 72px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -254px 0;
}

/* (6)  Classpages and Year Groups */


#classbgbox {} /* For classpage background image, and also used to force height on classpage */

#classbgbox ul li { display: inline; padding: 0; list-style-type: none;}


li.foundation a {
	width: 163px;
	height: 68px;
	display: block;
	background: url(../images/classpages/foundation.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 77px;
	top: 432px;
	text-indent: -5000px;
}
li.foundation a:hover {
background-position: -163px 0;
}

li.foundation-archive a {
width: 163px;
height: 89px;
display: block;
background: url(../images/classpages/foundation-archive.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 577px;
top: 398px;
text-indent: -5000px;
}
li.foundation-archive a:hover {
background-position: -163px 0;
}

li.oak a {
	width: 163px;
	height: 68px;
	display: block;
	background: url(../images/classpages/oak.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 586px;
	top: 250px;
	text-indent: -5000px;
}
li.oak a:hover {
background-position: -163px 0;
} 

li.acorn a {
	width: 93px;
	height: 68px;
	display: block;
	background: url(../images/classpages/acorn.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 319px;
	top: 453px;
	text-indent: -5000px;
}
li.acorn a:hover {
background-position: -163px 0;
} 

li.acornarchive a {
	width: 104px;
	height: 111px;
	display: block;
	background: url(../images/classpages/acorn.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 480px;
	top: 390px;
	text-indent: -5000px;
}
li.acornarchive a:hover {
background-position: -105px 0;
} 
li.sapling a {
	width: 163px;
	height: 68px;
	display: block;
	background: url(../images/classpages/sapling.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 61px;
	top: 287px;
	text-indent: -5000px;
}
li.sapling a:hover {
background-position: -163px 0;
}

/* (7) Primarysite CMS specific styles */

.sectionheading {
color: #009900;
}

#Guestbook {
border: #42A0FF solid thick;
}
#Guestbook .sort{
background-color: #42A0FF;
}
#Guestbook .sort a{
color: #FFFF00;
}
#Guestbook .sort a:hover{
color:#FFFFFF;
}
#Guestbook .allowdeny {
color: #FFFF00;
background-color: #42A0FF;
}
#Guestbook .allowdeny a{
color: #FFFF00;
}
#Guestbook .allowdeny a:hover{
color:#FFFFFF;
}
#Guestbook .guest {
background-color: #FFED6F;
}
#Guestbook .message {
background-color: #FFFFFF;
}

/* For the SiteMap */
#sitemap ul li a {font-weight: normal; background-image: none; text-indent: 0px; position: relative; width: 100%; height: 100% !important;}


/* Governors' Page text regarding private page */
#gov_pri1{position: relative; top: 40px; font-size: medium; font-weight: bold;}
#gov_pri2{position: relative; top: 40px; font-size: medium; font-weight: bold;}




#termeventslatest , #termevents { 
}
#termeventslatest .termtitle , #termevents .termtitle { 
	font-weight: bold;
	text-align: center;
	font-size: medium;
}
#termeventslatest .latesttitle , #termevents .latesttitle { 
    font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2c2c2c;
	text-align: center;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#termeventslatest .latest , #termevents .latest { 
	background-color: #b61319;
	border: solid 1px #000000;
	padding-left: 80px;
}


#termeventslatest .date , #termevents .date { 
    width: 175px;
    margin-left: 3px;
    font-size: small;
    line-height: 22px;
   color: #000000;
    float: left;
    font-weight: bold;
}
#termeventslatest .event , #termevents .event { 
    line-height: 22px;
    margin-left: 3px;
    font-size: small;
    font-weight: normal;
}
#termeventslatest a , #termevents a { 
   text-decoration: none;
   color: #fff;
}
#termeventslatest a:hover , #termevents a:hover { 
   text-decoration: none;
   color: #000;
}


#termeventslatest .termheader , #termevents .termheader { 
    font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2c2c2c;
	text-align: center;
	border: solid 1px #000000;
}
#termeventslatest .eventarea , #termevents .eventarea { 
	background-color: #b61319;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}


#termeventslatest .detailtitle , #termevents .detailtitle { 
	font-weight: bold;
	font-size: medium;
}
#termeventslatest .detailtitleonday , #termevents .detailtitleonday { 
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#termeventslatest .detaildata , #termevents .detaildata { 
	font-size: small;
}
#termeventslatest .detailfield , #termevents .detailfield { 
	font-size: small;
	font-weight: bold;
}
