* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
pre {
  padding: 15px 20px;
  color: #fff;
  background: #222
}
blockquote {
  border-left: 1px solid;
  padding-left: 20px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0 10px
}
blockquote,
ol,
p,
pre,
ul {
  margin: 15px 0
}
ul {
  list-style-type: disc
}
ul ul {
  list-style-type: circle
}
li {
  margin: 15px 20px
}
ol ol li,
ul ul li {
  margin: 10px 0 10px 20px
}
blockquote:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
li:first-child,
ol:first-child,
p:first-child,
pre:first-child,
ul:first-child {
  margin-top: 0
}
blockquote:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
li:last-child,
ol:last-child,
p:last-child,
pre:last-child,
ul:last-child {
  margin-bottom: 0
}
input[type=email],
input[type=password],
input[type=text],
textarea {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0
}
strong {
  font-weight: 700;
  font-weight: 500
}
strong strong {
  font-weight: 700;
  font-weight: 600
}
em {
  font-style: italic
}
code {
  font-family: monospace
}
i {
  display: inline-block;
  vertical-align: middle
}
.wrap {
  position: relative;
  margin: auto
}
.clear:after,
.clear:before {
  content: "";
  display: table
}
.clear:after {
  clear: both
}
[align=left] {
  text-align: left
}
[align=justify] {
  text-align: justify
}
[align=center] {
  text-align: center
}
[align=right] {
  text-align: right
}
[hidden] {
  display: none
}
body {
  background: 0 0 no-repeat;
  font: 13px/1.5'Helvetica Neue', Arial, Helvetica, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4
}
h1 {
  font-size: 2.2em
}
h2 {
  font-size: 2em
}
h3 {
  font-size: 1.8em
}
h4 {
  font-size: 1.6em
}
h5 {
  font-size: 1.4em
}
h6 {
  font-size: 1.2em
}
.wrap {
  width: 1000px;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -webkit-transition-property: height, width
}
#background-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 0
}
header {
  position: relative;
  margin: 40px 0;
  text-align: center
}
#blog-title {
  margin-bottom: 15px
}
#blog-title a {
  display: inline-block;
  text-decoration: none
}
#blog-title img {
  max-width: 1000px;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -webkit-transition-property: height, width
}
#blog-portrait {
  width: 64px;
  height: 64px;
  margin: auto auto 10px
}
#blog-portrait img {
  display: block
}
#blog-portrait.square img {
  border-radius: 4px
}
#blog-portrait.circle img {
  border-radius: 64px
}
#blog-title h1 {
  line-height: 1
}
#blog-description {
  width: 50%;
  margin: auto auto 15px
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}
header nav ul li {
  margin: 0;
  padding: 0
}
header .nav-link,
header .nav-separator {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle
}
header .nav-separator {
  width: 1px;
  height: 10px;
  background: #000;
  background: rgba(0, 0, 0, .5)
}
header .nav-separator:last-child {
  display: none
}
header .is-menu {
  position: relative
}
header .nav-link a {
  padding: 2px 0;
  display: block;
  font-weight: 700;
  font-weight: 500;
  line-height: 1;
  text-decoration: none
}
header .blog-link a {
  border-bottom: 1px solid transparent
}
header nav svg {
  display: block
}
header .is-menu .toggle:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: 2px;
  border: 2px solid #000;
  border-top-width: 0;
  border-left-width: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
