/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/resets/_normalize_v2.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/resets/_normalize_v2.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/resets/_normalize_v2.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/resets/_normalize_v2.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/resets/_normalize_v2.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, ../sass/resets/_normalize_v2.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/resets/_normalize_v2.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/resets/_normalize_v2.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/resets/_normalize_v2.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/resets/_normalize_v2.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/resets/_normalize_v2.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/resets/_normalize_v2.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/resets/_normalize_v2.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/resets/_normalize_v2.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/resets/_normalize_v2.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/resets/_normalize_v2.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/resets/_normalize_v2.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/resets/_normalize_v2.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../sass/resets/_normalize_v2.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 205, ../sass/resets/_normalize_v2.scss */
sup {
  top: -0.5em; }

/* line 209, ../sass/resets/_normalize_v2.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/resets/_normalize_v2.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/resets/_normalize_v2.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/resets/_normalize_v2.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/resets/_normalize_v2.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/resets/_normalize_v2.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../sass/resets/_normalize_v2.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../sass/resets/_normalize_v2.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../sass/resets/_normalize_v2.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 317, ../sass/resets/_normalize_v2.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../sass/resets/_normalize_v2.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../sass/resets/_normalize_v2.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/resets/_normalize_v2.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 361, ../sass/resets/_normalize_v2.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/resets/_normalize_v2.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/resets/_normalize_v2.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/resets/_normalize_v2.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 12, ../sass/base/_global.scss */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, blockquote, ol, ul, dl, dt, dd, pre,
img, figure,
a, em, i, strong, b, code, abbr, cite,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 24, ../sass/base/_global.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre, img,
.base-margin,
nav {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/* line 29, ../sass/base/_global.scss */
html {
  font: 1em/1.5 serif;
  overflow-y: scroll;
  min-height: 100%; }

/* line 35, ../sass/base/_global.scss */
body {
  background: #fdf6e3 url(img/bg.jpg);
  color: #586e75;
  font-family: "ff-tisa-web-pro", Cambria, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 44, ../sass/base/_global.scss */
.small-fs, .light, .meta,
.sidenote,
.caption, .description, .entrytags, .footnotes {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/* line 48, ../sass/base/_global.scss */
.big-fs, .date {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.41176; }

/* line 52, ../sass/base/_global.scss */
.half-margin, .footnotes p {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

/* line 57, ../sass/base/_global.scss */
.twice-margin, .posts-full article {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/* line 62, ../sass/base/_global.scss */
.light, .meta,
.sidenote,
.caption, .description, .entrytags {
  color: #93a1a1;
  font-style: italic; }

/* line 70, ../sass/base/_global.scss */
a, a:link, a:visited {
  color: #073642;
  font-weight: normal;
  text-decoration: underline; }

/* line 76, ../sass/base/_global.scss */
a:hover {
  color: #268bd2;
  border-bottom: 1px dotted #268bd2;
  text-decoration: none; }

/* line 85, ../sass/base/_global.scss */
ol,
ul {
  margin-left: 24px;
  margin-left: 1.5rem; }

/* line 90, ../sass/base/_global.scss */
ul {
  list-style: none; }

/* line 92, ../sass/base/_global.scss */
.entry ul {
  list-style: square; }

/* line 94, ../sass/base/_global.scss */
.entry ul li ul {
  list-style: circle;
  margin-left: 24px;
  margin-bottom: 0; }

/* line 100, ../sass/base/_global.scss */
ol li ol {
  list-style: upper-alpha;
  margin-left: 24px;
  margin-bottom: 0; }

/* -------- @Mobile First Layout (328px) --------- */
/* line 9, ../sass/site/_layout.scss */
#wrap {
  *zoom: 1;
  max-width: 20.5em;
  _width: 20.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box; }
  /* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  #wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      max-width: 31.5em; } }
  @media (min-width: 42.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      max-width: 42.5em; } }
  @media (min-width: 64.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      max-width: 64.5em; } }
  @media (min-width: 31.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      -webkit-background-origin: content;
      -moz-background-origin: content;
      -ms-background-origin: content-box;
      -o-background-origin: content-box;
      background-origin: content-box;
      -webkit-background-clip: content-box;
      -moz-background-clip: content-box;
      background-clip: content-box; } }
  @media (min-width: 42.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      -webkit-background-origin: content;
      -moz-background-origin: content;
      -ms-background-origin: content-box;
      -o-background-origin: content-box;
      background-origin: content-box;
      -webkit-background-clip: content-box;
      -moz-background-clip: content-box;
      background-clip: content-box; } }
  @media (min-width: 64.5em) {
    /* line 9, ../sass/site/_layout.scss */
    #wrap {
      -webkit-background-origin: content;
      -moz-background-origin: content;
      -ms-background-origin: content-box;
      -o-background-origin: content-box;
      background-origin: content-box;
      -webkit-background-clip: content-box;
      -moz-background-clip: content-box;
      background-clip: content-box; } }

/* line 24, ../sass/site/_layout.scss */
#content {
  *zoom: 1;
  padding-top: 0px; }
  /* line 36, ../sass/base/_mixins.scss */
  #content:before, #content:after {
    content: " ";
    display: table; }
  /* line 37, ../sass/base/_mixins.scss */
  #content:after {
    clear: both; }

