@charset "UTF-8";
/* Welcome to Susy. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* @group reset */
/* line 14, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white; }

/* line 19, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 21, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 23, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 25, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" ""; }
  /* line 96, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 27, /home/elf-pavlik/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* @end */
/* @group defaults */
/* line 70, ./config/../src/stylesheets/./_base.sass */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #eeeeee; }

/* @group links */
/* line 76, ./config/../src/stylesheets/./_base.sass */
:focus {
  outline: 1px dotted white;
  color: #eeeeee; }

/* line 80, ./config/../src/stylesheets/./_base.sass */
a {
  text-decoration: none; }
  /* line 82, ./config/../src/stylesheets/./_base.sass */
  a:link {
    color: blue; }
  /* line 84, ./config/../src/stylesheets/./_base.sass */
  a:visited {
    color: #6600ff; }
  /* line 86, ./config/../src/stylesheets/./_base.sass */
  a:focus, a:hover, a:active {
    color: #eeeeee;
    text-decoration: none; }

/* @end */
/* @group headers */
/* line 94, ./config/../src/stylesheets/./_base.sass */
h1, h2, h3, h4, h5, h6 {
  color: #dddddd;
  font-weight: bold; }

/* line 98, ./config/../src/stylesheets/./_base.sass */
h1, h2, h3 {
  font-family: Baskerville, Palatino, serif; }

/* line 101, ./config/../src/stylesheets/./_base.sass */
h1 {
  font-size: 24px; }

/* @end */
/* @group forms */
/* line 108, ./config/../src/stylesheets/./_base.sass */
form *:focus {
  outline: none; }

/* line 111, ./config/../src/stylesheets/./_base.sass */
fieldset {
  margin: 24px 0; }

/* line 114, ./config/../src/stylesheets/./_base.sass */
legend {
  font-weight: bold;
  font-variant: small-caps; }

/* line 118, ./config/../src/stylesheets/./_base.sass */
label {
  display: block;
  margin-top: 24px; }

/* line 122, ./config/../src/stylesheets/./_base.sass */
legend + label {
  margin-top: 0; }

/* line 125, ./config/../src/stylesheets/./_base.sass */
textarea, input[type="text"] {
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
/* line 136, ./config/../src/stylesheets/./_base.sass */
table {
  width: 100%;
  border: 1/16em solid white;
    border-left: none;
    border-right: none;
  padding: 7/16em 0;
  margin: 8/16em 0; }

/* line 144, ./config/../src/stylesheets/./_base.sass */
tbody {
  color: white; }

/* line 147, ./config/../src/stylesheets/./_base.sass */
th {
  font-weight: bold; }

/* @end */
/* @group block tags */
/* line 154, ./config/../src/stylesheets/./_base.sass */
p {
  margin: 24px 0; }

/* line 170, ./config/../src/stylesheets/./_base.sass */
ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

/* line 173, ./config/../src/stylesheets/./_base.sass */
ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }

/* line 176, ./config/../src/stylesheets/./_base.sass */
blockquote {
  margin: 24px;
  color: white; }

/* @end */
/* @group inline tags */
/* line 184, ./config/../src/stylesheets/./_base.sass */
cite {
  font-style: italic;
  color: white; }

/* line 188, ./config/../src/stylesheets/./_base.sass */
em {
  font-style: italic; }

/* line 191, ./config/../src/stylesheets/./_base.sass */
strong {
  font-weight: bold; }

/* line 194, ./config/../src/stylesheets/./_base.sass */
ins {
  text-decoration: underline; }

/* line 197, ./config/../src/stylesheets/./_base.sass */
del {
  text-decoration: line-through; }

/* line 200, ./config/../src/stylesheets/./_base.sass */
q {
  font-style: italic; }
  /* line 202, ./config/../src/stylesheets/./_base.sass */
  q em {
    font-style: normal; }

/* @end */
/* @group replaced tags */
/* line 209, ./config/../src/stylesheets/./_base.sass */
img {
  vertical-align: bottom; }

/* @end */
/* @end */

