/*
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
*/

/* general stuff */
body {
	background-color: transparent;
	font-size: 12pt;
	font-family:'Times New Roman',Times,serif;
	color:#000000; 
     }

div#archives, #footer, div#blogLead, div#categories-1, div#paginateIndex, .navStripWrapper, div#text-1 { 
	display:none; 
	}

h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
	page-break-inside:avoid; 
	color: #000000;
	}
	
h3 { 
	margin-left:10px; 
	margin-bottom:0px; 
	padding-bottom:0px; 
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:after, a:link:after  { 
	color: #000000;
	background-color:transparent; 
	content: " * Link " attr(href) "* "; 
	font-size: 12px;}
	}
	
a:visited:after {
	color:#000000; 
	background-color:transparent;
	content: " * Link " attr(href) "* ";
	font-size: 12px; 
	}

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; 
	}