/* line 26, ../sass/site/_layout.scss */
.logo {
  text-align: center; }

/* line 28, ../sass/site/_layout.scss */
nav {
  *zoom: 1; }
  /* line 36, ../sass/base/_mixins.scss */
  nav:before, nav:after {
    content: " ";
    display: table; }
  /* line 37, ../sass/base/_mixins.scss */
  nav:after {
    clear: both; }

/* line 30, ../sass/site/_layout.scss */
.primary-nav li {
  width: 19.5122%;
  float: left;
  margin-right: 7.31707%;
  display: inline;
  text-align: center;
  text-transform: uppercase; }
  /* line 34, ../sass/site/_layout.scss */
  .primary-nav li:last-child {
    margin-right: 0; }

/* line 37, ../sass/site/_layout.scss */
.art {
  display: none; }

/* line 39, ../sass/site/_layout.scss */
.date {
  margin-bottom: 0; }

/* line 41, ../sass/site/_layout.scss */
.tags li {
  display: inline;
  margin-right: 5px; }

/* line 48, ../sass/site/_layout.scss */
.posts-full article h2 {
  margin-bottom: 0; }

/* line 53, ../sass/site/_layout.scss */
.entrydate,
.entrytags {
  display: block; }

/* line 54, ../sass/site/_layout.scss */
.entrytags {
  margin-bottom: 24px; }

/* line 55, ../sass/site/_layout.scss */
.entry-list {
  margin-left: 0; }

/* line 57, ../sass/site/_layout.scss */
.tagslist li,
.pinboard li {
  display: inline; }

/* line 61, ../sass/site/_layout.scss */
footer .inner {
  *zoom: 1;
  max-width: 20.5em;
  _width: 20.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto; }
  /* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  footer .inner:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.5em) {
    /* line 61, ../sass/site/_layout.scss */
    footer .inner {
      max-width: 31.5em; } }
  @media (min-width: 42.5em) {
    /* line 61, ../sass/site/_layout.scss */
    footer .inner {
      max-width: 42.5em; } }
  @media (min-width: 64.5em) {
    /* line 61, ../sass/site/_layout.scss */
    footer .inner {
      max-width: 64.5em; } }

/* -------- @Break-0 = 6 Columns (504px) --------- */
@media (min-width: 31.5em) {
  /* line 69, ../sass/site/_layout.scss */
  nav {
    margin-left: 17.46032%;
    margin-right: 17.46032%;
    transition-property: margin;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    -webkit-transition-property: margin;
    -webkit-transition-duration: 500ms; }

  /* line 77, ../sass/site/_layout.scss */
  .heading {
    *zoom: 1; }
    /* line 36, ../sass/base/_mixins.scss */
    .heading:before, .heading:after {
      content: " ";
      display: table; }
    /* line 37, ../sass/base/_mixins.scss */
    .heading:after {
      clear: both; }

  /* line 78, ../sass/site/_layout.scss */
  .heading h3 {
    float: left; }

  /* line 79, ../sass/site/_layout.scss */
  .description {
    float: right;
    text-align: right; }

  /* line 82, ../sass/site/_layout.scss */
  .entry-list {
    width: 65.07937%;
    float: left;
    margin-right: 4.7619%;
    margin-left: 34.92063%; }

  /* line 87, ../sass/site/_layout.scss */
  .entrydate {
    width: 46.34146%;
    float: left;
    margin-right: 7.31707%;
    margin-left: -53.65854%;
    text-align: right; }

  /* line 93, ../sass/site/_layout.scss */
  .entry-list h2 {
    float: right;
    width: 100%; } }
