@charset "UTF-8";
body {
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  color: #42403A;
}

h2 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 2.3em;
  text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
}

p {
  font-size: 1em;
  text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
}

a {
  color: #61698E;
}
a:visited {
  color: #61698E;
}
a:hover {
  color: #596036;
}

.print_header {
  display: none;
}
.print_header ul {
  list-style: none;
  float: right;
}
.print_header ul li {
  font-family: Helvetica, sans-serif;
  color: #6b675e;
  font-size: 10px;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0px 4px;
}
.print_header ul li:last-child {
  border-right: 0;
}

.nav {
  position: relative;
  font-family: helvetica, sans-serif;
  height: 240px;
  letter-spacing: 3px;
  background: #8799b7; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #8799b7 0%, #96a3ba 26%, #96a3ba 26%, #b1bacc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8799b7), color-stop(26%, #96a3ba), color-stop(26%, #96a3ba), color-stop(100%, #b1bacc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #8799b7 0%, #96a3ba 26%, #96a3ba 26%, #b1bacc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #8799b7 0%, #96a3ba 26%, #96a3ba 26%, #b1bacc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #8799b7 0%, #96a3ba 26%, #96a3ba 26%, #b1bacc 100%); /* IE10+ */
  background: linear-gradient(135deg, #8799b7 0%, #96a3ba 26%, #96a3ba 26%, #b1bacc 100%); /* W3C */
}
.nav h1 {
  padding: 16px;
  color: #f1f1f1;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: lighter;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
}
.nav h1 a {
  color: white;
  text-decoration: none;
}
.nav h1 a:visited {
  color: white;
}
.nav div.inner {
  color: #f1f1f1;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
}
.nav div.inner a {
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.nav div.inner a:visited {
  color: #f1f1f1;
}
.nav div.inner a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 0.4);
}
.nav div.inner ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav div.inner ul li {
  display: block;
  padding: 1em 1.1em;
  margin: 0;
}

div.clear {
  clear: both;
}

.content {
  padding: 16px;
}
.content h1 {
  font-size: 2.4em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
  padding-bottom: 0.4em;
}
.content h2 {
  font-size: 2em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
.content h3 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
.content h4 {
  font-size: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
.content p {
  line-height: 1.7em;
  padding-bottom: 1.6em;
}
.content div.image_with_caption {
  background: white;
  padding: 10px;
  margin: 0 -30px 1.6em -30px;
  border-radius: 4px;
}
.content div.image_with_caption img {
  width: 100%;
}
.content div.image_with_caption p {
  margin: 0;
  font-size: 0.8em;
  opacity: 0.8;
  padding: 6px 0 0 0;
  line-height: 1em;
}

#posts h2 {
  font-size: 2em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
#posts h2 a {
  color: #272622;
  text-decoration: none;
}
#posts h2 a:hover {
  text-decoration: underline;
}
#posts h3 {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
#posts h4 {
  font-size: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
}
#posts p {
  line-height: 1.7em;
  padding-bottom: 1.6em;
}
#posts .image_with_caption p {
  padding-bottom: 0;
}

#index_about {
  padding: 15px 0;
  position: relative;
}
#index_about img {
  width: 88px;
  position: absolute;
  left: 0;
}
#index_about > div {
  padding-left: 108px;
}

#secondaryStuff {
  background: url(../images/bg_texture.jpg) repeat;
  box-shadow: 0 -9px 9px -6px rgba(48, 48, 48, 0.4);
  margin-top: 20px;
}

p.posted_on, div.posted_on {
  opacity: 0.7;
  font-size: 0.9em;
  font-family: "Lato", helvetica, sans-serif;
  font-weight: ligher;
}

#post_footer .more_about_me {
  background: #B8B4AD; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #cac6be 45%, #B8B4AD 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(45%, #cac6be), color-stop(100%, #B8B4AD)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #cac6be 45%, #B8B4AD 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #cac6be 45%, #B8B4AD 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #cac6be 45%, #B8B4AD 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, #cac6be 45%, #B8B4AD 100%); /* W3C */
  width: 260px;
  padding: 20px;
  margin: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#post_footer .more_about_me a, #post_footer .more_about_me a:visited {
  color: #8B4B35;
}
#post_footer .more_about_me img {
  float: left;
  margin-right: 7px;
  border: 2px solid #f1f1f1;
  padding: 0;
  width: 48px;
}

#post_pagination {
  padding: 1em 0;
  font-size: 0.9em;
}
#post_pagination h5, #post_pagination h6 {
  font-family: helvetica, sans-serif;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
}
#post_pagination a {
  display: block;
  padding: 0.3em 0 0.6em 0;
  text-decoration: none;
}

