/*
Title:				Print Stylesheet
Author:				Fusionary Media
*/


/** ===layout
************************************************************
************************************************************/

* 			{ background: #fff; }
.hide 	{ display:none; }

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

/** ===hidden elements
************************************************************
************************************************************/
#srch-global,
#nav-super,
#nav-main,
#nav-secondary,
#nav-industry,
.nav-local,
#nav-expanded,
.rdquo,
.ldquo {
  display: none;
}

/** ===typography
************************************************************
************************************************************/

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

img { float:left; margin: 0 1em 1.5em 0; }

a img { float: none; border:none; }

blockquote {
  margin: 0 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%;
  text-decoration: none;
}

#logo a {
  font-size: 2em;
}

a.side-block:link, a.side-block:visited,
h1 a:link, h1 a:visited {
  text-decoration: none;
}
a.side-block:link:after, a.side-block:visited:after,
h1 a:link:after, h1 a:visited:after {
  content: "";
}