/* -------- @Break-1 = 8 Columns (680px) --------- */
@media (min-width: 42.5em) {
  /* line 100, ../sass/site/_layout.scss */
  header {
    *zoom: 1; }
    /* line 36, ../sass/base/_mixins.scss */
    header:before, header:after {
      content: " ";
      display: table; }
    /* line 37, ../sass/base/_mixins.scss */
    header:after {
      clear: both; }

  /* line 101, ../sass/site/_layout.scss */
  .logo {
    width: 48.23529%;
    float: left;
    margin-right: 3.52941%;
    text-align: left; }

  /* line 102, ../sass/site/_layout.scss */
  nav {
    width: 48.23529%;
    float: right;
    margin-right: 0;
    margin-left: 0; }

  /* line 104, ../sass/site/_layout.scss */
  .art {
    display: block; }

  /* line 107, ../sass/site/_layout.scss */
  .sb-module {
    width: 48.23529%;
    float: left;
    margin-right: 3.52941%; }

  /* line 108, ../sass/site/_layout.scss */
  .sb-module-end {
    width: 48.23529%;
    float: right;
    margin-right: 0; }

  /* line 110, ../sass/site/_layout.scss */
  article {
    width: 74.11765%;
    float: left;
    margin-right: 3.52941%;
    margin-left: 25.88235%; }

  /* line 115, ../sass/site/_layout.scss */
  .posts-full article h2 {
    margin-bottom: 24px; }

  /* line 117, ../sass/site/_layout.scss */
  article h2 {
    float: right;
    width: 100%; }

  /* line 120, ../sass/site/_layout.scss */
  .meta,
  .sidenote,
  .caption {
    width: 30.15873%;
    float: left;
    margin-right: 4.7619%;
    margin-left: -34.92063%;
    text-align: right; }

  /* line 126, ../sass/site/_layout.scss */
  .date {
    margin-bottom: 24px; }

  /* line 127, ../sass/site/_layout.scss */
  .tags li {
    display: block;
    margin-right: 0; }

  /* line 131, ../sass/site/_layout.scss */
  .archives {
    width: 74.11765%;
    float: left;
    margin-right: 3.52941%; }

  /* line 132, ../sass/site/_layout.scss */
  #posts .sidebar {
    width: 22.35294%;
    float: right;
    margin-right: 0; }

  /* line 134, ../sass/site/_layout.scss */
  .entrydate {
    width: 46.34146%;
    float: left;
    margin-right: 7.31707%;
    margin-left: -53.65854%;
    text-align: right; }

  /* line 141, ../sass/site/_layout.scss */
  .tagslist li,
  .pinboard li {
    display: block; }

  /* line 144, ../sass/site/_layout.scss */
  .intro {
    width: 48.23529%;
    float: left;
    margin-right: 3.52941%; }

  /* line 145, ../sass/site/_layout.scss */
  .stuff {
    width: 48.23529%;
    float: right;
    margin-right: 0; }

  /* line 146, ../sass/site/_layout.scss */
  .crap {
    width: 100%;
    float: left;
    margin-right: 3.52941%; } }
/* -------- @Break-2 = 12 Columns (1032px) -------- */
@media (min-width: 64.5em) {
  /* line 152, ../sass/site/_layout.scss */
  nav {
    width: 31.78295%;
    float: right;
    margin-right: 0;
    margin-left: 0; }

  /* line 154, ../sass/site/_layout.scss */
  .posts-full {
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%; }

  /* line 156, ../sass/site/_layout.scss */
  .sidebar {
    width: 23.25581%;
    float: right;
    margin-right: 0; }

  /* line 159, ../sass/site/_layout.scss */
  .sb-module,
  .sb-module-end {
    width: 100%;
    float: left;
    margin-right: 10%; }

  /* line 161, ../sass/site/_layout.scss */
  #home-long article {
    width: 74.11765%;
    float: left;
    margin-right: 3.52941%;
    margin-left: 25.88235%; }

  /* line 167, ../sass/site/_layout.scss */
  article {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%;
    margin-left: 25.5814%; }

  /* line 173, ../sass/site/_layout.scss */
  .sidenoteright {
    width: 30.15873%;
    float: right;
    margin-right: 0;
    margin-right: -34.92063%; }

  /* line 180, ../sass/site/_layout.scss */
  .archives {
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%; }

  /* line 182, ../sass/site/_layout.scss */
  .entry-list {
    width: 74.11765%;
    float: left;
    margin-right: 3.52941%;
    margin-left: 25.88235%; }

  /* line 187, ../sass/site/_layout.scss */
  .entrydate {
    width: 30.15873%;
    float: left;
    margin-right: 4.7619%;
    margin-left: -34.92063%;
    text-align: right; }

  /* line 195, ../sass/site/_layout.scss */
  .intro {
    width: 31.78295%;
    float: left;
    margin-right: 2.32558%; }

  /* line 196, ../sass/site/_layout.scss */
  .stuff {
    width: 31.78295%;
    float: left;
    margin-right: 2.32558%; }

  /* line 197, ../sass/site/_layout.scss */
  .crap {
    width: 31.78295%;
    float: right;
    margin-right: 0; }

  /* line 198, ../sass/site/_layout.scss */
  .fine-print {
    clear: both; } }
