/*------------------------------------*\
    STYLE.CSS

    $RESET
    $CLEARFIX
    $SHARED
    $BASE
    $NAV
    $SPRITE
    $HELPER
    $PAGE
    $PAGE-HEAD
    $PAGE-CONTENT
    $TYPOGRAPHY
    $ICONS
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title], dfn[title] {
  cursor: help; }

u, ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

img {
  font-style: italic; }

label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
.cf:after, .nav:after, .site-links:after,
.social-links:after, .post-meta:after,
.post-tags:after,
.post-social:after, .post:after, .post-media:after, .posts-nav:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 21px;
  margin-bottom: 1.5rem; }

hr {
  margin-bottom: 19px;
  margin-bottom: 1.35714rem; }

ul, ol, dd {
  margin-left: 42px;
  margin-left: 3rem; }

/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Main
 */
html {
  font: 0.875em/1.5 serif;
  overflow-y: scroll;
  min-height: 100%; }

/**
 * Typographic scale
 */
h1, .h1 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.4; }

h2, .h2, .page-title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.75; }

h3, .h3 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.05; }

h4, .h4 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.3125; }

h5, .h5 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .h6 {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.75; }

.large, .site-title {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.16667; }

.small {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.90909; }

.lead,
.lede {
  font-size: 15.75px;
  font-size: 1.125rem;
  line-height: 1.33333; }

/**
 * Quotes
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  q:before {
    content: "\201C";
    content: open-quote; }
  q:after {
    content: "\201D";
    content: close-quote; }
  q q:before {
    content: "\2018";
    content: open-quote; }
  q q:after {
    content: "\2019";
    content: close-quote; }

blockquote {
  quotes: "\201C" "\201D"; }
  blockquote p:before {
    content: "\201C";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\201D";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

blockquote {
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014 \00A0"; }

/**
 * Code
 */
pre {
  overflow: auto; }
  pre mark {
    background: none;
    border-bottom: 1px solid;
    color: inherit; }

/**
 * Images
 */
img {
  max-width: 100%; }

img[width],
img[height] {
  max-width: none; }

.img--right {
  float: right;
  margin-bottom: 21px;
  margin-left: 21px; }

.img--left {
  float: left;
  margin-right: 21px;
  margin-bottom: 21px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto; }

figure > img {
  display: block; }

/**
 * Lists
 */
li > ul,
li > ol {
  margin-bottom: 0; }

.numbered-list {
  list-style-type: decimal; }

.circled-list {
  list-style-type: circle; }

.squared-list {
  list-style-type: square; }

/**
 * Tables
 */
table {
  width: 100%; }

th,
td {
  padding: 5.25px;
  text-align: left; }

[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.table--bordered th,
.table--bordered td {
  border: 1px solid; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc; }

/**
 * Forms
 */
fieldset {
  padding: 21px; }

.label,
label {
  display: block; }

/*------------------------------------*\
    $NAV
\*------------------------------------*/
.nav, .site-links,
.social-links, .post-meta,
.post-tags,
.post-social {
  margin-left: 0;
  list-style: none; }
  .nav > li, .site-links > li,
  .social-links > li, .post-meta > li,
  .post-tags > li,
  .post-social > li,
  .nav > li > a,
  .site-links > li > a,
  .social-links > li > a,
  .post-meta > li > a,
  .post-tags > li > a,
  .post-social > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

.nav--banner {
  text-align: center; }

.nav--block {
  line-height: 1;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 10.5px; }

.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

.nav--keywords > li:after {
  content: "\002C" "\00A0"; }
.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
.sprite,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center; }

.sprite {
  width: 16px;
  height: 16px;
  top: -1px;
  overflow: hidden;
  *text-indent: -9999px; }
  .sprite:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.icon {
  font-size: 16px;
  width: 1em;
  height: 1em; }
  .icon:before {
    content: attr(data-icon); }

.icon--large {
  font-size: 32px; }

