/*
	print style sheet for Xfm
	- hides elements that provide no value when printed,
	  users get to print the content only (which is the fun stuff)
*/
/* setting better print typography */
/* hiding crap from print */
.hidden, #region_picker, #site_links, #signup_options,  #listen, #primary_nav, #sub_nav, #tertiary_nav, #ads, #main_content .tags, #main_content .bookmark, #main_content .pagination, form, h2.comment_header {
	display: none;
}
/* making things look a bit nicer */
#site_info p.logo, #site_info h1 {
	border-bottom: 5px double #000;
	padding-bottom: 20px;
}
#site_info p.logo img, #site_info h1 img {
	margin-right: 10px;
}
#section_head {
	border: 0 solid #000;
	border-bottom-width: 2px;
}