/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	7th November 2005
AUTHOR:			Nick Toye

-- CONTENTS -----------------------------------------------

	=1:		[HTML & BODY]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[LISTS]
	=10:	[FORMS]
	=11:	[IMAGES]
	=12:	[MISC]
	=13:	[sIFR STYLES]
	
-----------------------------------------------------------*/

/*	=1:	[HTML & BODY] -------------------------------------*/	

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #fff;
	background: #038243 url(_images/header-bg.gif) repeat-x top left;
	}
	
/*	=2:	[LINKS] -------------------------------------*/	
	
/* NOTES: 
remember LoVe HAte, also I have added a current class for current elements 
*/

a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #038243;
	}
	


/*	=3:	[COMMON ELEMENTS] -------------------------------------*/	


h1 {
	font-size: 150%;
	color: #E8E8E8;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 130%;
	color: black;
	}
	
h3 {
	font-size: 120%;
	}

		
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	
a abbr {
	border: none;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
del {
	text-decoration: line-through;
	}
	
ins {
	text-decoration: none;
	font-style: italic;
	}
	
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/*	=4:	[TOP ELEMENTS] -------------------------------------*/	

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 100%;
	}
	


	
#content-wrapper {
	background: url(_images/main-bg.gif) repeat;
	min-height: 700px;
	margin: 0;
	padding: 0;
	}
	
* html #content-wrapper {height: 700px;}
	
#header {
	margin: 0 auto;
	width: 700px;
	height: 150px;
	background: url(_images/header.gif) no-repeat; /* for background image of header */
	}

#header span {
	float: left;
	margin: 16px 20px 0px 19px;
	}

#header a {
	border-style: none;
	display: block;
	width: 98px;
	}
	
#header a:hover {border-style: none;}


#counter table {margin: 10px;}
#childprot {text-align: center; margin-top: -20px;}
#childprot a:hover {color: #e5e5e5;}


/*	=5:	[NAVIGATION] -------------------------------------*/	

/* NOTES: 
obviously the image references need to be altered to customise design
*/

#navBG {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 27px;
	background: url(_images/nav-bg.gif) repeat-x top left; 
	}
	
ul#nav {
 /*float:left;/*remove this*/
 background: #FFFFFF url(_images/nav-faux.gif) no-repeat;
 height: 25px;
 margin: 0 auto;
 padding: 0 5px;
 width: 690px;
 }
	
* html #nav {left: 4px;}

	



#nav li {
	float: left;
	margin: 0;
	padding: 4px 6px 0 6px;
	display: inline;
	list-type: none;
	font-size: x-small;
	font-weight: bold;
	font-family: "Comic Sans MS", Verdana, Arial;
	background: url(_images/nav-menu.gif) no-repeat top right;
	}
	
#nav li#ptaBtn {background-image: none;}


	


/*	=6:	[MAIN COLUMN] -------------------------------------*/	

/* NOTES: 
this is for two column layouts and three column layouts 
*/

#content {
	margin: 0 auto;
	width: 700px;
	min-height: 450px;
	background: url(_images/content-bg.gif) repeat-y;
	}
	
* html #content {height: 450px;}
	
#content a {
	color: #99FF99;
	}

#content a:hover {
	color: #ffff00;
	}
	
.gutter {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	}

* html .gutter {
position: relative;
margin: 0 auto;
width: 650px;
}

.gutterkids {
	position: relative;
	margin: 0 auto;
	padding: 10px 10px 20px 53px;
	}

#welcome {
	display: inline;
	float: left;
	margin: 0 0 0 4px;
	width: 366px;
	height: 402px;
	background: url(_images/welcome-bg.gif) no-repeat top left;
	}	
	
#welcomeContent {
	margin: 265px 0 0 0;
	padding: 5px;
	}
	


#news {
	
	float: right;
	margin: 10px 15px 0 0;
	width: 312px;
	height: 220px;
	background: url(_images/news-body.gif) no-repeat bottom left;
	text-indent: -0px;
	color: #000000;
	}
	
* html #news {margin-right: 0;}
	
#news h2 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	width: 312px;
	height: 34px;
	background: url(_images/news-header.gif) no-repeat top left;
	}
#news p{
margin-left: 10px;
}


#news div {
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	background: url(_images/news-icon.gif) no-repeat 0 50%;
	}
	
#news a {padding-left:0px; padding-right:20px;
	color: #000000;
	}

#news a:hover {
	color: #038243;
	}
	

#link {
	margin-top: 135px;
	font-size: 80%;
	}
	
