/* line 17, ../../../../.rvm/gems/ruby-1.9.2-p290@jekyll/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.2-p290@jekyll/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.2-p290@jekyll/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.2-p290@jekyll/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.2-p290@jekyll/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.2-p290@jekyll/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.2-p290@jekyll/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.2-p290@jekyll/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.2-p290@jekyll/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 5, ../sass/screen.scss */
div:before, div:after {
  content: '';
  display: table;
}

/* line 7, ../sass/screen.scss */
aside {
  position: relative;
  display: block;
}

/* line 8, ../sass/screen.scss */
.hide {
  visibility: hidden;
  height: 1px;
  clip: rect(0 0 0 0);
  position: absolute;
}

/* line 9, ../sass/screen.scss */
input, textarea {
  outline: none;
  background: none;
}

/* line 11, ../sass/screen.scss */
body {
  background: #fff;
  color: #222;
}

/* line 16, ../sass/screen.scss */
body, textarea, input {
  font-family: Helvetica, sans-serif;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
}

/* line 23, ../sass/screen.scss */
h1, h2, h3, h4, h5 {
  font-weight: 800;
  word-wrap: break-word;
  line-height: 1.3em;
  padding: 20px 0;
}

/* line 30, ../sass/screen.scss */
h1 {
  font-weight: 900;
  font-size: 35px;
}

h2 {
  font-weight: 900;
  font-size: 25px;
}

h3 {
  font-weight: 600;
  font-size: 15px;
}

h4 {
  font-weight: 600;
  font-size: 13px;
}

/* line 35, ../sass/screen.scss */
p {
  color: #444;
  padding: 10px 0;
}

/* line 40, ../sass/screen.scss */
pre {
  color: #222;
  line-height: 1.2em;
}

/* line 47, ../sass/screen.scss */
a,
a:visited
a:active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

/* line 53, ../sass/screen.scss */
a:hover {
  color: #555555;
}

/* line 57, ../sass/screen.scss */
.image-container {
  width: 300px;
  margin: 0 auto;
}

/* line 62, ../sass/screen.scss */
header {
  width: 140px;
  border-right: 1px solid #DDD;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 20px;
  text-align: right;
}
/* line 72, ../sass/screen.scss */
header span {
  font-size: 9px;
  color: #888;
  font-weight: 500;
}
/* line 78, ../sass/screen.scss */
header ul {
  list-style-type: none;
  padding: 0;
  margin: 50px 0;
}
/* line 84, ../sass/screen.scss */
header li {
  margin: 0 0 3px 0;
}
/* line 86, ../sass/screen.scss */
header li a {
  padding: 2px 0;
  color: #888;
  border-bottom: 4px dotted #eee;
}
/* line 90, ../sass/screen.scss */
header li a:hover {
  border-color: #777;
  color: #444;
}

/* line 99, ../sass/screen.scss */
#container {
  margin-left: 200px;
  position: relative;
}

/* line 105, ../sass/screen.scss */
#content section {
  padding: 26px 0 40px 50px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
/* line 111, ../sass/screen.scss */
#content h1.external {
  margin-top: 25px;
  font-size: 18px;
}
/* line 115, ../sass/screen.scss */
#content h1.external .permalink {
  margin-left: 8px;
  font-size: 19px;
  color: #999;
  border: none;
}

/* line 124, ../sass/screen.scss */
code {
  font-size: 13px;
  font-family: Courier, monospace;
  background: #F2F2F2;
  padding: 10px 30px;
  margin: 20px;
  display: block;
  border-radius: 20px;
}

/* line 134, ../sass/screen.scss */
#post {
  padding: 20px;
}
/* line 136, ../sass/screen.scss */
#post h1 {
  text-align: center;
  padding-bottom: 30px;
}

/* line 142, ../sass/screen.scss */
#related {
  float: right;
  text-align: right;
  padding: 30px;
}

/* line 148, ../sass/screen.scss */
#page {
  width: 800px;
  margin: 0 auto;
}

/* line 152, ../sass/screen.scss */
.footer {
  margin-top: 2rem;
  border-top: 5px #ddd dotted;
  padding: 50px;
  text-align: center;
}

/* line 158, ../sass/screen.scss */
.section {
  display: inline-block;
  min-width: 100%;
  padding-bottom: 200px;
}
/* line 162, ../sass/screen.scss */
.section h1 {
  text-align: center;
  border-bottom: 2px black solid;
}
/* line 166, ../sass/screen.scss */
.section p {
  text-align: center;
  font-size: 90%;
}

/* line 172, ../sass/screen.scss */
.intro {
  padding: 300px 0;
  text-align: center;
}
/* line 175, ../sass/screen.scss */
.intro div {
  border-top: 20px #EEE solid;
  border-bottom: 20px #EEE solid;
  border-radius: 100px;
}
/* line 180, ../sass/screen.scss */
.intro h1 {
  border: none;
  font-size: 64px;
}
/* line 184, ../sass/screen.scss */
.intro h3 {
  font-size: 32px;
}

/* line 191, ../sass/screen.scss */
.portfolio img {
  width: 300px;
  height: 201px;
  display: block;
}
/* line 196, ../sass/screen.scss */
.portfolio li {
  text-align: center;
  float: left;
  margin: 30px;
  border-radius: 15px;
}
/* line 203, ../sass/screen.scss */
.portfolio li p {
  width: 300px;
}
/* line 206, ../sass/screen.scss */
.portfolio li a {
  color: black;
  line-height: 3em;
  border-bottom: none;
}

