/**
 * Import the base Blueprint print styles
 */
@import url('/css/blueprint/print.css');

/**
 * Define our own Blueprint print style overrides
 */
body {
 font-family: "Helvetica Neue", corbel, arial, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { font-family: inherit; }
abbr, acronym { border-style: none; text-transform: uppercase; }
a:link, a:visited { color: #6E9EA8; }
h1 { text-transform: uppercase; }
h1 small { color: #915A7D; font-style: oblique; text-transform: none; }
h1 a { text-decoration: none !important; }
/*removes the link after the company name*/
h1 a:link:after, h1 a:visited:after {
  content: "";
  font-size: 0;
}
/*and this ensures there is no longer a link after the company name*/
h1 a[href^="/"]:after {
  content: "";
}
.alt { color: #979149; font-style: oblique; font-weight: normal !important; }
.separate { background: none; border-bottom: 1pt #979149 dotted; margin-bottom: 1.5em; padding-bottom: 1.5em; }
#article, #footer { border-top: 1pt #E2E7A3 solid; clear: both; }
p#skipNav, p#slogan, #nav, #article .link-top, #aside, #footer p#obxdwCreation { 
 display: none; 
 visibility: hidden; 
}
#footer p { color: #E2E7A3 !important; font-size: .9em; }
