html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #444;
  font-size: 62.5%;
  /* Resets 1em to 10px */
  font-family: "Lato", sans-serif;
  text-align: center;
  background-color: white;
  background-image: url(/assets/noise.png); }

a {
  color: #33627f;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
  margin-bottom: 0;
  color: #f00;
  text-align: left; }

h1 {
  font-size: 2.6em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.8em; }

img {
  border: 0; }

input {
  border: 1px solid #aaa;
  font-size: 1.2em; }

textarea {
  border: 1px solid #aaa;
  font-size: 12px; }

pre {
  font-size: 12px; }

code {
  font-size: 12px;
  /*color:#111; */ }

abbr {
  cursor: help;
  border-bottom: 0.1em dotted; }

/* Layout */
#notice {
  background-color: #ffa;
  font-size: 1.1em;
  text-align: center;
  padding: .4em;
  border-bottom: 1px solid #888; }

#page {
  text-align: left;
  background-image: url(/assets/noise.png);
  background-color: #f9f9fa;
  min-height: 100%; }

#wrapper {
  width: 100%; }

#content {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  padding: 20px;
  box-sizing: border-box; }

#header #logo {
  width: 100%;
  max-width: 300px; }

#titlecontainer {
  width: 100%;
  max-width: 920px;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
  margin: auto; }
  #titlecontainer #logo {
    width: 100%; }
  #titlecontainer #social-icons {
    float: right;
    clear: right; }
  #titlecontainer #social-icons a {
    margin-right: 10px; }
  #titlecontainer #social-icons a:last-child {
    margin-right: 0; }
  #titlecontainer p {
    font-size: 160%; }

/* Top navigation */
#navbar {
  background-color: #4786b2;
  z-index: 100; }

#navcontainer {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  height: 25px;
  padding: 0 10px;
  box-sizing: border-box; }

#navlist {
  margin-left: 0;
  height: 25px;
  margin: 0; }

#navlist ul li {
  list-style: none;
  margin: 0;
  display: inline;
  height: 25px;
  font-size: 110%; }

#navlist ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0; }

#navlist ul ul li {
  float: none; }

#navlist ul li:hover {
  background-color: red; }

#navlist ul li:hover > ul {
  display: block !important; }

#navlist li a {
  margin-left: 3px;
  border: 1px solid #11202b;
  border-bottom: none;
  background-color: #33627f;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: .11em; }

#navlist li a:link {
  color: white; }

#navlist li a:hover {
  color: #000;
  background: white;
  border-color: black; }

#navlist li.menu-item a {
  border: none;
  background-color: transparent;
  color: #f9f9fa; }

#navlist li.menu-item a:hover {
  text-decoration: none;
  background-color: transparent;
  color: white; }

#navlist ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#navlist ul a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 25px;
  padding: 0 10px; }

#navlist ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#navlist ul li:hover {
  background: #33627f; }

#navlist ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #33627f;
  padding: 0;
  width: 200px; }

#navlist ul ul li {
  float: none; }

#navlist ul ul li a {
  text-transform: none; }

#navlist ul ul a {
  line-height: 120%;
  padding: 10px 15px; }

#navlist ul ul ul {
  top: 0;
  left: 100%; }

#navlist ul li:hover > ul {
  display: block;
  z-index: 10000; }

/* Footer */
#footer {
  text-align: center;
  font-size: 1em;
  background: #4786b2;
  color: #f9f9fa;
  clear: both;
  padding: 10px;
  border-top: 1px solid #11202b; }
  #footer a {
    color: white; }

/* Post Formatting */
#content hr {
  border: none;
  border-bottom: 1px dotted #c4c4ce;
  margin: 0; }

.post-listing .postheader h1 {
  font-size: 100%; }

.post-listing .post-preview {
  border-bottom: 1px dotted #c4c4ce;
  padding-bottom: 1em;
  margin-bottom: 2em; }

.post-listing .post-preview:last-child {
  border-bottom: 0; }

