@import url(//weloveiconfonts.com/api/?family=entypo|fontawesome);
 
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

header {
  height: auto;
  padding: 30px 0 30px 0;
  position: relative;
  background: #414040;
  text-align: center;
  text-transform: uppercase;
  font: normal 50px 'Arial';
  /*color: #fff;*/
}

header.fixed {
  width: 100%;
  top: 0;
  left: auto;
	z-index: 777;
  position: fixed;
}

header a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*color: #fff;*/
}

header a:hover {
  text-decoration: none;
  /*color: #969696;*/
}

header .guide {
  width: 15px;
  height: 17px;
  top: 50px;
  right: 35px;
  position: absolute;
  z-index: 999;
	cursor: pointer;
  background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -10px -8px no-repeat;
}

header .x {
  width: 18px;
  height: 19px;
  top: 50px;
  right: 33px;
  position: absolute;
  z-index: 999;
  display: none;
	cursor: pointer;
  background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -10px -39px no-repeat;
}

nav {
  padding: 0;
  display: none;
  position: relative;
  background: #414040;
  border-top: 1px solid #585858;
  text-align: center;
}

nav.fixed {
	width: 100%;
	z-index: 100;
	position: fixed;
}

nav a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*color: #969696;*/
}

nav a:hover {
  text-decoration: none;
  /*color: #fff;*/
}

nav .menu {
  margin: 0 auto;
}

nav .menu li {
  margin: 25px -4px 25px 0;
  display: inline-block;
  list-style: none;
}

nav .menu li:after {
  margin: 0 30px 0 30px;
  content: '\b7\a';
  /*color: #969696;*/
}

nav .menu li:last-child:after {
  margin: 0;
  content: '';
}

nav .menu a {font: normal 13px 'Arial';}

nav #social {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  box-shadow: inset 0 1px 0 #585858;
}

nav #social li {
  width: 50px;
  height: 1px;
  margin: 30px 0 40px 0;
  display: inline-block;
}

nav #social a {
  width: 100%;
  font-size: 17px;
  display: inline-block;
}

nav #social a:hover {
  margin-top:-2px;
  font-size: 26px;
}

p {
	font: normal 12px 'Arial';
  line-height: 1.8em;
  /*color: #777;*/
}

blockquote {
  margin-left: 10px;
  padding-left: 20px;
  border: 0;
  background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -93px -9px no-repeat;
}

blockquote p {
	font: normal 12px 'Arial';
}

ul, lo { 
  margin-left: 0;
  list-style: none;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

#container {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
}

.top {
  width: 20px;
	height: 20px;
  padding: 0;
	padding: 0;
	bottom: 5px;
	right: 10px;
	position: fixed;
  z-index: 9999;
  display: none;
  cursor: pointer;
	background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -10px -165px no-repeat;
}

.arrow-down {
	width: 0; 
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #777;
}

.arrow-right {
	width: 0; 
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
}

#stage {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
  display: none;
	z-index: 999;
	background: rgba(0,0,0,0.8);
  text-align: center;
}

#posts li.post {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
	list-style: none;
  font: normal .9em 'Arial';
  line-height: 1.8em;
  color: #777;
}

#posts li.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#posts .post a {
  text-decoration: underline;
  color: #000;
}

#posts .post a.tumblr_blog {
	text-decoration: none;
	/*color: #444;*/
}

#posts .post a:hover.tumblr_blog {
	text-decoration: underline;
}

#posts .post a:hover {
  text-decoration: none;
}

#posts .post .body {
	margin-bottom: 20px;
}

#posts .post .text {
	margin-bottom: 20px;
}

#posts .post .title {
  margin-bottom: 20px;
  font: normal 34px 'Arial';
  /*color: #333;*/
}

#posts .post .title a {
  text-decoration: none;
  /*color: #333;*/
}

#posts .post .text .title a:hover {
  text-decoration: underline;
}

#posts .post .photo {
	position: relative;
}

#posts .post .photo .body {
	text-align: left;
}

#posts .post .photo p {
	color: #fff;
}

