* { padding:0; margin:0; }

h6, blockquote, form, label, ol, dl, fieldset { margin-bottom: 1em; }

body {
	font: 62.5%/1.6em Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: left;
	background: #fff;
}

/* construct */
#accessibility {
	position: absolute;
	top: -10000px;
}

#head {
	height: 160px;
	background: url(images/headbg.gif) repeat-x;
}

#wrapper {
	float: left;
	width: 100%;
}

#content {
	margin: 0 30px 0 280px;
	padding-bottom: 2em;
	max-width: 680px;
}

#sidebar-1 {
	float: left;
	width: 220px;
	padding: 0 10px 200px 30px;
	background: url(images/truth.gif) no-repeat 50% 96%;
	color: #036;
}

#foot { 
	clear: both;
	margin: 0 30px 5px 30px;
	border-top: 1px solid #C0CCD9;
	padding-top: 2px;
}

#extra { 
	clear: left; 
	width:100%; 
	margin-top: 80px; 
	border-top: 1px solid #e6e6e6;
	padding-top: 20px; 
}
#extra a {
	margin: 0 50px 0 10px;
	border: 0;
	background: none;
}

/* text stuff */
a {
	color: #603;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	background: #F3F3F3;
}
a:hover {
	color: #f70;
	border-bottom: 1px solid #e6e6e6;
}

a img { border: none; }

p { 
	padding: 0;
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.8em;
}

#sidebar-1 p {
	line-height: 1.5em;
}

h1,h2,h3,h4 { font-family: Georgia, Times, serif; }

h2 {
  font-size: 1.4em;
  margin-bottom: 2em;
}

h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 1.5em 0 1.4em 0;
	color: #036;
	padding-bottom: 2px;
	border-bottom: 1px solid #C0CCD9;
}

h4 { /* latest news */
	padding-top: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	color: #036;
	margin-bottom: 0.5em;
}

h4 a {
	letter-spacing: normal;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0.2em;	
}

ul { 
	list-style: none; 
	font-size: 1.2em;
	line-height: 1.6em;
}
#content ul { margin: 0.5em 1em 1.5em 20px; }
#content ul li {
	margin: 4px;
	list-style-type: circle;	
}
#content ul li a { padding: 1px; }	

address {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 1.5em 0 0.5em 0;
}

dl {
	font-size: 1.2em;
	line-height: 1.8em;
}

dt {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
}
dt.tel { background: url(images/tel.gif) no-repeat 95% 40%; }

ol {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-left: 27px;
}

.footleft {
	float: left;
	font-size: 1em;
}

.footright {
	font-size: 1em;
	float: right;
	color: #ccc;
}
p.footright a { color: #999; }
p.footright a:hover { color: #f70; }

/* images */
#content p img {
	float: right;
	padding: 4px;
	margin: 0 0 20px 20px;
	border: 1px solid #ddd;
	clear: right;
}

#head img { margin-left: 45px; }
#head a {
	background: none;
	border: none;
}

#content p #headteacher {
	float: left;
	padding: 4px;
	margin: 1em 30px 20px 0;
	background: #e6e6e6 url(images/imgbg.gif) repeat-x bottom right;
	border-bottom: 1px solid #999;
	clear: right;
}

#content p .free {
	float: left;
	clear: left;
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 0.5em 2em;
}	

#content p img.nofloat {
	float: none;
	margin: 0;
	border: none;
	background: none;
}

/* search */
#head form {
	position: absolute;
	top: 44px;
	right: 40px;
	color: #fff;
	font-size: 1em;
	text-align: right;
}

#head input { background: #e6e6e6; }

#head input#searchbutton {
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
	color: #603;
}
#head input#searchbutton:hover {
	cursor: pointer;
	color: #f70;
}

/* nav */
#nav { margin: 62px 0 1em 0; }

#nav li a {
	display: block;
	padding: 1px 2px 1px 0;
	font-weight: bold;
	width: 210px;
	background: #fff;
	letter-spacing: 0.1em;
}	

#nav li a:hover {
	background: #F3F3F3;
}

#nav li a.active {
	color: #f70;
	background: url(images/arrow.gif) no-repeat 98% 40%;
}

/* news */
.newsitem {
	border-bottom: 1px solid #e7e7e7;
}

/* download list */
.dload {
	background: url(images/doc.gif) no-repeat 95% 40%;
	font-weight: bold;
}

.file_download_list li a {
	padding: 2px 0 0 0;
	background: #fff;
	font-size: 1em;
}

.file_download_list li a:hover { background: #f3f3f3; }

/* file downloads */
#content .file_download_list li a { width: 45%; }

/* governors list */
#content dt { 
	margin: 0.7em 0 0.3em 0; 
	letter-spacing: 0em; 
	text-indent: 2em; 
}
#content dd {
	text-indent: 2em;
	font-weight: normal;
}

/* gallery */
.gallery {
	width: 640px;
	margin: 0 0 20px 0;
}
.gallery img {
	margin: 0 8px 8px 0;
	border: 1px solid #ccc;	
}
.gallery img:hover {
	border: 1px solid #f70;	
}
.gallery a {
	border-bottom: none;
	background: none;
}

/* curriculum year list */
#curriculum {
	float: right;
	border: 1px solid #ddd;
	background: #eee;
	width: 220px;
	margin: 40px 0 20px 20px;
	padding: 10px;
}
*:first-child+html #curriculum { 
	margin-top: 60px;
} * html #curriculum {
	margin-top: 60px;
}

#curriculum h5 {
	margin: 0 1em 0.5em 0.7em;
}

#curriculum ul {
	margin-bottom: 0;
}

#curriculum ul li {
	list-style-type: circle;
	font-size: 0.9em;
	line-height: 1.4em;
}

#curriculum ul li a {
	display: block;
	background: #eee;
	width: 180px;
}
#curriculum ul li a:hover {
	background: #F3F3F3;
}

/* news archive */
#content ul.newsarchive h5 {
	font-size: 1.1em;
	margin-left: -24px;
}

#content ul.newsarchive li {
	list-style-type: none;
}
	
