body {
  background: #f3f3f3;
  background-image: url("/img/background.png"); }

.clear {
  clear: both; }

.tile {
  padding: 1.0rem 1.5rem;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.25em;
  border-right: #d4d4d4 1px solid;
  border-bottom: #d0d0d0 2px solid; }

html {
  font-size: 115%;
  line-height: 160%;
  font-family: Vollkorn, serif;
  color: #1a1a1a; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000; }

a {
  text-decoration: none;
  border-bottom: 1px dotted #bbb;
  color: #44b; }
  a:hover {
    background-color: #eee; }
  a:visited {
    color: #228; }

pre, code {
  font-size: 110%; }

h1, h2, h3, h4, h5, h6 {
  cursor: default; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000; }
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
      color: #3a3a3a; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      background-color: #e9e9e9; }

#header-container {
  height: 200px;
  background-color: #bbb;
  background-image: url("/img/banner_bg.jpg");
  margin: 0 auto;
  width: 100%;
  background-position: center; }
  @media only screen and (max-width: 740px) {
    #header-container {
      background-image: none; } }

#header-content {
  background-image: url("/img/banner_center.jpg");
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

#body-container {
  margin-top: -1.6rem;
  margin-bottom: -5.8rem;
  z-index: 1000; }

#footer-container {
  margin-top: 3rem;
  margin-bottom: 0;
  width: 100%;
  background-image: url("/img/footer_bg.jpg");
  height: 200px;
  overflow: hidden;
  background-position: center; }

#footer-content {
  text-align: center;
  font-size: 90%;
  padding: 5rem 1.5rem 0;
  height: 100%;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  #footer-content .tile {
    margin: 0 auto;
    padding: 0.75rem 1rem 0.75rem; }
  #footer-content .social-follows {
    margin-top: -0.15rem;
    margin-bottom: 0.15rem; }

h1 {
  margin-bottom: 0.4em; }

hr {
  border: 0;
  height: 1px;
  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);
  margin-top: -0.75rem; }

.single-page > header {
  margin-bottom: 0; }

