/* -------------------------------------------------------------- 
 
	print.css

	Author: Paul Woods
	Date: Nov 07

	This is the print stylesheet for Wellington College. 

-------------------------------------------------------------- */

/* Main Styles
-------------------------------------------------------------- */

body {
	font-size: 100%;
	font-family: verdana,sans-serif;
	color:#333366;
}

p, ul, ol { font-size: 70%; font-family: verdana,sans-serif; line-height: 1.4em; }
ul ul, ol ol { font-size: 100%; }
p, ul, ol	{ margin-top: 0; margin-bottom: 0; }

/* Structure
-------------------------------------------------------------- */

#siteContainer { width:100%; }
#leftCol { display:none; }
#mainCol { width:100%; }

/* Links 
-------------------------------------------------------------- */

a:link,
a:visited,
a:active 	{ color:#6185eb; text-decoration: none; }
a:hover 	{ color:#52c6af; text-decoration: underline; }
.a { cursor:pointer }

/* Images 
-------------------------------------------------------------- */

img 								{ border: none; margin: 0; padding: 0; }

/* Tables
-------------------------------------------------------------- */

table { font-size: 70%; padding:10px;	}
table table { font-size: 100%;	}
table th { padding: 3px; background:#2f4789; color:#fff; vertical-align:top; }
table td { padding: 3px; background:#e3e5f9; vertical-align:top; }

/* Headings 
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:10px;
	font-weight: normal;
	}


h1 { font-family: Georgia, serif; font-size:200%; font-weight:bold; }
h2 { font-family: Georgia, serif; font-size:140%; font-weight:bold; }
h3 { font-family: 'Trebuchet MS', sans-serif; font-size:120%; }

h1#SiteTitle { font-family: 'Trebuchet MS', sans-serif; font-size:120%; }
h1#SiteTitle span { display:block; }
img#topBanner { display: none; }

p { padding:10px; }
ul, ol { padding:10px 10px 10px 35px; }