/* line 215, ../sass/screen.scss */
.open-source dt {
  margin-top: 20px;
}
/* line 218, ../sass/screen.scss */
.open-source dd {
  padding-left: 40px;
}

/* line 224, ../sass/screen.scss */
.about .face {
  float: left;
  display: inline;
  padding: 30px;
  min-width: 20px;
}
/* line 229, ../sass/screen.scss */
.about .face img {
  border: 10px #AAA solid;
}
/* line 233, ../sass/screen.scss */
.about .details {
  min-width: 20px;
  display: inline;
  padding: 20px;
  margin-top: 20px;
}
/* line 240, ../sass/screen.scss */
.about div {
  display: inline-block;
  min-width: 100%;
}
/* line 244, ../sass/screen.scss */
.about .skills {
  padding-top: 20px;
  padding-left: 50px;
}
/* line 247, ../sass/screen.scss */
.about .skills li {
  background-color: #eee;
  margin-top: 10px;
  border-radius: 300px;
  padding: 20px;
  text-align: center;
  display: inline-block;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 260, ../sass/screen.scss */
  #page {
    width: 480px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 1040px) {
  /* line 268, ../sass/screen.scss */
  header {
    width: auto;
    border-right: 1px solid #DDD;
    position: relative;
    padding: 20px;
    text-align: center;
  }
  /* line 274, ../sass/screen.scss */
  header ul {
    margin: 0;
  }
  /* line 276, ../sass/screen.scss */
  header ul li {
    display: inline;
    padding: 0 10px;
  }

  /* line 283, ../sass/screen.scss */
  #container {
    margin-left: 0;
  }

  /* line 286, ../sass/screen.scss */
  #page {
    width: auto;
    margin: 0 auto;
    padding: 0 10%
  }

  .portfolio ul {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }

  .portfolio li {
    margin: 0 auto;
    max-height: 15rem;
    margin-top: 1rem;
  }

  .portfolio img {
    display: block;
  }
  /* line 196, ../sass/screen.scss */
  .portfolio li {
    text-align: center;
    float: inherit;
    margin: 30px;
    border-radius: 15px;
  }
}
/*Project Demos*/
/* line 293, ../sass/screen.scss */
#reticle-demo {
  text-align: center;
}

/*Reticle Styles*/
/* line 298, ../sass/screen.scss */
.reticle-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .3s;
  -webkit-transition: opacity .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 311, ../sass/screen.scss */
.reticle-hidden {
  opacity: 0;
  visibility: none;
}

/* line 317, ../sass/screen.scss */
.reticle-base.reticle-visible {
  opacity: 1;
  visibility: visible;
}

/* line 322, ../sass/screen.scss */
.reticle-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

/* line 332, ../sass/screen.scss */
.reticle-base {
  background: rgba(0, 0, 0, 0.3);
}

/* line 336, ../sass/screen.scss */
.reticle-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 486px;
  z-index: 1001;
  margin: -200px 0 0 -258px;
}

/* line 345, ../sass/screen.scss */
.reticle-focus-inner {
  padding: 15px;
  background: white;
}

blockquote {
    border-left:.5em solid #eee;
    padding: 0 2em;
    margin-left:0;
    max-width: 476px;
}
blockquote  cite {
    font-size:14px;
    line-height:20px;
    color:#bfbfbf;
}
blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote p {
    color: #666;
    max-width: 460px;
}

strong {
  font-weight: bold;
}

#page ul:not(.unstyled) {
  list-style: initial;
  padding-left: 20px;
}

.older-post {
  display: none;
}

.browse-old-posts {
  float: right;
}

em {
  font-style: italic;
}

#letterbox {
  /* Box */
  /* Feature */
}
#letterbox .box {
  /* background: _palette(bg); */
  /* border: solid 1px _palette(border); */
  margin-bottom: 6em;
  padding: 3.5em;
}
#letterbox .box.alt {
  background: none;
  border: none;
  padding: 0;
}
#letterbox .feature {
  position: relative;
  height: 20em;
  margin-bottom: 6em;
}
#letterbox .feature:after {
  clear: both;
  content: "";
  display: block;
}
#letterbox .feature h3, #letterbox .feature h4, #letterbox .feature h5, #letterbox .feature h6 {
  text-align: inherit;
}
#letterbox .feature .image {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 48%;
}
#letterbox .feature .image img {
  display: block;
  height: 100%;
  margin: auto;
  max-width: 100%;
}
#letterbox .feature:before {
  background: blue;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#letterbox .feature .content {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
#letterbox .feature .content h3 {
  margin-bottom: 0.5em;
}
#letterbox .feature .content p {
  margin: 0 1em;
}
#letterbox .feature.left {
  text-align: left;
}
#letterbox .feature.left .image {
  float: left;
}
#letterbox .feature.left .image img {
  right: 0;
  top: 0;
}
#letterbox .feature.right {
  text-align: right;
}
#letterbox .feature.right .image {
  float: right;
}
#letterbox .feature.right .image img {
  left: 0;
  top: 0;
}
#letterbox .feature.long .content {
  padding-top: 0;
}