/********************************
print style
Version: 29-08-05
*********************************/

body {
  background:white;
  width:100%;
  color:black;
  font: 12pt arial,Verdana,Sans-serif;
  }

#wrapper, #contentColumn {
   width: auto;
   margin: 0 ;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }


/* Things we hide
----------------------------------------------- */
#sitenav, #searchBox, #leftColumn, #navlist, .nav, #navigation, #siteToolsContainer, #breadcrumb, hr, #footer, .hide, .imgtext-table, .img, .csc-linkToTop { display: none !important;}

/* Titles
----------------------------------------------- */
h1 {
  padding:0 0 .1em;
  border-bottom:.5pt solid #000000;
  font:160%/1.2em Arial,Verdana,Sans-serif;
  color:#000;
  }
h2{
  font:140%/1.2em Georgia,Serif;
  margin:0 0 .5em;
  }
DIV.csc-menu-4 {
  font:140%/1.2em Georgia,Serif;
  margin:0 0 .5em;
  }
p.csc-abstract {
  font: 12pt arial,Verdana,Sans-serif;
  }

h3 {
  font:110%/1em Georgia,Serif;
  margin:0 0 .5em;
  }
h4 {
  font:100%/.9em Georgia,Serif;
  margin:0 0 .5em;
  }    

/* Links
----------------------------------------------- */
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
   }

#contentColumn a:link:after, #contentColumn a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#contentColumn a[href^="/"]:after {
   content: " (http://www.sas.ac.uk" attr(href) ") ";
   }


