
/* This stylesheet (C) Trevelyan School. (P) Barry Darvill */

/* Standard tags *************************************************************/

hr {
	color: #cc0000;
	background-color: transparent;
	height: 1px;
}

td {
	line-height: normal;
	padding: 0.5em 1em 0.5em 0.5em;
}

.border td { 
	border: 1px solid #999999;
}

a {
	text-decoration: none;
}

a:link {
    color: #990000;
}

a:visited { 
	color: #660000; 
}
	
a:active {
	color: #ff0000; 
}

a:hover { 
	background-color: #cccccc;
	}
	
a img { 
	border: 0px; 
}

p {
	margin-bottom: 0.5em;
	line-height: 150%;
}

q {
	font-style: italic;
}
	
q:before { 
	content: open-quote 
}
	
q:after { 
	content: close-quote 
}

ul, ol, dl {
    line-height: 1.5em;
    margin-bottom: 1em;
}

ul { 
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url('_screen/bullets/bullet.gif');
}

ol {
}

li { 
	margin-bottom: 0.1em; 
}
	
dt { 
    font-weight: bold; 
    margin-bottom: 0.1em;
}

dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 1em 0em 0.8em 0em;
    font-weight: normal;
}

h1, h2 {
    color: #666666;
}

h3, h4 {
    color: #666666;
}

h4 {
    font-weight: bold;
}

h5, h6 { 
    color: black;
    font-weight: bold;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }	
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em;  }

h1#title {
	color: #666666;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 0em;
}

.hidden {
	display: none;
}

.pagepad {
	height: 20ex;
}

/* Layout ********************************************************************/

body {
	position: relative;
    font-family: sans-serif;
	height: 100%;
	color: black;
	background-color: #999999;
}

#page {
	position: relative;
	color: #000000;
	background-color: white;
    font-size: 0.9em;
	border: 1px solid #cc0000;
	border-top-color: #ffffff;
	margin-left: 16px;
	margin-right: 16px;
}

div#badges {
	text-align: right;
	font-size: 70%;
	color: #333333;
	padding: 16px;
	padding-top: 8px;
}

#badges ul {
	list-style-image: none;
	list-style-type: none;
}

#badges li {
	display: inline;
	margin-left: 4px;
}

#badges img {
	vertical-align: text-top;
}

/* HEADER ********************************************************************/

div#header {
	position: relative;
	padding: 0px;
	margin: 0px;
}

div#header-m {
	position: relative;
	padding: 0px;
	margin: 0px;
}

div#header-f{
	position: relative;
	height: 198px;
	height: 174px;
	padding-top: 1em;
	margin-bottom: 24px;
}

div#header_homelink {
	margin-left: 41px;
	background-image: url('_screen/logo/main.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#header_homelink img {
	width: 120px;
	height: 100px;
}

#header_homelink a:hover {
	background-color: transparent;
	border: none;
}

#header_adverts {
	position: absolute;
	top: 1em;
	right: 32px;
}

#header_adverts ul {
	position: relative;
	right: 0px; 
	width: 100%;
	background-color: transparent;
	list-style-type: none;
	list-style-image: none;
}

#header_adverts li {
    float: right;
	margin-left: 16px;
}

#header_adverts img {
	vertical-align: bottom;
}

#header_adverts a {
}

#header_title {
    position: relative;
	width: auto;
	color: #cc0000;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 200px;
	margin-right: 470px;
}

div#header_navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 8px;
	width: 100%;
    font-size: 0.9em;
	font-weight: normal;
	background-color: transparent; 
	background-position: bottom left; 
	background-image: url('_screen/navbar/global_navigation.png'); 
	background-repeat: repeat-x; 
}

#header_navigation ul {
	float: left; 
	width: 100%;
	margin: 0px;
    font-size: 100%;
	background-color: #cc3333;
	background-image: url('_screen/navbar/global_navigation_ul.png'); 
	background-position: center;
	background-repeat: repeat-x;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

#header_navigation li {
    position: relative;
    float: left;
    width: 10.8%; 
    border: none;
    padding-top: 1px;
    padding-bottom: 1px;
	border-right: 1px solid #999999; 
}

