/* -----------------------------

Title : print.css
Author : Erickson Barnett
URL : 

Description :
Created : 
Modified : 

----------------------------- */

/* -----------------------------

Title : print.css
Author : Erickson Barnett

----------------------------- */


/* uncomment the rule below and add any id which you do not want to print */
 #mainnav, #sidebar, #message, #mininav, .more, #flash, .service-list, #secondary-content, #filmstrip, .meta, #comments, #post-comment, #footer-links  {
	display: none;
} 

img a, img, a {
    border: none;
}

p, li, dd, dt {
    font-size: 12px;
    font-family: Georgia, serif;
    color: #000;
}

h1 {
    font-size: 18px;
    font-family: Georgia, serif;
    color: #004768;
}

h2 {
    font-size: 16px;
    font-family: Georgia, serif;
    color: #de6000;
}

h3 {
    font-size: 14px;
    font-family: Georgia, serif;
    color: #073a5e;
}

.pullquote {
    font-size: 140%;
    padding: 20px 40px;
    margin-right: 40px;
    margin-left: 40px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #666;
    text-align: center;
    letter-spacing: 1px;
}



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

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

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