/* 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:16px;
     line-height: 20px;
     color: black; }

/* getting rid of whole blocks we don't want to see */
/* all themes */


/* sandbox theme */
#wrapper-header ,
#head-image,
.side-content,
#wrapper-footer,
.info
{ display:none }
.page-content h1,
.page-content h2,
.page-content h3,
.page-content ul li,
.page-content p {
  font-size: 16px;
  line-height: 20px;
  color: black;
}
.page-content{
  width: 100%
}