@font-face {
  font-family: "Entypo";
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo.woff") format("woff"), url("../fonts/entypo.ttf") format("truetype"), url("../fonts/entypo.svg#Entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Social Entypo";
  src: url("../fonts/entypo-social.eot");
  src: url("../fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo-social.woff") format("woff"), url("../fonts/entypo-social.ttf") format("truetype"), url("../fonts/entypo-social.svg#Social Entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Novecento Wide Book";
  src: url("../fonts/Novecentosanswide-Book-webfont.eot");
  src: url("../fonts/Novecentosanswide-Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-Book-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-Book-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-Book-webfont.svg#Novecento Wide Book-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  padding: .3em;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
input[type="email"]:hover,
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
blockquote {
  margin: 1.5em;
  padding: 0 0 0 1.5em;
  border-left: 5px solid black;
}
blockquote:before {
  content: "\201C";
  display: inline;
}
blockquote:after {
  content: "\201D";
  display: inline;
}
blockquote p {
  display: inline;
}
blockquote cite {
  display: block;
  margin-top: 1em;
}
pre {
  margin: 1em;
}
hr {
  height: 1em;
  margin: 2em 0;
  border: 0;
}
@media (max-width : 480px ) {
  body {
    min-width: 320px;
    width: 100%;
  }
}
.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto -50px;
  z-index: 2;
  position: relative;
}
.main {
  padding: 1em;
}
.main img {
  max-width: 100%;
}
.excerpt {
  margin-bottom: 5px;
}
.byline {
  margin: 0;
}
.article {
  margin: 0 0 3em 0;
}
.article:last-of-type {
  margin: 0 0 1em 0;
}
.post-template .article {
  margin: 0;
}
.post-header {
  overflow: hidden;
}
.site-header,
.site-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo {
  margin: 0 auto;
}
.author {
  width: 50%;
}
@media (max-width : 768px ) {
  .author {
    width: 100%;
  }
}
.tagline {
  text-align: center;
  margin: 0;
  clear: both;
}
code {
  font-size: 14px;
  width: 100%;
}
.article {
  border: 1px solid;
  padding: 1em;
  border-radius: .2em;
  overflow: hidden;
}
.feature {
  float: left;
  width: 50%;
  padding: .5em;
  display: none;
}
@media (max-width : 768px ) {
  .feature {
    float: none;
    width: 100%;
  }
}
.has-feature .feature {
  display: block;
  border-radius: .2em;
}
.feature p {
  margin: 0;
}
.post-content {
  padding: 0 .5em;
  width: 100%;
  float: left;
}
.has-feature .post-content {
  width: 50%;
}
@media (max-width : 768px ) {
  .has-feature .post-content {
    width: 100%;
    padding: 1em .5em 0;
  }
}
.post-template .post-content {
  padding: 0;
}
.post-template .post-content img {
  max-width: 100%;
}
.post-content p {
  font-size: 16px;
  line-height: 24px;
}
.post-template .post-content p {
  font-size: 18px;
  line-height: 27px;
}
@media (max-width : 480px ) {
  .post-template .post-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.date {
  font-size: 14px;
  float: right;
}
.post-template .date {
  font-size: 16px;
}
@media (max-width : 480px ) {
  .post-template .date {
    font-size: 12px;
  }
}
.post-title {
  font-size: 24px;
  clear: right;
  margin-top: 25px;
  font-family: "Novecento Wide Book", Helvetica, Arial, sans-serif;
}
.post-template .post-title {
  font-size: 40px;
}
@media (max-width : 480px ) {
  .post-template .post-title {
    font-size: 30px;
  }
}
.logo {
  display: block;
}
.post-meta {
  clear: both;
}
.author {
  border-radius: .2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.tags {
  padding: 0;
  margin: 0;
}
/*
	THEME STYLES
*/
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  background: #dbdbdb url("/assets/images/vertical_cloth_light.png");
  color: #5f5f5d;
}
code {
  font-family: "Droid Sans Mono", Monaco, monospace;
}
hr {
  background: #3a8299;
}
a {
  color: #4ba0bb;
}
a:hover {
  color: #166489;
}
pre {
  background: #FCFCFC;
  border: 1px solid #454545;
  padding: 1em;
}
.main {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main.exit {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}
.article {
  background: #F0F0F0;
  border-color: #d3d3d3;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05), 0 8px 0px -4px #f0f0f0, 0 8px 1px -3px rgba(0, 0, 0, 0.1), 0 15px 0 -8px #f0f0f0, 0 15px 1px -7px rgba(0, 0, 0, 0.1);
}
.feature {
  border: 1px solid #dfdfdf;
}
.feature img {
  height: auto;
}
.hero-image {
  width: 100%;
  height: auto;
}
.post-title {
  color: #3a8299;
}
.post-title a {
  color: #3a8299;
}
.author {
  background-color: #121212;
  color: #dededd;
  border: 1px solid #3a8299;
}
.author img {
  float: left;
  padding: 10px;
}
.author h1 {
  font-size: 20px;
  margin: 10px 0 5px 0;
  line-height: 20px;
}
.author p {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0 5px 2px;
}
.date {
  color: #a0a0a0;
}
.tags {
  list-style-type: none;
  clear: both;
}
.tags li {
  background: #1e434f;
  padding: .3em .5em;
  float: left;
  color: #FFF;
  position: relative;
  z-index: 0;
  margin: 0 1em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 1px;
  box-shadow: 1px 0px rgba(200, 200, 200, 0.8), 5px 1px 0 -2px #1e434f;
}
.tags li a {
  color: #FFF;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
.site-header {
  background: url("/assets/images/black_mamba.png");
  padding: 3em;
  overflow: hidden;
  border-bottom: 1px solid #adadad;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header.exit {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
@media (max-width : 768px ) {
  .site-header {
    margin-bottom: 69px;
  }
}
@media (max-width : 480px ) {
  .site-header {
    padding: 3em 3em;
  }
}
.site-footer {
  background-image: url("/assets/images/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 300px;
  color: #F0F0F0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer.exit {
  opacity: 0;
}
.site-footer .copyright {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: .7em;
}
.site-footer .details {
  position: absolute;
  bottom: 2px;
  left: 2px;
  font-size: .7em;
}
.site-footer .details a {
  color: #70b3c9;
}
.logo {
  width: 400px;
}
@media (max-width : 480px ) {
  .logo {
    width: 100%;
  }
}
.logo img {
  max-width: 100%;
}
.tagline {
  color: #dededd;
  font-size: 16px;
}
@media (max-width : 480px ) {
  .tagline {
    font-size: 10px;
  }
}
.pagination {
  width: 100%;
}
.pagination span {
  font-family: "Entypo";
  font-size: 30px;
  line-height: 30px;
}
.pagination .newer-posts {
  float: left;
  font-size: 20px;
  line-height: 30px;
}
.pagination .older-posts {
  float: right;
  font-size: 20px;
  line-height: 30px;
}
.navigation-button {
  font-family: "Entypo";
  font-size: 4em;
  border: none;
  outline: none;
  background: none;
  float: left;
  color: #F0F0F0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.navigation-button.open {
  -webkit-transform: translateX(-150px) rotateZ(-90deg);
  -moz-transform: translateX(-150px) rotateZ(-90deg);
  -ms-transform: translateX(-150px) rotateZ(-90deg);
  -o-transform: translateX(-150px) rotateZ(-90deg);
  transform: translateX(-150px) rotateZ(-90deg);
}
@media (max-width : 768px ) {
  .navigation-button.open {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width : 768px ) {
  .navigation-button {
    width: 100%;
    top: 191px;
    background-color: #121212;
    right: 0;
  }
}
@media (max-width : 480px ) {
  .navigation-button {
    top: 151px;
  }
}
.social-navigation {
  font-family: "Social Entypo";
  position: absolute;
  top: 20px;
  left: 15px;
}
@media (max-width : 768px ) {
  .social-navigation {
    top: 155px;
    left: 0;
    right: 0;
    width: 160px;
    margin: auto;
  }
}
@media (max-width : 480px ) {
  .social-navigation {
    top: 115px;
    left: 0;
    right: 0;
    width: 160px;
    margin: auto;
  }
}
.social-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-navigation li {
  margin: 0;
  line-height: 30px;
}
@media (max-width : 768px ) {
  .social-navigation li {
    display: inline-block;
    margin-right: 1.5em;
  }
  .social-navigation li:last-child {
    margin-right: 0;
  }
}
.social-navigation li a {
  color: #F0F0F0;
  font-size: 3em;
  -webkit-transition: all 0.2s ease-out 0.05s;
  -moz-transition: all 0.2s ease-out 0.05s;
  -ms-transition: all 0.2s ease-out 0.05s;
  -o-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width : 768px ) {
  .social-navigation li a {
    font-size: 2em;
  }
}
.social-navigation li:hover a {
  color: #3a8299;
}
.navigation {
  position: absolute;
  z-index: 50;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -ms-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
.navigation.exit {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.site-navigation {
  width: 200px;
  height: 100%;
  position: fixed;
  background: transparent;
  top: 0;
  right: 0;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.site-navigation.open {
  height: 100%;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media (max-width : 768px ) {
  .site-navigation.open {
    opacity: 1;
  }
}
@media (max-width : 768px ) {
  .site-navigation {
    width: 100%;
    height: auto !important;
    top: 250px;
    background-color: rgba(5, 5, 5, 0.9);
    position: absolute;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transform: translateX(0px) translateY(-50px);
    -moz-transform: translateX(0px) translateY(-50px);
    -ms-transform: translateX(0px) translateY(-50px);
    -o-transform: translateX(0px) translateY(-50px);
    transform: translateX(0px) translateY(-50px);
  }
}
@media (max-width : 480px ) {
  .site-navigation {
    top: 210px;
  }
}
.site-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #3a8299;
  width: 150px;
  height: 100%;
  float: right;
}
@media (max-width : 768px ) {
  .site-navigation ul {
    width: 100%;
    height: auto;
  }
}
.site-navigation li {
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  border-top: 1px solid #4192ab;
  border-bottom: 1px solid #2c6374;
  background-color: #3a8299;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.site-navigation li:first-child {
  border-top: none;
}
.site-navigation li a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-size: .8em;
  color: #F0F0F0;
}
.site-navigation li:hover {
  background-color: #121212;
}
#disqus_thread {
  padding: 0 1em;
  margin-top: 1em;
}
