/* ===================================================================================
     Open Objects CSS Framework - Print Stylesheet
     A stylesheet for enabling pages to display better upon printing
   =================================================================================== */

/** Set the sections you wish to not be shown here **/
#oo-header,
#oo-footer,
.oo-sidebar,
#searchwrapper,
.hide,
.noprint,
#breadcrumb,
.printrecord,
.to-top-link,
.no-label dt,
.hit-links,
.map-link
{ display:none; }

h1, h2, h3 { line-height: 1.8em; clear: both;}

.noprint {display:none}

body {
  line-height: 1.5em;
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
  color:#000;
  background: none;
  font-size: 75%; /** Sets default font size to 12px, which is 75% of the default text size of 16px **/
}

#oo-header-print {
	padding-top: 50px;
}

code { font: 0.9em "Courier New", Monaco, Courier, monospace; }

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr {
  background:#ccc;
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

dl {margin: 0 0 0 20px; clear: both;}
dd {margin: 0;}
dt {float: left; margin-right: 1em;}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size: 0.9em;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/** On standards compliant browsers, the follow will show the URL for any links after that link.  Comment out to disable **/
/** a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
} **/

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
/* a[href^="/"]:after {
  content: " (http://www.openobjects.com" attr(href) ") ";
} */

.spacer {clear: both;}
