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


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

.sy-title,
.site-navigation-top,
.site-navigation-sub,
.logo,
.back-to-top,
.user-tools,
.site-footer,
.notification-toggle,
.add-comment,
.current-user-login-information {
	display: none !important; 
}

.peekaboo {
	position: static;
}

.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;
}

.main-col,
.aside {
	float: none;
}

a.link:link:after, a.link:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   color: grey;
}


/*	TOOLS 
 *  -------------------------------------------------------------------- **/

.wayfinder-location {
	color: #333 !important;
}
 
.toolbar {
	display: none !important;
}

.getintouch {
	border: 1px solid #888 !important;
}

.organisation-shortdescription blockquote {
	border-left: none !important;
	border-color: #888 !important;
}

.disclaimer {
	background-color: none;
	padding: 0;
}

/*  HELPERS
 *  -------------------------------------------------------------------- **/

.clear,
.clearing {
	clear: both;
}

/*	slightly enhanced, universal clearfix hack from
 	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
 
