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


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. 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 */
/* line 15, ../sass/print.scss */
body {
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt;
}

/* line 16, ../sass/print.scss */
.container {
  background: none;
}

/* line 17, ../sass/print.scss */
hr {
  background: #ccc;
  color: #ccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}

/* line 18, ../sass/print.scss */
hr.space {
  background: #fff;
  color: #fff;
}

/* line 19, ../sass/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Lucida Grande", sans-serif;
}

/* line 20, ../sass/print.scss */
code {
  font: .9em "Courier New", Monaco, Courier, monospace;
}

/* line 21, ../sass/print.scss */
img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

/* line 22, ../sass/print.scss */
a img {
  border: none;
}

/* line 23, ../sass/print.scss */
p img.top {
  margin-top: 0;
}

/* line 24, ../sass/print.scss */
blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: .9em;
}

/* line 25, ../sass/print.scss */
.small {
  font-size: .9em;
}

/* line 26, ../sass/print.scss */
.large {
  font-size: 1.1em;
}

/* line 27, ../sass/print.scss */
.quiet {
  color: #999;
}

/* line 28, ../sass/print.scss */
.hide {
  display: none;
}

/* line 29, ../sass/print.scss */
a:link, a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}

/* line 30, ../sass/print.scss */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
