@charset "UTF-8";
/**
Theme Name: Print-Layout
Theme URI: http://bueltge.de/
Description: Drucklayout / print layout
Version: 0.2
Author: Frank Bueltge
Author URI: http://bueltge.de/
Date: 19.06.2008 14:14:52
*/

@media print
{
        /**
         * @section layout
         * @css-for (nicht benoetigte Bereiche)
         */
        .header, .header img, #header form,
        #respond,
        .footer,
        #searchform, #s, #submit,
        .singlesidebar, .homesidebar, #wp-calendar,
        #umfrageform, #heading, .wp-polls,
        .comments, #commentform, #loginform,
        #cachestats, #druckvorschauweg, .druckvorschauweg,
        select, input, textarea, ckeckbox, dd, hr {
                display: none;
        }

        /**
         * @section bilder/ optional
         * @css-for (nicht benoetigte Bilder)
         */

img { border: none; margin: 0.5em 0 0.5em 15px; float: right; clear: right; }


        /**
         * @section layout
         * @css-for (print basics)
         */
        body {
                width: 100%;
                text-align: left;
                margin: 0;
                padding: 0;
                font: 11pt Arial;
                text-align: justify;
                color: #000;
                background: #fff url(none);
        }

        h1, h2, h3, h4, h5, h6 {
                font-weight: 700;
                margin: .75em 0 .5em;
                text-align: left;
                page-break-after: avoid;
        }

        h2 {
 font-family: Arial; font-size: 26px; line-height: 28px; margin: 0px 0px 0px 0px;
        }

        p {
                margin: .5em;
                font-stretch: expanded;
        }

        /**
         * @section links
         * @css-for (links fuer print optimieren)
         */
        a, a:visited, a:hover, a:visited:hover {
                color: #000;
                background: transparent;
                text-decoration: none;
        }

        .singlepost .posthead h2 { font-family: Arial; font-size: 26px; line-height: 28px; margin: 0px 0px 0px 0px;  }
.singlepost .posthead span { font-family: Arial; font-weight: normal; text-transform: uppercase; font-size: 13px; color: #000000; }
.singlepost .posthead p { font-size: 15px; line-height: 18px; font-weight: bold; color: #000000; padding-top: 8px; padding-bottom: 8px;}

        /**
         * @section Acronyme
         * @css-for (nicht benoetigte Acronyme)
         */
         /** aktuell inaktiv
        *[acronym]:after {
                content:" ("attr(acronym)") ";
                background-color: inherit;
                font-style: italic;
                font-size: .7em;
        }
        */

        /**
         * @section Abbrevation
         * @css-for (nicht benoetigte Abbrevation)
         */
         /** aktuell inaktiv
        *[abbr]:after {
                content:" ("attr(abbr)") ";
                background-color: inherit;
                font-style: italic;
                font-size: .7em;
        }
        */

        /**
         * @section Zitate
         * @css-for (erweiterte Ausgabe von cite)
         */
        *[cite]:after {
                content: close-quote" (Quelle: "attr(cite)")";
                font-size: .7em;
        }

        * {
                quotes: "\201E" "\201C" "\201A" "\2018";
        }

        q:before, blockquote:before {
                content: open-quote;
        }

        q:after, blockquote:after {
                content: close-quote;
        }

        blockquote, q, cite {
                padding-left: .1em;
        }

        acronym, abbr {
                border: none;
        }

        /**
         * @section Code
         * @css-for (nicht benoetigte Bereiche)
         */
        .code, pre {
                font: .8em 'Courier New', Courier, Fixed;
                padding-left: 1em;
        }

        .code a[href]:after {
                content: "";
        }

        /**
         * @section layout
         * @css-for (bilder-format)
         */
}
