/* 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:10pt; 
     color: #000;
     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica,sans-serif;}

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

/* sandbox theme */
.sidebar, #access { display:none }

/* K2 theme 
div#sidebar-main, div#sidebar-alt, .entry-edit  { display:none }
*/
/* getting rid of background-images */
body, div#container, div#header h1 { display:block; }

/* header */
div#header #blog-title, div#header h1 {
	text-indent: 0px;
}

div#header h1 a {
	font-size: 14pt;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica,sans-serif;
	text-decoration: none;
}

/* changes by Arno of Agentur Lindner */
#footerbox {display:none;}

#top	{
	display:block;
	width:100%;
	clear:both;
}
#header {
	display:block;
	width:100%;
  height:120px;
}

.postmetadata span {
	display:none;
}
.boxcomments {
	display:none;
}
a:link, a:visited {
	text-decoration:none; 
	color:#000;
}
h2, h3, h4, h5 {
	color:#000;
	font-size:12pt;	
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica,sans-serif;
	}
h2 a, h3 a {
	color:#000;
	text-decoration:none;
}
abbr {
  font-size:8pt
  text-decoration:none; 
  border:0;
}
#nav2 {
	display:none;
}
#rsidebar {
	display:none;
}
.entry h3 a:link, .entry h3 a:visited {
	color:#000;
}
#content {
	float:none;
	clear:both;
}
#contactform {display:none}
.platzmacher {display:none}
.teaser {float:right;}
