/**
 * Print CSS for w3pedia section
 */

@media print {

	a[href]:after {
		content: "" !important;
	}

	#w3pedia-public-header-search-button,
	#search-open-container,
	#static-image-header,
	#header, #footer, #fotolia_bg, span.splash-details, 	/* Remove header, footer and Fotolia splash */
	#divDebugConsole, #db_profile, .db_profile_spacer, #txmt_controls, .development /* Remove DEH panel, database profile and spacer blocks, textmate controls, dev sticky notes */
	#res_panel_intro .res_actions, /* hide menus */
	#print_link /* Hide print link */
	{
		display:none;
	}
	


	#w3pediafooter {
		text-align:center;
	}

	td.book_icon {
	    vertical-align: top;
	}
	
	#res_books_and_answers .description {
		padding-bottom: 5px;
	}

	#res_panel_intro {
		/* Forget min height of left menu panel */
		min-height: 0;
		width: 100%;
		margin-left:25mm;
	}

	/* Line title up with article, see #8526 */
	#w3pedia_editable_title {
		margin-left: 92px;
		padding-top: 37px;
	}

	#breadcrumbBanner {
		margin-bottom:10px;
	}

	/* No longer need to float menu */
	#res_panel_intro .fixed {
		position: static;
		width: 100%;
	}

	/* Show hide for content that is actually different in print mode (e.g. mod date) */
	#res_panel_intro .screen { display: none; }
	#res_panel_intro .print { display: show; }



	#res_container #res_central_column {
		/* Bring main container under left panel */
		float: none;
		clear: both;

		/* As per #8526 */
		padding-left: 25mm;
		padding-right: 25mm;
		max-width: 100%;
	}
	
	/* Need to remove px width at this level too */
	#res_panel_content {
		width: 100%;
	}

	/* Turn off Flyerlink L and R borders */
	#wrapper {
		border: 0;
	}

	#content #main {
		width: auto;
	}

	/*
	If there are any x-browser issues, setting some of these may help - they
	all seem to be okay in FF and Chrome.
	@page {
		size: A4 portrait;
		margin: 25mm 25mm 25mm 25mm;
	}

	#res_container {
		margin: 0;
		padding: 0;
	}

	#content #main {
		margin: 0;
		padding: 0;
	}
	*/
}
