/* Print styles
--------------------------------------------------- */
* { float: none !important; background-image: none !important;}

body {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background: white;
	}
#site_breadcrumb, 
#content_sub, 
#content_supp, 
.nav, #tabs, 
#site_search, 
#skip_to_content, 
#banner, 
.pagination, 
#comment_form, 
#comments,
.top,
#nav ul,
.clear,
.subnav_title,
#subnav,
.image_links,
.reserved,
#site_footer .logo,
.featured, 
#latest {
	display: none;
	}
#site {
	width: auto;
	padding: 0;
	margin: 1em 5% 2em 5%;
	}
a img,
img {
	border:0 none;
	}
h1 {
	margin-bottom: 10px;
	}
h1 a {
	text-decoration: none;
	color: black;
	}
h1, h2, h3, h4 {
	color: black !important;
	}
.pagebody h2 {
    font-weight: bold;
    }
#site_body {
	padding: 0;
	color: #333; 
	background: transparent;
	}
h6, p {
	font-weight:normal;
	font-size:10pt;
	line-height: 14pt;
	}

#site_body a:link,
#site_body a:visited {
	color: black;
	background: transparent;
	text-decoration: none;
	}

#site_body a[href^="http"]:link:after, 
#site_body a[href^="http"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 85%;
	}
#site_body a[href^="/"]:after {
	content: " (http://www.website.com" attr(href) ")";
	}
#site_body h2 a[href^="http"]:link:after,
#site_body h2 a[href^="http"]:visited:after,
#site_body h3 a[href^="http"]:link:after,
#site_body h3 a[href^="http"]:visited:after
 {
    display: none;
    }
#site_footer {
	font-size: 100%;
	text-align: left;
	}
#siteurl {
	display: block;
	margin-bottom: 1em;
	}
.pane {
	display:block;
	}

p.site_by, a.adminedit, #footer a {
	display: none;
	}
