/***********************************************/
/* Web Site: Schools micro sites               */
/*                                             */
/* Media: Screen                               */
/*                                             */
/* Author: Oliver Hoad                         */
/*                                             */
/* Created: 13th May 2009                      */
/***********************************************/

/* 
-- CSS INDEX --

1. BASIC HTML
2. STRUCTURE
3. GLOBAL NAVIGATION
4. HOMEPAGE
5. STANDARD PAGE ELEMENTS
6. PAGE ACTIONS
7. EMBEDDED VIDEO
8. POPUPS
9. FORMS

*/

/* ----- 1. BASIC HTML ---------------------------------------*/

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 140%;
	padding: 0;
	margin: 0 0 10px 0;
	color: #6c9c14;
}

h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 190%;
	padding: 0;
	margin: 0 0 6px 0;
	color: #6c9c14;
}

h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 190%;
	padding: 0;
	margin: 0 0 8px 0;
}

p {
	font-weight: normal;
	font-size: 100%;
	line-height: 190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

ul {
	margin: 8px 0 10px 14px; /* Required for cross-browser list indentation */
	padding: 0 0 0 14px; /* Required for cross-browser list indentation */
	color: #444;
	list-style-image: url(toddle08_standard_bullet.gif);
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
}

ul ul {
	margin: 8px 0 10px 10px; /* Required for cross-browser list indentation */
	padding: 0 0 0 10px; /* Required for cross-browser list indentation */
	color: #444;
	list-style-image: url(toddle08_standard_bullet.gif);
}

ul ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
}

ol {
	margin: 8px 0 10px 15px; /* Required for cross-browser list indentation */
	padding: 0 0 0 15px; /* Required for cross-browser list indentation */
	color: #444;
}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

ol ol {
	margin: 8px 0 10px 12px; /* Required for cross-browser list indentation */
	padding: 0 0 0 12px; /* Required for cross-browser list indentation */
	color: #444;
}

ol li li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	color: #6d9c16;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 7px 0;
}

/* ----- 2. STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #444;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.schools_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#wrapper {
	position:absolute;
	z-index: 1;
	width: 100%;
}

#main {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #999 url(schools09_main_bg.gif) repeat-y;
}

#canvas {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #f0f0f0 url(schools09_canvas_bg.gif) repeat-x;
}

#header {
	width: 960px;
	height: 135px;
	margin: 0;
}

#primary_logo {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 205px;
	height: 135px;
	margin: 0;
}

#secondary_logo {
	position: absolute;
	z-index: 100;
	bottom: 128px;
	left: 37px;
	width: 131px;
	height: 61px;
}

#banner {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 476px;
	height: 65px;
	margin: 44px 0 0 41px;
}

#title {
	width: 476px;
	height: 46px;
	margin: 0 0 4px 0;
}

#subtitle {
	width: 414px;
	height: 15px;
}

#page_actions {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 125px;
	height: auto;
	margin: 45px 55px 0 0;
}

#page_actions ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions li {
	margin: 0;
	padding: 0;
	text-align: right;
}

.page_actions_image {
	vertical-align: top;
	margin: 0 0 10px 0;
	padding: 0;
}

#content {
	position: relative;
	z-index: 0;
	width: 960px;
	height: auto;
	margin: 0;
}

#section {
	position: relative;
	top: 0;
	left: 205px;
	width: 618px;
	height: auto;
	margin: 0 55px 0 0;
	padding: 30px 40px 30px 40px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#copy {
	float: left;
	width: 618px;
	height: auto;
}

#prop {
	float: right;
	width: 0;
	height: 700px;
}

#section ul a {
	font-weight: bold;
}

#section ul a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#section ol a {
	font-weight: bold;
}

#section ol a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#nav {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 160px;
	height: auto;
	margin: 31px 0 0 45px;
}

#nav_border {
	margin: 0 0 25px 0;
	border-top: 1px solid #ccc;
}

#nav_feature {
	width: 160px;
	height: auto;
	margin: 0;
}

#footer {
	width: 660px;
	height: auto;
	margin: 0 55px 0 205px;
	padding: 14px 0 12px 40px;
}

#footer p {
	font-size: 0.8em;
	color: #888;
}

#footer a, #footer a:visited {
	background: none;
	color: #888;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover {
	background: none;
	color: #888;
	text-decoration: underline;
}

#base {
	width: 990px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #999 url(schools09_base_bg.gif) repeat-y;
}

/* ----- 3. GLOBAL NAVIGATION --------------------------------*/

#nav ul {
	margin: 0;
	padding: 0;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 115%;
	list-style-type: none;
}

#nav li {
	display: inline;
	padding: 0;
	list-style-type: none;
}

