
/** -------------------------------------------------------------------- **
							  Let's go to print. 
 ** -------------------------------------------------------------------- **/


/*	HIDDEN & REVEALED 
 *  -------------------------------------------------------------------- **/

.sy-title,
.site-navigation-top,
.site-navigation-sub,
.logo,
.google-search-form,
.notification-toggle,
.add-comment { 
	display: none !important; 
}

.peekaboo {
	position: static; !important;
}

.logo-for-print {
	display: inline !important;	
}



/*	TYPOGRPAPHY 
 *  -------------------------------------------------------------------- **/

body {
	font-family: Arial, "Gill Sans", sans-serif;
	font-size: 9.5pt;
	line-height: 15pt;			
	color: black; 
}

h1 { 
	font-size: 26pt;
	line-height: 30pt; 
}

h2 { 
	font-size: 18pt;
	line-height: 22pt;
}

h3 { 
	font-size: 14pt; 
	line-height: 18pt;
}

h4 { 
	font-size: 11pt;
}

.breadcrumbs {
	font-size: 8pt;
}

.running-text ul {
	list-style-type: disc;
	margin-left: 2em;
}

.running-text ul li {
	background: none;
	padding-left: 0;
}

thead th {
	color: black;
	background-color: #f5f5f5;
	font-weight: bold;
}


/*	LAYOUT 
 *  -------------------------------------------------------------------- **/
 
body {
	background-image: none;
	background-color: white;
}

.wrapped {
	margin: 10mm 15mm;
	width: auto !important;
}

.shadow {
	box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
}

.site-content,
.site-marginalia,
.tile {
	width: auto !important;
	float: none;
	clear: both;
}

.document-images li {
	display: none;
}

.document-images li:first-child {
	display: block;
}
