/* Don't need these for print */

#navbar, .whatnext, #postcomment, .postcomment, .postcommenttext, .commentrss,  #sidebar, #bottom, #footer {
	display: none;
	}
	
/* Modifying Links */
	
a {
	text-decoration: none;
	}

.postentry a {
	text-decoration: underline;
	}

.postentry a:after {
	content: " (" attr(href) ")";
	}
	
/* Spice up the title area */

.blogtitle {
	border-bottom: 1px dotted #ccc;
	font-size: 0.8em;
	}

.blogtitle p {
	font-style: italic;
	}
	
/* Spice up date area */

.postmeta {
	font-style: italic;
	}
	
/* Spice up post entry */

.postentry {
	border-bottom: 1px dotted #ccc;
	}
	
