/* 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!
*/

/* 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!
*/

body {
    width: 100%;
background-color: transparent;
font-size: 12pt;
font-family:'Times New Roman',Times,serif;
color:#000000; }

/* Remove unwanted elements */
#navmenu
{
display: none;
}
#search
{
display: none;
}
.dp40
{
display:none;
}
img { border: none;
}
#head {
display: none;
}
#foot2 {
display: none;
}

.addthis_container {
display: none;
}
/* Ensure the content spans the full width */
/*.dp60
{
width: 100%; margin: 0; float: none;
}*/

.dp60 {
    width: 20px; !important
    margin: 0;
    float: none;
	display: inline 
	}
/*#articles { 
    border: none;
	width: 100%; !important
	margin: 0;
    float: none;
	display: inline 
}

#wrapper {
width: 100%; !important
    margin: 0;
    float: none;
	display: inline 
}

.autoPadDiv {
width: 100%; !important
    margin: 0;
	padding: 0;
    float: none;
	display: inline 
	}
	
.div {
width: 100%; !important
}

/* Change text colour to black (useful for light text on a dark background) */
p
{
color: #000
}