/*--------------------------------------------------------------
PRINT.CSS | Print Stylesheet
--------------------------------------------------------------*/

@import url("reset.css");
@import url("typography.css");
body
{
font-size: 10pt;
margin: 0 5%;
background: white;
color: black;
}
#PrintLogo
{
margin: .75em 0; /* 0.75 x 12px = 9px */
}

/* Typography (To clean up)
--------------------------------------------------------------*/
a:after
{
content: " (" attr(href) ") ";
font-size: 90%;
font-style: normal;
}
a[href^="/"]:after
{
content: " (http://www.thehook.org.nz" attr(href) ") ";
}
a[href^="#"]:after
{
content: "";
}
a.fullurl:after, a.email:after, .tags a:after, #TOC a:after
{
content: "";
}
a.image:after
{
display: block;
}
hr, #TOC, .imageholder, .image img, .storyinfo
{
border-color: #999;
background: none;
}
dfn, abbr, acronym
{
border: none;
}
dfn:after, abbr:after, acronym:after
{
content: " (" attr(title) ") ";
font-size: 90%;
font-style: italic;
}

/* Hidden Elements
--------------------------------------------------------------*/
#SkipLink, #Masthead, #HeaderMenu, #Search, #MainMenu, #Breadcrumbs, #Article .separator, #StoryFeed, #CommentsFeed, .pagination, .bookmarks, #Tools, #Story #Top, #PostComment, #Aside, #SiteSponsors, #Footer h2, #FooterMenu, #Footer .w1, #PreviewMessage, #Comments form, .actionLinks
{
display: none;
}

/* Article
--------------------------------------------------------------*/
#Article h2
{
border-bottom: 1px solid #999;
margin-bottom: .6em;
}
#Story h2 {
border: 0;
}
.storymenu, .sources, .books, .newspapers, .maps, .websites, #PageComments
{
padding-top: 0;
}
.storymenu li, .sources li, .books li, .newspapers li, .maps li, .websites li, #PageComments li
{
padding-bottom: 0;
}
#PageComments p.info
{
color: black;
}

/* Footer
--------------------------------------------------------------*/

#Footer, #Story #Footer, #Category #Footer
{
clear: both;
padding-top: .75em;
border-top: 0;
}
.license, #Home .license, #Story .license, #Category .license
{
border: 1px solid #999;
background: none;
}