.button {
  border: 1px solid #B4C4DF;
  display: inline-block;
  padding: 3px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  background-color: rgba(180, 198, 223, 0.6);
}

.pagination .button {
  margin-bottom: 1em;
}
.pagination .next {
  float: right;
}

div.color_block {
  height: 100px;
  margin: 20px;
}
div.color_block.primary {
  background-color: #B4C4DF;
}
div.color_block.secondary {
  background-color: #596036;
}
div.color_block.teriary {
  background-color: #42403A;
}
div.color_block.quadrary {
  background-color: #B8B4AD;
}
div.color_block.septary {
  background-color: #8B4B35;
}

.post-break {
  border-top: 1px solid #B4C4DF;
  margin: 0.1em 0 1.2em 0;
  clear: both;
}

.post-break-light {
  border-top: 1px solid #cee0ff;
  margin: 0.1em 0 1.2em 0;
  clear: both;
}

.pull-left {
  float: left;
  margin: 0px 15px 5px 0px !important;
}

.post, #post {
  position: relative;
}
.post .share_buttons_top, #post .share_buttons_top {
  position: absolute;
  top: 59px;
  right: 0;
}
.post ul, #post ul {
  padding-bottom: 1.8em;
}
.post ul li, #post ul li {
  line-height: 1.8em;
  list-style: square;
  margin-left: 18px;
}
.post img, #post img {
  max-width: 92%;
  margin: auto;
  background-color: white;
  padding: 5px;
  border: 1px solid #B8B4AD;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.4);
  display: block;
}
.post .image_with_caption img, #post .image_with_caption img {
  max-width: 100%;
  margin: auto;
  background-color: white;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inherit;
}
.post blockquote h3, #post blockquote h3 {
  position: relative;
  padding: 18px 37px 18px 57px;
  margin: 25px -20px 48px -57px;
  border-top: 2px solid rgba(173, 183, 201, 0.4);
  border-bottom: 2px solid rgba(173, 183, 201, 0.4);
  color: #596036;
  line-height: 1.9em;
  border-radius: 2px;
}
.post blockquote h3:before, #post blockquote h3:before {
  content: "“";
  font-size: 60px;
  color: #596036;
  position: absolute;
  left: 11px;
  top: 35px;
}
.post blockquote > p, #post blockquote > p {
  position: relative;
  padding: 18px 37px 18px 57px;
  margin: 0 -20px 23px -57px;
  line-height: 1.9em;
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
.post blockquote > p:before, #post blockquote > p:before {
  content: "“";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 11px;
  top: 35px;
}

#footer {
  background-color: #181715;
  font-size: 0.9em;
  opacity: 0.8;
  text-align: center;
  padding: 2em 1em;
  color: white;
}
#footer p {
  padding-bottom: 0.1em;
}
#footer #socialLinks a {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 6px;
}
#footer #socialLinks a span {
  display: none;
}
#footer #socialLinks a.facebook {
  background-image: url(../images/icons/facebook-24x24.png);
}
#footer #socialLinks a.linkedin {
  background-image: url(../images/icons/linkedin-24x24.png);
}
#footer #socialLinks a.spotify {
  background-image: url(../images/icons/spotify-24x24.png);
}
#footer #socialLinks a.github {
  background-image: url(../images/icons/github-24x24.png);
}
#footer #socialLinks a.flickr {
  background-image: url(../images/icons/flickr-24x24.png);
}
#footer #socialLinks a.tumblr {
  background-image: url(../images/icons/tumblr-24x24.png);
}
#footer #socialLinks a.instagram {
  background-image: url(../images/icons/instagram-24x24.png);
}
#footer #socialLinks a.home {
  background-image: url(../images/icons/home-24x24.png);
}

#blog_series_title {
  margin-top: 1em;
  margin-bottom: 1em;
}

.resume_content > .content_container > .content ul {
  font-size: 16px;
  font-weight: lighter;
  margin-left: 2em;
  padding-bottom: 1.6em;
}
.resume_content > .content_container > .content ul li {
  padding-bottom: 6px;
}
.resume_content > .content_container > .content h3 .date {
  font-size: 0.8em;
}

