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


 Blueprint CSS Framework 1.0
 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 16, ../../../compass/themes/x2engine/css/print.scss */
body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt;
}

/* line 24, ../../../compass/themes/x2engine/css/print.scss */
.container {
  background: none;
}

/* line 28, ../../../compass/themes/x2engine/css/print.scss */
hr {
  background: #ccc;
  color: #ccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}
/* line 36, ../../../compass/themes/x2engine/css/print.scss */
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* line 43, ../../../compass/themes/x2engine/css/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

/* line 47, ../../../compass/themes/x2engine/css/print.scss */
code {
  font: .9em "Courier New", Monaco, Courier, monospace;
}

/* line 51, ../../../compass/themes/x2engine/css/print.scss */
a img {
  border: none;
}

/* line 55, ../../../compass/themes/x2engine/css/print.scss */
p img.top {
  margin-top: 0;
}

/* line 59, ../../../compass/themes/x2engine/css/print.scss */
blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: .9em;
}

/* line 66, ../../../compass/themes/x2engine/css/print.scss */
.small {
  font-size: .9em;
}

/* line 70, ../../../compass/themes/x2engine/css/print.scss */
.large {
  font-size: 1.1em;
}

/* line 74, ../../../compass/themes/x2engine/css/print.scss */
.quiet {
  color: #999;
}

/* line 78, ../../../compass/themes/x2engine/css/print.scss */
.hide {
  display: none;
}

/* line 83, ../../../compass/themes/x2engine/css/print.scss */
a:link, a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}
/* line 88, ../../../compass/themes/x2engine/css/print.scss */
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}
