/**
 * Print Stylesheet
 *
 * @author Janek bevendorff
*/

* {
    background: none !important;
    color: #000 !important;
    font-family: "Times New Roman",Times,serif;
    width: auto !important;
}

body, html {
    padding: 0;
    margin: 0;
}

a {
    color: #00f !important;
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

a.add, a.add_section, a.edit, a.edit small {
    display: none !important;
}

th {
    background: none;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
}

#header, #left, #right, #sub_footer, #comment_input {
    display: none;
}

#footer {
    margin-top: 30px;
}

#footer img {
    display: none;
}

#wrapper {
    margin: 0;
}

#content {
    font-size: 12px;
    margin: 0;
    padding: 10px;
}