/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : CSS for print
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the main print stylesheet


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
body
{
	background:none !important;
	font-size:100%;
	margin:0;
	padding:0;
}
body *
{
	background:none !important;
	color:#000 !important;
}
#header,
#footer,
.sidebar
{
	display:none;
}
#content
{
	padding:0;
}
#content .main
{
	float:none;
	padding:0;
	width:auto;
}
h2#title
{
	border:none;
	font-size:120%;
	height:auto;
	margin:0;
	text-indent:0;
}
h2#title span
{
	display:inline;
	height:auto;
}
ul
{
	list-style:square !important;
}
ul li
{
	margin:0 0 0 25px !important;
	padding:0 !important;
}