/*************************************************************************
	Highgate School
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	for 48 Fitzroy - http://www.48fitzroy.co.uk/
	MODULE: 	print.css
	PURPOSE:	rules for printers
*************************************************************************/

/* Reset browser 
*************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*Auto float clearing for compliant browsers
*************************************************************************/
#main:after,
#content:after,
#footer:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* Don't print these items
*************************************************************************/
#skip,
#banner ul,
#sidenav,
#sidebar,
#breadcrumb {
	display:none;
}

/* General Rules and classes
*************************************************************************/
body {
	color:#000;
	background:#FFF;
	font: normal 12pt/14pt "Times New Roman","Garamond","Adobe Garamond",serif;
}
.floatright {
	float:right;
	text-align:right;
}
.floatleft {
	float:left;
	text-align:left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}

/* Layout (sizes / floats / positions of main elements)
*************************************************************************/
#innerwrapper {
	width:80%;
	margin:0 10%;
}
#content {
/*	width:100%;*/
}
/* Content formatting
*************************************************************************/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font: normal 1em/normal "Times New Roman","Garamond","Adobe Garamond",serif;
	margin:0 0 1em 0;
}
#content p {
	margin:0 0 1em;
}
#content ul,
#content ol,
#content dl {
	margin:0 0 1em 1cm;
}
#content li {
	margin:0 0 0.6em;
}
#content h1 {
	font-size:2em;
	font-style:italic;
	margin:8mm 0 0.2em 0;
}
#content h2 {
	font-size:1.6em;
	font-style:italic;
	margin:1em 0 0.2em 0;	
}
#content h3 {
	font-size:1.4em;
	line-height:1.28em;
	margin:0 0 0.2em 0;	
}
#content img {
	display:block;
	width:100%;
	margin:8mm 0;
}
#content big {
	font: normal 1.4em/1.28em "Times New Roman","Garamond","Adobe Garamond",serif;		
}
a,a:link {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#666;
}
a:hover {
	color:#999;
}

/* Banner
*************************************************************************/
#banner {
	font: normal 1em/normal "Times New Roman","Garamond","Adobe Garamond",serif;
	padding:1cm 0 5mm 0;
/*	margin:0 0 1cm 0;*/
	border-bottom:2px solid #CCC;	
	page-break-after: avoid;
}

/* Footer
*************************************************************************/
#footer {
	clear:both;
	page-break-before: avoid;
	margin:0 0 1cm;
	padding:5mm 0 0;
	border-top:2px solid #CCC;
	font: normal normal 0.6em/normal "Times New Roman","Garamond","Adobe Garamond",serif;
}
#footer img {
	display:none;
}
#footer address {
	font-style:normal;
}
#footer p {
	display:none;
}

/* Video
*************************************************************************/
#content .video {
	margin:0 0 1em 0;
}
#content .video img {
	margin:0;
}

/* General table rules
*************************************************************************/
table {
	border-collapse:collapse;
	empty-cells: hide;
	width:100%;
	margin:0 0 1cm 0;
}
table caption {
	margin:0 0 4mm 0;
	font: normal normal 1.5em/1.6em "Times New Roman","Garamond","Adobe Garamond",serif;
	text-align:left;
}
table th {
	text-align:left;
	font: italic normal 1.2em/1.6em "Times New Roman","Garamond","Adobe Garamond",serif;	
}
tabel td {
	
}