@charset "UTF-8";
/*

  Pixyll

  A simple, beautiful theme for Jekyll that emphasizes content rather than
  aesthetic fluff.

  Best served with BASSCSS (http://jxnblk.github.io/basscss)

  Crafted with <3 by John Otander (@4lpine) - ©2014 John Otander
  MIT License http://opensource.org/licenses/MIT

*/

/* body { */
  /* font-family: "Ubuntu", "PT Serif", Georgia, "Times New Roman", serif; */
/* } */

html, body {
  height: 100%;
  color: #000;
}

img {
  width: auto;
  max-width: 100%;
}

.site-wrap {
  min-height: 100%;
  margin-bottom: -120px;
}

.site-wrap:after {
  content: "";
  display: block;
}

.footer, .site-wrap:after {
  height: 120px;
}

body {
  font-size: 1.5rem;

          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.gist,
.gist .highlight .p {
  font-size: .75rem;
}

.gist .lines {
  width: 100%;
}

.site-header a {
  color: #333;
  font-weight: 300;
}

.site-header nav a {
  font-size: 1rem;
  color: #666;
}

.site-header nav a:hover {
  color: #444;
  opacity: 1;
  border-bottom: 2px solid #444;
}

.site-nav a + a {
  margin-left: 1em;
}

.site-nav {
  margin: 0;
  padding: 0;
}

.site-header a:hover,
.posts .post a:hover .post-meta,
.posts .post a:hover .post-title,
.posts .post a:hover .post-summary {
  opacity: 0.88;
}

.related-post-title {
  border-bottom: thin solid #f3f3f3;
}

.posts {
  margin: 0;
}

.posts .post {
  margin-bottom: 0.75em;
  padding-bottom: .375em;
  border-bottom: thin solid #f3f3f3;
}

.posts .post:last-child {
  border-bottom: none;
  margin-bottom: .375em;
  padding-bottom: 0;
}

.post-link .post-title {
  margin-top: 0;
  font-weight: 600;
  color: #333;
}

.post-footer {
  @extend .italic;

  margin-top: .75rem;
  text-align: center;
}

.post-footer .avatar {
  margin: 2rem 0;
  width: 100px;
  border-radius: 50%;
}

.pagination,
.button {
  font-size: 1rem;
  /* font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif; */
  font-weight: 300;
  text-align: center;
}

.pagination a, .pagination .disabled {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fafafa;
  border-radius: 0.1875em;
  border: 1px solid #f3f3f3;
  color: #333333;
  padding: 1em 1.5em;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination a:hover, .pagination a:focus {
  background: white;
  color: #477dca;
}

.pagination a:active {
  background: #f7f7f7;
}

.wrap .measure {
  margin: 0 auto;
}

.meta,
.post-meta {
  width: auto;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: .25em 0;
  color: #7a7a7a;
  font-style: italic;
}

.pagination .button {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.button-disabled {
  opacity: 0.55;
  background-color: #999;
}

.button-disabled:hover,
.button-disabled:active,
.button-disabled:focus {
  cursor: not-allowed;
  background-color: #999;
}

form {
  /* font-family: sans-serif; */
  font-weight: 300;
  font-size: 1rem;
}

textarea.input {
  height: 8em;
}

p {
  line-height: 1.5;
  color: #000;
}

abbr {
  border-bottom: 1px black dotted;
  cursor: help;
  /* Seems to be set by default in some browsers, so disable it. */
  text-decoration: none;
}

pre, code {
  font-family: monospace;
}

code {
  color: #222;
}

a code {
  color: #0096cc;
}

a:hover code {
  color: #007199;
}

table.highlighttable, pre {
  border: 1px solid #000;
  width: 100%;
  border-spacing: 0;
}

table.highlighttable div.highlight {
  border: 0;
}

table.highlighttable td .linenodiv {
  padding-right: 0 !important;
}

table.highlighttable td .linenodiv pre, .highlight pre, pre {
  padding: 1em 10px 1em 10px;
  font-size: 1.15rem;
  line-height: 1.45;
  overflow-x: auto;
}

table.highlighttable td .linenodiv pre {
  padding-left: 10px;
}

table {
  font-size: 1rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

  table th, table td {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 6px;
  }

.hljs {
  font-size: 1rem;
}

blockquote {
  padding: 0.5em;
  font-style: italic;
  border-left: 5px solid #7a7a7a;
}

  blockquote p {
    margin: 0;
  }

blockquote footer {
  font-size: .85rem;
  font-style: normal;
  background-color: #fff;
  color: #7a7a7a;
  border-color: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif; */
  font-weight: 900;
  line-height: 1.2;
  margin: 0.414em 0 0.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
  margin-top: 1.3em;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.3em;
  color: #777;
}

h4 {
  font-size: 1.3rem;
  margin-top: 1.3em;
}

.social-icons {
    padding: 0.5em 0 0 0;
    font-size: 1.25rem;
    width: 100%;
}
.social-icons a.fa {
    padding: 0.2em;
    opacity: 0.8;
    cursor: pointer;
}
.social-icons a.fa:hover {
    opacity: 1;
}
.social-icons iframe[title=Flattr] {
    position: relative;
    top: 0.1em;
}

footer {
  border-top: thin solid #f3f3f3;
}

footer,
footer .wrap {
  color: #7a7a7a;
  background-color: #fafafa;
  /* font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif; */
  font-weight: 300;
  clear: both;
}

footer:after {
  content: "";
  display: block;
}

@charset "UTF-8";

/*!
Icons.css
Licensed under the MIT license - http://opensource.org/license/MIT
*/

.icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.icons a.rss { background: url(/images/icons/rss.png) left top no-repeat; }
.icons a.twitter { background: url(/images/icons/twitter.png) left top no-repeat; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;

    -webkit-transform: translateY(-20px) translate3d(0, 0, 0);
        -ms-transform: translateY(-20px) translate3d(0, 0, 0);
            transform: translateY(-20px) translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;

    -webkit-transform: translateY(0) translate3d(0, 0, 0);
        -ms-transform: translateY(0) translate3d(0, 0, 0);
            transform: translateY(0) translate3d(0, 0, 0);
  }
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
/* Pagination */
.paginatin_area{
  margin: 0;
  overflow: hidden;
  padding: 4px 0 94px;
  text-align: center;
}
.paginatin_area ul{
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.paginatin_area ul li{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.paginatin_area ul li a{
  background: none repeat scroll 0 0 #262626;
  border-radius: 4px;
  color: #fff;
  display: block;
  /* font-family: lato; */
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  margin: 2px;
  min-height: 30px;
  min-width: 30px;
  padding: 6px;
  text-decoration: none;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  transition:all .4s;
}
.paginatin_area ul li.active a{
  background:#b3b3b1;
}
.paginatin_area ul li.active a:hover{
  background:#b3b3b1;
}
.paginatin_area ul li a:hover{
  background:#37C392;
}
.paginatin_area ul li a i{}
.p_arrow{}
.p_arrow i{
  display: block;
  /* font-family: lato; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

pre {
  margin-bottom: 15px;
}

.named-code {
}

  .named-code-name {
    display: block;
    margin-bottom: 2px;
    font-size: 1rem;
    font-family: monospace;
    color: #666;
  }
