/* Style Sheet for Sage Educational Trust */
body { /* main settings here */
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.9em; /* change this to change the starting size across the site */
	font-family: Arial, Helvetica, sans-serif;	
}

html, body, #page { /* Keep the footer at the foot (except in Safari and Opera?) */
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #page {  /* Keep the footer at the foot (except in Safari and Opera?) */
	height: auto;
}

#page {
	position: absolute;
	top: 0px;
	left: 6px;
	background-image:url(/images/menu_left.gif);
	background-repeat:repeat-y;

	}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height:60px;
	background-image: url(/images/menu_foot_tall.gif);
	background-repeat:repeat-x;
	background-color: inherit;
	color: #626262;
	font-size: 14px;
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	visibility: visible;

}
#footer p { 
/*	display:block;
	clear: both;
	margin: 0.5em 0 1em 2em;
	padding: 0; 
	position: absolute;
	bottom: 40px;*/
/*	left: 45px; */
	margin : 3px 5px 3px 45px;
	background-color: #fff;
	color: #330099;
}

#sagefoot {
/*	not needed any more */
}

/* set up page elements here */

#header 
	{/* header not used, but could be! */
		background-color: #666;
		border-bottom: 1px solid #333;
		color: white;
	}

#header h1 {
		margin: 0;
		padding: .5em;
	}

#mainBody
	{
		padding-top: 1em;
		margin: 0 1.0em 60px 200px;
	}

#mainBody h2 {
		margin-top: 0;
	}
#mainColumn1, #mainColumn2 { /* if a two column display is needed */
		margin: 0;
		width: 38%;
		float: left;
}

#menuLeft { /* menu container */
		float: left;
		width: 160px;
		margin-left: 10px;
		margin-bottom: 10px; /* 70 */
		padding-top: 1em;
/*		padding-bottom: 1em; */
	}

#menuLeft p {
		margin-top: 0;
	}

#navsite p { /* menu */
	display: none;
	}

#navsite {
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	width: 90px;
	border: 0;
	padding: 5px 5px 5px 40px;
	margin-bottom: 1em;
	font-family:  "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navsite ul li {
	margin: 0;
	}

#navsite ul li a {
	display: block;
	background-color: #fff;
	color: #309;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	width: 100%;
	}

html>body #navsite ul li a {
	width: auto;
	}

#navsite ul li a:hover {
	background-color: #fff;
	color: #f00;
	}

/* alternative naviagation consisting of automated boxes */

#boxes { /* this DIV is needed to keep the box navigation links in line */
	float: left;
	}

#boxes h3 { /* use H3 to separate the different sections */
	clear: left;
}

.box { /* this class creates the box navigation style */
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
}

.box ul li {
	display: block; 
	list-style: none;
	}

.box ul {
	margin: 0;
	padding: 0;
}

.box li {
	float: left;
	height: 7em;
	width: 7em;
	color: inherit;
	background-color: #309;
	margin: 2px;
	padding: 8px 2px 5px 2px;
}

.box a:link, .box a:visited { 
	margin: 0px;
	color: #FFF;
	display: block; 
	width: 100%;
}
.box a:hover {
	color: #F00;
	background-color: inherit;
	display: block; 
	width: 100%;
}

/* format headings and elements for Sage Livery */

.SET {
	display: block;
	font-family: "Arial Wide", Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	text-align: center;
	background-color: #309;
	margin: 5px 5px 5px 40px;
	padding: 5px;
/*	height: 1em; */
	width: 1.6em;
	color: #fff;
}

.sagehead {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3.0em;
	margin : 10px 0px 0px 0px;
	background-color: #fff;
	color: #330099;
}

.sage {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.0em;
	margin : 10px 0px 5px;
	background-color: #fff;
	color: #330099;
/*	text-align: center; */
}

#gallerylist {
	list-style-type: none;
}
#gallerylist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#gallerylist img {
	display: block;
	border: 1px solid #333300;
}

/* other settings */

body, p, td, li, blockquote {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

pre, tt, code, kbd, samp {
	font-family: monospace;
}

p, td, li, blockquote {
	font-size: 0.9em;
}

img {
	border: none;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

span.image { 
	/*float: right;  */
	padding: 0 20px 20px;
/*	padding-right:15px; 
	padding-bottom:2px; */
	font-style:italic; 
	text-align: center;
/*	color:#808080; */
} 
span.image img { 
	display: block; 
} 

.floatright {
	float: right;
/*	width: 103px; */
	margin: 0 0 10px 10px;
/*	background-color: #fff;*/
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
/*	text-align: center;*/
}

.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
/*	text-align: center;*/
}

.floatright p {
/*	margin-top: 0;*/
	text-align: center;
}

.imageRight { 
	/*display: block; */
	float: right;
	padding: 0 20px 20px 20px;
/*	padding-right:15px; 
	padding-bottom:2px; */
	font-style:italic; 
	text-align: center;
} 
.imageRight img { 
display: block;
} 

h1 {
	font-size: 1.4em;
	margin : 10px 0px 0px 0px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.9em;
	padding: 0px 0px 0px 20px;
}

.red {
	background-color: #fff;
	color: #FF0000;
}

.gray {
	background-color: #fff;
	color: #CCCCCC;
}

.white {
	background-color: #000;
	color: #fff;
}

.darkgray {
	background-color: #fff;
	color: gray;
}

.lightblue {
	background-color: #fff;
	color: #0033FF;
}

a:link, a:visited {
	background-color: inherit;
	color : #330099;
	text-decoration : none;
	font-weight: normal;
}

a:hover {
	background-color: inherit;
	color : #ff0000;
	text-decoration : none;
	font-weight: normal;
}

a.toplink {
	text-align: left;
	font-size: 1em;
	padding: 0px;
	font-weight: normal;
	display: inline;
}

input {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}

/* Different style for the pupil pages */
.pupils {
	font-family: "Comic Sans MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
}

h2.pupils {
	font-family: "Comic Sans MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;

}

/* contacts page needs smaller font size to fit all information on! */
.contacts {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	font-weight: normal;
}

.heading {
	font-weight: normal;
	background-color: #fff;
	color: #7F40FF;
}

.break { /*	use this to break the flow in a DIV */
	clear: both;
}

.center {
	text-align: center;
}

.hide {  /*	used to hide form fields in the spam trap */
	display: none;
	}

.style1 {color: #330099}
.style3 {
	color: #333333;
	font-weight: bold;
}
