@import url(http://fonts.googleapis.com/css?family=Crimson+Text:700italic,400,700,400italic);
html {
  height: 100%; }

b.highlight {
  color: #ff7665; }

body.blog {
  font: 16px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

ul#archive-list.speaking-list li a {
  display: inline; }

ul#archive-list.speaking-list li {
  margin-bottom: 5px; }

ul#archive-list.speaking-list h2 {
  margin-bottom: 20px; }

.profile {
  margin: 30px 0px 40px 0px; }

div.personal {
  float: right;
  width: 68%; }

@media (max-width: 800px) {
  div.personal {
    float: right;
    width: 100%; }

  ul#archive-list.speaking-list li {
    margin-bottom: 20px; } }

.cf:after {
  content: ' ';
  display: block;
  clear: both; }

#avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: 20px; }

hr.sep {
  border: 0;
  height: 1px;
  width: 75%;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent); }

hr {
  display: block;
  border: none;
  height: 3px;
  margin: 50px auto; }

@font-face {
  font-family: 'icons';
  src: url("http://hopelessoptimism.com/static/css/..fonts/icons.eot");
  src: url("http://hopelessoptimism.com/static/fonts/icons.eot") format("embedded-opentype"), url("http://hopelessoptimism.com/static/fonts/icons.woff") format("woff"), url("http://hopelessoptimism.com/static/fonts/icons.ttf") format("truetype"), url("http://hopelessoptimism.com/static/fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.blog {
  /*=========================================
  General Spacing
  =========================================== */
  /*=========================================
  Base
  =========================================== */
  /* Link to Documentation */
  /*=========================================
  Typography
  =========================================== */
  /*Accent color*/
  /*Transitions*/
  /* Line Height */
  /*=========================================
  Post List
  =========================================== */
  /*=========================================
  Post Page
  =========================================== */
  /*=========================================
  Post Navigation
  =========================================== */
  /*=========================================
  Archive
  =========================================== */
  /*=====================*/ }
  .blog [class^="icon-"]:before, .blog [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em; }
  .blog table.web-chart td:nth-of-type(4) {
    font-weight: bold;
    color: black; }
  .blog figure figcaption {
    margin-top: -10px;
    padding: 10px 10px 5px 10px;
    background: #f2f2f2;
    box-sizing: border-box;
    text-align: center; }
    @media (max-width: 768px) {
      .blog figure figcaption {
        margin-top: -32px;
        padding: 32px; } }
    @media (max-width: 768px) {
      .blog figure figcaption {
        margin-top: -27px;
        padding: 27px; } }
    @media (max-width: 568px) {
      .blog figure figcaption {
        margin-top: -24px;
        padding: 24px; } }
  @media (max-width: 768px) {
    .blog figure {
      margin: 32px 0; } }
  @media (max-width: 768px) {
    .blog figure {
      margin: 27px 0; } }
  @media (max-width: 568px) {
    .blog figure {
      margin: 24px 0; } }
  .blog .icon-facebook:before {
    content: '\e802'; }
  .blog .icon-facebook-squared:before {
    content: '\e800'; }
  .blog .icon-twitter:before {
    content: '\e801'; }
  .blog .icon-twitter-1:before {
    content: '\e804'; }
  .blog .icon-facebook-circled:before {
    content: '\e805'; }
  .blog .icon-twitter-circled:before {
    content: '\e806'; }
  .blog .icon-facebook-rect:before {
    content: '\e803'; }
  .blog .post h1, .blog h3, .blog h4, .blog h5, .blog p, .blog .post-body ul, .blog #post-list li, .blog pre {
    margin-bottom: 20px; }
  .blog a#documentation {
    position: absolute;
    z-index: 100;
    top: 11px;
    right: 10px;
    padding: 8px 12px;
    background: #5badf0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 3px; }
  .blog .content-area {
    overflow-x: hidden;
    width: 100%; }
  .blog #wrapper {
    padding: 100px 40px 100px 40px;
    max-width: 960px;
    margin: 0 auto; }
  .blog a,
  .blog #title,
  .blog #post-list a:hover,
  .blog #post-list li:hover .dates,
  .blog #title:hover {
    text-decoration: none;
    color: #5badf0;
    color: #5694f1; }
  .blog #post-list {
    padding-top: 9px; }
  .blog .post a:hover, .blog a.highlight:hover {
    color: #ff7665; }
  .blog p a {
    color: #5694f1; }
  .blog a,
  .blog #post-nav a,
  .blog #post-list a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .blog .post ul, .blog .post ol {
    margin-left: 5%;
    padding: 0;
    margin-bottom: 25px; }
  .blog .post li {
    list-style-position: inside; }
  .blog .post ul ul, .blog .post ol ol, .blog .post ol ul, .blog .post ul ol {
    margin-bottom: 0; }
  .blog .post pre {
    width: 200%;
    margin-left: -50%;
    overflow: hidden; }
  .blog .post .center-code {
    max-width: 50%;
    margin: 0px auto;
    padding: 0px 0px; }
  .blog #post-body, .blog p {
    line-height: 1.7; }
  .blog b, .blog strong {
    font-weight: bold; }
  .blog em, .blog i {
    font-style: italic; }
  .blog #title {
    display: inline-block;
    line-height: 100%;
    font-weight: 500;
    font-size: 19px;
    margin: 0;
    padding-bottom: 20px; }
  .blog .description {
    float: right;
    font: italic 14px/1.4em Georgia,serif;
    color: #aaa; }
  .blog h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #222;
    font-weight: bold; }
  .blog h2 {
    font: italic 19px/1.3em Georgia,serif;
    color: #bbb; }
  .blog .post h2 {
    margin-bottom: 20px;
    color: inherit;
    font: 400 18px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif; }
  .blog .post h2.headline {
    font: italic 22px/1.3em Georgia,serif;
    color: #aaa;
    margin: -5px 0 40px 0; }
  .blog #post-list h2 {
    font: normal 17px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #aaa;
    max-width: 400px;
    margin-top: 2px; }
  .blog h3, .blog h4, .blog h5 {
    color: #333; }
  .blog h3 {
    font: 700 26px 'Crimson Text', serif;
    margin-top: 40px; }
  .blog h4 {
    font-size: 16px;
    font-weight: bold; }
  .blog h5 {
    font-size: 15px;
    font-weight: bold; }
  .blog h6 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 6px; }
  .blog p.small {
    color: #bbb;
    font-size: 14px;
    line-height: 1.5;
    display: block; }
  .blog blockquote {
    padding-left: 15px;
    border-left: 4px solid #5694f1;
    color: #aaa; }
  .blog footer a#subscribe {
    border: 3px solid orange;
    color: orange;
    margin-left: -100%;
    margin-top: -1em;
    padding: 15% 10%;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer; }
  .blog footer a#subscribe:hover {
    background: orange;
    color: white;
    border: 3px solid orange;
    margin-left: -100%;
    margin-top: -1em;
    padding: 15% 10%;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer; }
  .blog footer .sub-button {
    position: absolute;
    left: 50%; }
  .blog span.code {
    font-family: Menlo, Monaco, Courier;
    background-color: #EEE;
    font-size: 14px; }
  .blog pre {
    font-family: Menlo, Monaco, Courier;
    white-space: pre-wrap;
    padding: 20px;
    font-size: 14px; }
  .blog code {
    padding: .25em .5em;
    font-size: 85%;
    color: #bf616a;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #eee; }
  .blog table {
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.5em; }
  .blog th, .blog td {
    text-align: left;
    padding-right: 20px;
    vertical-align: top; }
  .blog table td, .blog td {
    border-spacing: none;
    border-style: solid;
    padding: 10px 15px;
    border-width: 1px 0 0 0; }
  .blog tr > td {
    border-top: 1px solid #eaeaea; }
  .blog tr:nth-child(odd) > td {
    background: #fcfcfc; }
  .blog thead th, .blog th {
    text-align: left;
    padding: 10px 15px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #dadadc;
    cursor: default;
    white-space: nowrap; }
  .blog img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px; }
  .blog #badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 48px;
    width: 48px; }
  .blog #post-list, .blog #archive-list {
    margin-top: 50px; }
  .blog #post-list li, .blog #archive-list li {
    list-style-type: none; }
  .blog #post-list li:last-child {
    margin-bottom: 0; }
  .blog #post-list li + li {
    padding-top: 20px;
    border-top: 1px solid #eee; }
  .blog #post-list a {
    color: #333;
    display: block;
    font: bold 19px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif; }
  .blog #post-list .dates {
    float: right;
    position: relative;
    top: 1px;
    font: 300 17px/1.8 "Helvetica Neue",helvetica,Arial,sans-serif;
    color: #bbb; }
  .blog #post-list-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 50px; }
  .blog #archive-link {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 10px 6px;
    box-shadow: 0 0 0 1px #a2d0f6; }
  .blog #archive-link:hover {
    background: #5694f1;
    color: #fff;
    box-shadow: 0 0 0 1px #5694f1; }
  .blog #archive-link span {
    position: relative;
    top: 0px;
    font-size: 17px; }
  .blog .pattern-bar {
    margin-top: 70px;
    background-repeat: repeat;
    background-size: 26%;
    height: 50px; }
  .blog #hotdog {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/hotdogs.jpg"); }
  .blog #furnish {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/retro-furnish.png"); }
  .blog #asteroids {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/asteroids.jpg");
    background-repeat: repeat;
    background-size: 13%; }
  .blog #glitch {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/glitch.png"); }
  .blog #science {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/science.png"); }
  .blog #guglieri {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/guglieri-speciale.jpg"); }
  .blog #alchemy {
    background-image: url("http://hopelessoptimism.com/static/images/patterns/alchemy.gif"); }
  .blog #footer {
    /*box-shadow: inset 0 1px 0 #eee;*/
    padding: 40px 0 0 0;
    position: relative; }
  .blog #headerB {
    border-bottom: 1px solid #eee; }
  .blog .post {
    margin: 80px 0 0 0; }
  .blog #post-meta {
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.4;
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: 80px;
    color: #444; }
  .blog #post-meta div span {
    color: #666;
    color: #333;
    color: #aaa;
    font-weight: 500;
    display: block; }
  .blog #post-meta div {
    margin: 0 25px 0 0;
    float: left; }
  .blog #sharing {
    float: right;
    margin: -2px; }
  .blog #sharing a {
    font-size: 20px;
    font-size: 23px;
    margin-left: 1px;
    margin-top: 4px;
    color: #d4d4d4;
    display: inline-block;
    vertical-align: middle; }
  .blog #sharing a:hover {
    color: #444; }
  .blog #post-nav {
    border-top: 1px solid #eee;
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 500; }
  .blog #post-nav span {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative; }
  .blog #post-nav span.prev {
    float: left; }
  .blog #post-nav span.next {
    float: right; }
  .blog #post-nav span .arrow {
    position: relative;
    padding: 1px; }
  .blog #post-nav span.prev:hover .arrow {
    left: -4px; }
  .blog #post-nav span.next:hover .arrow {
    right: -4px; }
  .blog #post-nav span.prev:hover {
    left: -3px; }
  .blog #post-nav span.next:hover {
    right: -3px; }
  .blog a.red.link.highlight {
    color: #ff7665; }
    .blog a.red.link.highlight:hover {
      color: #5694f1; }
  .blog h1.archive {
    margin-bottom: 0px; }
  .blog h2.month {
    width: 100%;
    font: bold 13px/1 "Helvetica Neue",helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .blog #archive-list li:last-child {
    margin-bottom: 0; }
  .blog #archive-list a {
    display: block;
    font: bold 17px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif;
    color: #333; }
  .blog #archive-list .dates {
    float: right;
    position: relative;
    top: 1px;
    font: 300 17px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif;
    color: #bbb; }
  .blog #archive-list li a:hover, .blog #archive-list li:hover .dates {
    color: #5694f1; }
  @media screen and (max-width: 540px) {
    .blog #wrapper {
      padding: 20px 20px 20px 20px; }
    .blog #headerB {
      margin-bottom: 60px;
      border-bottom: 1px solid #eee; }
    .blog .post {
      margin: 40px 0; }
    .blog #footer {
      margin-top: 60px; }
    .blog #post-list, .blog #archive-list {
      margin-top: 0; }
    .blog #post-meta {
      margin-top: 60px; }
    .blog #title {
      font-size: 17px; }
    .blog #post-list .dates {
      display: none; }
    .blog #post-list-footer {
      margin-top: 20px;
      padding-top: 40px; }
    .blog h1 {
      font-size: 26px; }
    .blog .post h2.headline {
      font-size: 20px; } }
  .blog #post-meta.group div.tags {
    display: none; }

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

/*
     FILE ARCHIVED ON 09:45:51 Jan 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:09:25 Aug 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.934
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 7.189
  LoadShardBlock: 242.441 (3)
  PetaboxLoader3.datanode: 223.142 (5)
  load_resource: 272.451 (2)
  PetaboxLoader3.resolve: 120.104 (2)
*/