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

/* Omitted sections **********************************************************/

div#header ,
div#sidebar ,
div.reference ,
div.toolbar { 
	display: none;
}

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

hr {
	color: silver;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
	padding-bottom: 0.5em;
}

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

table.border td { border: 1px solid silver; }

a ,
a:link ,
a:visited ,
a:active ,
a:hover { 
    color: black;
	text-decoration: none;
}
	
a img { 
	border: 0px; 
}

p {
	margin-bottom: 0.5em;
}

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

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

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

ul { 
    list-style-type: disc;
}

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;
}

.hidden {
	display: none;
}

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

body {
    font-family: serif;
	color: black;
	line-height: normal;
}

div#main {
	border-bottom: 1px solid gray;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

div#footer {
	clear: both;
	font-size: 80%;
}

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

div.extra,
div.illustration {
	color: inherit;
	background: white;
	text-align: left;
	font-size: 90%;
	margin: 0em 0em 2em 2em;
	padding-bottom: 8px;
}

div.extra {
	float: right;
}

.extra div {
	width: 282px; 
	color: inherit;
	padding: 1em;
	border: 1px solid silver;
}

.extra p {
}

.extra img,
.illustration img { 
	text-align: center; 
	margin-bottom: 8px;
}

.extra img { 
	border: 1px solid silver; 
}

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


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

p.special {
	display: list-item;
	list-style-type: square;
	margin-left: 2em;
}

p.highlight {
	font-size: 90%;
}

p.ofsted, div.ofsted p {
	font-size: 90%;
}

p.quote {
	color: inherit;
	font-style: italic;
}

p.photos {
	color: inherit;
	font-size: 90%;
	height: 24px;
}

p.note {
	color: inherit;
	font-size: 90%;
}

p.notready {
	font-weight: bold;
	padding-bottom: 4em;
}

p.attention { 
	color: inherit;
	font-weight: bold;
}

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

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

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

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