/******************************************
Include File: /assets/css/print/layout/base.css
Description: Base print layout to set up
normal functionality and paging
******************************************/
html, body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

body {
	margin: 3% 5%;
}

a:link, a:visited {
	background-color: transparent;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: " [" attr(href) "] ";
}

/*acronym:after, abbr:after {
	border: 0;
	color: #999;
	content: " [" attr(title) "] ";
	text-decoration: none;
}*/


/******************************************
Include File: /assets/css/print/layout/layout.css
Description: Base print layout, relevant
to the specific site. Remove unnecessary
elements from printing.
******************************************/
body {
	orphans: 4;
	widows: 4;
	width: auto !important;
}

.menu, .nonprinted, #section-header {
	display: none;
}

.section.main {
	float: none;
	width: auto;
}

.section.auxiliary, .section.tertiary {
	display: none;
}


/******************************************
Include File: /assets/css/print/color/palette.css
Description: Color palette for printing.
This will most likely turn the page to
black and white.
******************************************/
html, body {
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, p {
	color: #000;
}

a {
	color: #333;
}

pre, code, kbd, samp, tt, var {
	color: #666;
}

.copyright {
	color: #999;
}

#header {
	border-bottom: 2px solid #333;
}


/******************************************
Include File: /assets/css/print/typography/typography.css
Description: Print typography, preferably
set to serif fonts and better whitespace
for readability.
******************************************/
html, body {
	font: 95%/1.4 Georgia, Times, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2{
	font-size: 1.4em;
	line-height: 1;
	margin: 1.4em 0;
}

h3 {
	font-size: 1.3em;
	line-height: 1.1538;
	margin: 1.1538em 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 1.25em 0;
}

h5 {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
}

h6 {
	font-size: .8em;
	line-height: 1.875;
	margin: 1.875em 0;
}

p {
	line-height: 1.5;
	margin: 1.5em 0 0 0;
}

/* optionally indent following paragraphs */
/*
p + p {
	margin-top: 0;
	text-indent: 2em;
}
*/

ol, ul, dl {
	margin: .75em 0 .75em 1.5em;
}

ol ol, ol ul, ul ul, ul ol {
	margin: 0 0 0 1.5em;
}

li {
	margin: 0;
}

blockquote {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.6667;
	margin: 1.6667em 1em;
}
/* 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;
}

#header h1 {
	font-size: 1.6em;
}

#header h1 a {
	text-decoration: none;
}

#content {
	word-spacing: 2px;
}