/* ------------- @Links ------------ */
/* line 10, ../sass/site/_typography.scss */
header a,
header a:link,
header a:visited {
  text-decoration: none; }

/* line 13, ../sass/site/_typography.scss */
.tagslist li a,
.tagslist li a {
  text-decoration: none; }

/* line 16, ../sass/site/_typography.scss */
footer a,
footer a:link {
  color: #268bd2; }

/* line 20, ../sass/site/_typography.scss */
h2 a,
h2 a:link,
h2 a:visited {
  color: #2aa198;
  text-decoration: none; }

/* line 21, ../sass/site/_typography.scss */
h2 a:hover {
  color: #268bd2; }

/* ---------- @Type-Headlines ---------- */
/* line 26, ../sass/site/_typography.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0px 2px 2px #eee8d5; }
  @media (min-width: 31.5em) {
    /* line 26, ../sass/site/_typography.scss */
    h1 {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1.26316; } }

/* line 37, ../sass/site/_typography.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #2aa198;
  font-weight: normal; }

/* line 43, ../sass/site/_typography.scss */
.linked h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #268bd2; }
  /* line 46, ../sass/site/_typography.scss */
  .linked h2:hover {
    font-style: italic; }
  /* line 47, ../sass/site/_typography.scss */
  .linked h2:after {
    content: "\0020 \00BB "; }

/* line 50, ../sass/site/_typography.scss */
.archives .entry-list h2 {
  margin-bottom: 0; }

/* line 52, ../sass/site/_typography.scss */
.entry h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316;
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: bold; }

/* line 58, ../sass/site/_typography.scss */
.entry h4 {
  font-weight: normal;
  text-transform: uppercase; }

/* line 63, ../sass/site/_typography.scss */
.entry h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05em; }

/* line 72, ../sass/site/_typography.scss */
h6 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316;
  font-weight: normal;
  color: #b58900;
  margin-bottom: 0; }

