/**
 *	WELL POLISHED
 *	Print CSS
 *	
 *	@pages		all
 *	@media		print
 *	
 *	@author		philthompson.co.uk
 *	@copyright 	2009 philthompson.co.uk
 *	
 *
 *	
 *	Table of Contents
 *	
 *	Colours
 *	Typography
 *	Hidden elements
 *	Borders
 *	
 */
 
 
/* Colours */
*{
	background: #FFF !important;
	color: #000;
}


h1, h2, h3, h4, h5, h6{
	color: #666;
}

/* Typography */

body{
	font: 12pt/16pt Arial, Helvetica, sans-serif;
}


p#tagline{
	font-size: 14pt;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.3;
}

li{
	line-height: 1.5;
}


/* Hidden elements */
.hide, 
object,
#logo a,
#logo span,
#menu,
#menu-global,
#flash-banner,
form,
div#commenting_rules,
#map-link{
	display: none;
}



/* Borders */
div#header,
div#content_container,
div#footer{
	border-bottom: 1px solid #DDD;
}

div#header{
	min-height: 0px;
}

#logo, #description{
	display: block !important;
}

/* Footer links */
div#footer a{
	color: #AC1A2F !important;
	text-decoration: underline !important;
}