@import url("http://fonts.googleapis.com/css?family=Raleway:100");

@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700");

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    background: #fff;
}

@media screen and (max-width: 1040px) {
    body {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 13px;
        width: 80%;
        margin: 0 auto;
    }
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 19px;
}

a {
    text-decoration: none;
    color: #824662;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -ms-transition: border .25s linear;
    transition: border .25s linear;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: -1em 0 0 0;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 1040px) {
    h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 620px) {
    h3 {
        font-size: 15px;
    }
}

h3 a {
    color: #824662;
    font-weight: bold;
/*    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;*/
}

/*h3 a:hover {
    color: #f1c40f;
    border-bottom: none;
}*/

a.category {
    color: #cccccc;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.inner {
    width: 550px;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .inner {
        width: 100%;
    }
}

.pullquote-right:before,.pullquote-left:before {
    padding: 0;
    border: none;
    content: attr(data-pullquote);
    float: right;
    width: 45%;
    margin: .5em 0 1em 1.5em;
    position: relative;
    top: 7px;
    font-size: 1.0em;
    line-height: 1.45em;
}

.pullquote-left:before {
    float: left;
    margin: .5em 1.5em 1em 0;
}

#header {
    height: 30px;
    padding: 30px 0;
    margin-top: 80px;
    margin-bottom: 220px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width: 1040px) {
    #header {
        margin-top: 20px;
        margin-bottom: 30px;
        height: auto;
        position: relative;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 620px) {
    #header {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

#header a {
    /*color: #C2A5B2;*/
    color: #824662;
/*    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;*/
}

/*#header a:hover {
    color: #824662;
    border-bottom: none;
}*/

#header h1 {
    margin: 0 auto 25px;
    text-align: center;
    font-family: "Raleway";
    font-weight: 100;
    font-size: 70px;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
}

@media screen and (max-width: 1040px) {
    #header h1 {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    #header h1 {
        margin: 0 auto 5px;
        font-size: 50px;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }
}

#header .tagline {
    margin-top: 15px;
    font-family: "Lato";
    font-weight: 100;
    font-size: 32px;
    color: #34495e;
}

#header .about-image {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 50px;
    border: 1px solid white;
    background: url('/images/about-small.png');
}

@media screen and (max-width: 1040px) {
    #header .tagline {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    #header .tagline {
        font-size: 20px;
    }
}

#pagenavi {
    padding: 20px 0;
    height: 20px;
    line-height: 20px;
    position: relative;
}

#pagenavi .prev,#pagenavi .next {
    position: absolute;
}

#pagenavi .prev {
    left: 0;
}

#pagenavi .next {
    right: 0;
}

#pagenavi .center {
    text-align: center;
    width: 100%;
    display: block;
}

@media screen and (max-width: 400px) {
    #pagenavi .center {
        display: none;
    }
}

article {
    padding-top: 40px;
    position: relative;
}

article header {
    margin-bottom: 1.5em;
}

article h2.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 0px;
    text-align: left;
    border-bottom: 0px;
    color: #34495e;
}

@media screen and (max-width: 1040px) {
    article h2.title {
        font-size: 21px;
    }
}

@media screen and (max-width: 620px) {
    article h2.title {
        font-size: 18px;
    }
}

article .entry-content {
    line-height: 1.5;
    /*text-align: justify;*/
}

article .entry-content a {
    font-weight: bold;
}

article .entry-content a:hover {
    text-decoration: none;
}

article .entry-content p,article .entry-content li {
    color: #555;
}

article .entry-content p {
    margin-bottom: 1.5em;
}

article .entry-content blockquote,article .entry-content ul,article .entry-content ol,article .entry-content dl,article .entry-content table,article .entry-content iframe,article .entry-content h1,article .entry-content h2,article .entry-content h3,article .entry-content h4,article .entry-content h5,article .entry-content h6,article .entry-content .video-container {
    margin-top: 1.5em;
    margin-bottom: 0em;
}

article .entry-content blockquote p,article .entry-content ul p,article .entry-content ol p,article .entry-content dl p,article .entry-content table p,article .entry-content iframe p,article .entry-content h1 p,article .entry-content h2 p,article .entry-content h3 p,article .entry-content h4 p,article .entry-content h5 p,article .entry-content h6 p,article .entry-content .video-container p {
    margin-bottom: 0em;
}

article .entry-content blockquote,article .entry-content ul,article .entry-content ol,article .entry-content dl {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

article .entry-content ul,article .entry-content ol,article .entry-content dl {
    margin-left: 20px;
}

article .entry-content ul ul,article .entry-content ul ol,article .entry-content ul dl,article .entry-content ol ul,article .entry-content ol ol,article .entry-content ol dl,article .entry-content dl ul,article .entry-content dl ol,article .entry-content dl dl {
    margin-top: 0;
}

article .entry-content strong {
    font-weight: bold;
}

article .entry-content em {
    font-style: italic;
}

article .entry-content p {
    margin-top: 10px;
}

article .entry-content h2 {
    font-weight: 100;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-bottom: 4px;
}

article .entry-content img,article .entry-content video {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.35);
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
    border-bottom: 0px;
}

