/**			http://bowdenweb.com	print media styles	http://bowdenweb.com/css/print.css			**/
body{background:#fff; font-size:12pt}
/** make a reset (and by reset i mean display:none) for everything you dont' need printed.....like your nav **/
ul#mainmenu{display:none}
div#wrapper, div#content{width:auto; margin:0 5%; padding:0; border:none; float:none !important; color:#000; background:transparent none}
div#content{margin-left: 10%; padding-top:1em; border-top:1px solid #930}
/** Display URL in Print Document because print docs dont have hypertext http://www.onextrapixel.com/2009/05/05/how-to-create-a-simple-print-css-for-your-site/ **/
a:after {content: " [" attr(href) "] "}
a:link, a:visited {background: transparent; color:#333; text-decoration:none}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px}
a[href^="http://"] {color:#000}

/** orphans: keep shit on the right page, as in start a new one, no cut-offs **/
/** {page-break-before: always} **/
/** {page-break-after:always} **/
/** {page-break-before:always} **/
/** {page-break-after:avoid} **/
/** {page-break-before:avoid} **/

/** widows - lines of text to display @ the top of the second page when splitting text over pages. **/
p{widows:3}

