
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
Extensive modification from above original file...
----------------------------------------------------------------------- */

/* print.css */
body {
    background:none;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
	line-height:1.5;
}

#header #banner {
    background:none;
}

.clickable-logo {
	top:-5px;
}

.container {
	background:none;
}

.j-container {
	background:none;
	min-height:6em;
}

hr {
	background:#cccccc;
    border:none;
    color:#cccccc;
	height:2px;
	margin:2em 0;
	padding:0;
    width:100%;
}

hr.space {
	background:#ffffff;
	color:#ffffff;
}

code {
	font-family:"Courier New", Courier, monospace;
	font-size:0.9em;
}

img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}

a img {
	border:none;
}

p {
	margin:0 0 0.5em!important;
    padding:0!important;
}

p img.top {
	margin-top:0;
}

blockquote {
    font-size:0.9em;
    font-style:italic;
    margin:1.5em;
	padding:1em;
}

.small {
	font-size:0.9em;
}

.large {
	font-size:1.1em;
}

.quiet {
	color:#999999;
}

.hide {
	display:none;
}

a:link, 
a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}

#content {
	border-bottom:solid 2px #333333;
	margin-bottom:10pt;
}
/* ===== Hide a bundle of stuff from the print routine ===== */

/* Specific ids... */
#blurbeditpreview,
#blurbeditconfirm,
#blurbremoveconfirm,
#blurbeditspacer,
#footer .smallprintlinks,
#hiddenContext,
#navbar,
#OAS-Top,
#OAS_Right,
#searchBox,
#topnav {
    display:none !important;
}

/* More general classes... */
.access-options,
.addtofavourites,
.facetsbox,
.footerlinks,
.hiddenblurbsvalues,
.hiddenjsdiv,
.paginator,
.perpageoptions,
.searchDiv,
.showhide,
.showhideall,
.sidebar,
.tabset,
.toplink {
	display:none !important;
}

/* ===== Hide a bundle of stuff from the print routine ===== */

#printondemand_help,
#html-body .menuButton,
#html-body .dropDownMenu {
	display:none !important;
}

/* search page not laying out inline */

#searchresultspage .odd, #searchresultspage .odd {
	width:100%;
	float:left;
}
#searchContent.publistwrapper {
	width:100%;
	margin-left:0px;
	float:left;
}
.odd, .even {
    list-style:none;
}
.odd a, .even a {
	display:inline-block;	
}
.list-meta-container {
	display:inline-block;
	 vertical-align:top;
	 margin-top:0px;
}
ul.flat.metadata li {
	list-style:none;
	margin-left:0px;
}
#searchresultspage .browseItemTitle {
	margin-top:0px;
}