/*		
Title:      Cross Current Print Styles
Author:     Ryan Essmaker (www.designingmonsters.com)
*/

body {
	margin: .6in;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
}
#nav-main,
#nav-sub,
#feature-nav,
#featurette,
#feature #slideshow,
#nav-entry {
	display: none;
}
#header #logo {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: .5em;
}
#header h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2em;
	color: #CCC;
}
a:link, a:visited {
	color: gray;
}	

/* print URLs after link text 
#content-main p a:link:after, #content-main p a:visited:after {
	content: " (" attr(href) ") ";
}
*/