/* Sense about Science - Print stylesheet */

/* Add all divs that need hiding on this line: */

#wrapper_leftcol, #leftcol, #content_right, #header, #wrapper_topnav, #wrapper_secnav, #wrapper_subnav, #midcol, #rightcol, #crumbs {display: none;}

* {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	
}

* div {
	float: none !important;  /* Fixes the 'one-page' Firefox bug */
	display: block;
	text-align: left;
	border: none !important;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
}

/* Add all divs that lead to the (and including) #content div: */

#content {
 	width: 60pc;
 	overflow: visible !important;  /* Fixes the 'one-page' Firefox bug */
}

#content_left {width: 60pc; /* set in picas for print-out of main content column copy */}

#main-content {width: 60pc; /* set in picas for print-out of main content column copy */}

body {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12pt;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a, a:link {border: none !important; text-decoration: underline; font-weight: bold !important; font-family: "Times New Roman", Times, serif !important;}

img {display: none;}

/* kill the sticky-footer; it screws with the print styles in FF */

html, body, #wrapper {height: auto; overflow: visible !important;} /* Fixes the 'one-page' Firefox bug */

body > #wrapper {height: auto; overflow: visible !important;}  /* Fixes the 'one-page' Firefox bug */

#stickyfooter {
	position: static;
	display: none;
}
