/* This is  avery drafty print stylesheet for Bunny's Print CSS plugin.
I designed it to work with one particular Sandbox-based theme on a site of mine,
so chances are you're going to have to edit this a little to get what you want.

If you want to make this better to help improve the plugin, do get in touch with your modifications. Credit will be given, of course.

Stephanie -- stephanie.booth@gmail.com -- http.//climbtothestars.org

20.01.2008 print.css v2, including modifications by Kjell Knudsen http://kjell.langvass.org/ for other themes -- many thanks!
*/

/* general stuff */
body, .entry, div#entry {
     font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; 
     font-size:11pt; 
     color: black; }

/* getting rid of whole blocks we don't want to see */
div#sidebar, div#sidebar2, div#navigation, div#fixed-icons { display:none }
#sidebar, #sidebar2, .navigation, .fixed-icons, .posttitle { display:none }
div#sidebar-main, div#sidebar-alt, div#header, .entry-edit  { display:none }
#masthead, #nav, #header_img,  #sidebar, #l_sidebar, #footer { display: none }
body, div#header, div#container, div#header h1 { background-image: none; }
#commentform { display: none }

div#header h1 a {
	font-size: 16pt;
	font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; 
	text-decoration: none;
}

.post-date, #post-date, div#post-date {
	font-size: 16pt;
	font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; 
	text-decoration: none;
}

/* getting rid of nasty size constraints */
div#header h1 a, div#header h1, div#header {
	width: 100%;
	height: auto;
}

/* other things */
div#content, div#container{ margin:0; 
     font-size: 11pt;
     font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; }
/*     float:none; 
     width:auto } */
#content a { font-weight:bold; 
	font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; 
     color:#000066; 
     text-decoration:underline }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	font-family: 'Century Gothic', 'URW Gothic L', Futura, sans-serif; 
     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; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left } */
img { page-break-inside:avoid; 
     page-break-after:avoid; }
