/* general stuff */
.sidebar, #access, .aside { display:none }

/* getting rid of background-images */
body, div#header, div#container, div#header h1 { background-image: none; }

/* header */
div#header #blog-title, div#header h1 {
	text-indent: 0px;
}

/* getting rid of nasty size constraints */

div#header h1 a, div#header h1, div#header {
	width: 100%;
	height: auto;
}

div#fbc_profile, div#blog-path, div.sociable, div#tweetmeme_button,
div.entry-utility, div.navigation, div#comments
 {
  display: none !important;
}


div#main { margin:0; 
    margin-left: 20px !important;
     float:none; 
     width:auto 
}


div#content, div#container{ margin:0 !important; 
     float:none; 
     width:auto 
    margin-left: 0 !important;

}

#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }

.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}

