/*--------------------------------------------------------------
PRINTPREVIEW.CSS | Print Preview Stylesheet

Colours used in this stylesheet
----------------------------------------------------------------
#999	| Grey
#A00	| Dark Red
--------------------------------------------------------------*/

@import url("print.css");
body
{
background: #FFF;
margin: 0;
padding: 0 5%;
}
.headerwrap
{
border: 0;
}
#PrintLogo, #Comments
{
position: static;
}
#Header, #Content, .main1, .main2, .main3, .main4, #Article, #Home #Article, #Story #Article
{
background: none;
width: auto;
margin: 0;
padding: 0;
float: none;
clear: none;
position: static;
}
#Title, #Comments li
{
color: #000;
}
#TOC
{
float: none;
clear: none;
margin-right: 0;
background: none;
}
#TOC ul
{
padding-left: 2em;
}
#TOC a
{
text-decoration: underline;
color: #A00;
}
.imageholder, .tags, #Footer, .footerwrap, .license
{
background: none;
}
ol.storymenu, .storymenu ul, .sources ol, .books ul, .newspapers ul, .maps ul, .websites ul, #PageComments
{
padding-left: 2em;
border: 0;
position: static;
}
.storymenu li, .sources li, .books li, .newspapers li, .maps li, .websites li, #PageComments li
{
background: none;
padding: 0;
border: 0;
}
#Copyright
{
position: static;
font-size: 1em;
line-height: 1.5;
display: block;
}

/* Preview Message
--------------------------------------------------------------*/
#PreviewMessage
{
display: block;
margin: 0 -5% .75em;
padding: 15px 5%;
background: #FF9;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#PreviewMessage ul
{
list-style-type: square;
}
