/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #e14a42;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #e14a42;
  color: #fff;
  text-shadow: none; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: 'Fira Mono', monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 20px; }

dd {
  margin: 0 0 0 40px; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Primary styles
   Author: Kasper Mikiewicz
   ========================================================================== */
body {
  color: #535353;
  /* font: 90%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-family: 'Fira Sans', sans-serif; }

/* Links & Typography */
a > img {
  margin-bottom: -1px; }

a.img {
  border: none;
  background: transparent !important; }

p, ul, ol, pre, blockquote, hr, object {
  margin: 1em 0; }

img {
  border: none;
  vertical-align: bottom; }

strong {
  font-weight: bold; }

hr {
  height: 1px;
  border: none;
  background-color: #eee; }

blockquote {
  direction: block;
  padding-left: 10px;
  border-left: 3px solid #777; }

strong, b {
  font-family: helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

code, pre {
  padding: 0 3px 2px;
  font-family: 'Fira Mono',Monaco,Andale Mono,Courier New,monospace;
  font-size: 12px;
  border-radius: 3px; }

code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px; }

pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre code {
  background: transparent;
  display: block; }

pre {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  /*    width: 540px; */
  position: relative; }

/* 
pre:after {
content: 'Click on code to select it.';
position: absolute;
bottom: 0;
left: 0;
right: 0;
font-size: 11px;
color: #aaa;
border-top: 1px solid #ddd;
display: block;
width: 100%;
height: 22px;
line-height: 22px;
text-align: right;
}
*/
/*pre:hover { width: 670px; margin-left: -130px; }*/
pre textarea {
  width: 100%;
  border: none;
  background: transparent;
  color: #777;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 3px; }

pre textarea:focus {
  outline: none; }

.wrapper {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
  clear: both; }

#logo {
  margin: 0; }

.blog-description {
  font-size: 110%; }

#menu {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  margin-top: 20px;
  padding: 10px 0; }

#menu a {
  padding: 4px 8px; }

.post {
  margin-top: 20px; }

.post:after {
  display: block;
  content: '';
  clear: both; }

.post {
  padding-left: 130px; }

.post .body {
  float: right;
  width: 100%; }

.post .meta {
  float: left;
  width: 130px;
  margin-left: -130px; }

.post .title h3 {
  margin: 0; }

.post .body img {
  max-width: 100%; }

.post.page {
  padding-left: 0; }

.post.page .body {
  float: none; }

.pagination ul {
  list-style-type: none;
  text-align: center; }

.pagination li {
  display: inline-block;
  margin-right: 5px; }

.pagination .active a {
  text-decoration: underline; }

.pagination .prev a:before {
  content: '\00AB \0020'; }

.pagination .next a:after {
  content: '\0020 \00BB'; }

#footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 15px 10px;
  line-height: 24px;
  color: #aaa;
  font-size: 11px; }

#footer .copyrights {
  float: left; }

#footer .social {
  text-align: right; }

/* Share buttons */
.share-buttons {
  border-top: 1px solid #eee;
  margin: 20px 0;
  padding: 20px 0; }

.share-buttons:after {
  display: table;
  content: '';
  clear: both; }

.share-buttons div {
  float: left; }

.share-buttons > .share-facebook, .share-buttons > .share-twitter, .share-buttons > .share-gplus {
  opacity: .5; }

.share-buttons:hover > .share-facebook,
.share-buttons:hover > .share-twitter,
.share-buttons:hover > .share-gplus {
  opacity: 1; }

.share-twitter {
  float: left; }

