/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
*/
/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/*ol, ul {
  list-style: none;
}
*/
/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Typography
 *----------------------------------------------- */
/* line 10, ../sass/screen.sass */
/*body,
input,
textarea {
  color: #cccccc;
  font-size: 100%;
  font-family: "Verdana", Geneva, sans-serif;
}
*/
/* line 17, ../sass/screen.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 26, ../sass/screen.sass */
/*h1 {
  font-size: 72px;
  line-height: 1em;
}
*/
/* line 30, ../sass/screen.sass */
/*h2 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
*/
/* line 35, ../sass/screen.sass */
/*h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e5d404;
  margin-bottom: 0.3em;
}
*/
/* line 42, ../sass/screen.sass */
/*h4 {
  font-size: 18px;
}
*/
/* line 45, ../sass/screen.sass */
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

/* line 49, ../sass/screen.sass */
/*ol {
  list-style-type: decimal;
}
*/
/* line 52, ../sass/screen.sass */
ul, ol {
  margin: 0 0 1.25em 0;
}

li {
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1.3em;
}



/* line 63, ../sass/screen.sass */
dt {
  font-weight: bold;
}

/* line 66, ../sass/screen.sass */
dd {
  margin-bottom: 1.625em;
}

/* line 69, ../sass/screen.sass */
strong {
  font-weight: bold;
}

/* line 72, ../sass/screen.sass */
i {
  font-style: italic;
}

/* line 75, ../sass/screen.sass */
pre {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #2b2b2b;
  font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow-x: auto;
}

/* line 85, ../sass/screen.sass */
code, kbd {
  padding: 4px;
  color: #ac8053;
  background-color: #2b2b2b;
  font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 92, ../sass/screen.sass */
code {
  position: relative;
  top: -1px;
}

/* line 96, ../sass/screen.sass */
pre code {
  top: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}

/* line 103, ../sass/screen.sass */
a {
  color: #5fa0bf;
  text-decoration: none;
}
/* line 106, ../sass/screen.sass */
a:hover {
  color: #68c7e8;
}

/* line 109, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #ff8000;
  color: white;
}


/* -- Layout ------------------------------------------------------------------ */
/* line 124, ../sass/screen.sass */
/* 
body {
  margin: 40px 40px 80px 40px;
  background: #444444;
}*/

/* line 128, ../sass/screen.sass */
/*
.wrapper {
  max-width: 740px;
  margin: 0 auto;
}
*/



/* -- Responsive design -------------------------------------------------------------- */
/*
@media only screen and (max-width: 640px) {
  body {
    margin: 80px 10px 40px 10px;
    font-size: 14px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  ol {
    list-style-position: inside;
  }

  code,
  kbd,
  pre,
  pre code {
    font-size: 11px;
  }

  .sub-point {
    font-size: 12px;
  }
  .sub-point code {
    font-size: 9px;
  }

  .lead {
    font-size: 16px;
  }

  .section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .author {
    margin-top: -5px;
    padding-left: 30px;
  }

  .author-links {
    font-size: 12px;
  }
}
*/