/*
Print styles
*/

/** General **/

p, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote, form, fieldset, legend {

}

body {
	background: none;
	color: #000;
	margin: 0 1em;
	padding: 0;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

a img {border: none;}

#blackboard, #menu, #sub_menu, .scrollControlsY, #languages, #fs_slash, .print_page {
	display: none;
}

html>body #page #single_post.scroll {
	overflow-x: visible;
	overflow-y: visible;
	height: 100% !important;
}

html>body #page #single_post .contentEl {
	position: relative;
	overflow-x: visible;
	overflow-y: visible;
	height: 100% !important;
}

html>body #page #single_post .scroll {
	overflow-x: visible;
	overflow-y: visible;
	height: 100% !important;
}
