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

	4th Street Training Print Styles
	http://4thstreettraining.com
	
	author: nGen Works
	http://ngenworks.com

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

body {
	margin: .5in;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
	
}

#nav,
#nav_util,
#content_secondary,
#foot ul {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}	

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
/* sifr */
	
.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;
}