#header_navigation a,
#header_navigation span {
    position: relative;
    display: block;
    width: 100%;
	padding: 0.5em 0em;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	border: none;
	background-color: transparent;
	color: #ffdd00;
}

#header_navigation a:hover {
	background-image: none;
	background-color: #ffdd00;
	color: #cc0000;
}

/* CONTENT *******************************************************************/

#content {
	position: relative;
	clear: both;
 	height: 100%; 
}

/* MAIN PAGE AREA ************************************************************/

#main {
	margin: 0px 0em 2px 210px;
	padding: 0em 32px 1em 0em;
	color: inherit;
	background-color: transparent;
    border-style: none;
/*	line-height: 300%; */
}

#main a {
}

#main a:hover {
	border-bottom-style: solid;
}

#main ul,
#main ol {
	margin-left: 2em; 
}

#narrative {
	padding: 0em 0em 0em 0em;
	text-align: left;
}

#narrative a {
	border-bottom: 1px dashed #999999;
}


/* FOOTER ********************************************************************/

div#footer {
	clear: both;
	padding: 1em 0em 0em 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #999999;
}

#footer img { vertical-align: text-top; }

#awards ul {
	list-style-image: none;
	list-style-type: none;
}

#awards li {
	display: inline;
	margin-right: 16px;
}

#awards img {
	vertical-align: text-top;
}

#strapline {
	float: right;
	color: #cc3333;
	font-weight: bold;
	padding: 1em;
	padding-right: 32px;
}
	
/* SIDEBAR  ******************************************************************/

#sidebar {
	position: relative;
	top: 0px;
	left: 0px; 
	float: left; 
	width: 190px;
	color: gray;
	font-weight: normal;
}


/* CONTROLS ******************************************************************/

div#controls {
	width: auto;
	margin-top: 3em;
	font-size: 0.9em;
	color: #666666;
}

#controls ul {
	list-style-type: none;
	list-style-image: none;
}

#controls li {
}

#controls a {
	margin-left: 1em;
	color: #999999;
}

#controls a:hover {
	color: #666666;
}

.controls_gadget {
	padding-left: 1em;
}

.controls_admin a {
	color: #cccccc;
}

/* LOCAL NAVIGATION */

div#local_navigation {
	position: relative;
	padding-bottom: 8px;
	width: auto;
	font-size: 0.9em;
	font-weight: normal;
	background-color: transparent; 
	background-position: bottom left; 
	background-image: url('_screen/navbar/local_navigation.png'); 
	background-repeat: repeat-x; 
}

#local_navigation ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
    font-size: 1em;
	background-color: #ffffff;
	list-style-type: none;
	list-style-image: none;
}

#local_navigation ul li {
	position: relative;
    display: block;
    width: 100%;
	height: auto;
	background-color: transparent;
	background-image: url('_screen/navbar/local_navigation_li.png'); 
	background-position: top left;
	background-repeat: repeat-x;
}

#local_navigation ul li a,
#local_navigation ul li span {
	position: relative;
    right: 0em;
    display: block;
	padding: 0.4em 0em 0.4em 1em;
	color: #666666;
	background-color: transparent;
}

#local_navigation ul li span.active {
	background-image: url('_screen/navbar/local_navigation_li_active.png'); 
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid #cc0000;
	color: #cc0000;
}

#local_navigation ul li a:hover {
	background-color: #ffdd00;
	border-right: 1px solid #cc0000;
	color: #cc0000;
}


/* ADVERT LIST ITEMS *********************************************************/

.adverts li {
	padding-bottom: 8px;
	background-position: bottom left; 
	background-image: url('_screen/adverts/img.png'); 
	background-repeat: repeat-x;
}

.adverts a {
}

.adverts img {
	border: 1px solid #cc0000;
	background-color: #ffffff;
	padding: 1px;
}

.adverts a:hover ,
.adverts img:hover {
	background-color: #ffffff;
}


/* EXTRAS BOX AND ILLUSTRATIONS **********************************************/