/* Google Prettify */
.com {
  color: #93a1a1; }

.lit {
  color: #195f91; }

.pun, .opn, .clo {
  color: #93a1a1; }

.fun {
  color: #dc322f; }

.str, .atv {
  color: #268bd2; }

.kwd, .tag {
  color: #195f91; }

.typ, .atn, .dec, .var {
  color: #CB4B16; }

.pln {
  color: #93a1a1; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 40px; }

/* IE indents via margin-left */
ol.linenums li {
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.15);
  line-height: 20px;
  border-radius: 2px; }

/* Alternate shading for lines */
article:after {
  content: "";
  display: table;
  clear: both; }

html {
  height: 100%; }

body {
  background-color: #242424; }

#container {
  padding: 0;
  min-width: 250px;
  position: relative;
  max-width: 1250px;
  margin: 0 auto; }

article {
  background-color: white;
  padding: 0.1em 2.5em 2.5em 2.5em;
  min-height: 150px;
  box-sizing: border-box;
  margin: 0 225px; }
  article a:link {
    color: #e14a42; }
  article a:visited {
    color: #e14a42; }
  article a:active {
    color: #e14a42; }
  article a:hover {
    color: orange; }
  article img {
    max-width: 100%; }
  article h1 {
    font-size: 2em; }
  article h2 {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    background: #e5e5e5;
    background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
    background: linear-gradient(#f5f5f5, #e5e5e5);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
    text-shadow: 0 1px 0 #fff; }
  article h2:before {
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
    border-left: none;
    left: auto;
    right: 0;
    bottom: -6px; }
  article figcaption {
    display: none; }

table {
  width: 100%; }

header {
  margin: 0 0 5px 0;
  font-size: 1.8em;
  text-align: left;
  height: 50px; }
  header li {
    font-size: 18px;
    list-style-type: none;
    padding: 10px 20px;
    height: 20px;
    display: block;
    float: left; }
  header li.current {
    border-bottom: 10px solid #67664D;
    padding: 10px 20px;
    height: 20px;
    background-color: #AFAD82; }
  header ul {
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #CCCA97;
    border-bottom: 10px solid #868461; }
  header a {
    color: #1d1d1d;
    font-weight: 500; }
  header a.current {
    border-bottom: none;
    color: #1d1d1d;
    text-decoration: none; }
  header a:hover {
    color: #632d2b;
    border-bottom-color: #632d2b; }
  header .logo {
    font-weight: 600;
    border-bottom: none;
    font-size: 52px; }
  header div.logo {
    margin: 0px 225px;
    display: none; }
  header a:link.logo,
  header a:visited.logo {
    color: gainsboro; }
  header a:hover.logo {
    color: white; }

nav > ul > li {
  font-size: 1.15em;
  list-style-type: none; }

nav {
  color: whitesmoke;
  background-color: transparent;
  max-width: 225px;
  float: left;
  width: 100%; }
  nav a {
    margin-left: 5px; }
  nav a.current,
  nav a.current:hover {
    color: #1d1d1d;
    text-decoration: none;
    font-weight: 500; }
  nav a:link,
  nav a:visited {
    color: gainsboro; }
  nav a:hover {
    color: #CCCA97; }
  nav ul {
    padding-bottom: 0.25em;
    margin: 0; }
  nav li.current {
    background-color: #5F5F5F; }

a {
  color: whitesmoke; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

footer .logo {
  font-size: 32px;
  font-weight: 600;
  text-decoration: none; }

footer {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer a:link,
  footer a:visited {
    color: gainsboro; }
  footer a:hover {
    color: white; }

@media screen and (min-width: 1100px) {
  header ul {
    margin-right: 225px;
    margin-left: 225px; } }
@media screen and (max-width: 1100px) {
  article {
    margin-right: 0; }

  header ul {
    margin-right: 0; }

  footer {
    margin-left: 225px; }

  header div.logo {
    margin-right: 0; } }
@media screen and (max-width: 725px) {
  article {
    margin-right: 0;
    margin-left: 0; }

  nav {
    margin: 0 auto;
    float: none; }

  header .logo {
    display: none; }

  header ul {
    text-align: left; }

  footer {
    margin-left: 0; }

  footer .logo {
    display: inline; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 85%; } }

/*# sourceMappingURL=style.css.map */