@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);
body {
  background: url("../images/use_your_illusion.png") repeat top left fixed #202020; }

p {
  font-family: "Noto Serif", serif;
  color: #202020; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #101010; }

#header {
  padding-top: 40px; }
  #header .navigation {
    position: relative;
    z-index: 2;
    margin-left: 10px; }
    #header .navigation li {
      float: left;
      margin-right: 30px; }
      #header .navigation li a {
        color: #D21522;
        font-family: "Montserrat", sans-serif;
        font-size: 1.2em;
        padding: 10px 30px;
        border-bottom: 10px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.1);
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
        #header .navigation li a:hover {
          border-bottom: 10px solid #D21522;
          text-decoration: none; }
      #header .navigation li.active a {
        background: #D21522;
        color: #202020;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1); }
        #header .navigation li.active a:hover {
          border-bottom: 10px solid rgba(255, 255, 255, 0.1); }

#sidebar {
  margin-top: 18px; }

#elsewhere.small {
  padding: 0 30px 20px 30px;
  margin: 0 20px 20px 20px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1); }
#elsewhere .clearfix {
  min-height: 58px; }
#elsewhere a svg {
  width: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 10px;
  margin-top: 2px; }
#elsewhere a img {
  margin-top: 2px;
  width: 49px; }
#elsewhere a:hover svg {
  border: 3px solid #D21522;
  margin-top: 0; }

#content {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px black;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  z-index: 1;
  top: 8px;
  margin-bottom: 50px; }
  #content .inner {
    background: white;
    padding: 15px; }
    #content .inner p {
      font-size: 1.16em; }

#shortbio p {
  font-size: 0.9em;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 20px;
  text-shadow: 1px 1px 0 black;
  color: #ddd;
  text-align: justify; }

#elsewhere.homepage {
  padding: 10px 30px; }

#quote {
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1); }
  #quote p {
    font-size: 1.6em !important;
    color: #888;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 20px 20px 10px 20px; }
  #quote div {
    font-family: "Montserrat", sans-serif;
    color: #202020;
    padding-right: 10px; }

#recent-posts {
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0; }
  #recent-posts li {
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #recent-posts li:last-child {
      margin: 0;
      padding: 0;
      border: none; }
    #recent-posts li a {
      display: block;
      padding: 0 10px;
      font-family: "Montserrat", sans-serif; }
      #recent-posts li a .title {
        font-size: 1.2em;
        color: #B00449; }
      #recent-posts li a .date {
        display: block;
        color: #aaa;
        font-size: 0.8em;
        text-transform: uppercase; }
      #recent-posts li a:hover {
        text-decoration: none; }
        #recent-posts li a:hover .title {
          border-bottom: 2px solid #B00449; }
        #recent-posts li a:hover .date {
          color: #666; }

#random-pics li {
  margin-bottom: 3px; }
  #random-pics li:last-child {
    margin-bottom: 0; }
  #random-pics li a {
    position: relative; }
    #random-pics li a img {
      border: 2px solid #aaa;
      border-radius: 1px; }
    #random-pics li a span {
      position: absolute;
      right: 2px;
      bottom: 5px;
      background: #aaa;
      font-family: "Montserrat", sans-serif;
      font-size: 0.7em;
      padding: 3px 10px;
      color: rgba(255, 255, 255, 0.8);
      border-top-left-radius: 2px;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      border-left: 1px solid rgba(0, 0, 0, 0.3); }
    #random-pics li a:hover img {
      border: 2px solid #B00449; }
    #random-pics li a:hover span {
      background: #B00449; }

#pictures .city {
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 50px; }
  #pictures .city:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0; }
  #pictures .city h1 {
    color: #202020;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #pictures .city h1 small {
      color: #888;
      font-size: 0.6em;
      font-weight: normal; }
  #pictures .city .pictures {
    line-height: 0;
    padding-right: 4px; }
    #pictures .city .pictures .picture {
      margin: 0 4px 2px 4px; }
      #pictures .city .pictures .picture a img {
        border: 3px solid #aaa; }
      #pictures .city .pictures .picture a:hover img {
        border: 3px solid #B00449; }

#cities-nav ul {
  margin: 0 10px;
  display: none; }
  #cities-nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #cities-nav ul li:last-child {
      border: none; }
    #cities-nav ul li a {
      color: #D21522;
      font-family: "Montserrat", sans-serif;
      display: block;
      padding: 5px 0; }
      #cities-nav ul li a:hover {
        background: #D21522;
        color: #202020;
        text-decoration: none;
        border-radius: 2px; }

#blog-nav {
  margin: 0 20px; }
  #blog-nav li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 22px; }
    #blog-nav li:last-child {
      border: none; }
    #blog-nav li.active a {
      background: #D21522;
      border-radius: 2px; }
      #blog-nav li.active a .title {
        color: #101010; }
      #blog-nav li.active a .close {
        position: absolute;
        display: block;
        top: 17px;
        right: 17px;
        width: 25px;
        height: 23px;
        padding-top: 2px;
        font-size: 0.9em;
        background: #202020;
        border-radius: 100%;
        text-align: center; }
      #blog-nav li.active a:hover .close {
        background: #101010; }
    #blog-nav li a {
      display: block;
      position: relative;
      text-align: center;
      color: #D21522;
      font-family: "Montserrat", sans-serif;
      padding: 7px 0 4px 0; }
      #blog-nav li a .title {
        font-size: 1.6em; }
      #blog-nav li a .count {
        display: block;
        color: #101010; }
      #blog-nav li a .close {
        display: none; }
      #blog-nav li a:hover {
        text-decoration: none;
        background: #D21522;
        border-radius: 2px; }
        #blog-nav li a:hover .title {
          color: #101010;
          text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1); }

