/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
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%;}

#nav, #side_nav, #sidebar, #search, .inline_cart, .fileables, #header .span-5, .permalink, .to_archive
{
	display:none;
}

#header
{
	border-bottom:1px solid #000;
}

	#header #logo{
			display:none;
		}
	
	#header #logo_print{
		display:block;
		
		}

#content
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:1.5em;
	clear:both;
}

	#content h2
	{
		color:#000;
		font-size:8pt;
		text-transform:uppercase;
	}
	
	#content h3
	{
		color:#09c;
		font-size:12pt;
	}
	
	#content .section
	{
		clear:both;
	}
	
	#content h3.subtitle
	{
		color:#09c;
		font-size:23pt;
	}
	
	#content .preamble p
	{
		font-weight:bold;
	}
	
	#content .align_right
	{
		float:right;
	}
	
	#content .imageable ul
	{
		list-style-type:none;
	}
	
	a:link, a:visited
	{
		text-decoration:none;
		color:#000;
	}
	
	#content div.product_page div.trapping_table h3
		{
			color:#000;
			border-bottom:1px solid #222;
		}
		
		#content div.product_page div.trapping_table tr td
		{
			border-bottom:1px solid #ccc;
		}
		
	div.trapping_quote
		{
			margin:0 5% 0 5%;
		}

			div.trapping_quote blockquote
			{
				margin-left:0;
				font-family:Helvetica, Arial, sans-serif;
				color:#999;
				font-size:14pt;
				border-top:2px solid #09c;
				border-bottom:2px solid #09c;
			}
			
			div.trapping_quote blockquote p
			{
				text-align:center;
			}
