/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[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.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "PT Sans", helvetica, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: "PT Sans", helvetica, sans-serif;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 2.5em;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

h4 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

h5 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

h6 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 2.5em;
}

dl {
  padding: 0;
}

dd {
  margin: 0 0 0 2.5em;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Custom Additions
   ========================================================================== */
header ul, footer ul, ul.credit {
  padding: 0;
  list-style: none;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .container:before, .posts article:before, .posts article header:before, .posts article footer ul.credit:before, .feed:before, .feed ul.util:before, .feed ul.meta:before,
.cf:after,
.container:after,
.posts article:after,
.posts article header:after,
.posts article footer ul.credit:after,
.feed:after,
.feed ul.util:after,
.feed ul.meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after, .container:after, .posts article:after, .posts article header:after, .posts article footer ul.credit:after, .feed:after, .feed ul.util:after, .feed ul.meta:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .container, .posts article, .posts article header, .posts article footer ul.credit, .feed, .feed ul.util, .feed ul.meta {
  *zoom: 1;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../rkklqu1ni/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #ffffff;
  text-shadow: none;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../1dslqu1o1/controls.png) no-repeat 0 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious.hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext.hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose.hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}

.customize-embed:before {
  content: "Flash Disabled in Customize Mode";
  height: 24px;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: 0;
  font-weight: normal;
  font-size: 11px;
  color: #AAAAAA;
  font-family: "Helvetica Neue", sans-serif !important;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
}

.customize-embed {
  -moz-box-shadow: inset 0 1px 0px #646464;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  background: #333333;
  background: -moz-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #333333), color-stop(100%, black));
  background: -webkit-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: -o-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: radial-gradient(center, ellipse cover, #333333 0%, #000000 100%);
}

.customize-embed iframe, .customize-embed embed, .customize-embed object {
  display: none;
}

.customize-audio {
  display: block;
  height: 27px;
  width: 207px;
  background-image: url(../r0blwhruz/audio-players.png);
}

.customize-audio.white {
  background-position: 0px 0px;
}

.customize-audio.grey {
  background-position: 0px -27px;
}

.customize-audio.black {
  background-position: 0px -54px;
}

.customize-audio embed {
  display: none;
}

.social-links ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0.5em 0 0 0;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  font-size: 20px;
  text-decoration: none;
}
.social-links ul li a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(180deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  75% {
    -moz-transform: rotate(360deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  75% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ui-spinner {
  position: relative;
  border-radius: 100%;
}
.ui-spinner .side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.ui-spinner .side .fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.ui-spinner .side-left {
  left: 0;
}
.ui-spinner .side-left .fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-left;
  -moz-animation-name: ui-spinner-rotate-left;
  -ms-animation-name: ui-spinner-rotate-left;
  -o-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ui-spinner .side-right {
  left: 50%;
}
.ui-spinner .side-right .fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-right;
  -moz-animation-name: ui-spinner-rotate-right;
  -ms-animation-name: ui-spinner-rotate-right;
  -o-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

/* ==========================================================================
   Customize Panel Settings
   ========================================================================== */
/* Sidebar */
.sidebar {
  background: #266fa4;
}

.sidebar, .sidebar h1 a {
  color: white;
}

.sidebar a, .sidebar .pages li a {
  color: #cbe7f8;
}

.sidebar a:hover, .sidebar .pages li a:hover {
  color: #b1f740;
}

.sidebar .pages {
  background: rgba(17, 51, 76, 0.5);
}

/* Rail */
div.visual-extend.rail-column {
  background: #e7e7e7;
}

.posts, .feed {
  border-color: #e7e7e7;
}

.posts article ul.meta a.portrait-icon {
  background: #bbbbbb;
}

.posts article ul.meta, .posts article ul.meta a {
  color: #bbbbbb;
}

.posts article ul.meta a.portrait-icon {
  border-color: #bbbbbb;
}

.posts article ul.meta .notes {
  border-color: rgba(187, 187, 187, 0.2);
}

.posts article ul.meta a:hover {
  color: #444444;
}

/* Posts */
div.visual-extend.posts-column {
  background: white;
}

.posts, .posts article footer .notes-container ol {
  color: #444444;
}

.posts h1, .posts h2, .posts h3, .posts article header h2 a, .posts article.quote header p {
  color: black;
}

.posts a, .posts article.link header a h2 {
  color: #0c94d7;
}

.posts a:hover, .posts article ul.tags a:hover {
  color: #313c4b;
}

.posts article ul.tags, .posts article ul.tags a, .posts article footer ul, .posts article.photo header .exif, .posts article.photo header .photo-links, .posts article.chat strong, .posts article.link header a span {
  color: #bbbbbb;
}

.posts article.photo header > a {
  background: rgba(187, 187, 187, 0.2);
}

blockquote, .posts .button, .posts article footer .notes-container a.more_notes_link, .posts article footer ul.credit, .posts article footer div.share-button-wrap, .posts article footer .notes-container ol li, .posts article.chat .odd, .posts article.chat .even, .posts article.link header a, .posts article.ask header {
  border-color: rgba(187, 187, 187, 0.2);
}

.posts article {
  border-color: rgba(187, 187, 187, 0.1);
}

/* Feed */
body, .feed, div.visual-extend.feed-column {
  background: #313c4b;
}

.feed, .feed h4 a, .feed .button, .feed .posts article footer .notes-container a.more_notes_link, .posts article footer .notes-container .feed a.more_notes_link {
  color: #9ba0a8;
}

.feed a, .feed ul.util a {
  color: #afb7c1;
}

.feed a:hover, .feed ul.util a:hover {
  color: #b1f740;
}

.feed > section {
  border-color: rgba(191, 191, 191, 0.2);
}

/* ==========================================================================
   Base
   ========================================================================== */
img, iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
}

h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3, h4, h5, h6 {
  margin-bottom: 0em;
}

blockquote {
  margin-left: 8px;
  padding-left: 8px;
  border-left-width: 4px;
  border-left-style: solid;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
.sidebar {
  display: block;
  position: fixed;
  width: 400px;
  height: 100%;
  padding: 40px 44px;
  /* ===========
     Breakpoints
     =========== */
  /* ===========
     Modules
     =========== */
}
@media only screen and (max-width: 888px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 40px 20px;
  }
}
.sidebar h1 {
  text-align: center;
  margin: 2em 0;
}
@media only screen and (max-width: 888px) {
  .sidebar h1 {
    margin: 0.75em 0;
  }
}
.sidebar h1 a {
  text-decoration: none;
}
.sidebar h1.logo {
  margin: 0;
}
.sidebar .description {
  position: absolute;
  bottom: 0;
  padding-right: 44px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 888px) {
  .sidebar .description {
    margin-bottom: 0;
  }
}
.sidebar .description p {
  margin-bottom: 0;
}
@media only screen and (max-width: 888px) {
  .sidebar .description {
    position: static;
    padding: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar .pages {
  position: absolute;
  left: 0;
  right: 0;
  padding: 24px 44px;
  margin: 36px 0 46px 0;
  text-align: center;
}
@media only screen and (max-width: 888px) {
  .sidebar .pages {
    position: static;
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 36px;
  }
}
.sidebar .pages ul {
  max-width: 700px;
  margin: 0 auto;
}
.sidebar .pages li {
  display: inline-block;
  margin-right: 12px;
}
.sidebar .pages li a {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-left: 400px;
  max-width: 1304px;
}
@media only screen and (max-width: 888px) {
  .container {
    margin-left: 0;
  }
}
.container .posts, .container .feed {
  padding: 40px 44px;
  /* ===========
     Breakpoints
     =========== */
}
@media only screen and (max-width: 888px) {
  .container .posts, .container .feed {
    padding: 60px 20px;
  }
}

.posts {
  float: none;
  /* not needed, just for clarification */
  /* the next props are meant to keep this block independent from the other floated one */
  width: auto;
  overflow: hidden;
  /* ===========
     Breakpoints
     =========== */
  /* ===========
     Modules
     =========== */
}
@media only screen and (max-width: 888px) {
  .posts h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1086px) {
  .posts {
    border-left: 0;
    background: white;
  }
}
.posts #pagination, .posts #infinite {
  margin: 0 0 0 88px;
  text-align: center;
}
.posts #pagination.show, .posts #infinite.show {
  display: block !important;
}
.posts #pagination .button, .posts #pagination article footer .notes-container a.more_notes_link, .posts article footer .notes-container #pagination a.more_notes_link, .posts #infinite .button, .posts #infinite article footer .notes-container a.more_notes_link, .posts article footer .notes-container #infinite a.more_notes_link {
  font-size: 18px;
  padding: 6px 14px 4px 14px;
}
.posts #pagination ul, .posts #infinite ul {
  padding: 0;
  margin: 0;
}
.posts #pagination ul li, .posts #infinite ul li {
  display: inline-block;
  margin: 12px;
}
@media only screen and (max-width: 1404px) {
  .posts #pagination, .posts #infinite {
    margin-left: 0;
  }
}
.posts article {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 50px;
  margin-bottom: 60px;
  margin-left: 88px;
  /* ===========
     Breakpoints
     =========== */
}
.posts article header {
  margin-bottom: 24px;
}
.posts article:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.posts article header h2 {
  margin-top: 0;
}
.posts article header h2 a {
  text-decoration: none;
}
.posts article p {
  margin: 0 0 1.5em 0;
}
.posts article section img {
  display: block;
  margin: 1.5em auto 2em auto;
}
.posts article ul.meta {
  position: absolute;
  overflow: visible;
  top: 0;
  left: -120px;
  width: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: .6875em;
  line-height: 1.9;
  font-weight: bold;
  text-transform: uppercase;
}
.posts article ul.meta li {
  display: inline;
  margin-right: 0;
}
.posts article ul.meta li div.like_button, .posts article ul.meta li a.reblog_button {
  display: inline-block !important;
  margin: auto 2px;
}
.posts article ul.meta a.portrait-icon {
  border-width: 4px;
  border-style: solid;
  margin: 0 auto 10px auto;
}
.posts article ul.meta a.portrait-icon img {
  margin: 0 auto;
}
.posts article ul.meta a.portrait-icon, .posts article ul.meta a.portrait-icon img {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.posts article ul.meta .notes {
  display: block;
  width: 100%;
  padding-top: 8px;
  margin-top: 6px;
  border-top-width: 1px;
  border-top-style: solid;
}
.posts article ul.meta a {
  text-decoration: none;
}
.posts article ul.meta a:before {
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1086px) {
  .posts article ul.meta {
    position: static;
    width: auto;
  }
  .posts article ul.meta li {
    margin-right: 4px;
  }
  .posts article ul.meta li:last-of-type, .posts article ul.meta li.like-button {
    margin-right: 0;
  }
  .posts article ul.meta li.author {
    display: none;
  }
  .posts article ul.meta li.notes {
    display: inline;
    border: none;
    width: auto;
    padding: 0;
  }
  .posts article ul.meta .like-button, .posts article ul.meta .reblog-button {
    position: relative;
    top: 3px;
  }
  .posts article ul.meta .like-button iframe, .posts article ul.meta .like-button a.reblog_button, .posts article ul.meta .reblog-button iframe, .posts article ul.meta .reblog-button a.reblog_button {
    height: 16px !important;
    width: 16px !important;
  }
  .posts article ul.meta li.notes:before {
    content: "\2022";
    margin-right: 8px;
  }
  .posts article ul.meta a:before {
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 1086px) and (max-width: 888px) {
  .posts article ul.meta li.notes, .posts article ul.meta li.comments {
    display: none;
  }
}
.posts article ul.tags {
  font-style: italic;
  padding: 0;
  margin-bottom: 0;
}
.posts article ul.tags li {
  display: inline;
  list-style: none;
}
.posts article ul.tags li:last-child a:after {
  content: '';
}
.posts article ul.tags a {
  text-decoration: none;
}
.posts article ul.tags a:after {
  content: ',';
}
.posts article ul.tags:before {
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.posts article .mini-author {
  display: none;
  margin-top: 12px;
}
.posts article .mini-author img {
  display: inline;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  margin: 0 4px 0 0;
}
.posts article .mini-author p {
  display: inline;
}
.posts article footer {
  margin-top: 12px;
}
.posts article footer ul:nth-child(odd) {
  float: left;
}
.posts article footer ul:nth-child(even) {
  float: right;
}
@media only screen and (max-width: 1086px) {
  .posts article footer li.time span {
    display: none;
  }
}
.posts article footer ul.credit {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 6px;
  margin-top: 6px;
  border-top-width: 1px;
  border-top-style: solid;
}
.posts article footer ul.credit li:first-child {
  float: left;
}
.posts article footer ul.credit li:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 888px) {
  .posts article footer ul.credit li.reblog {
    display: none;
  }
}
.posts article footer div.share-button-wrap {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  padding: 16px 16px 12px 16px;
  margin-top: 18px;
}
.posts article footer div.share-button-wrap .share-button {
  display: inline-block;
  width: 86px;
}
.posts article footer div.share-button-wrap h4 {
  font-size: 11px;
  margin: 0 0 12px 0;
}
.posts article footer .comments-container {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 24px;
}
.posts article footer .notes-container {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.posts article footer .notes-container ol {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.posts article footer .notes-container ol li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.posts article footer .notes-container ol li:last-child {
  border-bottom: none;
}
.posts article footer .notes-container ol img {
  height: 32px;
  width: 32px;
  vertical-align: middle;
  margin-right: 4px;
}
.posts article footer .notes-container li.more_notes_link_container {
  padding-top: 16px;
}
.posts article.photo header > a {
  display: block;
}
.posts article.photo header img {
  display: block;
  margin: auto;
}
.posts article.photo header .photo-links {
  float: right;
}
.posts article.photo header .photo-links li:first-child:after {
  content: "\2022";
  margin-left: 6px;
}
.posts article.photo header .photo-links li:last-child:after {
  content: '';
  margin-left: 0;
}
.posts article.photo header .photo-links li:last-child {
  margin-right: 0;
}
.posts article.audio header iframe {
  display: block;
  width: 100% !important;
  margin: auto;
}
.posts article.video header a[href*="video_file"] {
  width: 100% !important;
  height: auto !important;
}
.posts article.video header a[href*="video_file"] img {
  width: 100% !important;
}
.posts article.video .video_placeholder {
  width: 100% !important;
  height: 200px !important;
  line-height: 200px !important;
}
.posts article.text header {
  margin-bottom: 0;
}
.posts article.chat strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.posts article.chat .odd, .posts article.chat .even {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.posts article.chat .odd:last-of-type, .posts article.chat .even:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}
.posts article.quote header {
  margin-bottom: 0;
}
.posts article.quote header p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1.25em;
  display: inline;
}
.posts article.quote header p:first-of-type:before {
  content: '\201C';
}
.posts article.quote header p:last-of-type:after {
  content: '\201D';
}
.posts article.link header a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  padding: 14px 18px 10px 18px;
  margin-top: 18px;
}
.posts article.link header a h2 {
  margin: 0 0 -4px 0;
}
.posts article.link header a span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -4px;
}
.posts article.ask header {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 18px;
}
.posts article.ask header .question {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.25em;
}
.posts article.ask header .asker-wrap img {
  display: inline;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  margin-right: 4px;
}
.posts article.ask header .asker-wrap p {
  display: inline;
}
@media only screen and (min-width: 1086.001px) {
  .posts article {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1086px) {
  .posts article {
    margin-left: 0;
    max-width: 700px;
  }
}
@media only screen and (max-width: 888px) {
  .posts article {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.feed {
  width: 328px;
  float: right;
  /* ===========
     Breakpoints
     =========== */
  /* ===========
     Modules
     =========== */
}
.feed.stacked {
  display: none;
  width: 100%;
  float: none;
}
.feed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feed h4 {
  font-size: 0.6875em;
  margin: 8px 0;
}
.feed h4 a {
  text-decoration: none;
}
.feed .button, .feed .posts article footer .notes-container a.more_notes_link, .posts article footer .notes-container .feed a.more_notes_link {
  font-size: 11px;
  margin: 0;
}
.feed > section {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1404px) {
  .feed {
    display: none;
  }
  .feed.stacked {
    display: block;
  }
}
.feed ul.util {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.feed ul.util li {
  display: block;
  float: left;
  margin-right: 12px;
}
.feed ul.util li:nth-child(4n) {
  clear: left;
}
@media only screen and (max-width: 1404px) {
  .feed ul.util li:nth-child(4n) {
    clear: none;
  }
}
.feed ul.util a {
  text-decoration: none;
}
.feed ul.util a:before {
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.feed .social-links ul {
  margin: 0;
}
.feed .social-links ul li {
  margin: 2px 0;
}
.feed .instagram {
  width: 240px;
  display: block;
  float: left;
}
@media only screen and (max-width: 1404px) {
  .feed .instagram {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 888px) {
  .feed .instagram {
    display: block;
    width: auto;
    max-width: 240px;
    float: none;
    margin-right: 0;
  }
  .feed .instagram img {
    width: 100% !important;
    height: auto !important;
  }
}
.feed .instagram .shot-caption p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
.feed .instagram footer ul li.likes {
  margin-right: 8px;
}
.feed .instagram footer ul a:before {
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.feed .liked-posts {
  width: 240px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 1404px) {
  .feed .liked-posts {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 888px) {
  .feed .liked-posts {
    display: block;
    width: auto;
    max-width: 240px;
    float: none;
    margin-right: 0;
  }
}
.feed .liked-posts p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
.feed .liked-posts img {
  width: 240px;
  height: auto;
}
.feed .liked-posts .button, .feed .liked-posts .posts article footer .notes-container a.more_notes_link, .posts article footer .notes-container .feed .liked-posts a.more_notes_link {
  letter-spacing: 1px;
}
.feed li.link {
  float: right;
  margin-right: 0 !important;
}
.feed section h4 a {
  display: block;
  position: relative;
}
.feed section h4 a:after {
  font-family: 'Batch-Custom';
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\e00c";
}

@media only screen and (max-width: 1086px) {
  body.permalink-page article div.mini-author {
    display: block;
  }
}

.audio .audio-embed {
  line-height: 0;
}

.audio .audio-embed iframe[src*="spotify"] {
  width: 100% !important;
  height: auto !important;
  margin-bottom: -76px;
}

.audio .audio-embed iframe[src*="soundcloud"] {
  width: 100% !important;
}

.audio .audio-embed iframe[src*="bandcamp"] {
  width: 100% !important;
}

.audio .audio-embed iframe.tumblr_audio_player {
  width: 100% !important;
}
@media only screen and (max-width: 480px) {
  .audio .audio-embed iframe.tumblr_audio_player {
    width: 288px !important;
  }
}

/* ==========================================================================
   Modules
   ========================================================================== */
.posts article footer ul, .posts article.photo header .exif, .posts article.photo header .photo-links, .feed .instagram footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.posts article footer ul li, .posts article.photo header .exif li, .posts article.photo header .photo-links li, .feed .instagram footer ul li {
  display: inline-block;
  margin-right: 4px;
}
.posts article footer ul a, .posts article.photo header .exif a, .posts article.photo header .photo-links a, .feed .instagram footer ul a {
  text-decoration: none;
}

.button, .posts article footer .notes-container a.more_notes_link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 4px 12px 3px 12px;
  border-radius: 24px;
}

div.visual-extend {
  position: fixed;
  top: 0;
  bottom: 0;
}
div.visual-extend.rail-column {
  z-index: 9;
}
@media only screen and (min-width: 1086.001px) {
  div.visual-extend.rail-column {
    display: block;
    z-index: 9;
    left: 400px;
    width: 88px;
  }
}
@media only screen and (max-width: 1086px) {
  div.visual-extend.rail-column {
    display: none;
  }
}
div.visual-extend.posts-column {
  display: none;
}
@media only screen and (min-width: 1404px) {
  div.visual-extend.posts-column {
    display: block;
    z-index: 7;
    left: 488px;
    max-width: 888px;
    width: 100%;
  }
}
@media only screen and (max-width: 1404px) {
  div.visual-extend.posts-column {
    display: block;
    z-index: 7;
    width: 100%;
    left: 488px;
    max-width: none;
  }
}
@media only screen and (max-width: 1086px) {
  div.visual-extend.posts-column {
    display: none;
  }
}
div.visual-extend.feed-column {
  display: none;
}
@media only screen and (min-width: 1404px) {
  div.visual-extend.feed-column {
    display: block;
    z-index: 8;
    right: 0px;
    width: 328px;
  }
}
@media only screen and (max-width: 1404px) {
  div.visual-extend.feed-column {
    position: absolute;
    top: auto;
    left: 400px;
    right: 0;
    bottom: 0px;
    height: 30px;
  }
}
@media only screen and (max-width: 1086px) {
  div.visual-extend.feed-column {
    display: none;
  }
}

#infscr-loading {
  display: none !important;
}

/* ==========================================================================
   States
   ========================================================================== */