/* *************************
  Making History: The Discipline in Perspective
  Institute of Historical Research (IHR)
  http://www.history.ac.uk
  
	Print style sheet (inherits mainstyle.css styles from @import declaration)
	
	Hides the main navigation menu overrides the mainstyle.css styles and adjusts
	the width of the body/content areas so they are fluid (for the printed paper size). 
		
  Last Modified: 26 August 2008
*/


/* *************************
 Styles to easily obscure/show any non/printable elements
*/
.noprint, #breadcrumbs {
	display: none;
}
#title_print {
	display: inline;
}


/* *************************
	Re-jigged print page Layout styles
*/
body {
	font-family: Times, serif;
	font-size: 14pt;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead .content {
	font-size: .8em;
	height: 92px;
	padding: 0px;
	background-image: none;
	border-bottom: 2px solid #B69B83;
}
#wrapper {
	margin: 3px auto;
	background-color: #FFFFFF;
	width: auto;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#right {
	width: auto;
	float: none;
}
#right .content {
	padding: 10px 15px 10px 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 12px 0 0 0;
	width: auto;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 74px;
	font-size: 0.7em;
}
#footer .content {
	margin: 2px;
	padding: 0 20px 0 0;
	border-top: 2px solid #B69B83;
}

