/*-----www.michaelpanda.com-----*/
/*-----a print style sheet designed to make entries look nice when printed----*/
/*-----Remember.  Ghost Panda is watching j00-----*/

/*-----body-----*/
body {
	font-family: "times new roman", helvetica;
	}

body a, body a:link, body a:visited, body a:hover {
	color: #db8d32;
	font-weight: bold;
	text-decoration: none;
	}

/*-----entries-----*/
#wrapper, #middle, #middle_inner {
	background: white;
	visibility: visible;
	}
	
.entry_header {
	width: 100%;
	border-bottom: 1px dotted gray;
	padding: 0 5px 0 5px;
	margin: 30px 0 0 0;
	border-collapse: collapse;
	}
	
.entry_title {
	font-size: xx-large;
	padding: 0;
	margin: 0;
	}		
	
.entry_date{
	font-size: large;	
	padding: 0;
	margin: 0;
	}
	
.entry_body{
	visibility: visible;
	}
	
	
/*-----styling for entry items-----*/
.featuredentryimage	{
	background-color: black;
	padding: 11px;
	}
	
.entry_body a:link {
	/*modify to add styling to links in blog entries*/
	}
	
.entry_body ul {
	border-left: 1px dotted #727272;
	font-size: small;
	color: #727272;
	margin: 25px 0 25px 15px;
	}	

.entry_body ul li {
	list-style-type: square;
	}	

.entry_body dl {
	border-left: 1px dotted #727272;
	padding-left: 15px;
	font-size: small;
	color: #727272;
	margin: 25px 0 25px 15px;
	}	

.entry_body dl dt {
	color: #333333;
	font-size: medium;
	font-weight: bold;
	}		

.entry_body dl dt a {
	font-weight: bold;
}	

.entry_body dl dd ol {		/*nested ol inside of dl*/
	color: #999999;
	}
	
.quote {
	color: #adadad;
	border-left: 3px dotted #eef1f1; 
	font-size: small;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	}
	

/*-----comments-----*/
#comment_display, {				
	display: none;				/*remove display: none to show comments in print view*/
	font-size: x-small;	
	}
.comment_number {
	font-size: xx-large;
	font-weight: bold;
	}	
.comment_odd {
	margin-bottom: 30px;
	border-bottom: 1px dotted #adadad;
	}
.comment_even {
	visibility: visible;
	margin-bottom: 30px;
	border-bottom: 1px dotted #adadad;
	}
	

/*-----boilerplate-----*/
#print_boilerplate {					
	border: 1px solid gray;
	color: gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	font-size: x-small;
	}
	
#print_boilerplate a {
	font-size: medium;
	color: #192d91;
	font-weight: bold;
	}


/*-----unneeded elements-----*/
#top, #top_inner, #nav_menu, #sidebarwrapper, #sidebar, #sidebar_bottom, #bottom, #reflection, #vanity_tags, #entry_archives_comments_footer, .comment_body hr, #comments_display_navigation, .user_comments_link, .postscript, #comment_wrapper, #comment_submit .user_comments_link  {
	display: none;
	}
	