.tag-list {
  font-size: 80%;
  margin-bottom: 0.5rem;
  list-style-type: none;
  text-align: right;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  .tag-list > li {
    display: inline-block;
    padding: 0;
    margin: 0.3rem 0.3rem; }
    .tag-list > li > a {
      background: #eee;
      border-bottom: #bbb 1px solid;
      border-right: #bbb 1px solid;
      padding: 0rem 0.5rem;
      padding-top: 0.05rem;
      display: block;
      color: #111; }
      .tag-list > li > a:visited {
        color: #111; }
      .tag-list > li > a:hover {
        background: #eee; }
  .tag-list .tag-a-tag {
    background: #dde; }
    .tag-list .tag-a-tag:hover {
      background: #e7e7f3; }
  .tag-list .tag-a-category {
    background: #edd; }
    .tag-list .tag-a-category:hover {
      background: #f3e7e7; }
  .tag-list .tag-a-series {
    background: #ded; }
    .tag-list .tag-a-series:hover {
      background: #e7f3e7; }

.clickable {
  cursor: pointer; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.copy-content {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (max-width: 480px) {
    .copy-content {
      font-size: 85%; } }
  .copy-content p, .copy-content ul, .copy-content ol, .copy-content dl, .copy-content pre, .copy-content blockquote, .copy-content figure {
    margin: 0;
    margin-bottom: 1rem; }
    @media print {
      .copy-content p, .copy-content ul, .copy-content ol, .copy-content dl, .copy-content pre, .copy-content blockquote, .copy-content figure {
        margin-bottom: 0.3rem; } }
    .copy-content p > br:first-child, .copy-content p > br:last-child, .copy-content ul > br:first-child, .copy-content ul > br:last-child, .copy-content ol > br:first-child, .copy-content ol > br:last-child, .copy-content dl > br:first-child, .copy-content dl > br:last-child, .copy-content pre > br:first-child, .copy-content pre > br:last-child, .copy-content blockquote > br:first-child, .copy-content blockquote > br:last-child, .copy-content figure > br:first-child, .copy-content figure > br:last-child {
      display: none; }
  .copy-content hr {
    margin: 1.5em 0 3em; }
  .copy-content ul, .copy-content ol, .copy-content dl {
    margin-left: 1.5rem; }
  .copy-content ul {
    list-style-type: disc; }
    .copy-content ul ul {
      list-style-type: square; }
      .copy-content ul ul ul {
        list-style-type: circle; }
  .copy-content dl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .copy-content dt {
    font-weight: bold;
    display: block; }
  .copy-content dd {
    margin-left: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #933;
    padding-left: 0.5rem; }
  .copy-content a {
    border-bottom: 1px dotted #bbb; }
  .copy-content code {
    background: #eee;
    padding: 0.1em 0.4em;
    margin: 0 0.1em;
    border: 1px solid #ddd;
    border-radius: 1px;
    white-space: nowrap; }
    @media print {
      .copy-content code {
        font-size: 0.67rem; } }
  .copy-content pre {
    background: #f8f8f8;
    border: 1px solid #aaa;
    overflow-x: auto;
    font-size: 95%;
    line-height: 175%;
    padding: 0.75rem 1rem;
    border-radius: 1px;
    margin: 2rem 0; }
    .copy-content pre > code {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      white-space: pre; }
    @media print {
      .copy-content pre {
        overflow-x: visible;
        font-size: 0.67rem; } }
  .copy-content pre.code-block-prompt {
    background: #f1f1fe;
    border-width: 2px;
    border-color: #888; }
  .copy-content blockquote {
    background: #f4f4ff;
    padding: 1.5rem 1.5rem;
    padding-bottom: 0.6rem;
    margin: 1.25rem 1rem 2rem;
    border-left: 4px solid #44c;
    font-size: 110%; }
    .copy-content blockquote > p:first-child:first-line {
      font-weight: bold;
      font-size: 110%; }
  .copy-content aside, .copy-content p.note, .copy-content div.note {
    margin: 0.5rem 0.5rem 1.5rem 0.5rem;
    padding: 1rem 1rem 0.5rem;
    border-left: 4px solid #383;
    background: #f4fff4;
    font-size: 85%; }
    .copy-content aside h6, .copy-content p.note h6, .copy-content div.note h6 {
      font-size: 120%;
      margin-bottom: 1rem;
      color: #541; }
  .copy-content figure {
    width: 80%;
    border: 2px solid #ddd;
    margin: 3.0rem auto 3.5rem;
    text-align: center; }
    .copy-content figure > img {
      max-width: 100%;
      padding: 2.5%;
      margin: 1rem auto 0.5rem; }
    .copy-content figure > figcaption {
      width: 100%;
      margin: 0 auto;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 80%;
      font-style: italic;
      background-color: #aee;
      padding: 1rem;
      border-top: 2px solid #ddd; }
    @media only screen and (max-width: 740px) {
      .copy-content figure {
        width: 100%; } }
  .copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
    border-top: 3.25rem solid transparent; }
  .copy-content h2 {
    font-size: 170%;
    line-height: 125%;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    color: #225; }
  .copy-content h3 {
    font-size: 130%;
    margin-bottom: 0.5rem;
    margin-top: -1.25rem;
    color: #911; }
  .copy-content h4 {
    font-size: 105%;
    margin-top: -2.25rem;
    margin-bottom: 0.5rem;
    color: #541; }
  .copy-content h5 {
    font-size: 105%;
    margin-top: -2.25rem;
    margin-bottom: 0rem;
    font-weight: normal;
    color: #515; }
  @media only screen and (max-width: 480px) {
    .copy-content {
      padding-left: 0;
      padding-right: 0; } }
  .copy-content .footnoteRef {
    border-top: 3.25rem solid transparent;
    margin-top: -3.25rem;
    background-clip: content-box; }
  .copy-content section.footnotes > ol > li {
    border-top: 3.25rem solid transparent;
    margin-top: -3.25rem; }
    .copy-content section.footnotes > ol > li > p {
      z-index: 100;
      font-size: 85%; }
  @media print {
    .copy-content {
      /* Don't show links for images, or javascript/internal links */
      font-size: 85%;
      line-height: 150%; }
      .copy-content p a[href]:after {
        content: " (" attr(href) ")"; }
      .copy-content abbr[title]:after {
        content: " (" attr(title) ")"; }
      .copy-content .ir a:after, .copy-content a[href^="javascript:"]:after, .copy-content a[href^="#"]:after {
        content: ""; }
      .copy-content p {
        text-indent: 1.25rem; } }

#navbar-container {
  position: fixed;
  width: 100%;
  z-index: 10000;
  padding: 0;
  padding-top: 0.1rem;
  height: 2.7rem;
  border-right: none;
  border-bottom: #dbb 2px solid; }
  @media only screen and (max-width: 740px) {
    #navbar-container {
      padding: 0;
      height: 2.5rem; } }
  @media print {
    #navbar-container {
      position: relative; } }

#navbar-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  cursor: default; }
  @media only screen and (max-width: 740px) {
    #navbar-content {
      padding: 0; } }

.nav-info, .nav-links {
  padding: 0 1rem;
  overflow: visible;
  white-space: nowrap; }

.nav-info {
  float: left; }

.site-title {
  font-size: 100%;
  display: inline;
  padding: 0;
  margin: 0; }
  .site-title > a {
    font-size: 167%;
    font-weight: normal;
    padding: 0.75rem 0 0.4rem 0.5rem;
    line-height: 2.4rem;
    margin-right: 0.15rem;
    border: none;
    color: #a55; }
    .site-title > a:visited {
      color: #a55; }
    .site-title > a:hover {
      background: none;
      color: #a99; }
    @media only screen and (max-width: 740px) {
      .site-title > a {
        font-size: 125%;
        font-weight: bold;
        line-height: 2.7rem; } }

.nav-author:before {
  content: " / "; }

@media only screen and (max-width: 480px) {
  .nav-author {
    display: none; } }

.nav-links {
  list-style-type: none;
  float: right;
  text-align: right;
  line-height: 2.8rem; }
  .nav-links > li {
    display: inline-block; }
    .nav-links > li > a {
      border: none;
      color: #c33;
      padding: 1rem 0.3rem 0.5rem;
      margin: 0 0rem; }
      .nav-links > li > a:hover {
        background: #fafafa;
        color: #e55; }

.social-follows-list {
  list-style-type: none;
  display: inline-block;
  height: 16px;
  margin: 0;
  padding: 0; }
  .social-follows-list ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 20px; }
  .social-follows-list li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .social-follows-list a {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url("/img/assets/icons16.png");
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    padding: 0;
    margin: 0 0.1rem; }
    .social-follows-list a:hover {
      background-color: transparent;
      filter: alpha(opacity=67);
      opacity: 0.67; }

.social-follows-list-site {
  background-color: #eee; }

.social-follow-facebook {
  background-position-y: -16px; }

.social-follow-twitter {
  background-position-y: -32px; }

.social-follow-gplus {
  background-position-y: -48px; }

.social-follow-linkedin {
  background-position-y: -64px; }

.social-follow-github {
  background-position-y: -144px; }

.social-follow-keybase {
  background-position-y: -176px; }

.social-follow-bitcoin {
  background-position-y: -192px; }

.social-follow-rss {
  background-position-y: -80px; }

.social-follow-email {
  background-position-y: -96px; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a, p a:visited {
    color: #444 !important;
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; } }