div.extra,
div.illustration {
	color: inherit;
	background-color: #ffffff;
	background-image: url('_screen/sections/extra_div.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	font-size: 90%;
	margin: 0em 0em 2em 2em;
	padding-bottom: 8px;
	clear: right;
}

div.extra {
	float: right;
}

.extra div ,
.illustration div {
	color: inherit;
	padding: 1em;
	background-color: transparent;
	background-position: left top;
	background-image: url('_screen/sections/extra.png');
	background-repeat: repeat-x;
	border: 1px solid #eeeeee;
}

.extra div  {
	width: 282px; 
}

.extra p {
}

.extra img,
.illustration img { 
	border: 1px solid #999999; 
	text-align: center; 
}

.extra img { 
	border: 1px solid #999999; 
	text-align: center; 
	margin-bottom: 0.5em;
}

p.caption {
	margin: 0em 1em 1em 0em; 
	font-style: italic;
}

/* LINKS *********************************************************************/

div#references {
	margin-top: 4em;
	padding-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #cccccc;
	font-size: 0.9em;
}

#references div {
	background-image: none;
	background-position: 0px 1em;
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0em;
	padding: 0em 0em 0px 32px;
	padding: 0em 2em 0px 0px;
	border: 1px solid #ffffff;
/*	float: left; */
}

#references div h3 {
	padding: 0em 0em 0.1em 0px;
	margin-bottom: 0px;
}

#references div ul {
}

#references p ,
#references div p {
	color: #666666;
}

div#contents {
/*	background-image: url('_screen/sections/contents.png'); */
}

div#links {
/*	background-image: url('_screen/sections/links.png'); */
}

div#also {
/*	background-image: url('_screen/sections/also.png'); */
}


/* SPECIAL SECTIONS **********************************************************/

div.special p,
p.special {
	color: inherit;
	background-color: transparent;
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 1em;
	padding: 1px;
	padding-left: 40px;
	padding-bottom: 16px;
	border: 1px solid #ffffff;
}

p.highlight {
	background-image: url('_screen/sections/highlight.gif');
	font-size: 90%;
}

p.artscollege {
	background-image: url('_screen/sections/artscollege.gif');
	font-size: 90%;
}

p.ofsted, div.ofsted p {
	background-image: url('_screen/sections/ofsted.png');
	font-size: 90%;
}

p.quote {
	color: inherit;
	background-image: url('_screen/sections/quote.gif');
	font-style: italic;
}

p.photos {
	color: inherit;
	background-image: url('_screen/sections/camera.png');
	font-size: 90%;
	height: 24px;
}

p.note {
	color: inherit;
	background-image: url('_screen/sections/note.png');
	font-size: 90%;
}

p.notready {
	background-image: url('_screen/sections/notready.png');
	padding-bottom: 4em;
}

p.attention { 
	color: inherit;
	background-image: url('_screen/sections/attention.png');
	font-weight: bold;
}

span.attention {
	border: 1px solid #990000;
	font-weight: bold;
	padding-left: 1ex;
	padding-right: 1ex;
}

.button {  
	border: 1px solid #666666 ! important;
	color: #000000 ! important;
	background-color: #cccccc ! important;
	border-left-color: #999999 ! important;
	border-top-color: #999999 ! important;
	text-decoration: none ! important;
	padding-left: 1ex;
	padding-right: 1ex;
}

p.writtenby {
	margin: 0.2em 1em 1em 0em; 
	font-style: italic;
	text-align: right;
	font-size: 80%;
}

div.toolbar { 
	background-color: #cccccc; 
	padding: 0.5em 0em 0.5em 1em;
	margin-bottom: 1em; 
}

.toolbar p { 
}

.toolbar a { 
	padding-right: 2em; 
	text-decoration: none; 
}
.toolbar img { 
	vertical-align: middle; 
}

p.graphic, img.graphic {
	font-size: smaller;
	font-style: italic;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 1em 0em;
	padding: 0.5em;
}

.smaller { font-size: 90%; }
.larger { font-size: 110%; }

.floatleft  { float: left !important ; }
.floatright { float: right !important ; }
.clearboth  { clear: both !important ; }
