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

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }

-------------------------------------------------------------- */
/* line 12, ../_resources/print.scss */
body {
  line-height: 1.25;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 9pt;
}

/* Layout
-------------------------------------------------------------- */
/* line 24, ../_resources/print.scss */
.container {
  background: none;
}

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

/* line 37, ../_resources/print.scss */
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* line 43, ../_resources/print.scss */
aside {
  display: none;
}

/* Text
-------------------------------------------------------------- */
/* line 50, ../_resources/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

/* line 52, ../_resources/print.scss */
code {
  font-family: "Courier New", Monaco, Courier, monospace;
  font-size: .7em;
  line-height: .4em;
  border: 1px solid #ababab;
  padding: .5em .5em;
  border-radius: .4em;
}

/* line 61, ../_resources/print.scss */
pre {
  border: 1px solid #ababab;
  padding: 1em 1.5em;
  border-radius: .6em;
  white-space: pre-wrap;
}
/* line 67, ../_resources/print.scss */
pre code {
  border: none;
  padding: none;
}

/* line 73, ../_resources/print.scss */
a img {
  border: none;
}

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

/* line 76, ../_resources/print.scss */
blockquote {
  margin: 2em;
  padding: .5em .5em .5em 1em;
  font-style: italic;
  font-size: .9em;
  border-left: .6em solid #ababab;
}

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

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

/* line 86, ../_resources/print.scss */
.quiet {
  color: #999;
}

/* line 87, ../_resources/print.scss */
.hide {
  display: none;
}

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

/*
  This has been the source of many questions in the past. This
  snippet of CSS appends the URL of each link within the text.
  The idea is that users printing your webpage will want to know
  the URLs they go to. If you want to remove this functionality,
  comment out this snippet and make sure to re-compress your files.
 */
/* line 106, ../_resources/print.scss */
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

/* Links
-------------------------------------------------------------- */
/* line 114, ../_resources/print.scss */
header h1:before {
  display: block;
  content: "Millennial Media";
}

/* line 119, ../_resources/print.scss */
header.primary, footer.primary, nav.global {
  display: none;
}