/*
@media (max-width: 700px) {
    .post, #post {
        .share_buttons_top {
            display: none
        }    
    }
    .nav {
        padding-bottom: 10px;
        height: auto;
        @include background_gradient();

        h1 {
            position: relative;
            top: 1px;
            left: 42px;
            z-index: 1000;
            font-size: 1.75em;
        }

        h2 {
            font-size: 1.7em;
        }

        .inner {
            display: none;
        }

    }

    .show_nav {
        .nav {
            .inner {
                display: block;
            }
        }
    }
    #post_pagination {
        padding: 1em 0;

        font-size: 1em;
        h5, h6 {
            font-family: helvetica, sans-serif;
            font-weight: normal;
            @include text_shadow_inset();
        }

        a {
            display: block;
            padding: .3em 0 .6em 0;
            text-decoration: none
        }
    }

    .content {
        div.image_with_caption {
            margin: 0 0 1.6em 0;
            padding: 3px;
        }
    }


    .nav_expand {
        display: block;
        width: 24px;
        background-color: darken(#296ddf, 20%);
        border: 1px solid darken(#296ddf, 20%);
        font-size: 40px;
        cursor: pointer;
        padding: 5px;
        border-radius: 4px;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
        cursor: pointer;

        span {
            color: white;
            display: none;

            &.line {
                display: block;
                background: white;
                margin: 7px 0;
                width: 23px;
                height: 1px;
            }
        }
    }
}

@media (min-width: 701px) {
    .post, #post {
        .share_buttons_top {
            display: block;
            position: relative;
            top: 0;
        }    
    }
    body.show_nav {
        .nav_expand {
            display: none;
        }

        .nav {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            width: 340px;
            height: 100%;
            display: block;

            div.inner ul li {
                display: block;
            }
        }

        .content_container {
            margin-left: 340px;

            .content {
                margin: 20px 80px;
            }
        }
    }

    .nav_expand {
        display: none;
        padding: 10px 40px;
        position: fixed;
        top: 40px;
        left: 0px;
        font-size: 40px;
        width: 5px;
        cursor: pointer;
        @include background_gradient();

        span {
            color: white;
            display: block;

            &.line {
                background: white;
                margin: 10px 0;
                width: 23px;
                height: 1px;
            }
        }
    }

    .nav {
        display: block;
        position: relative;
        font-family: helvetica, sans-serif;
        height: 240px;

        h1 {
            font-size: 4em;
            text-align: center;
            padding: .5em;
        }
        h2 {
            background: rgba(66, 64, 58, 0.6);
            font-size: 26px;
            padding: 8px;
            top: 104px;
            text-align: center;
            position: relative;

            & > span {
            }
        }

        div.inner {
            padding: 1em 0 0 0;
            a {
                background-position: left 2px;
                width: auto;
                padding: 2px 0 2px 2px;
            }
            a span {
                display: inline;
            }

            ul {
                li {
                    display: inline-block;
                    padding: 1em 1.5em;
                }
            }
        }

    }

    .single_content {
        .nav {
            display: none;
        }
        .nav_expand {
            display: block;
        }
    }

    .content {
        margin: 0 13%;

        h1 {
            font-size: 2.6em;
        }
    }

    body {
        font-size: 17px;
    }

    #post_footer {
        .more_about_me {
            width: 80%;
            text-align: center;
        }

        .share_on {
            padding-top: 30px;
            padding-bottom: 10px;
            font-size: 24px;
            text-align: center;
        }

        .share_links {
        }
    }

    #posts {
        .post {
            padding: 30px 0;
        }
    }
}

@media (min-width: 800px) {

    .nav {
        h1 {
            padding-top: 40px;

        }
    }

    .content {
        margin: 0 20%;
    }

}

@media (min-width: 1201px) {
    .post, #post {
        .share_buttons_top {
            display: block;
            position: relative;
            top: 0px;
        }    
    }
    .content {
        margin: 0 20%;
    }
}

@media print {

    @mixin print-body-font()
{
        @include serif();
        font-size: 10px;
        font-weight: lighter;
    }

    body {
        font-size: 12px;

        .nav_expand {
            display: none !important;
        }

        .nav {
            display: none !important;
        }

        .content {
            h2 {
                padding-top: 4px;
                font-size: 22px;
                padding-bottom: .3em;
            }

            h3 {
                padding-top: 2px;
                font-size: 14px;
                font-weight: normal;
            }

            p {
                @include print-body-font();
                font-size: 10px;
                line-height: 15px;
                padding-bottom: 7px;
            }
        }

        &.resume_content {
            & > .content_container > .content {
                ul {
                    font-size: 11px;
                    font-weight: inherit;
                    margin-left: 2em;
                    padding-bottom: 10px;

                    li {
                        @include print-body-font();
                        font-size: 10px;
                        padding-bottom: 3px;
                    }
                }

                h3 {
                    .date {
                        font-size: .8em;
                    }
                }
            }

            #footer {
                display: none;
            }
        }

        .print_header {
            display: block;
        }
    }
}
*/

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