html {
  margin-bottom: 20px; }

body {
  margin: 0;
  background: #fff;
  color: #444;
  font-size: 62.5%;
  /* Resets 1em to 10px */
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  text-align: center;
  background-color: #e7e7ea;
  background-image: url(/assets/noise.png); }

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

a:hover {
  text-decoration: underline; }

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 {
  margin: 0 auto;
  text-align: left; }

#wrapper {
  margin: 0 auto;
  width: 780px; }

#content {
  float: left;
  width: 780px; }

#sidebar-wrapper {
  float: left;
  background: -moz-linear-gradient(top, #f8f8fb, 0%, rgba(248, 248, 251, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8fb), color-stop(100%, rgba(248, 248, 251, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8fb 0%, rgba(248, 248, 251, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8fb 0%, rgba(248, 248, 251, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8fb 0%, rgba(248, 248, 251, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8fb 0%, rgba(248, 248, 251, 0) 100%);
  /* W3C */
  margin-left: 20px; }

#sidebars {
  width: 250px;
  position: relative; }

.sidebar {
  float: left;
  padding: 20px;
  font-size: 85%; }
  .sidebar img {
    margin: 0; }

#sidebar-left {
  width: 156px;
  padding-right: 0px; }

#sidebar-right {
  width: 34px;
  padding-left: 20px;
  overflow: hidden; }

#social-icons img {
  width: 16px;
  height: 16px;
  margin: 9px; }
#social-icons a.social-icon {
  display: block;
  width: 34px;
  height: 34px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 10px;
  opacity: 1.0;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.14)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#24000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3); }
  #social-icons a.social-icon.dimmed {
    background-color: #b4b4b7 !important;
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }

/* Header Formatting */
#thinheaderwrapper {
  background-color: #e7e7ea;
  background: -moz-linear-gradient(top, #f8f8fb, 0%, #e7e7ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8fb), color-stop(100%, #e7e7ea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8fb 0%, #e7e7ea 100%);
  /* W3C */
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 36px; }
  #thinheaderwrapper .header {
    margin: 0 auto;
    width: 780px;
    padding: 0;
    height: 36px; }
    #thinheaderwrapper .header p {
      margin: 0;
      padding: 0;
      line-height: 36px;
      font-family: "Trebuchet MS", sans-serif;
      font-size: 18px; }
      #thinheaderwrapper .header p a {
        color: #f00; }
    #thinheaderwrapper .header #small-logo {
      float: right;
      width: 20px;
      height: 20px;
      margin: 8px;
      padding: 0; }
      #thinheaderwrapper .header #small-logo img {
        width: 20px;
        height: 20px; }

#headerwrapper {
  background: -moz-linear-gradient(top, #f8f8fb, 0%, #e7e7ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8fb), color-stop(100%, #e7e7ea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8fb 0%, #e7e7ea 100%);
  /* W3C */ }
  #headerwrapper .header {
    margin: 0 auto;
    width: 780px;
    padding: 2em 0;
    background-image: url(/assets/logo.png);
    height: 70px;
    background-repeat: no-repeat;
    background-position: right 8px; }
    #headerwrapper .header .headertitle {
      float: left;
      position: relative;
      margin: 0 0 0 0; }
      #headerwrapper .header .headertitle h1 {
        margin: 0;
        font-size: 3.3em;
        font-family: "Trebuchet MS", Joystix;
        font-weight: normal; }
        #headerwrapper .header .headertitle h1 a {
          background: transparent;
          color: #f00; }
          #headerwrapper .header .headertitle h1 a:hover {
            text-decoration: none; }
      #headerwrapper .header .headertitle p {
        margin: .2em 0;
        background: transparent;
        color: black;
        font: 1.3em "Trebuchet MS", sans-serif; }

/* Top navigation */
#navbar {
  background-color: #4786b2;
  border-bottom: 1px solid #00204c;
  z-index: 100; }
  #navbar #small-logo {
    display: none; }
  #navbar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.5); }
    #navbar.sticky #small-logo {
      position: fixed;
      width: 16px;
      height: 16px; }

#navcontainer {
  width: 780px;
  margin: 0 auto; }

#navlist {
  padding: 0.5em 0;
  margin-left: 0;
  margin: 0; }

#navlist li {
  list-style: none;
  margin: 0;
  display: inline; }

