
/********************
GENERAL
********************/

@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Montserrat:400,700|Roboto+Slab:400,300,100,700|Jura);

::-moz-selection {
  background: #8fc045;
  color: #ffffff;
}

::selection {
  background: #8fc045;
  color: #ffffff;
}

html, body {}

.menu .wrapper, #links, #search, .title, #posts, .post, .post h3, .post p, .post ul, .post ol, .post .caption, .post .description, #posts footer, .response, #disqus, #notes, .page-title {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.post h3, .post p, .post .caption, .post .description, #posts footer, .post blockquote, .post ul, .post ol, .chat ul, .response, #disqus, #notes, .page-title {
  max-width: 650px;
}

/********************
TYPOGRAPHY
********************/

body, .quote h3:before {
  font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
  font-size: 18px; /* 18px */
  line-height: 1.66666667em; /* 30px */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
}

.navigation a, #posts footer, #links li a, .post-date a, #notes .notes li, .copyright, .copyright a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.menu .nav-button .close {
  font-family: 'Jura', 'Montserrat', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote {
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  -webkit-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
}

h1 {
  font-size: 3.333333em; /* 60px */
  line-height: 1.1333333em; /* 68px */
  font-weight: 300;
}

h2 {
  font-size: 2.6666667em; /* 48px */
  line-height: 1.1666667em; /* 56px */
  font-weight: 300;
  margin-bottom: 30px !important;
}

h3 {
  font-size: 2em; /* 36px */
  line-height: 1.2222222em; /* 44px */
  font-weight: 400;
  margin-bottom: 30px !important;
}

h4 {
  font-size: 1.6666667em; /* 30px */
  line-height: 1.2666667em; /* 38px */
  font-weight: 400;
  margin-bottom: 20px !important;
}

h5 {
  font-size: 1.3333333em; /* 24px */
  line-height: 1.3333333em; /* 32px */
  font-weight: 700;
  margin-bottom: 20px !important;
}

h6 {
  font-size: 1em; /* 18px */
  line-height: 1.4444444em; /* 26px */
  font-weight: 700;
}

a {
  text-decoration: underline;
}

p {
  margin-bottom: 30px !important;
  letter-spacing: 0.001em;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  -webkit-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
}

p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 5px 0 15px 60px;
  font-size: 1.3333333em; /* 24px */
  line-height: 1.3333333em; /* 32px */
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  -webkit-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
}

.post ul, .post ol {
  padding: 0;
  margin: 5px 0 15px 60px;
}

.post ul li, .post ol li {
  margin: 5px 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.page-title {
  text-align: left;
  margin-bottom: 40px !important;
}

/********************
HEADER
********************/

header {
  position: relative;
  margin-top: 125px;
}

.portrait {
  width: 128px;
  height: 128px;
  display: block;
  position: relative;
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 50%;
}

.portrait img {
  border-radius: 50%;
}

.title {
  text-align: center;
  margin: 30px auto 90px auto !important;
}

.title a {
  text-decoration: none;
}

/********************
NAVIGATION
********************/

.navigation {
  width: 100%;
  display: block;
  position: relative;
  top: 30px;
  overflow: hidden;
}

.navigation a {
  font-weight: 700;
  font-size: 2em; /* 36px */
  line-height: 1em; /* 36px */
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-align: center;
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 50px 0;
  text-decoration: none;
}

.navigation .nav-next {
  float: right;
}

.navigation .permalink-nav-previous {
  float: right;
}

/********************
POSTS
********************/

.text h3 a, .chat h3 a, .answer h3 a {
  text-decoration: none;
}

.text img, .photo img {
  max-width: 100%;
  position: relative;
  margin: 0 auto 30px auto;
  display: block;
}

.text img, .photo img, .photoset img, .photo-slideshow .pxu-photo, embed, iframe, object, figure, .video-wrap, #player, .video-wrapper, video {
  border-radius: 4px !important;
}

.post .caption, .post .description {
  margin-top: 30px;
}

.post .source {
  margin: 30px 0 0 60px;
}

.quote h3 {
  position: relative;
  z-index: 10;
}

