/*
Theme Name      PRINT University of St Andrews 2008
Theme URI       http://www.st-andrews.ac.uk
Description     Print stylesheet which describes how the page is printed
Version         4.9.1
Author          gjms1
Last updated    Monday 07 July 2008

================================================================================
    PAGE STRUCTURE
================================================================================
*/
.container {background:none;}
body {background:none;color: #000;font-family: "Book Antiqua", Georgia, Times, serif;font-size: 12pt;line-height:1.5;}
#footer {text-align: left;margin: 0;padding: 0;left: 0;}

/*==============================================================================
    REMOVE FROM PRINTED VERSION
==============================================================================*/

#skiptocontent {display: none;}
#topnavbar, #navglobal, #navsearch {display: none;}
#header form {display: none;}
#header img[alt="University crest"] {display: none;}
#navmain {display: none;}
#welcomeimage, #featurenav {display:none;}
#sidebar {display: none;}
p#footer-links {display: none;}

#menu, #homeLink, #flags, #header, #heroInner, #sectionLinks{display:none;}
.breadcrumbs{display:none;}


/*==============================================================================
    HEADINGS
==============================================================================*/

#header h1 a {color: #000;font-size: 24pt;margin-top: 0;text-decoration: none;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4, h5, h6 {font-size: 12pt;}

/*==============================================================================
    HTML
==============================================================================*/

a:link, a:visited {background:transparent;color: #000;font-weight:700;text-decoration:underline;}
a img {border:none;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
#content img {margin:1.5em 1.5em 1.5em 0;clear: both;}

/*==============================================================================
    CLASSES
==============================================================================*/

.box {border: 2px solid dimgray; padding: 12px;}
.box a, .box p {margin: 0;padding: 0;}
.box h3 {margin-top: 0;}
.hide {display:none;}
.large {font-size:1.1em;}
.small {font-size:.9em;}
.quiet {color:#999;}

/*==============================================================================
    REPLACED CONTENT
==============================================================================*/

/* Print URLs in full after link */
#feature1 a:link:after, #feature1 a:visited:after,#feature2 a:link:after, #feature2 a:visited:after, #feature3 a:link:after, #feature3 a:visited:after, #feature4 a:link:after, #feature4 a:visited:after, #rightHomeColOption a:visited:after, #rightHomeColOption a:link:after, #rightInnnerGenCol a:visited:after, #rightInnerGenCol a:link:after  {border: 0;color: #000;content: " (" attr(href) ") ";font-size:90%;}

#content abbr:after, #content acronym:after {content: " (" attr(title) ") ";}


