/* 
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: 11pt; 
	font-family: Times, Times New Roman, serif;
	line-height: 1.3;
	color: black;
	background: #EDEDED;
	}
	
#page {
	background: white;
	margin: auto;
	position: relative;
	}

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

/* K2 theme */
div#sidebar-main, div#sidebar-alt, .entry-edit, .secondary, .comments, .menu, .skiplink  { 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, div#header h1 a {
	text-indent: 0px;
	font-size: 18pt;
	font-family: Helvetica, Arial, Sans serif;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
}

/* 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 }
     
.content a, .content a:visited { 
     color:gray;
}

div#container, div#content { margin-left:0; 
     float:none; 
     width:auto }
     
    
#footer { display:none }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
color:black;
text-decoration: none;
}
h2 {
text-align: center;
}
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;
     border:none; }
}
.chronodata, .commentslink, .tagdata, .entry-tags, .entry-meta, .comment-meta, .commentsrsslink, .trackbacklink {
	background: none !important;
	padding:2px 0 2px 0;
}
hr {
	display: none;
}