#login {
	text-align: center;
	border: none;
	margin: 5px;
	}
	

/*	=7:	[SIDEBAR COLUMN] -------------------------------------*/	


	
/*	=8:	[FOOTER] -------------------------------------*/	



/*	=9:	[LISTS] -------------------------------------*/	

ul {
	list-style: none;
	}
	
ul li {
	list-style: disc;
	margin-left: 3em;
	}
	
dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
dl dt {
	font-weight: bold;
	}


/*	=10: [FORMS] -------------------------------------*/	


form {
	float: left;
	margin: 0;
	padding: 0;
	}

form dl {
	line-height: 25px;
	}
	
form dd {
	clear: left;
	float: left; 
	margin: 0;
	}

form dt {
	clear: left;
	float: left; 
	font-weight: bold;
	}
	
form label {
	font-weight: bold;
	}
	
form fieldset {
	border: 1px solid #ccc;
	padding: 0 20px;
	}
	
form legend {
	font-weight: bold;
	font-size: 90%;
	color: #color;
	background: #color;
	border: 1px solid #ccc;
	padding: 4px 8px;
	}
	
.mediumBox {
	width: 350px;
	height: 50px;
 }
.wideBox {
	width: 350px;
	font-size: 12px;
 }
.textArea {
    width: 350px;
    height: 150px;
 }
.button {
	width: 100px;
	margin-top: 15px;
}

/*	=11: [IMAGES] -------------------------------------*/	

#kidszoneTeaser {
	float: left;
	margin: 10px 0 0 5px;
	}
	
* html #kidszoneTeaser {margin-left: 2px;}

#tourTeaser {
	float: left;
	margin: 10px 0 0 1px;
	}
	
#galleryTeaser {
	float: left;
	margin: 10px 0 0 1px;
	}
	
/* kidszone */

#gamesBtn a {
	position: absolute;
	top: 70px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 82px;
	background: url(_images/games-btn.gif) no-repeat;
	}
	
#gamesBtn a:hover {background-position: 0 -82px;}

#englishBtn a {
	position: absolute;
	top: 70px;
	left: 235px;
	margin: 0;
	padding: 0;
	width: 216px;
	height: 82px;
	background: url(_images/english-btn.gif) no-repeat;
	}
	
#englishBtn a:hover {background-position: 0 -82px;}

	
#scienceBtn a {
	position: absolute;
	top: 70px;
	right: 20px;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 82px;
	background: url(_images/science-btn.gif) no-repeat;
	}
	
#scienceBtn a:hover {background-position: 0 -82px;}

	
#historyBtn a {
	position: absolute;
	top: 170px;
	right: 20px;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 82px;
	background: url(_images/history-btn.gif) no-repeat;
	}
	
#historyBtn a:hover {background-position: 0 -82px;}

#mathsBtn a {
	position: absolute;
	top: 170px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 82px;
	background: url(_images/maths-btn.gif) no-repeat;
	}
	
#mathsBtn a:hover {background-position: 0 -82px;}
	
#weblinks1Btn a {
	position: absolute;
	top: 170px;
	left: 235px;
	margin: 0;
	padding: 0;
	width: 249px;
	height: 82px;
	background: url(_images/weblinks1-btn.gif) no-repeat;
	}
	
#weblinks1Btn a:hover {background-position: 0 -82px;}

	
#weblinks2Btn a {
	position: absolute;
	top: 270px;
	left: 235px;
	margin: 0;
	padding: 0;
	width: 198px;
	height: 82px;
	background: url(_images/weblinks2-btn.gif) no-repeat;
	}
	
#weblinks2Btn a:hover {background-position: 0 -82px;}

	


#link-arrow {
	position: absolute;
	top: 270px;
	left: 20px;
	width: 156px;
	height: 150px;
	}
	
#link-arrow2 {
	position: absolute;
	top: 270px;
	right: 20px;
	width: 156px;
	height: 150px;
	}	
		
		
/*	=12: [MISC] -------------------------------------*/	

/* skip navigation rule*/ 
.skiplink {
	display:none;
}

td#visitors {font-weight: bold;}

iframe {margin: 0 0 0 40px;}
	
/*	=13: [sIFR STYLES] -------------------------------------*/	

/* NOTES: 
h1 as default, but this can be changed
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

html .sIFR-hasFlash h1 {
	font-size: 24px;
	visibility: hidden;
	letter-spacing: -5px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h1 {
	font-size: 4px;
	visibility: hidden;
	letter-spacing: -5px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.sectionheading {
color: #FFCC00;
}