/* ---------- @Type-Blog-Entries ---------- */
/* line 81, ../sass/site/_typography.scss */
.entry blockquote {
  color: #93a1a1;
  font-style: italic;
  padding-left: 0.7em;
  border-left: 3px solid #eee8d5; }

/* line 89, ../sass/site/_typography.scss */
.sc {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316; }

/* line 95, ../sass/site/_typography.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 24px 0;
  padding: 0; }

/* line 106, ../sass/site/_typography.scss */
pre, code {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #859900;
  font-family: "DejaVu Sans Mono", Consolas, Monaco, "Courier New", monospace, sans-serif; }

/* line 112, ../sass/site/_typography.scss */
pre {
  background-color: #eee8d5;
  border: 1px solid #93a1a1;
  padding: 11px 24px; }

/* line 119, ../sass/site/_typography.scss */
code {
  line-height: 1; }

/* line 120, ../sass/site/_typography.scss */
pre code {
  line-height: 1.5em; }

/* line 126, ../sass/site/_typography.scss */
.meta,
.sidenote,
.caption {
  *zoom: 1; }
  /* line 36, ../sass/base/_mixins.scss */
  .meta:before, .meta:after,
  .sidenote:before,
  .sidenote:after,
  .caption:before,
  .caption:after {
    content: " ";
    display: table; }
  /* line 37, ../sass/base/_mixins.scss */
  .meta:after,
  .sidenote:after,
  .caption:after {
    clear: both; }

/* line 131, ../sass/site/_typography.scss */
.date {
  color: #586e75;
  font-style: normal;
  margin-top: 2px; }

/* line 138, ../sass/site/_typography.scss */
.tags {
  margin-top: -2px;
  margin-left: 0;
  padding-bottom: 2px; }

/* line 146, ../sass/site/_typography.scss */
.tags a,
.tags a:link,
.tags a:visited {
  color: #93a1a1; }

/* line 148, ../sass/site/_typography.scss */
.tags a:hover {
  color: #268bd2;
  border-bottom: 1px dotted #268bd2;
  text-decoration: none; }

/* line 154, ../sass/site/_typography.scss */
.noted {
  float: right;
  *zoom: 1; }
  /* line 36, ../sass/base/_mixins.scss */
  .noted:before, .noted:after {
    content: " ";
    display: table; }
  /* line 37, ../sass/base/_mixins.scss */
  .noted:after {
    clear: both; }

/* line 156, ../sass/site/_typography.scss */
sup {
  top: -0.3em;
  font-size: 90%; }

/* line 161, ../sass/site/_typography.scss */
sup a, sup a:link {
  padding-left: 5px; }

/* line 165, ../sass/site/_typography.scss */
.footnotes {
  padding-top: 12px;
  border-top: 2px solid #eee8d5; }

/* line 175, ../sass/site/_typography.scss */
a[rel="reference"] {
  text-decoration: none; }

/* ---------- @Site-wide Elements ---------- */
/* line 8, ../sass/site/_elements.scss */
.masthead {
  box-sizing: border-box;
  margin-bottom: 24px; }

/* line 13, ../sass/site/_elements.scss */
.tagline {
  margin-bottom: 0;
  font-style: italic; }

/* line 15, ../sass/site/_elements.scss */
nav {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  line-height: 2; }

/* line 21, ../sass/site/_elements.scss */
.primary-nav {
  padding-top: 12px;
  margin-bottom: 0;
  margin-left: 0; }
  /* line 26, ../sass/site/_elements.scss */
  .primary-nav li {
    line-height: 24px; }
  /* line 27, ../sass/site/_elements.scss */
  .primary-nav li a {
    display: block; }
  /* line 28, ../sass/site/_elements.scss */
  .primary-nav li a:hover {
    border-bottom: 5px solid #268bd2;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
    -webkit-transition-property: border;
    -webkit-transition-duration: 500ms; }

/* line 41, ../sass/site/_elements.scss */
#posts .post_tab,
#lab .lab_tab,
#about .about_tab {
  border-bottom: 5px solid #eee8d5; }

/* line 46, ../sass/site/_elements.scss */
#home .home_tab a:hover,
#posts .post_tab a:hover,
#lab .lab_tab a:hover,
#about .about_tab a:hover {
  border-bottom: 0; }

/* line 51, ../sass/site/_elements.scss */
footer {
  margin-top: 48px;
  padding-top: 19px;
  background: #002b36;
  color: #839496;
  border-top: 5px solid #586e75; }

/* line 66, ../sass/site/_elements.scss */
.wisdom {
  font-style: italic;
  margin-bottom: 0; }

/* line 71, ../sass/site/_elements.scss */
.cite::before {
  content: "— "; }

/* line 75, ../sass/site/_elements.scss */
.crap {
  margin-bottom: 48px; }

/* line 79, ../sass/site/_elements.scss */
.fine-print {
  clear: both;
  border-top: 1px dotted #586e75;
  padding-top: 5px; }

/* line 85, ../sass/site/_elements.scss */
footer ul {
  margin-left: 0; }

/* line 92, ../sass/site/_elements.scss */
form {
  margin: 0;
  padding: 0; }

/* line 97, ../sass/site/_elements.scss */
.search {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 3px 3px 3px 3px;
  width: 100%; }

/* line 105, ../sass/site/_elements.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

/* ---------- @Elements ---------- */
/* line 114, ../sass/site/_elements.scss */
.heading {
  border-bottom: 5px solid #eee8d5;
  margin-bottom: 17px; }

/* line 119, ../sass/site/_elements.scss */
.label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
  color: #1a6091;
  margin-bottom: 0; }

/* line 127, ../sass/site/_elements.scss */
.description {
  margin-top: 2px;
  margin-bottom: 0; }

/* line 136, ../sass/site/_elements.scss */
.tagslist {
  margin-left: 0; }

/* line 138, ../sass/site/_elements.scss */
.tagslist li {
  margin-right: 5px; }

/* line 140, ../sass/site/_elements.scss */
.entry img {
  float: right;
  width: 97.863248%;
  background-color: #eee8d5;
  border: 1px solid #93a1a1;
  padding: 4px; }

/* line 148, ../sass/site/_elements.scss */
.art {
  width: 99.031008%;
  background-color: #eee8d5;
  border: 1px solid #93a1a1;
  padding: 4px; }

/* line 158, ../sass/site/_elements.scss */
#tweets,
#pinboard_linkroll {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/* line 162, ../sass/site/_elements.scss */
#tweets {
  padding-top: 0px;
  margin-bottom: 38px; }

/* line 167, ../sass/site/_elements.scss */
#tweets ul {
  margin-left: 0; }

