/* 

print CSS document
print.css
client: Example
author: Atlantic BT - www.atlanticbt.com
date: 9-25-06

*/


/*======================================
	=Main Styles
======================================*/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; 								
	color: #000;
	text-align: left;
	font-size: 9pt;  
}



/*======================================
	=Typography Styles
======================================*/

p { }
	#content p { line-height: 1.2em; margin: 1em 0; }

a:link, a:visited {	color: blue; text-decoration: none; }

	#footer a:link:after, #footer a:visited:after, #content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
	}
	
	acronym:after {
		content: " (" attr(title) ")";
	}
	
	
h1, h2, h3 { clear: both; }

blockquote, blockquote p { float: left; clear: both; }
blockquote p:first-child, blockquote p:last-child { float: left; }
blockquote p:first-child:before { content: "\""; }
blockquote p:last-child:after { content: "\""; }
blockquote + * { clear: both; }

* html blockquote, * html blockquote p { float: none; }

.top-link { display: none; }
	
hr { margin-top: 20px; }



/*======================================
	=Other Element Styles
======================================*/
		
img { border: 0 }



/*======================================
	=Layout, =Page, and =Nav Styles
======================================*/
		
#main-area, #footer, #side-content, #side-content address {
	clear: both;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #fff; /* prevent margin collapse */
}

#footer { margin-top: 10px; }
	
	#header #skip-link,
	#menu, #side-content #menu, #side-content #bio-links, #side-content #quick-contact, .no-show, #footer hr,
	ul#foot-links, #abt-link ul { display: none; }
	
	
#bio-stats { clear: both; float: left; display: inline; margin-top: 10px; }
#bio-stats p#thumbnail { float: left; display: inline; margin: 0 10px 0 0; width: 146px; border: 1px solid #000; }
#bio-stats dl { margin: 0 0 0 158px; }
#bio-stats dl dt { font-weight: bold; }

