﻿/***
 _ _____ 
(_)  __ \
 _| |  | |
| | |  | |
| | |__| |
|_|_____/  irisDigital

    PRINT STYLESHEET

    The purpose of this style sheet is to provide a complete reset of styles for PRINT and provide a few basic classes.
   
    This stylesheet should be included on all pages and must be clean and clear for readablity. Images and colours should
    be kept to a minimum.

    @Authors
    Mark CHambers


    -[Contents]------------------------
    1. GLOBAL
        1.0 Resetting styles   
        1.1 Common classes
    -----------------------------------
***/

/* 1.0 Resetting styles */
body, #wrapper, #content, #container {
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);
}

.accessibility {
    display:none;
}

hr {
    display:none;
}

#logo {
    background:none;
    display:block;
    text-indent:inherit;
}

#tools, #nav, #menu {
    display:none;
}

body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }


a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline; }

/* this adds the HREF after the link, so readers can view the URL at a later date. */
a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
}

/* 1.1 Common Classes */
