/*@import 'screen.css';*/
/*
	----------------------------
	LAYOUT STYLES
	____________________________
*/
@media print{
	body{font-size:9pt;}
	h1,h2 { font-size: 14pt; }
	h3,h4,h5,h6,a { font-size: 10pt; }
	#masthead #mini-weather,#masthead #siteSearch,#nav,#header,#sideBar,#footer,#secondary{
		display: none;
	}
	#main-content{
		float: none !important;
		height:100%;
		width: auto;
	}
	#content{
		width: auto;
		height:100%;
		padding: 10px;
		margin: 0 5%;
		display: table-cell;
		line-height: 1.5em;
		background: none;
		float: none !important;
		overflow: visible;
		position:static;
	}
	div#intro div#banman_250x250 { display:none; }
	div#intro p { width:auto; float:none !important; }
	div.listing { float:none !important; display: inline; height:100%; width:40%; }
	div.listing span { display:inline; }
	div.listing p.functions { display:none; }
}
