/* Stylesheet for Printing from Course Web Site */
/*Reset some things*/
h1, h2, h3, h4, p {margin:0;padding:0;}
/*Hide unnecessary things*/
ul#navigation, 
ul#courseinfo, 
div#subcontent dl.feeds, 
div#footer address span.validators,
div#special,
div#subcontent {display: none;}
div#header { position: absolute; width: 15%; font-family: Verdana, Arial, sans-serif;}
div#page-content { margin-left: 20%; }

/*Style some things*/
h1, h2, h3 { font-family: Verdana, Arial, sans-serif; }
h1 { font-size: 12pt; }
h3 { margin-top: .3in; }
p { margin: .1in 0 0 0; }
dd { padding-bottom: .4in; }
div#header p { font-size: 10pt; }
a {color: black; text-decoration: none; }
a:after { content: " [" attr(href) "] "; }
div#footer { margin-top: .2in; }
/*Fix any sIFR printing issues*/

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}