
/* =----------------------------------------------------------------------------------

ICAR - Print Style Sheet

Version:	27th March 2008

author: 	Ben Holliday

email: 		ben.holliday@tincan.co.uk

--------------------------------------------------------------------------------------*/



/* =------------------------------------------------------------------------

Layout

----------*/

#container {
 	text-align:left;  
	width: 100%;
}

#header {
	border-bottom: 1px solid black;
}

#mainNavigation, #altNavigation, #subNavigation, #secondaryContent, #footer   {
	display: none;
}

#content {
	width: 100%;
}

#mainContent {
	width: 100%;
}

#skip {
	display: none;
}

#prevNext, #print, #bookmarks, #sectionNavigation {display: none;}


/* =------------------------------------------------------------------------

Typography

----------*/

body {
	font: 62.5%/16pt Arial, Helvetica, sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
		color: #000000;
}

h1 {
	font-size: 3em; 
	font-weight: normal;
	line-height: 1.6em;
}

#header h1 {font-size: 6em;}

h2 {
	font-size: 2.5em;
	font-weight: normal;#
	line-height: 1.6em;
}

h3 {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.6em;
}

h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
}

p, li {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
}

#header p {font-size: 3em;}

/* */