/* @override file:///css/print.css */

/* 
	Evolve Media Print CSS
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: black;
	line-height: 1.5em;
}

img {
	border: none;
}

/* Don't show */

#nav,
#twitter,
#contact a.addthis,
#footer {
	display: none;
}

/* Logo */

#logo {
	margin: 0.5em;
}

/* Img Captions */

#content img {
	padding: 0 5px 0 0;
}

#content div.img_captions {
	float: left;
	font-size: 11px;
	color: #666;
	overflow: hidden;
}

#content div.img_captions img {
	display: block;
}

#content hr.clearer {
	display: block;
	border: none;
	clear: both;
}

/* Contact */

#contact {
	margin-top: 2em;
	font-size: 90%;
	color: #333;
	border-top: 1px dotted #444;
}
#contact h2 {
	font-size: 140%;
}

/* 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;
}