#nav li a {
	display: block;
	width: 139px;
	height: auto;
	margin: 0;
	padding: 3px 20px 3px 1px;
	background: url(schools09_nav_bullet_off.gif) 0 0 no-repeat;
	color: #444;
	text-decoration: none;
	line-height: 1.4em;
}

#nav li a:hover {
	display: block;
	background: url(schools09_nav_bullet_hover.gif) 0 0 no-repeat;
	color: #222;
}

#nav li span {
	display: block;
	width: 154px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	margin: 0;
	padding: 3px 20px 3px 1px;
	background: url(schools09_nav_bullet_on.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
}

#nav li span.active a {
	display: block;
	width: 143px;
	height: auto;
	margin: -3px 0 -3px 0;
	padding: 3px 30px 3px 1px;
	background: url(schools09_nav_bullet_parent.gif) 0 0 no-repeat;
	font-weight: bold;
	line-height: 1.4em;
}

#nav li span.active a:hover {
	display: block;
	background: url(schools09_nav_bullet_parent.gif) 0 0 no-repeat;
	color: #222;
}

#nav ul ul {
	margin: 0;
	padding: 0;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 80%;
	list-style-type: none;
}

#nav ul ul li {
	display: inline;
	padding: 0;
	line-height: 230%;
	list-style-type: none;
}

#nav ul ul a {
	display: block;
	width: 134px;
	height: auto;
	margin: 0;
	padding: 5px 25px 5px 10px;
	background: url(schools09_nav_bullet_off.gif) 0 0 no-repeat;
	color: #444;
	text-decoration: none;
	line-height: 1.4em;
}

#nav ul ul a:hover {
	display: block;
	background: url(schools09_nav_bullet_hover.gif) 0 0 no-repeat;
}

#nav ul ul span {
	display: block;
 	width: 146px; 
	min-height: 16px;
	height: auto !important;
	height: 16px;
	margin: 0;
	padding: 5px 25px 4px 10px;
	background: url(schools09_nav_bullet_on.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
}

#nav_feature ul {
	margin: 0;
	padding: 0;
	border-top: 0;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 115%;
	list-style-type: none;
}

#nav_feature li {
	display: inline;
	padding: 0;
	list-style-type: none;
}

#nav_feature li a {
	display: block;
	margin: 0;
	padding: 0 0 0 1px;
	border-bottom: 0;
	background: none;
	font-weight: bold;
	color: #6d9c16;
	text-decoration: none;
	line-height: 140%;
}

#nav_feature li a:hover {
	display: block;
	background: none;
	color: #6d9c16;
}

#breadcrumbs {
	width: 618px;
	height: auto;
	margin: 0 0 10px 0;
	font: 0.85em verdana;
	color: #666;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #6d9c16;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs_container a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #6d9c16;
	text-decoration: underline;
}

/* ----- 4. HOMEPAGE -----------------------------------------*/

#widget {
	width: 616px;
	height: 200px;
	margin-bottom: 15px;
	padding: 6px 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#slideshow {
	float: left;
}

#ofsted_quote {
	float: right;
}

#welcome_top {
	width: 618px;
	height: auto;
}

#welcome_left {
	float: left;
	width: 292px;
	height: auto;
}

#welcome_right {
	float: right;
	width: 320px;
	height: auto;
	margin-top: 8px;
}

#news_banner {
	width: 292px;
	margin: 15px 0 10px 0;
	padding: 6px 0 0 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
}

#news_banner h3 {
	font-size: 110%;
	line-height: 100%;
}

#news_feed ul {
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	list-style-type: none;
	list-style-image: none;
}

#news_feed li {
	display: block;
	margin: 0;
	padding-left: 15px;
	background: url(schools09_bullet.gif) 1px 9px no-repeat;
	line-height: 2em;
}

#news_feed li a {
	font-weight: normal;
}

#news_feed li a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

/* ----- 5. STANDARD PAGE ELEMENTS ---------------------------*/

.quote {
	margin: 0 5px 20px 5px;
	background: url(schools09_quote_left.gif) no-repeat;
	color: #777;
}

.quote div {
	padding: 11px 25px;
	background: url(schools09_quote_right.gif) bottom right no-repeat;
}

.quote div p {
	font-size: 90%;
	line-height: 160%;
}

.alignright, .alignleft {
	float: right;
	clear: right;
	margin: 5px 0 6px 10px;
}

blockquote {
	margin: 25px 0px;
	background: url(barn10-double-quote-left.gif) no-repeat;
	color: #777;
}

blockquote p {
	padding: 2px 27px 0 27px;
	font-size: 100%;
	line-height: 170%;
}

