@charset "UTF-8";
/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p327/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-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p327/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-p327/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-p327/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-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p327/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-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p327/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;
}

/* line 1, src/_base.scss */
header, footer {
  display: block;
  clear: both;
}

@font-face {
  font-family: 'Lobster 13';
  src: url("../fonts/lobster_1.3-webfont.eot");
  src: local("☺"), url("../fonts/lobster_1.3-webfont.woff") format("woff"), url("../fonts/lobster_1.3-webfont.ttf") format("truetype"), url("../fonts/lobster_1.3-webfont.svg#webfontX4pGz9fc") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url("../fonts/Museo300-Regular-webfont.eot");
  src: local("☺"), url("../fonts/Museo300-Regular-webfont.woff") format("woff"), url("../fonts/Museo300-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo300-Regular-webfont.svg#webfontX4pGz9fc") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 12, src/screen.scss */
body {
  background: #000;
  color: #FAFAFA;
  background: black url(../i/background.jpg) 70% 50px no-repeat;
}

/* line 18, src/screen.scss */
#about-page {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  line-height: 150%;
  position: relative;
}
/* line 24, src/screen.scss */
#about-page h1, #about-page .info, #about-page .headline {
  padding-left: 16px;
}
/* line 27, src/screen.scss */
#about-page header, #about-page footer {
  text-align: right;
  font-size: 90%;
  color: #AAA;
  font-weight: bold;
  font-family: "Museo", Georgia, serif;
  border-bottom: 1px solid #aafaff;
  text-transform: lowercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 38, src/screen.scss */
#about-page header:hover, #about-page footer:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 41, src/screen.scss */
#about-page header a, #about-page footer a {
  font-weight: normal;
  color: #aafaff;
  text-decoration: none;
}
/* line 45, src/screen.scss */
#about-page header a.active, #about-page footer a.active {
  color: #fde676;
}
/* line 50, src/screen.scss */
#about-page footer {
  padding-top: 20px;
  border: none;
  color: white;
  font-weight: normal;
}
/* line 56, src/screen.scss */
#about-page #info {
  max-width: 480px;
  margin-top: 50px;
  float: left;
}
/* line 61, src/screen.scss */
#about-page #social {
  position: absolute;
  top: 450px;
  right: 0px;
}
/* line 65, src/screen.scss */
#about-page #social ul {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#about-page #social ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 69, src/screen.scss */
#about-page #social li {
  float: left;
  margin-left: 6px;
  height: 32px;
}
/* line 73, src/screen.scss */
#about-page #social li a {
  display: block;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 76, src/screen.scss */
#about-page #social li a.text {
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Museo", Georgia, serif;
  color: #aafaff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, rgba(170, 250, 255, 0)));
  background: -webkit-linear-gradient(#555555, rgba(170, 250, 255, 0));
  background: -moz-linear-gradient(#555555, rgba(170, 250, 255, 0));
  background: -o-linear-gradient(#555555, rgba(170, 250, 255, 0));
  background: linear-gradient(#555555, rgba(170, 250, 255, 0));
}
/* line 85, src/screen.scss */
#about-page #social li a.text:hover {
  color: #fde676;
}
/* line 92, src/screen.scss */
#about-page #social li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 98, src/screen.scss */
#about-page h1 {
  font-size: 300%;
  font-family: "Lobster 13", Georgia, serif;
  margin-bottom: 0.5em;
}
/* line 103, src/screen.scss */
#about-page a {
  color: #fde676;
}
/* line 106, src/screen.scss */
#about-page .headline {
  font-size: 140%;
  font-family: "Museo", Georgia, serif;
  color: #aafaff;
}
/* line 111, src/screen.scss */
#about-page .info {
  margin-top: 1em;
  font-size: 110%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.7)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(90, 90, 90, 0.7), rgba(0, 0, 0, 0) 90%);
  background: -moz-linear-gradient(rgba(90, 90, 90, 0.7), rgba(0, 0, 0, 0) 90%);
  background: -o-linear-gradient(rgba(90, 90, 90, 0.7), rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(rgba(90, 90, 90, 0.7), rgba(0, 0, 0, 0) 90%);
  font-family: Georgia, serif;
  padding: 16px;
}
/* line 118, src/screen.scss */
#about-page .info p {
  margin-bottom: 1em;
}

@media only screen and (max-width: 780px) {
  /* line 126, src/screen.scss */
  #about-page #social {
    padding: 16px;
    position: static;
    overflow: hidden;
  }
  /* line 131, src/screen.scss */
  #about-page header, #about-page footer {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  /* line 138, src/screen.scss */
  #about-page .info {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.8)), color-stop(90%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(90, 90, 90, 0.8), rgba(0, 0, 0, 0) 90%);
    background: -moz-linear-gradient(rgba(90, 90, 90, 0.8), rgba(0, 0, 0, 0) 90%);
    background: -o-linear-gradient(rgba(90, 90, 90, 0.8), rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(rgba(90, 90, 90, 0.8), rgba(0, 0, 0, 0) 90%);
  }

  /* line 142, src/screen.scss */
  body {
    background-position: 70% 70px;
  }
}
