/*
 * Richmond Pharmacology - Trials4us - Phase II recruitment
 *
 * Style sheet: print.css
 * Styles for printing
 * Read by all CSS browsers for 'print' media
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */


/*
 * Hide sections that shouldn't be printed
 */

hr, #page-skip-links, #page-navigation, #page-search-area, #page-top-link {
  display: none;
}


/*
 * Header
 */
 
#page-intro {
  text-align: right;
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: solid thin #666;
}

#page-intro a {
  display: block;
  margin: 0 0 0.33em 0;
  font-size: 167%;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
}

#page-intro span {
  display: block;
  font-size: 85%;
}


/*
 * Footer
 */

#page-footer {
  text-align: right;
  font-style: italic;
  margin: 1em 0;
  padding: 1em 0 0 0;
  border-top: solid thin #666;
}

#page-call {
  display: none;
}