blockquote strong {
	color: #666;
}

.fullQuote {
	margin: 15px 0px 15px 0px;
	background: url(barn08-quote-left.gif) no-repeat;
	color: #666;
}

.fullQuote p {
	padding: 12px 27px 12px 28px;
	background: url(barn08-quote-right.gif) bottom right no-repeat;
	font-size: 100%;
	line-height: 160%;
}

#section p a, .highlightgrey a, .highlight a {
	font-weight: bold;
}

#section p a:hover, .highlightgrey a:hover, .highlight a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #6d9c16;
	text-decoration: underline;
}

.highlightgrey, .highlight {
	clear:both;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #d0e5ac;
	font-size: 0.90em;
	line-height: 1.7em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

.quoteright, .quoteleft {
	float: right;
	clear: right;
	width: 170px;
	margin: 10px 0 15px 15px;
	padding: 10px;
	border: 1px solid #abd067;
	font-size: 0.9em;
	line-height: 1.5em;
}

.extrainfotitle {
	margin: 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	font-size: 110%;
	color: #666;
	line-height: 100%;
}

.extrainfotitle h2 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}

.ulbg {
	margin: 0 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
	font-size: 90%;
}

.ulbg ul li {
	line-height: 140%;
}

.adobe {
	margin: 8px 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	color: #666;
}

.adobe p {
	font-size: 90%;
	line-height: 160%;
}

table {
	margin: 10px 0;
}

td {
	padding: 5px;
}

.rowheader {
	background: #7fba00;
	color: #fff;
	font-weight: bold;
}

.rowodd {
	background: #fff;
	font-size: 1em;
	color: #000;
}

.roweven {
	background: #f3f3f3;
	font-size: 1em;
	color: #000;
}

.arrowBack {
	padding-left: 15px;
	background: url(arrow-back.jpg) 0px 2px no-repeat;
}

.arrowForward {
	padding-right: 15px;
	background: url(arrow-forward.jpg) right 2px no-repeat;
}

.smalltext {
	font-size: 90%;
}

.rhQuote {
	margin: 0 0 30px 0;
	background: url(schools09_quote_left.gif) no-repeat;
	color: #666;
}

.rhQuote div {
	padding: 10px 25px;
	background: url(schools09_quote_right.gif) bottom right no-repeat;
}

.rhQuote div p {
	font-size: 90%;
	line-height: 160%;
}

.rhFeature div h2 {
	margin: 0 0 10px 25px;
	font-size: 150%;
	color: #666;
	text-align: left;
	line-height: 140%;
}

.rhFeature div p {
	margin: 0 5px 10px 25px;
	font-size: 90%;
	color: #666;
	text-align: left;
	line-height: 160%;
}

.rhFeature div {
	margin: 0 auto 0 auto;

}

/* ----- 6. PAGE ACTIONS -------------------------------------*/



/* ----- 7. EMBEDDED VIDEO -----------------------------------*/

#embedded_video_homepage {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 298px;
	height: auto;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}

#embedded_video_standard {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 298px;
	height: auto;
	margin: 48px 0 5px 15px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}

#embedded_video_title {
	margin: 10px 9px;
}

#embedded_video_title p {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: bold;
	color: #444;
	line-height: 100%;
}

#embedded_video_image {
	margin: 12px 9px 6px 9px;
}

#embedded_video_copy p {
	text-align: center;
	line-height: 150%;
}

/* ----- 8. POPUPS -------------------------------------------*/



/* ----- 9. FORMS --------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 90%;
	color: #333;
}

fieldset h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
}

fieldset p {
	clear: both;
	font-size: 1em;
}

fieldset fieldset {
	margin: 5px 0 0 0;
	border: none;
}

fieldset legend {
	padding: 0 5px 10px 5px;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #111;
}

fieldset .error {
	background:#faeaea;
}

fieldset ul {
	margin-left: 3em;
	font-size: 1em;
}

fieldset label {
	width: 160px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset legend {
	width: 110px;
	margin: 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset label {
	width: 120px;
	padding: 3px 10px 0 0;
	font-weight: normal;
}

fieldset label {
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

fieldset input, fieldset select, fieldset .right {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

fieldset textarea {
	display: block;
	float: left;
	width: 225px;
	height: 160px;
	margin: 0 0 5px 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

.fullwidth {
	display: inline;
	width: 300px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: left;
}

.inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.indent {
	display: inline;
	margin: 3px 0 0 170px;
}

fieldset br {
	clear: both;
}

fieldset .submit {
	margin: 0 0 0 170px;
}

#formbutton {
	display: inline;
	margin: 0 0 0 170px;
}

.multioptions label {
	font-weight: normal;
}

