/* 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:16pt; font-family: Calibri, Cambria, sans-serif;
     color: black; }

/* 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, 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; }

/* header */
div#header #blog-title, div#header h1 {
	text-indent: 0px;
}

div#header h1 a {
	font-size: 16pt;
	font-family: Calibri, Cambria, 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; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
div#container, div#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:5px; 
     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; }
}



01.div.toc {
02.border: 1px solid #ccc;
03.font-size: .75em;
04.}
05.div.toc.toc-left {
06.max-width: 22em;
07.float: left;
08.margin: 5px 5px 5px 0;
09.}
10.div.toc.toc-right {
11.max-width: 22em;
12.float: right;
13.margin: 5px 0 5px 5px;
14.}
15. 
16.div.toc a.toc-header {
17.display: block;
18.background-color: #f8f8ec;
19.border-top: 1px solid #fcfcfc;
20.border-left: 1px solid #fcfcfc;
21.border-bottom: 1px solid #f0f0e0;
22.border-right: 1px solid #f0f0e0;
23.color: #777;
24./** Styling regarding TOC title: **/
25.padding: 1px 2px;
26.text-align: left;
27.font-size: 1.25em;
28.font-weight: bold;
29.}
30. 
31.div.toc a.toc-header:hover {
32.border-top: 1px solid #ccc;
33.border-left: 1px solid #ccc;
34.border-bottom: 1px solid #fcfcfc;
35.border-right: 1px solid #fcfcfc;
36.}
37.div.toc ul {
38.list-style: none;
39. 
40.margin: 0;
41.padding: 5px;
42.background-color: #fcfcfc;
43.overflow: hidden;
44.white-space: nowrap;
45.}
46.div.toc.auto-collapse ul {
47.display: none;
48.}
49. 
50.div.toc li a {
51.text-decoration: none;
52.border: 0 none;
53.color: #777;
54.}
55.div.toc li.toc-level-1 {
56.font-weight: bold;
57.}
58.div.toc li.toc-level-2 {
59.font-weight: bold;
60.padding-left: .25em;
61.}
62.div.toc li.toc-level-3 {
63.padding-left: .5em;
64.}
65.div.toc li.toc-level-4 {
66.padding-left: .75em;
67.}