/*
Description: My printing stylesheet
Author: Christopher Gersbo-Møller
Author URI: http://gersbo.dk/
*/

@media print {

body {
	font-family: 'Palatino Linotype', Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#header {
	display:block;
	height: 100px;
	font-size: 100%;
	color:black;
	}

#content{
	margin-left:0;
	float:none;
	width:auto
	}
	
.postTime, .postDateTime, .postTag, .postComment, .postCommentCorner, .postRSS {
	padding: 2px 0 2px 20px;
}


.postTag, .postComment, .postRSS {
	margin-left: 10px;
}
	
/* Begin chris' custom list styles */	
UL {
	list-style: circle outside;
	text-align:left;
	line-height:1.5;
	margin:10px 10px 5px 20px;
	padding:0;
	}

UL UL {
	list-style: square inside;
	text-align:left;
	line-height:1.5;
	margin:10px 10px 5px 20px;
	padding:0;
	}
	
LI {
	margin:0px 0px 10px 20px;
	}
	
ol.footnotes{
	border-top:1px dotted black;
 	font-size:.70em;
}

/* End chris' custom list styles */

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:0px;
	}
	
#login {
	display: none;
	}
	
#search {
	display: none;
	}

#ad_main {
	display:none;
	}
	
.adsense {
	display: none;
	}
	
#sidebar {
	display:none;
	}

#respond {
	display:none;
	}
	
#commentform {
	display:none;
	}

.navigation {
	display:none;
	}
	
.postEdit,  {
	display: none;
	}
	
#footer {
	color: dimgray;
	text-align: right;
	font-size: 10pt;
	}

#footer a {
	font-size: 10pt;
	/*padding-left: 10px;
	padding-right: 10px;*/
	}
}

