/******************************************************
**  inside Cologne
*******************************************************
**  Paged Media Stylesheet
*******************************************************
**  (c) 2003 Alan 'Ashmodai' Plum
**          <ashmodai@mushroom-cloud.com>
*******************************************************
**  File: styles/default-print.css
**  Type: Stylesheet
**  Description: -
*******************************************************
**  Log:
**    Created: January 5, 2003
**    Updated: -
*******************************************************/

@import "default.css";

* {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}
a {
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, hr {
    margin: 1em 0 !important;
}
#body {
    border: 0;
}
#navigation, #navi_sec {
    display: none;
}
#header, #content {
    margin: 0 !important;
    border-left: 0 !important;
}
#content {
    border-top: 0;
}
.subhead {
    margin: 1em 0 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.subhead * {
    margin-top: 0 !important;
}
img, hr {
    page-break-inside: avoid !important;
}
.entry img, .subhead img {
    display: none !important;
}
