
/* ----------------------------------------------
aidanfield - Print Stylesheet
--------------------------------------------- */
body {
color:#000000;
font:12px/18px arial, helvetica, sans-serif;
}

p { margin:14px 0; }

a { color:#000; }
a img { border:none; }

h1 { font-size:20px; margin:14px 0; }
h2 { font-size:18px; margin:14px 0; }
h3 { font-size:16px; margin:14px 0; }
h4 { font-size:14px; margin:14px 0; }
h5 { font-size:12px; margin:14px 0; }
h6 { font-size:11px; margin:14px 0; }



/* --- Layout ------------------------------ */
#accessibility, #banner, #nav, #footertext, #contentright, #sideNav, #contentleft{
display:none;
}
.printonly {
display:block;
}
.screenonly {
display:none;
}

#print-logo{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#5a5a5a;
/*background-image:url(../img/banner-print.jpg);
background-position:left-top;
background-repeat:no-repeat;
height:139px !important;*/
}