/* @option user-selected title bar height and position */

#titleDropShadow {
	display: none;
}

#titleBarGradient,
#headerBar {
	display: none;
}

@media print {
	#titleDropShadow,
	#titleBarGradient {
		display: none;
	}
	
	#headerBar,
	#siteLogo,
	#siteTitle a,
	#titleWrapper,
	#titleWrapper h1 {
		position: relative;
		height: auto;
		line-height: 1.25em;
		top: auto;
		left: auto;
	}
}