#posts {
  margin: 20px 0; }
  #posts li {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    #posts li h1 {
      margin: 0 0 20px 0; }
      #posts li h1 a {
        color: #B00449;
        display: block; }
    #posts li .meta {
      background: rgba(0, 0, 0, 0.1);
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      color: rgba(0, 0, 0, 0.6);
      padding: 5px 10px 1px 10px;
      text-transform: uppercase;
      font-size: 0.8em;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }

#post .heading {
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0 50px 0; }
  #post .heading h1 {
    margin: 0 0 20px 0; }
  #post .heading .meta {
    background: rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px 1px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
#post .content a {
  color: #101010;
  border-bottom: 2px solid #B00449; }
  #post .content a:hover {
    text-decoration: none;
    color: #B00449; }
#post .content ol, #post .content ul {
  font-family: "Noto Serif", serif;
  font-size: 1.1em; }
#post .content pre, #post .content code {
  font-family: "Oxygen Mono" !important; }
#post .content .highlight {
  font-size: 0.8em;
  margin: 0 !important; }
  #post .content .highlight pre {
    padding: 10px !important;
    background: url("../images/use_your_illusion.png") repeat top left fixed #B00449; }

#blog-nav.small a .title {
  font-size: 1.2em; }
#blog-nav.small a .count {
  padding-top: 3px; }
#blog-nav.small a:hover {
  background: none; }
  #blog-nav.small a:hover .title {
    border-bottom: 2px solid #D21522;
    color: #D21522;
    text-shadow: none; }
  #blog-nav.small a:hover .count {
    color: black; }

#skills section {
  padding-bottom: 30px;
  margin-bottom: 30px; }
#skills h1 {
  margin: 20px 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1); }
#skills .skills h2 {
  margin: 0 0 12px 0;
  padding-left: 40px;
  min-height: 32px; }
  #skills .skills h2 a {
    color: #101010; }
    #skills .skills h2 a:hover {
      text-decoration: none;
      border-bottom: 2px solid #B00449; }
#skills .skills p {
  font-size: 1em;
  padding: 0 10px 15px 0; }
  #skills .skills p a {
    color: #101010;
    border-bottom: 1px solid #B00449; }
    #skills .skills p a:hover {
      text-decoration: none;
      color: #B00449; }
#skills .skills .jquery h2 {
  background: url("../images/icon_jquery.jpg") top left no-repeat; }
#skills .skills .backbone h2 {
  background: url("../images/icon_backbone.jpg") top left no-repeat; }
#skills .skills .vue h2 {
  background: url("../images/icon_vue.jpg") top left no-repeat; }
#skills .skills .sass h2 {
  background: url("../images/icon_sass.jpg") top left no-repeat; }
#skills .skills .gulp h2 {
  background: url("../images/icon_gulp.jpg") top left no-repeat; }
#skills .skills .bootstrap h2 {
  background: url("../images/icon_bootstrap.jpg") top left no-repeat; }
#skills .skills .browserify h2 {
  background: url("../images/icon_browserify.jpg") top left no-repeat; }
#skills .skills .html5 h2 {
  background: url("../images/icon_html5.jpg") top left no-repeat; }
#skills .skills .coffeescript h2 {
  background: url("../images/icon_coffeescript.jpg") top left no-repeat; }
#skills .skills .etc h2 {
  background: url("../images/icon_etc.jpg") top left no-repeat; }
#skills .skills .express h2 {
  background: url("../images/icon_express.jpg") top left no-repeat; }
#skills .skills .socketio h2 {
  background: url("../images/icon_socketio.jpg") top left no-repeat; }
#skills .skills .nodejs h2 {
  background: url("../images/icon_nodejs.jpg") top left no-repeat; }
#skills .skills .ruby h2 {
  background: url("../images/icon_ruby.jpg") top left no-repeat; }
#skills .skills .mongoid h2 {
  background: url("../images/icon_mongoid.jpg") top left no-repeat; }
#skills .skills .mongoose h2 {
  background: url("../images/icon_mongoose.jpg") top left no-repeat; }
#skills .skills .rails h2 {
  background: url("../images/icon_rails.jpg") top left no-repeat; }
#skills .skills .sinatra h2 {
  background: url("../images/icon_sinatra.jpg") top left no-repeat; }
#skills .skills .jekyll h2 {
  background: url("../images/icon_jekyll.jpg") top left no-repeat; }
#skills .skills .ubuntu h2 {
  background: url("../images/icon_ubuntu.jpg") top left no-repeat; }
#skills .skills .osx h2 {
  background: url("../images/icon_osx.jpg") top left no-repeat; }
#skills .skills .git h2 {
  background: url("../images/icon_git.jpg") top left no-repeat; }
#skills .skills .nginx h2 {
  background: url("../images/icon_nginx.jpg") top left no-repeat; }
#skills .skills .atom h2 {
  background: url("../images/icon_atom.jpg") top left no-repeat; }
#skills .skills .docker h2 {
  background: url("../images/icon_docker.jpg") top left no-repeat; }
#skills .skills .chrome h2 {
  background: url("../images/icon_chrome.jpg") top left no-repeat; }

#skills-intro {
  margin: 20px 0 40px 0; }
  #skills-intro p {
    font-size: 1.2em !important;
    color: #888; }