.post {
  margin: 0;
  padding: 20px 0;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 160%;
  letter-spacing: 0.01em !important;
  word-spacing: .19em;
  line-height: 1.6em;
  text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
  text-align: justify;
  /*
  p:first-child:first-letter {
    font-size: 2em;
    padding: .1em;
  }

        p:first-child {
    text-indent: 0;
  }
  */ }
  .post b, .post strong {
    font-weight: 400; }
  .post p, .post ol li, .post ul li {
    margin-top: 0; }
  .post li {
    margin-top: .25em;
    margin-bottom: .25em; }
  .post dd, .post dt, .post dl, .post li, .post ul, .post ol {
    text-align: left; }
  .post li li {
    font-size: 1em; }
  .post .postentry p {
    hyphens: auto; }
  .post .postentry blockquote, .post .postentry .chat-transcript, .post .postentry pre {
    font-size: 100%;
    text-align: left;
    background-color: white;
    border: 0;
    margin: 20px auto;
    width: 620px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #cfcfd7;
    -webkit-box-shadow: 0px 0px 5px #cfcfd7;
    box-shadow: 0px 0px 5px #cfcfd7;
    hyphens: none; }
    .post .postentry blockquote p, .post .postentry .chat-transcript p, .post .postentry pre p {
      margin: .5em; }
  .post .postentry blockquote, .post .postentry .chat-transcript {
    padding: 5px;
    hyphens: none; }
  .post .postentry .chat-transcript {
    padding-left: 1em;
    padding-right: 1em; }
    .post .postentry .chat-transcript dd {
      margin-bottom: 1em; }
      .post .postentry .chat-transcript dd:last-child {
        margin-bottom: 0; }
  .post .postentry pre code {
    overflow: auto;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    hyphens: none; }
  .post .postentry blockquote blockquote {
    margin-left: 0;
    font-size: 1em; }
  .post .postentry .twitter-tweet {
    word-spacing: normal;
    line-height: 1em;
    letter-spacing: normal;
    margin: 0 auto !important;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    max-width: 90% !important;
    margin-bottom: 1em !important; }
  .post .postentry table {
    margin-bottom: 1em; }
  .post .postentry table.receipt {
    display: table;
    background-color: white;
    border: 0;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #cfcfd7;
    -webkit-box-shadow: 0px 0px 5px #cfcfd7;
    box-shadow: 0px 0px 5px #cfcfd7;
    border-color: #cfcfd7; }
    .post .postentry table.receipt th, .post .postentry table.receipt td {
      padding: .3em .5em; }
    .post .postentry table.receipt thead {
      font-weight: 300;
      border-top: 0;
      background-color: #f9f9fa; }
    .post .postentry table.receipt tfoot {
      font-weight: 400;
      border-bottom: 0; }
  .post .postentry blockquote.email {
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 16px;
    font-size: 12px;
    font-family: "Lucida Console", Monaco, monospace;
    background-color: white;
    text-align: left; }
  .post .postentry pre {
    font: 14px "Source Code Pro", monospace !important;
    font-size: 100% !important;
    word-spacing: normal;
    letter-spacing: normal;
    hyphens: none; }
  .post .postentry .tweet {
    border-color: #cbecfb !important; }
    .post .postentry .tweet .from {
      font-family: trebuchet ms;
      font-weight: bold;
      color: #4596cd;
      padding: 1px 8px 2px 27px;
      background-color: #f8f8fb;
      background-image: url(/wp-content/themes/flying-machetes2/images/tweet.png);
      background-repeat: no-repeat; }
    .post .postentry .tweet a, .post .postentry .tweet a:hover {
      text-decoration: none !important;
      color: #444;
      border: 0; }
  .post .postentry code {
    font: 14px "Source Code Pro", monospace;
    background-color: #f9f9fa;
    hyphens: none; }
  .post .postentry .code-edit {
    padding: 4px;
    font: 14px "Source Code Pro", monospace;
    color: black !important; }
  .post .postentry code.language-output, .post .postentry code.language-terminal {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .post .postentry code.language-output {
    font-size: 11.4px !important; }
  .post .postentry pre code {
    background-color: white; }
  .post .postentry pre code.language-terminal, .post .postentry pre code.language-output {
    margin: 0;
    overflow-x: auto;
    color: white !important;
    font: 14px "Source Code Pro", monospace;
    text-shadow: none;
    padding: 10px;
    background-color: #222;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
    .post .postentry pre code.language-terminal span, .post .postentry pre code.language-output span {
      color: white !important; }
  .post .postentry dt {
    font-weight: bold;
    padding: 0; }
  .post .postentry dd {
    margin: 0 0 .5em 0;
    padding: 0 0 0 2em; }
  .post .postentry figure.image {
    border: 0;
    background-color: white;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #cfcfd7;
    -webkit-box-shadow: 0px 0px 5px #cfcfd7;
    box-shadow: 0px 0px 5px #cfcfd7;
    text-align: center;
    display: table;
    margin: 0; }
    .post .postentry figure.image img {
      display: table-row;
      width: 100%; }
    .post .postentry figure.image figcaption {
      display: table-row; }
    .post .postentry figure.image a {
      border-bottom: 0; }
      .post .postentry figure.image a:hover {
        border-bottom: 0; }
    .post .postentry figure.image .caption {
      margin: 5px 5px 0px 5px;
      line-height: 1.5em;
      letter-spacing: .1em;
      padding: 0 2px 5px 2px;
      font-size: 80%;
      text-align: center;
      font-family: "Architects Daughter", "Lato", sans-serif; }
    .post .postentry figure.image img {
      border-radius: 5px; }
    .post .postentry figure.image.captioned img {
      border-radius: 5px 5px 0 0; }
    .post .postentry figure.image.aligncenter {
      /*max-width: 1px; */
      margin: 20px auto 20px auto;
      max-width: 80%; }
    .post .postentry figure.image.alignright {
      margin: 0.5em 0 0.5em 20px;
      margin-right: 0px;
      float: right;
      max-width: 35%; }
    .post .postentry figure.image.alignleft {
      margin: 0.5em 20px 0.5em 0;
      margin-left: 0px;
      float: left;
      max-width: 35%; }
  .post .postentry hr {
    margin-bottom: 1em !important; }
  .post .postentry h1, .post .postentry h2, .post .postentry h3, .post .postentry h4, .post .postentry h5, .post .postentry h6 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin: 1.4em 0 .8em 0; }
  .post .postentry h1 {
    font-size: 170%;
    margin-top: 1.8em; }
  .post .postentry h2 {
    font-size: 150%; }
  .post .postentry h3 {
    font-size: 130%; }
  .post .postentry a {
    border-bottom: 1px solid #ddd; }
  .post .postentry a:hover {
    border-bottom: 1px solid #33627f;
    text-decoration: none; }
  .post .postentry .footnotes {
    border-bottom: 1px dotted #c4c4ce;
    font-size: 75%;
    line-height: 1.2em; }
    .post .postentry .footnotes a.reversefootnote {
      font-size: 60%;
      text-decoration: none;
      border-bottom: 0; }
  .post span[data-pullquote] {
    /*display: block;*/ }
  .post span[data-pullquote]:before {
    content: attr(data-pullquote);
    width: 200px;
    max-width: 45%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0.5em;
    text-align: center;
    font-family: "Architects Daughter", "Lato", sans-serif;
    font-size: 1.3em;
    color: #a00;
    border: 0;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #cfcfd7;
    -webkit-box-shadow: 0px 0px 5px #cfcfd7;
    box-shadow: 0px 0px 5px #cfcfd7; }
  .post span[data-pullquote].right:before {
    float: right;
    margin-right: 0px;
    margin-left: 20px; }
  .post span[data-pullquote].left:before {
    float: left;
    margin-right: 20px;
    margin-left: 0px; }
  .post .equation {
    margin: 1em auto;
    text-align: center; }
  .post .postheader {
    width: 100%;
    font-size: 80%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 1.5em; }
    .post .postheader .posttitle {
      line-height: 1.2em;
      letter-spacing: -.01em;
      word-spacing: .1em;
      font-weight: normal;
      text-decoration: none !important;
      color: #46a;
      margin: 0 0; }
      .post .postheader .posttitle a {
        color: #33627f; }
        .post .postheader .posttitle a:hover {
          text-decoration: none; }
    .post .postheader h1 {
      font-size: 280%; }
    .post .postheader h2 {
      font-size: 230%; }
    .post .postheader h3 {
      font-size: 215%; }
    .post .postheader h4 {
      font-size: 200%; }
    .post .postheader h5 {
      font-size: 180%; }
    .post .postheader h6 {
      font-size: 170%; }
    .post .postheader .postmeta {
      height: 20px;
      line-height: 20px; }
      .post .postheader .postmeta .category {
        height: 20px;
        float: left; }
      .post .postheader .postmeta .comments {
        height: 20px;
        float: left;
        margin: 0 10px; }
    .post .postheader .postdate {
      width: 48px;
      height: 48px;
      border: 1px solid #4786b2;
      float: right;
      text-align: center;
      margin: 0 0 5px 5px;
      text-shadow: none;
      background-color: #f9f9fa; }
      .post .postheader .postdate .month {
        height: 20px;
        line-height: 20px;
        font-size: 130%;
        background-color: #4786b2;
        color: #f9f9fa; }
      .post .postheader .postdate .day {
        height: 30px;
        line-height: 25px;
        font-size: 160%;
        color: #4786b2; }
  .post .toc {
    font-family: "Lato", sans-serif;
    padding: 5px;
    float: right;
    font-size: 70%;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    margin: 0 0 10px 20px;
    margin-right: 0px;
    min-width: 160px;
    max-width: 35%;
    border: 0;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #cfcfd7;
    -webkit-box-shadow: 0px 0px 5px #cfcfd7;
    box-shadow: 0px 0px 5px #cfcfd7; }
    .post .toc a {
      border: none; }
    .post .toc h1 {
      margin: .2em 0 1em 0;
      font-size: 120%;
      font-weight: bold;
      color: #444;
      text-align: center; }
  .post .toc ol {
    margin: 0 5px 0 -7px;
    padding-left: 10px;
    list-style-type: none; }
    .post .toc ol li {
      margin: .3em 0; }
  .post .toc ol ol {
    list-style-type: none;
    margin-left: 0px; }

dl.links dt {
  font-weight: normal !important;
  padding-left: 5em !important;
  text-indent: -4em;
  margin-top: .8em; }
  dl.links dt a {
    /* font-weight: bold !important; */ }
dl.links dd {
  padding-left: 4em !important; }

.postmetadata {
  margin: 1em 0;
  font-size: 110%;
  color: #888;
  text-align: justify; }

.navigation {
  font-size: 110%;
  padding: 20px 0; }
  .navigation .alignleft {
    float: left; }
  .navigation .alignright {
    float: right; }

.cleaner {
  clear: both;
  font-size: 1px; }

.resume {
  -moz-box-shadow: 0px 0px 5px #cfcfd7;
  -webkit-box-shadow: 0px 0px 5px #cfcfd7;
  box-shadow: 0px 0px 5px #cfcfd7;
  border: 1px solid #cfcfd7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 80%;
  padding: 3em;
  background-color: white;
  font-family: "Trebuchet MS";
  line-height: 1.2em;
  letter-spacing: normal;
  word-spacing: normal; }
  .resume hr {
    margin: 0;
    padding: 0;
    height: 1px;
    background-color: #ccc;
    color: #ccc;
    border: 0 !important; }
  .resume h2 {
    font-size: 85% !important;
    font-weight: bold !important;
    margin: .8em 0;
    color: #444; }
  .resume ul {
    list-style-type: none;
    margin-left: -3em; }
    .resume ul li {
      margin: .4em 0; }
    .resume ul ul {
      margin-left: -1.5em;
      list-style-type: disc;
      font-size: 82%; }
      .resume ul ul li {
        margin: .1em 0; }
      .resume ul ul LI:last-child {
        margin-bottom: 1em; }

.EmbeddedTweet {
  -moz-box-shadow: 0px 0px 5px #000 !important;
  -webkit-box-shadow: 0px 0px 5px #000 !important;
  box-shadow: 0px 0px 5px #000 !important; }

@media screen and (max-width: 719px) {
  #navlist li.cat-item {
    display: none; }

  #page {
    margin-left: 0; }

  #navcontainer {
    width: 100%; }

  #navlist {
    margin-left: 0; }

  #content {
    width: 100%; }

  .toc {
    display: none; }

  .post .postentry table.image.aligncenter,
  .post .postentry blockquote,
  .post .postentry pre {
    max-width: 96%; }

  .post .postentry .image.aligncenter img, .post .postentry .image.aligncenter embed {
    max-width: 100%;
    height: auto; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 52%; }

  .post .postentry .image.alignright {
    float: none;
    margin: 0 auto;
    margin: 20px auto 20px auto; }
  .post .postentry .image.alignleft {
    float: none;
    margin: 0 auto;
    margin: 20px auto 20px auto; } }
@media screen and (max-width: 420px) {
  .post .postentry figure.image.aligncenter {
    margin: 1em auto;
    float: none;
    width: 90% !important;
    max-width: 90%; }
  .post .postentry figure.image.alignright {
    margin: 1em auto;
    float: none;
    width: 90% !important;
    max-width: 90%; }
  .post .postentry figure.image.alignleft {
    margin: 1em auto;
    float: none;
    width: 90% !important;
    max-width: 90%; } }