#navlist li a {
  padding: 0.5em 0.5em;
  margin-left: 3px;
  border: 1px solid #00204c;
  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.current-cat a {
  background-color: #e7e7ea;
  color: black;
  border: 0.1em solid #00204c;
  border-bottom: 0.1em solid #e7e7ea;
  font-weight: bold;
  background: -moz-linear-gradient(top, #f8f8fb, 0%, #e7e7ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8fb), color-stop(100%, #e7e7ea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8fb 0%, #e7e7ea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8fb 0%, #e7e7ea 100%);
  /* W3C */ }

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

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

#navlist li.menu-item:after {
  content: " \0020 | \0020";
  background: transparent;
  color: #e7e7ea; }

#navlist li.current-menu-item a {
  font-weight: bold;
  border-bottom: 1px solid #e7e7ea; }

#navlist li.current-menu-parent a, #navlist #list_with_children li.current-menu-item a {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8; }

/* Sidebar Formatting */
.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.1em;
  overflow: hidden; }
.sidebar ul ul {
  font-size: 1em; }
.sidebar ul li {
  margin: 0 0 2em 0;
  overflow: hidden; }
.sidebar ul ul {
  margin: 0;
  padding: 0; }
.sidebar li li {
  margin: 0.1em 0; }
.sidebar li li li {
  padding-left: 10px;
  overflow: hidden; }
.sidebar ul h2 {
  margin: 0;
  padding: 0;
  color: #f00;
  font-size: 1.2em;
  text-transform: uppercase; }
.sidebar ul ul li {
  border-bottom: 1px dotted #68C;
  padding: .15em 0; }

/* Footer */
#footer {
  text-align: center;
  font-size: 1em;
  background: #4786b2;
  color: #e7e7ea;
  clear: both;
  padding: 10px;
  border-top: 1px solid #00204c; }
  #footer a {
    color: #f8f8fb; }

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

.post-listing .postheader h1 {
  font-size: 1.6em; }

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

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

.post {
  margin: 0;
  padding: 20px 0;
  font-family: "Lora", serif;
  font-size: 1.6em;
  letter-spacing: 0.015em !important;
  word-spacing: .2em;
  line-height: 1.45em;
  text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0;
  text-align: justify;
  /*
  p:first-child:first-letter {
    font-size: 2em;
    padding: .1em;
  }

        p:first-child {
    text-indent: 0;
  }
  */ }
  .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 blockquote, .post .postentry .chat-transcript, .post .postentry pre {
    word-spacing: normal;
    letter-spacing: normal;
    font-size: 90%;
    background-color: #f8f8fb;
    border: 1px solid #d6d6d9;
    margin: 20px auto;
    width: 680px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #d6d6d9;
    -webkit-box-shadow: 0px 0px 5px #d6d6d9;
    box-shadow: 0px 0px 5px #d6d6d9; }
    .post .postentry blockquote p, .post .postentry .chat-transcript p, .post .postentry pre p {
      margin: .5em; }
  .post .postentry blockquote, .post .postentry .chat-transcript {
    padding: 5px; }
  .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; }
  .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;
    border: 1px solid #55acee;
    background-color: white;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 500px !important; }
  .post .postentry .EmbeddedTweet {
    border-radius: 0px !important; }
  .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: .9em !important;
    word-spacing: normal;
    letter-spacing: normal; }
  .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: rgba(248, 248, 251, 0.7); }
  .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: 12.6px !important; }
  .post .postentry pre code {
    background-color: #f8f8fb; }
  .post .postentry pre code.language-terminal, .post .postentry pre code.language-output {
    margin: 0;
    overflow-x: auto;
    color: #f8f8fb !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: #f8f8fb !important; }
  .post .postentry dt {
    font-weight: bold;
    padding: 0; }
  .post .postentry dd {
    margin: 0 0 .5em 0;
    padding: 0 0 0 2em; }
  .post .postentry .image {
    border: 1px solid #d6d6d9;
    background-color: #f8f8fb;
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #d6d6d9;
    -webkit-box-shadow: 0px 0px 5px #d6d6d9;
    box-shadow: 0px 0px 5px #d6d6d9;
    text-align: center; }
    .post .postentry .image a {
      border-bottom: 0; }
      .post .postentry .image a:hover {
        border-bottom: 0; }
    .post .postentry .image .caption {
      margin: 5px 5px 0px 5px;
      line-height: 1.5em;
      letter-spacing: .1em;
      padding: 0 2px;
      font-size: 80%;
      text-align: center;
      font-family: "Architects Daughter", "Lucida Grande", Verdana, Arial, sans-serif; }
    .post .postentry .image.aligncenter {
      /*max-width: 1px; */
      margin: 20px auto 20px auto; }
      .post .postentry .image.aligncenter img {
        max-width: 624px; }
    .post .postentry .image.alignright {
      margin: 0.5em 0 0.5em 20px;
      margin-right: 0px;
      display: inline;
      float: right; }
    .post .postentry .image.alignleft {
      margin: 0.5em 20px 0.5em 0;
      margin-left: 0px;
      display: inline;
      float: left; }
  .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: "Trebuchet MS", sans-serif;
    font-weight: normal;
    margin: 1.4em 0 .8em 0; }
  .post .postentry h1 {
    font-size: 1.4em;
    margin-top: 1.8em; }
  .post .postentry h2 {
    font-size: 1.1em; }
  .post .postentry h3 {
    font-size: 1.0em; }
  .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 #b4b4b7;
    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;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0;
    text-align: center;
    font-family: "Architects Daughter", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #a00; }
  .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 .postheader {
    width: 100%;
    font-size: 9pt;
    font-family: "Trebuchet MS", sans-serif;
    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: 2.2em; }
    .post .postheader h2 {
      font-size: 2.0em; }
    .post .postheader h3 {
      font-size: 1.8em; }
    .post .postheader h4 {
      font-size: 1.6em; }
    .post .postheader h5 {
      font-size: 1.4em; }
    .post .postheader h6 {
      font-size: 1.2em; }
    .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: #e7e7ea; }
      .post .postheader .postdate .month {
        height: 20px;
        line-height: 20px;
        font-size: 1.3em;
        background-color: #4786b2;
        color: #e7e7ea; }
      .post .postheader .postdate .day {
        height: 30px;
        line-height: 25px;
        font-size: 1.6em;
        color: #4786b2; }
  .post .toc {
    font-family: "Trebuchet MS", sans-serif;
    padding: 5px;
    float: right;
    font-size: .7em;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    margin: 0 0 10px 20px;
    margin-right: 0px;
    width: 160px;
    border: 1px solid #d6d6d9;
    background-color: #f8f8fb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #d6d6d9;
    -webkit-box-shadow: 0px 0px 5px #d6d6d9;
    box-shadow: 0px 0px 5px #d6d6d9; }
    .post .toc a {
      border: none; }
    .post .toc h1 {
      margin: .2em 0;
      font-size: 1.2em;
      font-weight: bold;
      color: #444;
      text-align: center; }
  .post .toc ol {
    margin: 0 5px;
    margin-left: 13px;
    padding-left: 2px;
    list-style-type: square; }
    .post .toc ol li {
      margin: .3em 0; }
  .post .toc ol ol {
    list-style-type: square; }
  .post .toc ol ol ol {
    list-style-type: square; }

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: 1.1em;
  color: #888;
  text-align: justify; }

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

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

.resume {
  -moz-box-shadow: 0px 0px 5px #d6d6d9;
  -webkit-box-shadow: 0px 0px 5px #d6d6d9;
  box-shadow: 0px 0px 5px #d6d6d9;
  border: 1px solid #d6d6d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 80%;
  padding: 3em;
  background-color: #f8f8fb;
  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; }

@media screen and (max-width: 1340px) {
  #sidebar-right {
    display: none; }

  #sidebars {
    width: 196px; } }
@media screen and (max-width: 1232px) {
  #page {
    margin-left: -185px; } }
