/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   PORTED:  Stuart (thebombsite.com)
   DATE:    2006.03.19
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/

body {
	font: 400 12pt verdana, arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

h1 {
	margin-top: 30px;
	font-size: 18pt;
	border-bottom: 1px solid #999999;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4, h5, h6 {
	font-size: 14pt;
}

acronym {
	border: 0;
}

a {
	color: #DD0000;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Don't display these elements since they're not useful on paper */
#header, 
#mainMenu,
#nav,
.sideMenu,
.right,
.pQuote,
#footer,
p.article_meta {
	display: none;
}
/*
h1#site-name,
p#site-slogan {
	display: block;	
}
*/

div.logo {
	display: inline;
}

#content {
	width: auto;
	margin: 0 8% 0 8%;
	padding: 0;
}