/*
Title:				Print Stylesheet
Author:				Fusionary Media
Updated:			5th August 2008
*/


/** =layout
****************************************/
* 			{ background: #fff; }

.prev,
#footer,
.hnav,
.hide 	{ display:none; }

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color: black;
  background: none;
  font-size: 10pt;
}
hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}


/** =typography
****************************************/
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16pt;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}


/** =links
****************************************/
a:link, a:visited {
  font-weight:700;
  text-decoration: underline;
  color: #000;
}

a:after, a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}