header .is-menu.open .toggle:after {
  content: '';
  width: 8px;
  height: 2px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  border: 0;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg)
}
header .is-menu .menu {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  z-index: 1992
}
header .is-menu.open .menu {
  display: block
}
header .is-menu .menu li {
  border-bottom: 1px solid #ddd
}
header .is-menu .menu li:hover {
  background: #eee
}
header .is-menu .menu li:first-child:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-right-width: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
header .is-menu .menu li:first-child:hover:before {
  background: #eee
}
header .is-menu .menu li:last-child {
  border-bottom-color: transparent
}
header .is-menu .menu a {
  width: 150px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
#search-link form {
  display: block
}
#search-link button {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  outline: 0
}
#search-link input {
  width: 120px;
  display: none;
  vertical-align: middle;
  padding: 0 0 2px;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #000
}
#search-link.open input {
  display: inline-block
}
#posts {
  position: relative;
  margin-bottom: 40px
}
#posts.four-columns {
  width: 1000px
}
#posts.four-columns.small-margins {
  width: 1040px
}
#posts.four-columns.medium-margins {
  width: 1080px
}
#posts.four-columns.large-margins {
  width: 1160px
}
#posts.four-columns.extra-large-margins {
  width: 1320px
}
#posts.four-columns.large {
  width: 2000px
}
#posts.four-columns.small-margins.large {
  width: 2080px
}
#posts.four-columns.medium-margins.large {
  width: 2160px
}
#posts.four-columns.large-margins.large {
  width: 2320px
}
#posts.four-columns.extra-large-margins.large {
  width: 2640px
}
#posts.three-columns {
  width: 750px
}
#posts.three-columns.small-margins {
  width: 780px
}
#posts.three-columns.medium-margins {
  width: 810px
}
#posts.three-columns.large-margins {
  width: 870px
}
#posts.three-columns.extra-large-margins {
  width: 990px
}
#posts.three-columns.large {
  width: 1500px
}
#posts.three-columns.small-margins.large {
  width: 1560px
}
#posts.three-columns.medium-margins.large {
  width: 1620px
}
#posts.three-columns.large-margins.large {
  width: 1740px
}
#posts.three-columns.extra-large-margins.large {
  width: 1980px
}
#posts.two-columns {
  width: 500px
}
#posts.two-columns.small-margins {
  width: 520px
}
#posts.two-columns.medium-margins {
  width: 540px
}
#posts.two-columns.large-margins {
  width: 580px
}
#posts.two-columns.extra-large-margins {
  width: 660px
}
#posts.two-columns.large {
  width: 1000px
}
#posts.two-columns.small-margins.large {
  width: 1040px
}
#posts.two-columns.medium-margins.large {
  width: 1080px
}
#posts.two-columns.large-margins.large {
  width: 1160px
}
#posts.two-columns.extra-large-margins.large {
  width: 1320px
}
#posts .post {
  width: 250px;
  opacity: 0;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property:  opacity
}
#posts.large .post,
#posts.permalink .post {
  width: 500px
}
#posts .post.loaded {
  opacity: 1
}
#posts.small-margins .post {
  margin: 5px
}
#posts.medium-margins .post {
  margin: 10px
}
#posts.large-margins .post {
  margin: 20px
}
#posts.extra-large-margins .post {
  margin: 40px
}
#posts.small-margins.large .post {
  margin: 10px
}
#posts.medium-margins.large .post {
  margin: 20px
}
#posts.large-margins.large .post {
  margin: 40px
}
#posts.extra-large-margins.large .post {
  margin: 80px
}
#posts .post-media iframe,
#posts .post-media img {
  display: block
}
#posts .post-text {
  position: relative;
  overflow: hidden
}
#posts .post-media+.post-text {
  padding-top: 10px
}
#posts.have-backgrounds .post-text,
#posts.no-margins .post-text {
  padding: 25px
}
#posts.have-backgrounds .post-text {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12)
}
#posts.have-backgrounds .post-media+.post-text,
#posts.no-margins .post-media+.post-text {
  border-top-color: transparent
}
#posts.permalink.have-backgrounds .post-text {
  border-bottom-color: transparent
}
#posts .post.audio.hide-caption .post-text,
#posts .post.photo.hide-caption .post-text,
#posts .post.photoset.hide-caption .post-text,
#posts .post.video.hide-caption .post-text {
  display: none
}
#posts .post-text h4 {
  font-weight: 400;
  font-weight: 400
}
#posts .post.quote .post-text h4 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  letter-spacing: .015em
}
#posts .post.quote .post-text h4.short {
  font-size: 1.7em
}
#posts .post.quote .post-text h4.medium {
  font-size: 1.6em
}
#posts .post.quote .post-text h4.long {
  font-size: 1.5em
}
#posts .link-container a {
  display: block;
  background: #56bc8a;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
  color: #fff;
  text-decoration: none
}
#posts .link-container a:active {
  background: #53b586
}
#posts .link-container.has-thumbnail a {
  display: table
}
#posts .link-container .link-thumbnail {
  width: 88px;
  height: 88px;
  display: table-cell;
  background: 50% 50% no-repeat;
  background-size: 88px 88px;
  border-radius: 2px 0 0 2px
}
#posts .link-container .link-information {
  padding: 20px;
  text-align: center
}
#posts .link-container.has-thumbnail .link-information {
  width: 412px;
  height: 48px;
  display: table-cell
}
#posts.have-backgrounds .link-container.has-thumbnail .link-information,
#posts.no-margins .link-container.has-thumbnail .link-information {
  width: 362px
}
#posts .link-container .link-name {
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.2em;
  font-weight: 700;
  font-weight: 500;
  text-overflow: ellipsis
}
#posts .link-container .link-host {
  color: rgba(255, 255, 255, .6)
}
#posts .link-container .link-name+.link-host {
  margin-top: 5px
}
#posts .chat-conversation {
  list-style: none
}
#posts .chat-conversation li {
  margin: 0 0 5px
}
#posts .chat-conversation li:last-child {
  margin-bottom: 0
}
#posts .chat-conversation .odd {
  text-align: left
}
#posts .chat-conversation .even {
  text-align: right
}
#posts .chat-conversation .line {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 500px;
  text-align: left
}
#posts .chat-conversation .label {
  margin: 5px 20px 0;
  font-weight: 700;
  font-weight: 500
}
#posts.have-backgrounds .post-media .audio_player {
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, .12);
  border-right: 1px solid rgba(0, 0, 0, .12)
}
#posts.large .post-media .audio_player {
  border: 0
}
#posts .post-media .tumblr_audio_player {
  width: 100%;
  height: 70px;
  display: block
}
#posts.have-backgrounds .post-media .tumblr_audio_player {
  margin-bottom: -20px
}
#posts.large .post-media .tumblr_audio_player {
  height: 169px;
  margin-bottom: 0
}
#posts .post-text .more-link {
  border-top: 1px solid rgba(0, 0, 0, .4)
}
#posts .post-text .more-link a {
  padding: 10px 0 0;
  display: block;
  color: rgba(0, 0, 0, .6);
  text-align: center;
  text-decoration: none;
  text-transform: capitalize
}
#posts .post-controls {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  width: 100%
}
#posts .post.photo .post-controls {
  position: absolute;
  top: 0;
  height: 100%
}
#posts .post-controls .big-permalink-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}
#posts .post-controls .deep {
  width: 100%;
  height: 100%;
  display: table
}
#posts .post-controls .deeper {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}
#posts .post-controls ul {
  position: relative;
  padding: 0 2px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  list-style: none;
  opacity: 0;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transition: opacity 100ms ease, transform 100ms ease;
  -moz-transition: opacity 100ms ease, transform 100ms ease;
  -webkit-transition: opacity 100ms ease, transform 100ms ease
}
#posts .post:hover .post-controls ul {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0)
}
#posts .post-controls li {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 8px;
  float: left
}
#posts .post-controls .evaluatr-button {
  position: relative;
  padding: 0;
  z-index: 1
}
#posts .post.link .post-controls .evaluatr-button {
  display: none
}
#posts .post-controls .evaluatr-button .stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 8px;
  overflow: hidden;
  background: #000;
  border-radius: 2px;
  transition: width 100ms ease;
  -moz-transition: width 100ms ease;
  -webkit-transition: width 100ms ease
}
#posts .post-controls .evaluatr-button:hover .stretch {
  width: 124px
}
#posts .post-controls .evaluatr-button iframe {
  width: 100%;
  overflow: hidden;
  display: block
}
#posts .post.offscreen .post-controls,
#posts .post.offscreen .post-media,
#posts .post.offscreen .post-text,
#posts .post.photo .post-controls .permalink-button {
  display: none
}
#post-footer {
  margin-top: 25px
}
#post-footer ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#post-footer li {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 1
}
#post-footer #evaluatr-button,
#post-footer #like-button {
  margin-right: 10px
}
#post-footer li:last-child {
  margin-right: 0
}
#post-footer li a,
#post-footer li iframe,
#post-footer li svg {
  display: block
}
#post-footer .text a {
  font-weight: 700;
  font-weight: 500;
  text-decoration: none
}
#posts.permalink.have-backgrounds #post-footer {
  margin: 0;
  padding: 0 25px 25px;
  border: 1px solid rgba(0, 0, 0, .12)
}
#posts.permalink.have-backgrounds .post-media+#post-footer {
  padding-top: 25px;
  border-top-color: transparent
}
#post-comments {
  margin-top: 25px
}
#posts.permalink.have-backgrounds #post-comments {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-top-color: transparent
}
#posts.permalink.have-backgrounds #post-notes {
  border: 1px solid rgba(0, 0, 0, .12);
  border-top-color: transparent
}
#post-notes .notes {
  margin: 0
}
#posts.permalink.have-backgrounds #post-notes .notes {
  margin: 0 25px
}
#post-notes li {
  padding: 0;
  margin: 10px 0
}
#post-notes li:first-child {
  margin-top: 25px
}
#post-notes li:last-child {
  margin-bottom: 25px
}
#post-notes a {
  font-weight: 700;
  font-weight: 500;
  text-decoration: none
}
#post-notes blockquote {
  margin: 5px 0 0 42px
}
#post-notes .avatar_frame {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle
}
#post-notes .avatar_frame img {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 2px
}
footer {
  position: relative;
  margin-bottom: 40px
}
#pagination {
  text-align: center
}
#button-pagination,
#classic-pagination {
  display: none
}
#classic-pagination a,
#classic-pagination span {
  display: inline-block;
  vertical-align: middle
}
#classic-pagination .previous-link {
  margin-right: 10px
}
#classic-pagination .next-link {
  margin-left: 10px
}
#classic-pagination .next-link:after,
#classic-pagination .previous-link:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border: 4px solid rgba(0, 0, 0, .5);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
#classic-pagination .previous-link:after {
  border-top-width: 0;
  border-right-width: 0
}
#classic-pagination .next-link:after {
  border-bottom-width: 0;
  border-left-width: 0
}
#classic-pagination .next-link.active:after,
#classic-pagination .previous-link.active:after {
  border-color: #000
}
#classic-pagination .jump-pagination {
  margin: 0 5px;
  font-size: 1.2em;
  font-weight: 700;
  font-weight: 500;
  text-decoration: none
}
#classic-pagination span.jump-pagination {
  color: rgba(0, 0, 0, .5)
}
#pagination.is-page-1 .first-page,
#pagination.is-page-1 .jump-backwards,
#pagination.is-page-2 .first-page,
#pagination.is-page-2 .jump-backwards,
#pagination.is-page-3 .first-page,
#pagination.is-page-3 .jump-backwards {
  display: none
}
#button-pagination a {
  padding: 20px 100px;
  display: inline-block;
  background: rgba(0, 0, 0, .5);
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize
}
@media screen and (max-width: 1050px) {
  .wrap {
    width: 900px
  }
  #blog-title img {
    max-width: 900px
  }
}
@media screen and (max-width: 950px) {
  .wrap {
    width: 600px
  }
  #blog-title img {
    max-width: 600px
  }
}
@media screen and (max-width: 650px) {
  .wrap {
    width: 300px
  }
  #blog-title img {
    max-width: 300px
  }
  #blog-description {
    width: auto
  }
  header .nav-separator {
    display: none
  }
}