.quote h3:before {
  content: 'â€œ';
  font-size: 6em; /* 60px */
  line-height: 1em; /* 68px */
  font-weight: 700;
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.chat ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.chat ul li {
  margin: 0;
  padding: 11px 0 11px 0;
}

.chat ul li:first-child {
  padding-top: 0;
}

.chat ul li .label {
  font-weight: 700;
  margin-right: 3px;
}

.audio iframe, .audio object, .audio embed {
  width: 100% !important;
  height: inherit !important;
}

.answer .response strong {
  display: inline;
  float: left;
  margin-right: 8px;
}

.post-date {
  position: absolute;
  top: 0;
  left: -115px;
}

.post-date a {
  display: block;
  text-align: left;
  font-size: 1em; /* 18px */
  line-height: 1.4444444em; /* 26px */
  font-weight: 400;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.permalink-page {
  margin-top: 140px !important;
}

.soundcloud_audio_player {
  width: 100%;
}

/********************
FOOTER
********************/

#posts footer {
  padding-bottom: 80px;
  margin: 30px auto 80px auto;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-align: left;
}

#posts footer .info {
  list-style: none;
  margin: 0;
  padding: 0;
}

#posts footer .info li {
  margin: 0 15px 0 0;
  padding: 0;
  display: inline;
}

#posts footer .info .date {
  display: none;
}

#posts footer .info a {
  font-size: 0.7222222em; /* 13px */
  line-height: 1.461538em; /* 19px */
  text-decoration: none;
}

#posts footer .tags {
  list-style: none;
  margin: 0 0 10px -5px;
  padding: 0;
}

#posts footer .tags .tag {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline;
}

#posts footer .tags .tag a {
  padding: 5px;
  font-size: 0.6111111em; /* 11px */
  line-height: 1.54545454em; /* 17px */
  text-decoration: none;
}

/********************
MENU
********************/

.menu {
  z-index: 20000;
  position: fixed;
  top: 0;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.menu .menu-title {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: inline-block;
  z-index: 21000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu .menu-title a {
  text-decoration: none;
  margin: 0;
  padding: 15px;
  display: block;
  margin-left: -15px;
}

.menu .menu-title a img {
  max-width: 32px;
  max-height: 32px;
  margin-right: 15px;
  margin-top: -3px;
  position: relative;
  border-radius: 50%;
  display: inline;
  float: left;
}

.menu .nav-button {
  display: block;
  margin: 0;
  padding: 15px;
  z-index: 21000;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  float: right;
  margin-right: -15px;
}

.menu .nav-button hr {
  margin: 4px 0;
  padding: 0;
  outline: none;
  border: none;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  display: block;
}


.menu .nav-button .close {
  position: absolute;
  top: 12px;
  left: 14px;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 40px;
  font-weight: 600;
  line-height: none;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

#menu {
  position: fixed;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#search {
  display: block;
  margin: 100px auto 10px auto;
}

#search input {
  font-size: 3.333333em; /* 60px */
  line-height: 1.1333333em; /* 68px */
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0 25px 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
}

#links {
  z-index: 17500;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

#links li {
  display: block;
  margin: 10px auto;
}

#links li:first-child {
  margin-top: 0;
}

#links li a {
  font-size: 2.6666667em; /* 48px */
  line-height: 1.1666667em; /* 56px */
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 25px 0;
  text-decoration: none;
}

.fullscreen {
  z-index: 15000 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible !important;
  zoom: 1 !important;
}

.copyright {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.copyright, .copyright a {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 0 !important;
}

.copyright a {
  display: inline !important;
}

/********************
COMMENTS AND NOTES
********************/

#disqus, #notes {
  margin-bottom: 100px !important;
}

#notes .notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

#notes .notes li {
  margin: 10px 0;
  font-size: 0.777777778em; /* 14px */
  line-height: 1.428571em; /* 20px */
  font-weight: 400;
}

#notes .notes li a {
  text-decoration: none;
}

#notes .notes li img {
  border-radius: 50%;
  margin-bottom: -3px;
  margin-right: 8px;
}

