body {
   background: white;
   font-size: 12pt;
   }
   
#header{
	display: none;
}   

#nav {
   display: none;
   }
   
.sociable, .tweetmeme_button{
	display: none;
}

#sidebar, #tweetbar{
	display: none;
}
   
#page, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#content {
   margin-left: 5%;
   padding-top: 1em;
   }
   
div.post {
   paddin-bottom: 18px;
   width: auto;
   }
   
div#mast img {
   vertical-align: bottom;
   }
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content .entry a:link:after, #content .entry a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content .entry a[href^="/"]:after {
   content: " (http://www.fabianpimminger.com" attr(href) ") ";
   }

