@charset "utf-8";
/* CSS Document */

/* This stylesheet overrides all other style sheets when printing a page */

/* Items using class='print_only' will only appear when printing ie. Special Print Page Header & Footer */
/* This works because we define this class in screen.css as display:hidden */

.print_only {
	display:block;	
	margin: auto;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto; 
	float: none;
}
/* print heading styling */
.print_only .logo {	
	float:left;
}
.print_only .tagline {
	padding-left:20px;
	padding-top:10px;
	float:left;
	font-size:120%;
}
.print_only hr {
	border: 1px solid #000;
}

/* hide the following content when we are printing a webpage */
#desktop_header, #mobile_header, #mobile_menu, #mobile_collapse_nav, #desktop_tagline, #desktop_footer, #mobile_footer, #feedback_random, #responsive_slider {
	display: none;
}