/* line 171, ../sass/site/_elements.scss */
#tweets ul li {
  margin-bottom: 19px; }

/* line 176, ../sass/site/_elements.scss */
#tweets a,
a.pin-title {
  color: #268bd2;
  font-weight: normal;
  text-decoration: none; }

/* line 182, ../sass/site/_elements.scss */
#pinboard_linkroll {
  padding-top: 5px; }

/* line 186, ../sass/site/_elements.scss */
.pin-item {
  margin-bottom: 19px; }
  /* line 189, ../sass/site/_elements.scss */
  .pin-item p {
    margin-bottom: 0; }

/* line 192, ../sass/site/_elements.scss */
a.pin-tag {
  color: #93a1a1;
  font-style: italic;
  font-weight: normal;
  text-decoration: none; }

/* line 199, ../sass/site/_elements.scss */
a.pin-tag:hover {
  color: #268bd2;
  border-bottom: 1px dotted #268bd2; }

/* ---------- @Lab Items ---------- */
/* line 208, ../sass/site/_elements.scss */
ul.pinboard {
  margin-left: 0; }

/* line 211, ../sass/site/_elements.scss */
ul.pinboard a,
ul.pinboard a:link,
ul.pinboard a:visited {
  text-decoration: none; }

/* line 214, ../sass/site/_elements.scss */
.lab-list dt,
.lab-list dt a {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316; }

/* line 6, ../sass/site/_comments.scss */
.comments {
  padding-top: 3.0em;
  margin-bottom: 3.0em; }

/* line 11, ../sass/site/_comments.scss */
.comment-text p:last-child {
  margin-bottom: lh(0.5, 16); }

/* line 13, ../sass/site/_comments.scss */
.comment-data {
  position: relative;
  padding-bottom: em(10, 16);
  border-bottom: 3px solid #eee8d5;
  margin-bottom: lh(1, 16); }

/* line 21, ../sass/site/_comments.scss */
.comment-date {
  display: inline-block;
  margin-left: 0.5em;
  color: #93a1a1; }

/* line 27, ../sass/site/_comments.scss */
.comment-number {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: em(24);
  font-style: italic; }

/* line 36, ../sass/site/_comments.scss */
.comment-number a {
  color: #eee8d5;
  text-decoration: none; }

/* line 37, ../sass/site/_comments.scss */
.comment-number a:hover {
  color: #268bd2; }

/* line 38, ../sass/site/_comments.scss */
.jabba .comment-number a {
  color: #dc322f;
  text-decoration: none; }

/* line 39, ../sass/site/_comments.scss */
.jabba .comment-number a:hover {
  color: #dc322f; }

@media (min-width: 42.5em) {
  /* line 48, ../sass/site/_comments.scss */
  .comment {
    clear: both; }

  /* line 50, ../sass/site/_comments.scss */
  .comment-text {
    float: right;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 3px solid #eee8d5;
    margin-bottom: 21px; }

  /* line 58, ../sass/site/_comments.scss */
  .comment-text p:last-child {
    margin-bottom: lh(1, 16); }

  /* line 60, ../sass/site/_comments.scss */
  .comment-data {
    width: 30.15873%;
    float: left;
    margin-right: 4.7619%;
    margin-left: -34.92063%;
    text-align: right;
    border-bottom: none;
    margin-bottom: 0; }

  /* line 68, ../sass/site/_comments.scss */
  .comment-number {
    position: static; } }
/* line 8, ../sass/site/_testing.scss */
.else {
  font-size: em(14);
  line-height: incr(14, 4, 5); }

/* line 13, ../sass/site/_testing.scss */
.noted-on-right {
  float: left;
  *zoom: 1; }
  /* line 36, ../sass/base/_mixins.scss */
  .noted-on-right:before, .noted-on-right:after {
    content: " ";
    display: table; }
  /* line 37, ../sass/base/_mixins.scss */
  .noted-on-right:after {
    clear: both; }