#notes .notes li blockquote {
  margin: 12px 0 12px 40px;
  font-size: 1em; /* 18px */
  line-height: 1.5555557em; /* 28px */
}

#notes .notes .more_notes_link_container {
  margin-top: 40px;
}

#notes .notes .more_notes_link_container a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}

/********************
ANIMATIONS AND TRANSITIONS
********************/

.menu .menu-title, #menu, a, .nav-button hr, .nav-button .close {
  transition: all 0.15s;
}

/********************
MISC
********************/

.noscroll {
  overflow: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
  zoom: 1 !important;
}

.hide {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  visibility: hidden !important;
}

.show {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible !important;
}

/********************
PXU Photoset Extended Styles
********************/

.clearit:before, .clearit:after { content: ""; display: table; }.clearit:after { clear: both; }.clearit { *zoom: 1; }

.photo-slideshow {
  visibility: hidden;
}

.photo-slideshow.processed {
  visibility: visible;
}

.photo-slideshow .row {
  clear: both;
  width: 100%;
}

.photo-slideshow .pxu-photo {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.photo-slideshow .pxu-photo a {
  display: block;
  position: relative;
  z-index: 10000;
}

.photo-slideshow .pxu-photo img {
  width: 100%;
  height: auto;
}

.photo-slideshow .pxu-photo:first-child img {
  margin-left: 0;
}

.photo-slideshow .count-1 {
  width: 100%;
}

.photo-slideshow .count-2 {
  width: 50%;
}

.photo-slideshow .count-3 {
  width: 33.3%;
}

.photo-slideshow .count-3:first-child {
  width: 33.4%;
}

.photo-slideshow .count-4 {
  width: 25%;
}

.photo-slideshow .count-5 {
  width: 20%;
}

.photo-data {
  position: relative;
  float: left;
}

/********************
MOBILE
********************/

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 960px) {
  .post-date {
    display: none;
  }

  #posts footer .info .date {
    display: inline;
  }
}

@media only screen and (max-width: 720px) {
  body {
    font-size: 16px;
  }

  #posts, .menu .wrapper, #search input, #disqus, #notes, .page-title, #links {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .title {
    margin: 30px auto 40px auto !important;
  }

  .menu {
    padding: 5px 0;
  }

  .menu .menu-title {
    line-height: 1.714285em; /* 24px */
  }

  #search {
    margin: 80px auto 10px auto;
  }

  #links li {
    margin: 5px auto;
  }

  #links li a {
    padding: 15px 0;
  }

  .navigation {
    top: 0;
  }

  .navigation a {
    padding: 20px 0;
  }

  h2 {
    margin-bottom: 15px !important;
  }

  h2, #links li a, #search input {
    font-size: 2em; /* 36px */
    line-height: 1.2222222em; /* 44px */
  }

  h3 {
    font-size: 1.6666667em; /* 30px */
    line-height: 1.2666667em; /* 38px */
    margin-bottom: 15px !important;
  }

  h4 {
    font-size: 1.3333333em; /* 24px */
    line-height: 1.3333333em; /* 32px */
    margin-bottom: 10px !important;
  }

  h5 {
    margin-bottom: 10px !important;
  }

  h5, .navigation a {
    font-size: 1em; /* 18px */
    line-height: 1.4444444em; /* 26px */
  }

  blockquote {
    margin: 2px 0 15px 20px;
  }

  p {
    margin-bottom: 17px !important;
  }

  .chat ul li {
    margin: 0;
    padding: 7px 0 7px 0;
  }

  .permalink-page {
    margin-top: 90px !important;
  }

  #posts footer {
    padding-bottom: 30px;
    margin: 20px auto 40px auto;
  }

  #posts footer .info a {
    font-size: 0.857142em; /* 12px */
    line-height: 1.5em; /* 18px */
  }

  #posts footer .tags .tag a {
    font-size: 0.7857142em; /* 11px */
    line-height: 1.54545454em; /* 17px */
  }

  #disqus, #notes {
    margin-bottom: 50px !important;
  }
}
