/*============================================================

scoop.com | print styles

author: richard medek
last revised: 5.23.07
copyright: Scoop & NetContent, Inc.


This file overwrites screen rules for print use.
	
============================================================*/

/* overwrite superfluous elements */
	#nav_main, #sidebar, #member_banner, .module_options, .footer_links, h2 span img, .module_top, #calendar, .slider { 
		display: none; }

/* reset backgrounds and borders */
	.module, .module_inner, .module_bottom, .module_bottom div, .full_width, .full_width table, h2, h2 span { 
		background: none !important;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important; }
	
/* containers */
	#wrapper {
		margin: 0 auto;
		width: auto !important;
		max-width: 100% !important; }

	#header {
		position: static;
		top: auto;
		width: auto;
		height: auto;
		margin: 2em 0 1em 0; }

	#main_content {
		margin-left: 0 !important;
		padding-left: 0 !important; }
		
	#content {
	 	float: none !important;
	 	width: auto !important;
	 	margin-left: 0 !important;
		padding: 0;
	 	display: block; }

/* header */
	h1, #header p {
		font: normal 3em/1.2em times, "times new roman", serif; }

	#header p {
		font-size: 1.8em }

	#header h1 {
		width: auto !important;
		height: auto !important;
		color: #0A116D;
		float: none;
		background: none; 
		text-indent: 0;
		overflow: visible; }

	#header p, #header h1 a { 
		position: static !important;
		left: auto !important;
		top: auto !important;
		display: inline;
		color: #0A116D; }

h2 {
	font: bold 1.3em/2.1em verdana, arial, sans-serif;
	margin: 1em 0 !important;
	padding: 0;
	color: #000 !important;
	border-bottom: solid 1px #999 !important; }
