/* -------------------------------------------------------------- 
  
Basic print styles
	 
-------------------------------------------------------------- */

body { line-height: 1.5; font-family: Helvetica, Arial, Verdana, sans-serif; color: #000; background: none; font-size: 10pt; }

h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
code { font: .9em Courier, monospace; } 

img { float: left; margin: 1.5em 1.5em 1.5em 0; }
a img { border: none; }
p img.top { margin-top: 0; }

hr { background: #ccc; color: #ccc; width: 100%; height: 2px; margin: 2em 0; padding: 0; border: none; }
blockquote { margin: 1.5em; padding: 1em; font-style: italic; font-size: .9em; }

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display: none; }

a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline; }
a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }


#header, #footer, #sidenav, .category-thumbs, .rightnav {
	display: none !important;
	}
.section, .article, .aside, .poll, .homepage-intro, .homepage-blurbs	{
	width: auto !important;
	margin: 0 !important;
	padding: 0!important;
	background: transparent;
	}
body { 
	font-size: 10pt;
	background: white; 
	width: 60%;
	margin: 0 15% 0 25%;
	}
#header h1	{ width: auto; }
#header h1 a {
	display: inline;
	width: auto;
	background: transparent;
	text-indent: 0;
	}
#article a:link, #content a:visited {
	color: #999;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	}
body.expertise ul a {
	display: none !important;
	}
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
.print-only {
	display: inline;
	}
