/* Styles to use when printing */
body {
	font-family: Georgia,Times New Roman,Times,serif;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	color: black;
	background: white;
}

/* Fix pesky printing bug in Firefox */
body, div { overflow: visible !important; }

/* Hide things not necessary for printing (e.g. ads, menus, etc) */
#external_edit_toggle,#external_edit,
#uac_ad_A,#uac_ad_B, #uac_ad_C, #uac_ad_D, #uac_ad_E, #uac_ad_F, #HeaderSearchForm,
#top_ad, #bottom_ad, #tabs, #breadcrumb, #left, #right,
#announcement, #share-bar, #footer, #header
{ display: none !important; }

/* Stretch content to match page width */
#main { width: auto; }
#main .cols-wrapper { margin: 0; }
#main #main-content { margin: 0; }
#main.hide-left #columns { padding: 0; }

.hide-left #columns,
.hide-right #columns,
.show-all #columns { padding: 0; margin: 0; width: 100%; }

/* Style links */
a:link, a:visited {
   color: #025;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
/* Add URL in parentheses after links (does NOT work in IE) */
/*#main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 7pt;
}*/

/* Page Title/Heading styles */
h1#pagetitle {
	font-size: 18pt;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
	border-bottom: 2px solid gray;
}

/* Hide the rating stars */
#star-wrap {
	display: none;
}

/* E-Mag elements */
#emag_tabs, #phrase, #emag_banner { display: none; }
#content_area {
	border: 0;
}
