/* print CSS document for PFRA */
@import url(screen.css);
body {background:#fff;}
/* turn off elements that aren't required for print */
div#nav, div#search, div#footer, div#right, div#left, div#quicklinks {display:none;}
/* knock out background images */
div#wrapper, div#contentholder {background-image:none !important;}

/* remove floats and change widths */
div#wrapper, div#contentblock, div#contentholder, div#content, div#header, div#headerinner, div#logo, div#crumbs {width:auto !important; float:none !important; padding:0 !important;}

/* visual styling changes - take into account that background images are not printed by default */
div#header {margin:0; !important;}
div#headerinner {min-height:1px !important;}
div#logo h1 {font-size:2.2em; padding:10px 0;}
div#logo h1 a {background:none !important; text-indent:0px; width:auto; height:auto; display:block;}

div#crumbs {border-bottom:2px solid #A3238E; padding:0 0 10px 0; background:none !important;}
div#crumbs p {padding:10px 0 10px 0; float:none !important; width:auto !important;}
div#crumbs p.newsfeed {display:none;}
div#contentblock {border-left:none; padding-top:23px !important;}

/* landing page */
div#contentblock.landing div.pagetitle {height:auto !important; background:none !important; margin:0;}
div#contentblock.landing div.pagetitle h2 {background:#fff; color:#000; padding:0; display:block; position:relative; bottom:0px; left:0px; margin:0;}

/* home page */
.home div#content, .home div#news, div.newsitem, div.newsitem h3, div.newsitem h4, div.newsitem p.date {width:auto !important; float:none !important; padding:0 !important;}
.home div#content {border-right:none; min-height:1px; margin-bottom:40px;}
.home div#content h2, .home div#news h2 {background:none; color:#403170; padding:0; font-weight:normal; font-size:1.5em;}
.home div#news {border-left:none;}
.home div#content p {padding:0;}
.home div#content img {display:none;}
.home div#content div.didyouknow {display:none;}
.home div#content div.block {display:none;}
div.newsitem h3, div.newsitem h4 {border-left:none;}