/* =----------------------------------------------------------------------------------

Hartlepool Now -  Print Style Sheet

Version:	1.0 - Last Updated 28th October 2008

author: 	Ben Holliday

email: 		ben.holliday@tincan.co.uk

--------------------------------------------------------------------------------------*/

/* Typography */

body {
	font: 62.5%/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #000000;
}

h1 a{
	font-size:34px;
	font-weight:bold;
	text-decoration:none;
}

h2 {
	font-size:28px;
	font-weight:bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}
	
h4 {
	font-size: 18px;
}

p, li {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

/* layout */

#header {
	border-bottom: 1px solid #000;
	padding: 1.5em 0;
	width: 100%;
}

#mainContent, #quotation {
	border-bottom: 1px solid #000;
	padding: 1.5em 0;
	width: 100%;
}

#footer{
	padding: 1.5em 0;
	width: 100%;
}

#search, 
#accessibility, 
#toolkit, 
#mainNavigation, 
#subNavigation, 
#breadcrumbs,
#subContent,
#information,
#credits{display: none;}

#gallery,
#featured li,
.featuredLinks li,
#footer ul li,
.sitemap ul li{ list-style: none;}

#skip a, #gallery li a{display: none;}


