/* line 17, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt; }

/* line 39, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
.container {
  background: none; }

/* line 41, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
hr {
  background: #ccc;
  color: #ccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none; }
  /* line 49, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
  hr.space {
    background: #fff;
    color: #fff; }

/* line 52, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif; }

/* line 54, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
code {
  font-size: .9em;
  font-family: 'andale mono', 'lucida console', monospace; }

/* line 58, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
img {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0; }

/* line 62, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
a img {
  border: none; }
/* line 64, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
a:link,
a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline; }

/* line 69, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
p img.top {
  margin-top: 0; }

/* line 71, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: .9em; }

/* line 76, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
.small {
  font-size: .9em; }

/* line 78, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
.large {
  font-size: 1.1em; }

/* line 80, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
.quiet {
  color: #999; }

/* line 82, ../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/_print.sass */
.hide {
  display: none; }

/* line 5, ../../app/stylesheets/printable.sass */
body {
  font-family: Georgia, "Times New Roman", sans-serif;
  padding: 25px 50px;
  margin: 0px;
  font-size: 14px;
  color: #000; }
  /* line 11, ../../app/stylesheets/printable.sass */
  body #header {
    height: 88px; }
    /* line 13, ../../app/stylesheets/printable.sass */
    body #header h1 {
      font-size: 20px;
      line-height: 88px;
      font-family: Georgia, "Times New Roman", sans-serif; }
    /* line 17, ../../app/stylesheets/printable.sass */
    body #header img {
      float: left;
      margin: 0;
      margin-right: 20px; }
  /* line 21, ../../app/stylesheets/printable.sass */
  body #content {
    clear: both; }
  /* line 23, ../../app/stylesheets/printable.sass */
  body #footer {
    color: #777; }
