/*------------------------------------------------------------------
--------------------------------------------------------------------
	CSS: print.css
--------------------------------------------------------------------
-------------------------------------------------------------------- */


body {
	font-size: 11pt;
	font-family: "Hoefler Text", "Georgia", "Times New Roman", Times, serif;
	text-align: justify;
	margin: 5%;
	color: #333;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 3pt 0;
	font-family: "Trebuchet MS", "Gills Sans", Helvetica, Arial, sans-serif;

}

h1 {
	font-size: 16pt;
	line-height: 18pt;
}

div#topbar, div#recent, div#sponsors, div#chooser, div#subheader, div#menu, div#skip, hr.hide, div#utility, div#adv, div#post, div#comments, div#spalla, p#top, p#counter, div#posted p span, div#footer ul, div#footer p.credits, div#rightcol {
	display: none;
}

div#wrapper, div#container, div#main {
	width: auto; 
	padding: 0; 
	border: 0;
	float: none !important;
	color: #000; 
	background: transparent;
}	

div#container {
	margin: 0 10%;
}

a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

div#header {
	text-align: right;
	font: italic 14pt "Arial Black", Arial, san-serif;
}

div#header h1 { border-bottom: 2px solid #666; 	padding: 5px;}

div#header a:link, div#header a:visited {
	font-weight: normal;
	text-decoration: none; 
}
