/*** print style sheet ***/

/*** remove all navigation or unnecessary content ***/

a img{
	border: 0;
}

div#navigation, ul#breadcrumb, .hideContent, div#imageOptions, form, div#alphabetContainer, body#search div#largeContentHeader {
	display: none;
}

div#largeImagePopOver, div#blogPopOver {
	display: none;	
}

div#header form {
	display: none;
}

div#header ul {
	display: none;
}

div#header div#address {
	display: inline;
	float: right;
	font-weight: bold;
	font-size: 14pt;
}

div#header img {
	width: 75px;
	height: 75px;	
}

div#footer ul {
	display: none;
}

div#footer span#email {
	display: none;
}

div#footer span#copyright {
	float: right;
	clear: both;
}

div#rightHandNav {
	line-height: 0.3em;
	clear: both;
	float: left;	
}

div.rightHandNavBox ul li {
	line-height: 1.2em;
}

/*** changes the background transparency and margins of the main content ***/

div#wrapper, div#container {
	width:auto;
	border:0;
	margin:0 5%;
	padding:0;
	float: none !important;
	background:transparent;
}

h2 a {
	margin-right: 20px;	
}

h2 {
	font-size: 13pt;	
}
/*** ensures the background color is sensible, increases font size in pts.***/

body {
	background-color:white;
	font-size:11pt;
}

body img {
	clear: right;
}

/*** captions to be smaller font ***/
p.credits {
	font-size: 9pt;	
}

/*** makes sure all the links are the as prominent as possible for both black white printers and colour ***/

a {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

/*** landing page styles to be kept as a grid ***/

div.bodyTwoCol {
	width: 650px;
	float: left;
	clear:left;
}

div.twoColRowBox, div.twoColRowBoxEnd {
	width: 300px;
	margin:10px;
	float: left;
}
			
div.rowTwoCol {
	width: 673px;
	float: left;
	clear: both;
}

div.rowBox {
	width: 333px;
	float: left;
}

/*** education list of collection objects ***/

div.resultsContainer {
	clear:left;
	float:left;
	width:673px;
}

div.resultsRowContainer {
	float:left;
	width:673px;
}

div.resultsItem, div.resultsItemLast {
	float:left;
	padding-bottom:25px;
	padding-top:20px;
	margin-right: 20px;
	width:148px;
}

div.relatedObject, div.relatedObjectLast {
	line-height: 1em;
}

/*** hide popover information ***/

div#zoomifyPopOver, div#largeImagePopOver {
	display: none !important;	
}

/*** ***/

div.trumba {
	font-size: 11pt;
}