@media screen and (max-width: 1056px) {
  html {
    margin-bottom: 0; }

  body {
    padding: 0; }

  #page {
    margin: 0 auto;
    margin-left: auto; }

  #headerwrapper {
    padding: 0;
    width: 100%; }
    #headerwrapper #header {
      width: 780px;
      background-position: right 8px; }

  #wrapper {
    width: 780px;
    padding: 0; }

  #navbar {
    width: 100%; }

  #content {
    float: none;
    display: block;
    width: 780px;
    margin: 0px !important;
    margin-right: 0px !important;
    border: 0px !important;
    border-right: 0 !important;
    padding: 0  !important; }

  #sidebar-wrapper {
    width: 100%;
    border-top: 1px solid black;
    margin-top: 20px;
    background: #f8f8fb;
    margin-left: 0; }

  #sidebars {
    font-size: 140%;
    position: relative;
    display: block;
    width: 97%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
    #sidebars #sidebar-left, #sidebars #sidebar-right {
      width: 100%;
      padding: 0; }
    #sidebars .sidebar {
      float: none; }
    #sidebars #sidebar-right {
      text-align: center;
      padding-bottom: 20px; }
      #sidebars #sidebar-right .social-icons {
        margin: 0 auto;
        text-align: center; }
      #sidebars #sidebar-right .social-icon {
        float: left;
        margin-right: 10px; }

  #sidebar-right {
    display: block; }

  #footer {
    display: none; }

  #wrapper, #navcontainer, #headerwrapper .header {
    margin: 0 auto; } }
@media screen and (max-width: 820px) {
  body {
    /*font-size: 50%;*/
    min-width: 600px; }

  #page {
    min-width: 600px; }

  #wrapper, #navcontainer, #headerwrapper .header {
    width: 96%;
    margin: 0 0 0 2%; }

  #content {
    width: 100%; }

  .post .postentry blockquote, .post .postentry .chat-transcript, .post .postentry pre {
    width: 80%; }

  #navlist .menu-item {
    display: none; } }
