/* 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 {
     font-size:11pt; font-family: Verdana;
     color: black; text-align:justify;}

/* getting rid of whole blocks we don't want to see */
/* all themes */

/*getting rid of square ad*/
#ads {display:none}

/* K2 theme */
div#sidebar-main, div#sidebar-alt, div#header, .entry-edit  { display:none }

/* Cutline theme */
#masthead, #nav, #header_img,  #sidebar, #l_sidebar, #footer, { display: none }

/* getting rid of background-images */
body, div#header, div#container, div#header h1 { background-image: none}

/*getting rid of images*/
p img{display:none}

/*geting rid of sidebar*/
#sidebar-rt {display: none;}
#sidebar-lt {display:none;}

/*getting rid of comments*/
#commentform, .commentlist {display: none}

/* no header display*/
div#header #blog-title, div#header h1 h2 {display:none;
}

/*getting rid of save and share button*/
.addthis_toolbox {display:none;}
.addthis_container {display:none;}

/* getting rid of nasty size constraints */

div#header h1 a, div#header h1, div#header {
	display: none;}


/* other things */

div#content, div#container{margin:0; 
     float:none; 
     width:auto; }
/*don't print blog entry outside recipe*/
div#post {display: none}
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:normal; 
     color:#000000; margin:0;}
     text-decoration:none; }
div#container, div#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }

h1, h2, h3, h4, h5, h6 { display:none;}
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px; 
display:none;
}
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: none; }
img.right { display: none; }
img.left { display: none; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}

