@import url("fragments/site-common.css");
@import url("fragments/site-template.css");
@import url("fragments/idx-dialog.css");
@import url("fragments/idx-quicksearch.css");
@import url("fragments/idx-signin.css");
@import url("fragments/idx-sidebar.css");
@import url("fragments/sidebar-ask-question.css");

@media print {
	
	/* Turn off Design Elements */
	#template-left-shadow, #template-right-shadow, #template-bottom-shadow, #site-ui-window { display: none; }
	#header-navigation, div.quick-search, #slideshow, #template-content-idx, #site-footer p.footer-links { display: none; }
	
	/* Un-indent Text As Backgrounds Text Elements */
	#header-title h1 { margin: 1em auto; padding: 0; float: none; width: auto; height: auto; background: none; text-indent: 0px; color: #000; border-bottom: 2px solid #aaaaa3; }
	#header-title h1 span { font-size: 65%; color: #888880; }
	#content h2.page-title { margin: .25em 0 .5em; height: auto; overflow: visible; background: none; padding: 0; font-size: 125%; color: #ff6000; }
	#content h2.page-title span { display: inline; }
	
}