/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Stylesheet for print media                                         */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/

body {
    background-color: white;
    color: black;
    margin: 0;
}

#wrapper {
    overflow: visible;
    width: auto;
    margin: 0;
    float: none;
    border: 0;
    font-size: 100%;
}

#serendipity_credit_line ,
#serendipity_bulletproof_button ,
#serendipity_banner,
#footer,
#sitenav,
#serendipityLeftSideBar,
#serendipityRightSideBar,
.serendipity_section_commentform,
.serendipity_karmaVoting ,
.serendipity_findmore,
.serendipity_Entry_Date,
.serendipity_commentBody ,
.serendipity_entryFooter{
    display: none;
}

#content {
    width: auto;
    float: none;
    overflow: visible;
    margin: 0;
}


