/*
Title: Whitehorsestar.com print-css
Updated: January 24 2008
*/

/* What goes
----------------------------------------------- */

	#logo, #weather, #account, #toolbar, #menu, #sub-menu, .widget, .leaderboard, .google-adsense, .banner-ad, #archive-calendar, .paginator, .paginator-archive, .summary, .toolbar-archive ul, .add-comment, .story-comments, .comment-posted, .add-comment, #page-menu, .contact-form, #comment-form, #member-form, #subscribe-form, #footer {
		display: none;
		}
		
/* What stays
----------------------------------------------- */

	body {
		font-family: Arial, Helvetica, sans-serif;
		background: none;
		color: #000;
		line-height: 14pt;
		}
		
	a:link, a:visited {
		color: #2079C9;
		text-decoration: underline;
		}

	#wrap, #top-wrap, #content-wrap {
		width: 100%;
		background: none;
		}
		
	#wrap1 a:link:after, #wrap a:visited:after, #wrap a:link:after, #wrap a:visited:after {
		content: " (" attr(href) ") ";
		}
	
	h1 {
		margin-bottom: 8pt;
		font-weight: bold;
		font-size: 14pt;
		}
	
	h2 {
		margin-bottom: 8pt;
		font-weight: bold;
		font-size: 12pt;
		}
		
	h3 {
		margin-bottom: 8pt;
		font-weight: bold;
		font-size: 11pt;
		}
		
	h4 {
		margin-bottom: 8pt;
		font-weight: bold;
		font-size: 10pt;
		}
		
	.toolbar-archive h4 {
		margin-bottom: 8pt;
		font-weight: normal;
		font-size: 8pt;
		}
		
	h5 {
		font-size: bold 9pt;
		}
		
	p {
		margin-bottom: 4pt;
		font-size: 8pt;
		}