/**   Styles for "Print" Media
*     File: print.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2011-02-16 (by Nate Hanna)
* --------------------------------------------------------------
**/

* { background: #fff; color: black; }
body, html { font-family: georgia, times, serif; }
blockquote { font-style: italic; color: black; }

.printOnly { display: block; }

.hidden,
#hdrImg,
#topNavigation,
#sideBar,
.share_addThis,
#social_media,
#footerNav,
#accesskeys_anchor,
.has_print_logo #header #masthead,
#footer img {
   display: none;
}
   #footer div[id*="login"] { display: none; }

#header #masthead { border-bottom: 1px dashed #000;}/*, .has_print_logo #header #banner*/
   .has_print_logo #header #banner { padding-bottom: 15px; }

#header #masthead a {
    display: block;
    text-decoration: none;
    font-size: 1.8em;
    margin-bottom: 20px;
}

#breadcrumbs { 
   border: 1px dashed #666;
   border-left: 0;
   border-right: 0;
   padding: 10px 0;
   margin: 15px 0;
}

#footer { text-align: center; }
/** @group sIFR */
.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;
}
/* @end sIFR **/