#posts .post .photo .body img {
  margin: 0 auto;
	transition: opacity 0.5s ease-in-out;
}

#posts .post .photo:hover .body img {
	opacity: 0.5;
	box-shadow: 0 0;
}

#posts .post .photo .caption {
  max-height: 50%;
	width: 50%;
	height: auto;
  margin: 0 0 0 -25%;
  padding: 10px;
  top: 31%;
	left: 50%;
  position: absolute;
	z-index: 20;
  opacity: 0;
	overflow-y: auto;
  transition: opacity .35s ease-in-out;
	background: rgba(0,0,0,0.8);
  text-align: center;
  text-overflow:ellipsis;
	color: #fff;
}

#posts .post .photo:hover .caption {
  opacity: 1;
}

#posts .post .photo .caption p {
  margin: 0;
  padding: 0;
}

#posts .post .photo .caption a {
  text-decoration: none;
  color: #999;
}

#posts .post .photo .caption a:hover {
  text-decoration: underline;
}

#posts .post .photoset .body {
	height: auto!important;
  position: relative;
	text-align: center;
}

#posts .post .photoset .body .next {
  width: 20px;
	height: 20px;
  top: 10px;
	right: 10px;
  position: absolute;
	opacity: 0;
	z-index: 20;
  transition: opacity .20s ease-in-out;
	background: rgba(0,0,0,0.8) url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -38px -69px no-repeat;
  cursor: pointer;
}

#posts .post .photoset:hover .next {
  opacity: 1;
}

#posts .post .photoset .body .slide {
	width: 100%!important;
	height: auto!important;
	transition: all 1s ease;
}

#posts .post .photoset .body .slide img {
	max-width: 100%;
	width: auto!important;
	margin: 0 auto!important;
	position: relative!important;
	top: 0!important;
}

#posts .post .quote .source {
  font-weight: bold;
  /*color: #333;*/
}

#posts .post .link {
	font: normal 34px 'Arial';
}

#posts .post .link .description {
  font: normal 12px 'Arial';
  line-height: 1.8em;
}

#posts .post .chat .title a:hover {
	text-decoration: underline;
}

#posts .post .chat .body ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#posts .post .chat .body {
	overflow: hidden;
}

#posts .post .chat .body li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
  float: left;
  clear: both;
  border-bottom: 1px solid #888;
}

#posts .post .chat .body .label {
	margin: 0 0 0 0;
	padding: 0;
	border-radius: 0;
	border-bottom: 0;
	background: none;
	text-shadow: none;
	font: bold 13px 'Arial';
	/*color: #000;*/
}

#posts .post .chat .body .line {
  margin-bottom: -6px;
  padding-bottom: 5px;
	display: inline-block;
  border-bottom: 0;
  border-bottom: 1px solid #ddd;
}

#posts .post .meta .note a:first-child {
  padding-bottom: 5px;
  border-bottom: 0;
  font-weight: bold;
  /*color: #222;*/
}

#posts .post .video .body iframe,
#posts .post .video .body embed,
#posts .post .video .body video {
  margin: 0 auto;
}

#posts .post .audio .body {
  margin-bottom: 0;
  display: block;
  text-align: left;
}

#posts .post .audio .body .album_art {
  margin-bottom: 10px;
}

#posts .post .audio .caption {
  text-align: left;
}

#posts .post .audio .body .audio_player {
  width: 27px;
	margin: 0 auto;
  margin-bottom: 0;
	overflow: hidden;
}

#posts .post .audio .body iframe,
#posts .post .audio .body embed,
#posts .post .audio .body video {
  margin: 0 auto;
}

#posts .post .meta {
  margin-top: 10px;
  overflow: hidden;
  font: normal 12px 'Arial';
}

#posts .post #disqus_thread {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid;
}

#posts .post .meta .middot:after {
	float: left;
	padding-right: 5px;
	content: '\b7\a';
}

#posts .post .meta a {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	font: normal 12px 'Arial';
	/*color: #333;*/
}

#posts .post .meta a:hover {
	text-decoration: underline;
}

#posts .post .meta .note {
	list-style: none;
}

