* {
    -ms-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
    -webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

html body {
  background-color: #111;
  color: #555;
  font: 12px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::selection {
  background: #B39A10;
  color: #000;
}
::-moz-selection {
  background: #B39A10;
  color: #000;
}

a img { border: 0; }
ul { margin: 0; padding: 0; }

html body a {
  color: #B8B8B8;
  text-decoration: none;
}
html body a:hover { color: #B39A10; }
html body a:active, body a:focus { outline: 0; }

.center { text-align: center; }

.inline-list li {
  display: inline-block;
  list-style-type: none;
}
.inline-list li:not(:last-child):after {
  content: ".";
  padding: 0 3px 0 6px;
}

.main {
  margin: 40px auto;
  max-width: 800px;
  min-width: 200px;
  width: 90%;
}

.nav {
  padding: 0;
  margin: 20px 0;
  text-align: center;
  text-transform: lowercase;
}

.post {
  border-radius: 1px;
  margin: 50px 0 100px;
  position: relative;
  overflow: hidden;
}
.main.permalink .post { margin-bottom: 30px; }

.post > header a, .exif, .tags a, .chat .name, .note-count, nav.skip-links a {
  color: #404040;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.post > header a.permalink, .post > header a.edit {
  display: inline-block;
  height: 1.6em;
}
.post > header a.edit { float: right; opacity: 0.1; }
.post:not(:hover) > header a.edit { opacity: 0; }

.post .body, .post header h1 { background: rgba(255, 255, 255, .01); }

.post header h1 {
  font-size: 22px;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.post .body .photos { text-align: center; }

.post .photos img { max-width: 100%; }

.post .body .text { padding: 15px 40px 25px; }

.exif {
  margin: -5px 0 20px;
  text-align: center;
}

.post blockquote {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  color: #6a6a6a;
  font-family: 'Georgia',serif;
  letter-spacing: 0.04em;
  margin: 20px;
  padding-left: 8px;
}
blockquote:hover { background: rgba(255,255,255,0.01); }
blockquote a.tumblr_blog {
  font: 12px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post p + blockquote { margin-top: -10px; }

.post.link .link {
  font-size: 14px;
  text-align: center;
}
.post.link .description { text-align: left; }

.post .text ul:not(.tags):not(.chat) {
  margin-left: 15px;
}

ul.chat { margin: 20px 0; }

ul.chat li {
  display: block;
  list-style-type: none;
  padding: 8px 0;
}
ul.chat li:not(:last-of-type) { border-bottom: 1px solid rgba(255,255,255,0.05); }

.tags:not(:first-child) { margin-top: 20px; }
.tags li {
  display: inline-block;
  list-style-type: none;
}
.tags li:not(:last-of-type):after {
  content: ",";
  margin-right: 8px;
}

.post-notes ol {
  font-size: 11px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-notes li { padding: 5px 0; }
.post-notes li:not(:last-of-type) { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.tumblr-links {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tumblr-links li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1px;
}
.like_button, .reblog_button {
  opacity: 0.2;
    -ms-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.post:hover .like_button, .like_button.liked, .post:hover .reblog_button {
  opacity: 0.5;
}
.post:hover .like_button:hover, .post:hover .reblog_button:hover {
  opacity: 0.8;
}
.tumblr-links li.like {
  vertical-align: 1px;
}

.post .note-count {
  bottom: 3px;
  font-size: 11px;
  position: absolute;
  right: 5px;
}
.post .note-count:before {
  content: '[';
  padding-right: 1px;
}

.post .note-count:after {
  content: ']';
  padding-left: 1px;
}
nav.skip-links {
  
}
nav.skip-links a {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
nav.skip-links a.older:before {
  content: '///';
  padding-right: 2px;
}
nav.skip-links a.newer {
  float: right;
}
nav.skip-links a.newer:after {
  content: '///';
  padding-left: 2px;
}

.vcenter-bg { text-align: center; }
.vcenter-bg:before, .vcenter-ct {
  display: inline-block;
  vertical-align: middle;
}
.vcenter-bg:before {
  content: '';
  height: 80%;
  margin: 5% 0;
}
.notes-bg {
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
  transition: none;
}
.notes-bg {
  background: rgba(0,0,0,0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
}
.notes-container {
  max-width: 400px;
  min-width: 180px;
  padding: 0 20px;
  position: relative;
  width: 60%;
}
.main.permalink .notes-container {
  margin: 40px auto;
}
.main:not(.permalink) .notes-container {
  background: #1d1d1d;
  border: 1px solid rgba(255,255,255,0.05);
  z-index: 1501;
}
.post-notes blockquote {
    font-family: 'georgia',serif;
    margin: 10px 15px;
}
li.more_notes_link_container {
  padding: 10px 0 15px;
  text-align: center;
}
.permalink li.more_notes_link_container { padding-bottom: 55px; }

.photoset .row {
  overflow: hidden;
  white-space: nowrap;
}
.photoset .row, .photoset .cell { position: relative; }
.photoset .cell {
  display: inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-obox-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photoset .row:not(:first-child) { border-top: 5px solid transparent; }
.photoset .cell:not(:first-child) { border-left: 5px solid transparent; }
.photoset .row, .photoset .one .cell { width: 100%; }
.photoset .two .cell { width: 50%; }
.photoset .three .cell { width: 33%; }
.photoset .three .cell:nth-child(2) { width: 34%; }
.photoset .cell img {
  vertical-align: top;
  max-width: 100%;
}