/*
---

name: Print

provides: [CSS.Print]

...
*/
body {
	color: #000;
	font-size: 10pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.2;
}
h1, h2, h3, h4, p {
	margin: 0 0 10px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
p {
	font-family: Arial,serif;
	page-break-inside: avoid;
}
img {
	border: 0;
}
a {
	text-decoration:none;
}
a:link:after, a:visited:after {
	content: " (URL=" attr(href) ") ";
	color: #00E;
	font-size: 80%;
}
a[href^="mailto"]:link:after, a[href^="mailto"]:visited:after {
	content: none;
}
table {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%;
}
	table th, table td {
		border: 1px solid #666;
		padding: 2px;
		text-align: left;
	}
	table th {
		border-bottom: 3px double #666;
	}
form {
	display: none;
}
	.errorbox_large, .errorbox {
		color: #F00;
	}
	.securityfilter {
		display: none;
	}
hr {
	margin: 20px 0;
	border: 0;
	border-bottom: 1px solid #666;
	height: 0;
	line-height: 1;
}
/* FURNITURE */
#rightcolumn, #footer {
	display: none;
}
	.footer_ad {
		display: none;
	}
#skiplinks, #mastad, #mainnav, #logo, #mast_date, #mastnav, #mastsearch {
	display: none;
}
#crumbtrail {
	display: none;
}
#hanging_sky, .relatedSites, .searchSponsor {
	display: none;
}
#print_logo {
	margin-bottom: 20px;
}
/* GENERAL CLASSES */
.webonly {
	display: none;
}
.pageOptions {
	display: none;
}
.paging {
	display: none;
}
.hide {
	display: none;
}
.poll {
	width: 40%;
}
.makeLive, .putOnHold {
	display: none;
}
/* STORY */
.subscribe_options, .gallery, .videoblock, .audioblock, .pageOptions, .extras, .paging, #story .section_column2, .accessbility_buttons,
.video_story_large, .attachmentlist, .az_list, .myLinks, .return_link, .upcomingEvents, .feedback_box, .pubgroups, .formbox, #socialBookmarks {
	display: none;
}
#wrapper_sleeve .content_wrapper,
#columns #colmain {
	width: auto;
}
/* Comments */
#comments LI:AFTER {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
#comments IMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#comments .byline {
	margin-top: 0;
}
#comments .action, #comments .meta {
	display: none;
}
#comments_form {
	display: none;
}
/* FORUMS */
.tags, .mod_bar, .post_reply, .post_reply_main, .tagsList, .sort_forum, .options, .startDiscussion {
	display: none;
}
.registrationcomplete .listBlocks {
	display: none;
}
/* SEARCH RESULTS */
.searchRelated, .searchDetails, .tabs, .sortBy, .advancedSearch {
	display: none;
}
/* ACCOUNT PAGES */ 
.useraccount {
	display: none;
}
DD IMG {
	display: none;
}
/* BLOGS */
#blog_section_layout {
	display: none;
}
/* Directories */
#az_list, .tab_block {
	display: none;
}	