#posts .post .meta #notes {
	width: 100%;
	margin-top: 20px;
	padding: 20px 0 0 0;
	display: block;
	float: left;
  overflow: hidden;
  border-top: 1px solid;
}

#posts .post .meta #notes span:first-child {
	display: block;
	margin-bottom: 10px;
}

#posts .post #notes #body {
	overflow: hidden;
}

#posts .post  #notes #body li {
	margin-bottom: 5px;
	overflow: hidden;
	display: block; 
	clear: both;
}

#posts .post  #notes #body li a:first-child {
	margin: 0 5px 0 0;
	display: inline-block;
}

#posts .post  #notes #body li .action {
	float: left;
	display: block;
}

#posts .post #notes #body .avatar_frame  {
	display: none!important;
}

#posts .post #notes .body .label {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border-bottom: 0;
	background: none;
	text-shadow: none;
	font: bold 13px 'Arial';
	/*color: #000;*/
}

#posts .post .meta #body {
  width: auto;
  float: left;
}

#posts .post .meta .note,
#posts .post .meta .note a {
  margin: 0;
	/*display-inline: block;*/
	float: none;
	font: normal 12px 'Arial';
  /*color: #777;*/
}

#posts .post .meta .timestamp {
	margin: 0 5px 10px 0;
  display: block;
	text-align: left;
	font: normal 12px 'Arial';
}

#posts .post  .meta .tags {
	margin-bottom: 10px;
	overflow: hidden;
}

#posts .post .meta .short-link {
  width: 10px;
	height: 10px;
  margin-right: 0;
	display: inline-block;
  float: right;
	background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) -10px -74px no-repeat;
	text-align: right;
}

#posts .post .meta .share {
	display: inline-block;
  cursor: pointer;  
	/*color: #333;*/
}

#posts .post .meta .share:hover {
	text-decoration: underline;
}

#posts .post .meta .social {
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

#posts .post .social .platforms {
	margin: 0 0 10px 0;
  padding: 0;
	padding-right: 20px;
	display: block;
  overflow: hidden;
}

#posts .post .social .platforms li {
  margin-right: 10px;
  padding: 0;
  display: inline-block;
}

#posts .post .social .platforms li a {
	width: 13px;
	height: 15px;
  margin-right: 0;
	padding: 3px 5px 2px  5px;
  transition: all 0.3s ease-in-out;
	text-align: center;
  font: bold 11px 'Arial';
  /*background: #444;*/
  background: rgba(0,0,0,0.7);
	color: #fff;
}

#posts .post .social .platforms li.facebook a:hover {background: #768bb7;}
#posts .post .social .platforms li.twitter a:hover {background: #6dbcd1;}
#posts .post .social .platforms li.google a:hover {background: #dd4b39;}
#posts .post .social .platforms li.tumblr a:hover {background: #6b7e91;}
#posts .post .social .platforms li a:hover {text-decoration: none;}

footer {
	padding: 20px 0 10px 0;
	text-align: center;
}

footer .pg {
	margin: 0 auto;
  margin-bottom: 100px;
  display: block;
	overflow: hidden;
}

footer .pg a.previous,
footer .pg a.next {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(//static.tumblr.com/khq1ksy/augmlxsei/sprite.png) no-repeat;
}

footer .pg a.previous {
  background-position: -15px -147px;
}

footer .pg a.next {
  background-position: -15px -122px;
}

footer .pg .gap {
  margin: 0 50px 0 50px;
  background: red;
}

footer .info {
  padding-left: 10px;
  display: block;
  text-align: left;
  font: normal 12px 'Arial';
  /*color: #777;*/
}

footer .info a {
  font-weight: bold;
  /*color: #444;*/
}

.tag {
  width: 15px;
  left: 10px;
  bottom: 10px;
  position: fixed;
}

/* Mobile */
  @media screen and (max-width: 480px) {
    #container {
      width: auto;
      margin: 0 auto;
      padding: 20px;
    }

    #posts .post iframe,
    #posts .post embed,
    #posts .post video,
    #posts .post audio,
    #posts .post img {
      width: 100%;
    }
  }