/**********************************************************************/
/* Template: saetzling                                                */
/* Author:   Burkard Hettinger                                        */
/*                                                                    */
/* Stylesheet for print media                                         */
/*                                                                    */
/* Based on: bulletproof for S9Y (http://s9y-bulletproof.com)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/**********************************************************************/

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

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

#serendipity_banner {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: 140px;
}
#serendipity_banner img {
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#serendipity_banner h1 {
	margin-top: 50px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 160%;
}
#serendipity_banner h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sitenav,
#serendipityLeftSideBar,
#serendipityRightSideBar,
.serendipity_section_commentform,
.serendipity_karmaVoting ,
.serendipity_findmore {
    display: none;
}

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

#footer {
    float: none;
}

.serendipity_Entry_Date,
.serendipity_commentBody {
    overflow: visible;
}

.serendipity_entryFooter a{
/*padding: 0 10px;*/
}

