/* Print Stylesheet for NJ Blogs */

/*First, let's hide the divs that will not be printed*/

	/*The logo bar is the first to go*/
	/*Hide the bottom piece of HC graphic*/
	/*Next, take out the previous/next links*/
	/*Next, take out the leave a comment link*/
	/*Next, take out the summary links*/
	/*Hide all comment previews (show only whole comment)*/
	/*Hide toggle visibility*/
	/*Hide link to this comment*/
	/*Hide the social bookmarking links*/
	/*Hide next page link*/
	/*Then take away the right column*/
	/*Hide footer links*/
	/*Hide Earlybird box*/
div#logobar, div#bottomtitlegraphic, div#previousnextpost, a.leavecomment, p.summarylinks, div.preview, span.togglevisible, form, p.bookmarking, div#recentEntriesLink, div#contentwell_secondary, div#footer a, div#earlybirdBox, div.agreecontainer{ display:none;
}

/*Second, let's resize some elements*/

	/*Re-size the body of the page*/
body{ width: 800px;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

div#contentwell_main{ padding: 10px;
}

*{ font-family: georgia, 'times new roman', serif;
}

h1 a{ text-decoration: none;
}

	/*Set margin and a border at the bottom of each post*/
div.blogpost{ margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid grey;
}

	/*Re-size the banner image*/
div#titlebar img, div#titlebar h1{ width: 800px;
	height: 129px;
	margin-top: 0px;
	padding-top: 0px;
}

	/*Place the box ad at the center of the page*/
	/*Also center footer links*/
div.boxad, div#footer{ text-align: center;
}

	/*Make a border between comments*/
div.responsecontainer{ border-bottom: 1px dashed;
	padding-bottom: 8px;
	margin-bottom:8px;
}

	/*Indent the comments*/
div.fulltext{	padding-left: 25px;
	padding-right: 10px;
}

	/*Float commenter pic to the left*/
div.responderpic{ float:left;
	margin-right: 15px;
}

	/*Indent name and title of commenter*/
div.responderName, div.responderTitle{ margin-left: 92px;
	margin-bottom: 10px;
}

div#footer{ margin-top: 20px;
	size: 0.8em;
}

.entry-categories, .entry-tags{ margin-top: 25px;
}

.entry-categories-header, .entry-categories-list, .entry-category, .entry-tags-header, .entry-tags-list, .entry-tag{ display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

 