article .entry-content blockquote {
    background: #fff;
    border-left: 5px solid #f5f5f5;
    padding: 5px 15px;
    margin-top: 1px;
}

article .entry-content blockquote p {
    color: #999;
    font-size: 0.9em;
}

article .entry-content blockquote>p:first-of-type {
    margin-top: 0;
}

article .entry-content iframe {
    border: none;
}

article .entry-content table {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-spacing: 0;
    margin-top: 10px;
}

article .entry-content table th {
    background: #ccc;
    padding: 0 15px;
}

article .entry-content table td {
    text-align: center;
}

article .entry-content table tr:nth-of-type(2n) {
    background: #d5d5d5;
}

article .entry-content .caption {
    display: block;
    font-size: 0.9em;
    color: #999;
    padding-left: 25px;
    position: relative;
}

article .entry-content .video-container,article .entry-content .vc {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 auto;
}

article .entry-content .video-container iframe,article .entry-content .video-container object,article .entry-content .video-container embed,article .entry-content .vc iframe,article .entry-content .vc object,article .entry-content .vc embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share {
    padding: 15px 0;
    text-align: center;
}

@media screen and (max-width: 620px) {
    .share {
        padding-left: 0px;
    }
}

.share ul {
    list-style: none;
}

.share ul li {
    display: inline;
    padding: 0 2px;
}

.share ul li a:link,.share ul li a:visited {
    border: none;
}

.post .meta {
    font-size: 0.9em;
    color: #333;
}

@media screen and (max-width: 620px) {
    .post .meta {
        width: auto;
    }
}

.post .meta a {
    text-decoration: none;
    color: #333;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -ms-transition: border .25s linear;
    transition: border .25s linear;
    outline: none;
}

.post .meta a:link,.post .meta a:visited {
    border-bottom: 1px solid rgba(191,2,34,0);
}

.post .meta a:hover {
    border-bottom: 1px solid #bf0222;
}

.date, time {
    color: #34495e;
}

@media screen and (max-width: 620px) {
    .post .meta .date,.post .meta .tags,.post .meta .comments {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-right: 30px;
    }
}

.archives {
    padding: 40px 0 1.5em;
}

@media screen and (max-width: 600px) {
    .archives h2 {
        font-size: 9px;
    }
}

.archives article {
    margin-left: 200px;
    padding: 0;
}

.archives article:first-of-type h3 {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .archives article {
        margin-left: 0;
    }

    .archives article:first-of-type h3 {
        margin: 1.2em 0 0 0;
    }
}

.archives article .meta {
    color: #999;
    font-size: 0.9em;
    line-height: 200;
}

.archives article .meta a {
    color: #999;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.archives article .meta a:hover {
    color: #333;
}

#comment {
    margin-bottom: 1.5em;
}

#comment h2.title {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

footer {
    padding: 15px 0;
    text-align: center;
    font-size: 0.8em;
}

article code,article pre {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-family: monospace;
    color: #555;
}