.icon--huge {
  font-size: 64px; }

.icon--natural {
  font-size: inherit; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) and (max-width: 1049px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (max-width: 1049px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1050px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
/*------------------------------------*\
    $PAGE
\*------------------------------------*/
html {
  background-color: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #707070;
  -webkit-font-smoothing: antialiased; }

.wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 10px; }
  @media only screen and (max-width: 480px) {
    .wrap {
      padding-top: 25px;
      padding-bottom: 25px; } }

#install-btn {
  position: absolute;
  top: 26px;
  right: 3px; }

.post, #infscr-loading, .post-notes,
.post-comments {
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }

/*------------------------------------*\
    $PAGE-HEAD
\*------------------------------------*/
.masthead {
  padding: 100px 10px;
  background: #424242 url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat top center fixed;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 1049px) {
    .masthead {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 480px) {
    .masthead {
      padding-top: 50px;
      padding-bottom: 50px; } }

.site-logo {
  display: inline-block; }
  .site-logo img {
    vertical-align: bottom; }

.site-title {
  margin-bottom: 0;
  letter-spacing: 15px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1049px) {
    .site-title {
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 1.75; } }
  @media only screen and (max-width: 480px) {
    .site-title {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 1.05;
      line-height: 1.5; } }
  .site-title a {
    color: #fff; }
    .site-title a:hover, .site-title a:active, .site-title a:focus {
      text-decoration: none; }

.page-head {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center; }
  .page-head .wrap {
    max-width: 700px; }

.site-description {
  margin-bottom: 0; }

.site-links,
.social-links {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.75; }
  .site-links a,
  .social-links a {
    color: #9aa9b3;
    font-weight: 700; }

.site-links {
  margin: 21px 0 0; }
  .site-links > li {
    padding: 0 16px; }
    @media only screen and (max-width: 480px) {
      .site-links > li {
        width: 50%;
        float: left; }
        .site-links > li > a {
          padding: 5px; } }
    .site-links > li:first-child {
      margin-left: 0; }

.search-form {
  display: none;
  margin-top: 21px; }
  .search-form .text-input {
    width: 220px;
    padding: 4px 8px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #707070;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.75; }
    .search-form .text-input:hover, .search-form .text-input:active, .search-form .text-input:focus {
      border-color: #c9c9c9; }

.social-links {
  margin: 21px 0 0; }
  @media only screen and (max-width: 480px) {
    .social-links {
      display: none; } }
  .social-links li {
    padding: 0 10px; }
    @media only screen and (max-width: 480px) {
      .social-links li {
        width: 25%;
        float: left; } }
    .social-links li:first-child {
      margin-left: 0; }

/*------------------------------------*\
    $PAGE-CONTENT
\*------------------------------------*/
@media only screen and (max-width: 1049px) {
  .page-content {
    max-width: 520px;
    margin: 0 auto; } }

/**
 * Posts
 */
.post {
  width: 500px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1049px) {
    .post {
      width: 100%; } }

.post-media {
  margin-bottom: 0; }
  .post-media a {
    display: block; }
    .post-media a img {
      float: left; }
  .post-media iframe,
  .post-media embed,
  .post-media object {
    max-width: 100%;
    vertical-align: bottom; }

.post-media + .post-foot,
.quote blockquote + .post-foot {
  padding-top: 20px; }

.post-content + .post-foot .post-meta {
  padding-top: 13px;
  border-top: 1px solid #ebebeb; }

.post-content {
  padding: 20px; }
  .post-content > :last-child {
    margin-bottom: 0; }

.post-foot {
  padding: 0 20px 16px;
  color: #b7b7b7;
  font-size: 0.92em; }
  .post-foot > :first-child {
    padding-top: 0; }
  .post-foot > :last-child {
    padding-bottom: 0; }

.post-meta,
.post-tags,
.post-social {
  margin-bottom: 0;
  padding: 13px 0; }
  .post-meta a,
  .post-tags a,
  .post-social a {
    color: #b7b7b7; }

.post-meta {
  padding-bottom: 10px; }

.post-tags {
  border-top: 1px solid #ebebeb; }
  .post-tags > li {
    margin: 0 2px; }
    .post-tags > li:first-child {
      margin-left: 0; }
    .post-tags > li > a:before {
      content: "#"; }

.post-social {
  padding-top: 16px;
  border-top: 1px solid #ebebeb; }
  .post-social > li {
    width: 90px;
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .post-social > li:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.post-reblog-btn,
.post-like-btn {
  float: right;
  margin-left: 10px; }

/**
 * Post types
 */
.link h2 a {
  padding-left: 24px;
  background: url(http://static.tumblr.com/hoglrhc/6cGmqrb71/icon_link.png) left center no-repeat; }

.answer .post-content > h2 {
  line-height: 1.333; }

.chat .chat-content {
  margin: 0;
  list-style: none; }
  .chat .chat-content li {
    padding: 6px; }
    .chat .chat-content li:nth-child(odd) {
      background-color: #808188;
      color: #fff; }

.quote > blockquote {
  margin-bottom: 0;
  padding: 20px;
  background-color: #808188;
  color: #fff;
  text-indent: 0; }
  .quote > blockquote p:before {
    content: no-open-quote; }
  .quote > blockquote p:last-of-type:after {
    content: no-close-quote; }
  .quote > blockquote.long, .quote > blockquote.medium {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.16667;
    line-height: 1.333; }
  .quote > blockquote.short {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.05;
    line-height: 1.5; }
.quote .source {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

.audio .player iframe {
  width: 100%; }

/**
 * Posts navigation
 */
.posts-nav {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase; }

.btn--prev {
  float: left; }

.btn--next {
  float: right; }

.infinite-scroll {
  text-align: center; }

#infscr-loading {
  padding: 10px; }
  #infscr-loading img {
    vertical-align: bottom; }

/**
 * Single post
 */
.single {
  max-width: 500px;
  margin: 0 auto; }

.single--page .post-content {
  padding-bottom: 20px; }

.post-notes,
.post-comments {
  margin-top: 30px;
  padding: 20px; }

.notes {
  margin: 0;
  list-style: none; }
  .notes li {
    padding: 4px 0; }

.avatar_frame img {
  vertical-align: -3px; }

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

h5 {
  font-weight: 700; }

h6 {
  text-transform: uppercase; }

/**
 * Links
 */
a {
  color: #00b5ad;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

.btn {
  display: inline-block;
  padding: 4px 13px;
  background-color: #00b5ad;
  border-radius: 2px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.75;
  -webkit-box-shadow: #008983 0 2px 0;
  -moz-box-shadow: #008983 0 2px 0;
  -ms-box-shadow: #008983 0 2px 0;
  -o-box-shadow: #008983 0 2px 0;
  box-shadow: #008983 0 2px 0; }
  .btn:hover, .btn:active, .btn:focus {
    text-decoration: none; }
  .btn:active, .btn:focus {
    background-color: #008983; }

.go:after {
  content: "\00A0" "\00BB"; }

/**
 * Misc
 */
hr {
  border: none;
  border-bottom: 1px solid #ebebeb; }

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
@font-face {
  font-family: IcoMoon;
  src: url(http://themes.theultralinx.com/fonts/ultraflow/icomoon.eot);
  src: url(http://themes.theultralinx.com/fonts/ultraflow/icomoon.eot?#iefix) format("embedded-opentype"), url(http://themes.theultralinx.com/fonts/ultraflow/icomoon.svg#icomoon) format("svg"), url(http://themes.theultralinx.com/fonts/ultraflow/icomoon.woff) format("woff"), url(http://themes.theultralinx.com/fonts/ultraflow/icomoon.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: IcoMoon; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadein {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadein {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.site-title {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.site-title {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -ms-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein; }
