/* 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!
*/

/* getting rid of background-images */
body, #header, #container, #header h1 { background-image: none; }

/* getting rid of other things */
#navigation, #sub-navigation, #header-container, #header,  #navigation.nav-search, #search form, #feed, #feed li a, #breadcrumbs, #comments-template, #sidebar, #footer {
	display: none;
}

/* general settings */
body {
    background-color: #fff;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 11pt; 
    color: #000;
    margin: 1% 5% 1% 5%;
      }

#container {
	border: 0;
	float: none;
	width: auto;
}

#content {
	padding:0;
	padding-top: 0;
	width: auto;
	margin-left: 0;
	}
     
h1, h1 a, h2, h2 a, h3, h3 a { 
	page-break-after:avoid; 
    page-break-inside:avoid;
    color: #000;
	font-size: 16pt;
	text-decoration: none; 
	}
	
a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
	
blockquote, table, pre { 
	page-break-inside:avoid; 
	}
	
ul, ol, dl  { 
	page-break-before:avoid;
	 }

img { 
	padding: 5px;
	page-break-inside:avoid; 
    page-break-after:avoid;
    }
    
a img {
	border: 0;
}