article code {
    font-size: 0.9em;
    padding: 0px 3px;
    margin: 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

article pre {
    font-size: 1 / 0.9em;
    line-height: 1.5;
    margin-top: 10px;
    padding: 5px 15px;
    overflow-x: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

article pre code {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

figure.code {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-top: 3px;
    margin-bottom: 1.5em;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

figure.code figcaption {
    font-size: 0.9em;
    position: relative;
}

figure.code figcaption span {
    margin: -5px -15px 0;
    padding: 5px 15px;
    display: none;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -moz-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -o-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: linear-gradient(top, #f5f5f5,#f5f5f5);
}

figure.code figcaption span:empty {
    display: none;
}

figure.code figcaption a {
    position: absolute;
    top: 5px;
    right: 0;
}

figure.code code,figure.code pre {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

figure.code .highlight {
    overflow-x: auto;
}

figure.code .line-numbers {
    display: none;
    border-right: 1px solid #f5f5f5;
    font-family: monospace;
    padding-right: 15px;
    text-align: right;
}

figure.code table {
    border: none;
    text-align: left;
    margin-top: 0;
}

figure.code table td {
    text-align: left;
}

figure.code td.code {
    width: 100%;
    padding-left: 5px;
    overflow-x: auto;
}

.entry-content .gist {
    background: #f5f5f5;
    color: #333;
    padding: 30px 15px 5px;
    margin-top: 10px;
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.entry-content .gist .gist-file {
    margin: 0;
}

.entry-content .gist .gist-file .gist-data {
    background: none;
    border: none;
}

.entry-content .gist .gist-file .gist-data pre {
    font: 0.9em monospace;
    line-height: 1.5;
}

.entry-content .gist .gist-file .gist-meta {
    font: 300 0.9em "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.5;
    margin: 0 -16px -6px;
    padding: 5px 15px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -moz-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -o-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: linear-gradient(top, #f5f5f5,#f5f5f5);
}

.entry-content .gist .gist-file .gist-meta a {
    color: #960d20;
}

.entry-content .gist .gist-file .gist-meta a:first-of-type {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 1;
}

.entry-content .gist .gist-file .gist-meta a:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    width: 100%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -moz-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: -o-linear-gradient(top, #f5f5f5,#f5f5f5);
    background: linear-gradient(top, #f5f5f5,#f5f5f5);
}

figure.code .c,.gist-highlight .c {
    color: #93a1a1 !important;
    font-style: italic !important;
}

figure.code .cm,.gist-highlight .cm {
    color: #93a1a1 !important;
    font-style: italic !important;
}

figure.code .cp,.gist-highlight .cp {
    color: #93a1a1 !important;
    font-style: italic !important;
}

figure.code .c1,.gist-highlight .c1 {
    color: #93a1a1 !important;
    font-style: italic !important;
}

figure.code .cs,.gist-highlight .cs {
    color: #93a1a1 !important;
    font-weight: bold !important;
    font-style: italic !important;
}

figure.code .err,.gist-highlight .err {
    color: #dc322f !important;
    background: none !important;
}

figure.code .k,.gist-highlight .k {
    color: #cb4b16 !important;
}

figure.code .o,.gist-highlight .o {
    color: #586e75 !important;
    font-weight: bold !important;
}

figure.code .p,.gist-highlight .p {
    color: #586e75 !important;
}

figure.code .ow,.gist-highlight .ow {
    color: #2aa198 !important;
    font-weight: bold !important;
}

figure.code .gd,.gist-highlight .gd {
    color: #586e75 !important;
    background-color: #f4c5b6 !important;
    display: inline-block;
}

figure.code .gd .x,.gist-highlight .gd .x {
    color: #586e75 !important;
    background-color: #f1b1a4 !important;
    display: inline-block;
}

figure.code .ge,.gist-highlight .ge {
    color: #586e75 !important;
    font-style: italic !important;
}

figure.code .gh,.gist-highlight .gh {
    color: #93a1a1 !important;
}

figure.code .gi,.gist-highlight .gi {
    color: #586e75 !important;
    background-color: #e5e3b5 !important;
    display: inline-block;
}

figure.code .gi .x,.gist-highlight .gi .x {
    color: #586e75 !important;
    background-color: #cdd088 !important;
    display: inline-block;
}

figure.code .gs,.gist-highlight .gs {
    color: #586e75 !important;
    font-weight: bold !important;
}

figure.code .gu,.gist-highlight .gu {
    color: #6c71c4 !important;
}

figure.code .kc,.gist-highlight .kc {
    color: #859900 !important;
    font-weight: bold !important;
}

figure.code .kd,.gist-highlight .kd {
    color: #268bd2 !important;
}

figure.code .kp,.gist-highlight .kp {
    color: #cb4b16 !important;
    font-weight: bold !important;
}

figure.code .kr,.gist-highlight .kr {
    color: #d33682 !important;
    font-weight: bold !important;
}

figure.code .kt,.gist-highlight .kt {
    color: #2aa198 !important;
}

figure.code .n,.gist-highlight .n {
    color: #268bd2 !important;
}

figure.code .na,.gist-highlight .na {
    color: #268bd2 !important;
}

figure.code .nb,.gist-highlight .nb {
    color: #859900 !important;
}

figure.code .nc,.gist-highlight .nc {
    color: #d33682 !important;
}

figure.code .no,.gist-highlight .no {
    color: #b58900 !important;
}

figure.code .nl,.gist-highlight .nl {
    color: #859900 !important;
}

figure.code .ne,.gist-highlight .ne {
    color: #268bd2 !important;
    font-weight: bold !important;
}

figure.code .nf,.gist-highlight .nf {
    color: #268bd2 !important;
    font-weight: bold !important;
}

figure.code .nn,.gist-highlight .nn {
    color: #b58900 !important;
}

figure.code .nt,.gist-highlight .nt {
    color: #268bd2 !important;
    font-weight: bold !important;
}

figure.code .nx,.gist-highlight .nx {
    color: #b58900 !important;
}

figure.code .vg,.gist-highlight .vg {
    color: #268bd2 !important;
}

figure.code .vi,.gist-highlight .vi {
    color: #268bd2 !important;
}

figure.code .nv,.gist-highlight .nv {
    color: #268bd2 !important;
}

figure.code .mf,.gist-highlight .mf {
    color: #2aa198 !important;
}

figure.code .m,.gist-highlight .m {
    color: #2aa198 !important;
}

figure.code .mh,.gist-highlight .mh {
    color: #2aa198 !important;
}

figure.code .mi,.gist-highlight .mi {
    color: #2aa198 !important;
}

figure.code .s,.gist-highlight .s {
    color: #2aa198 !important;
}

figure.code .sd,.gist-highlight .sd {
    color: #2aa198 !important;
}

figure.code .s2,.gist-highlight .s2 {
    color: #2aa198 !important;
}

figure.code .se,.gist-highlight .se {
    color: #dc322f !important;
}

figure.code .si,.gist-highlight .si {
    color: #268bd2 !important;
}

figure.code .sr,.gist-highlight .sr {
    color: #2aa198 !important;
}

figure.code .s1,.gist-highlight .s1 {
    color: #2aa198 !important;
}
