/*
Theme Name      University of St Andrews 2007 (Print)
Theme URI       http://www.st-andrews.ac.uk
Description     Print stylesheet which describes how the page is printed
Version         3.00
Author          gjms1
Last updated    Thursday 10 May 2007

================================================================================
    PAGE STRUCTURE
================================================================================
*/

body {
    background-color: #fff;
    color: #000;
    font-family: "Book Antiqua", Georgia, Times, serif;
    font-size: 12pt;
    }

body, #container, #header, #content, #footer {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    }

/* Prevent certain elements and areas of the screen from being printed */
span.hide, #header form, #header img[alt="University crest"], #directories, #menu, #sidebar, #footer a[title="Text-only view"] {
    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;
    }

#footer {
    border-top: 1px solid #000;
    font-size: 10pt;
    }

    #footer a {
    color: #000;
    text-decoration: none;
    }

/*==============================================================================
    HTML
==============================================================================*/

a {
    color: black;
    text-decoration: underline;
    }


/*==============================================================================
    REPLACED CONTENT
==============================================================================*/

/* Print URIs in full after link */
/* #content a:link:after, #content a:visited:after, #related_content a:link:after, #related_content a:visited:after {
    border: 0;
    color: #000;
	content: " (" attr(href) ") ";
	}*/

abbr:after, acronym:after {
	content: " (" attr(title) ") ";
    }
