/* 
Project: Ascend
Filename: print.css
Date: August 2009
Author: Simon McFarlane [simon.mcfarlane@mwadesign.com]
*/



body {
	font-family: arial, verdana, sans-serif;
    }
	
	
body h1{
	font-size: 150%;
	margin-bottom: 15px;
	}
	
body h2{
	font-size: 150%;
	margin-bottom: 15px;
	}
	
	
body h3{
	font-size: 130%;
	margin-bottom: 15px;
}		
	
	
body h4,
body h5,
body h6{
	font-size: 120%;
	margin-bottom: 15px;
}


body p{
	margin-bottom: 10px;
}


body ul{
	list-style: disc !important;
	padding-left: 15px;
	margin-bottom: 10px;
}


body ol{
	list-style: decimal !important;
	padding-left: 15px;
	margin-bottom: 10px;
}



body ol li{
	list-style: decimal !important;
	padding-left: 15px;
	margin-bottom: 10px;
}


body ul li{
	list-style: disc !important;
	padding-left: 15px;
	margin-bottom: 10px;
}


#logo a{
	color: #000;
	text-decoration: none;
	}

ul.disguise,
#navigation,
#headerLinks,
#sideBar,
#content .blocks,
#subNav,
#content .community,
#preFooter,
#footer .footerNav{
	display: none;
}


#footer{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;	
	}