/** BASICS **/
body {
 background: #4f565e top center;
 font: 400 14px/1.5 "Helvetica Neue", Helvetica, arial, sans-serif;
 overflow-x: hidden;
 text-align: center;
 color: #555;
}
hr {
 display: none;
}
h1, h2, h3, h4 {
 font-weight: normal;
}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h1 a { text-decoration: none; color: inherit; }
h1, h2.section, h3.section, h4.section {
 border-bottom: 2px solid;
 color: #fff;
}
h1 {
    border-bottom: 0;
}

a {
 color: #74c9e1;

 -moz-transition-duration: 0.2s;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
a:hover {
 color: #c1dfe7;
 text-decoration: none;
}

::-moz-selection{color:#fff;background:#ffc600}
::selection{color:#fff;background:#ffc600}

nav ul, .post-meta ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
nav li, .post-meta li {
 display: inline;
}

img.usericon, .usericon img, #following img {
 border-radius: 100%;
}


/** ALL **/
#all { }
.container {
 width: 968px;
 margin: 0 auto;
 text-align: left;
}


/** HEADER **/
header {
 background: rgba(0,0,0,.5) no-repeat center center;
 padding: 30px 0;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 box-shadow: 0 0 6px 3px rgba(0,0,0,.5);
}
header h1 a {
  position: relative;
  top: 0;
}
header h1 a:active {
  top: 10px;
}
.logo {
  max-width: 100%;
  margin: 0 auto;
}
header #bio, header nav {
 width: 50%;
 margin-top: 10px;
}
header nav a,
header nav .follow {
 text-decoration: none;
 background: rgba(0,0,0,.75);
 color: #fff;
 line-height: 1em;
 padding: .5em .75em;
 display: inline-block;
 white-space: nowrap;
 margin-bottom: 5px;
 margin-right: 5px;
 border-radius: 3px;
}
header nav a:hover {
 color: #000;
 background: #74c9e1;
}
header nav .follow {
  padding: 4px;
  margin-bottom: 0;
  position: relative;
  top: 3px;
}
header nav a span.label {
 display: none;
}
body.show-menu-labels header nav a span.label {
 display: inline;
 padding-left: .25em;
}
#bio {
 background: rgba(0,0,0,.35);
 color: #ddd;
 padding: 20px;
 border-radius: 4px;
}

h1 #usericon {
    display: block;
    border-radius: 100%;
}
body.centered-header h1 img {
    margin: 0 auto;
}

.searchbar {
 display: none;
}
header nav .searchbar {
  display: none !important;
}
body.search-tumblr .searchbar.tumblr, 
body.search-google .searchbar.google {
 display: block;
    margin-bottom: 2em;
}
.search-query, .searchbar button {
    background: #fff;
    display: inline-block;
    height: 1em;
    font-size: 1em;
    line-height: 1em;
    border: 0;
    width: 12em;
    padding: .5em;
    border-radius: 4px;

 -moz-transition-duration: 0.2s;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
.searchbar button {
    margin-left: -3.25em;
    height: 2em;
    width: 3em;
    padding: .5em .75em;
    border-radius: 0 4px 4px 0;
}
.searchbar button:hover {
    opacity: .6;
}
.search-query:focus {
    width: 14em;
}

body.centered-header header .container {
    text-align: center;
}
body.centered-header #bio, 
body.centered-header header nav {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
body.centered-header h2.section {
    text-align: center;
}


#popularPosts iframe {
 width: 100%;
}


/** POSTS **/
#posts, #posts:after {
 content: ' ';
 display: block;
 clear: both;
}
.col {
 width: auto;
 float: left;
}
body.cols-2 .col {
 width: 49%;
 margin-right: 2%
}
body.cols-3 .col {
 width: 32.333%;
 margin-right: 1.5%;
}
body.cols-1 #col0 {
    margin-right: 0;
 float: none;
}
body.cols-2 #col1 {
    margin-right: 0;
}
body.cols-3 #col2 {
    margin-right: 0;
}

.post {
 width: 100%;
 margin-bottom: 30px;
 clear: both;
}
.post img {
 max-width: 100%;
 height: auto;
}

.post-content {
 background: rgba(0,0,0,.5);
 border-radius: 4px 4px 0 0;
 padding: 10px;
}

.post-caption {
 background: #fff;
 padding: 20px 20px 10px 20px;
 border-radius: 0 0 4px 4px;
}
.post-caption:after {
 content: ' ';
 clear: both;
 display: block;
}
.post-caption .tags a {
 text-decoration: none;
 font-size: .8em;
 color: #fff;
 background: #74c9e1;
 display: inline-block;
 line-height: 1em;
 padding: .5em .75em;
 border-radius: 4px;
}
.post-caption .tags a:hover {
 background: #c1dfe7;
}

.post img[align=right], 
.post img[align=left] {
  margin: 0 0 20px 20px;
  padding: 4px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  max-width: 50%;
}
.post img[align=left] {
  margin: 0 20px 20px 0;
}


.post-meta {
 padding: 10px 20px 0 20px;
 height: 2.5em;
}
.post-meta li {
 display: none;
}
.post-meta a, .post-meta iframe {
 color: #fff;
 text-decoration: none;
 opacity: .5;
}
.post-meta a:hover, .post-meta iframe:hover {
 opacity: 1;
}
.post-meta li.datelink {
 display: block;
 float: left;
}
.post-meta .reblog-control {
 display: block;
 float: right;
}
.post-meta .like-control {
 display: block;
 float: right;
 position: relative;
 text-align: right;
 margin-right: .5em;
}
.post-meta .like-control a {
 display: block;
 top: 0;
 right: 26px;
 white-space: nowrap;
 position: absolute;
 text-align: right;
}

.post-answer .post-content-wrap {
 color: #eee;
}
.post-answer .post-content-wrap .question {
 background: #eee;
 color: #555;
 padding: 12px;
 border-radius: 4px;
 margin-bottom: 10px;
 position: relative;
}
.question:after {
 content: '\25E5\ ';
 position: absolute;
 font-size: 34px;
 bottom: -28px;
 left: 20px;
 color: #eee;
}
.post-answer .post-content-wrap .usericon {
 vertical-align: middle;
 height: 20px;
 margin-left: 50px;
}

.post-photo .post-content, 
.post-video .post-content, 
.post-audio .post-content {
 text-align: center;
}

.post-text .post-content, 
.post-link .post-content, 
.post-chat .post-content {
 display: none;
}
.post-text .post-caption, 
.post-link .post-caption, 
.post-chat .post-caption {
 border-radius: 4px;
 padding-bottom: 20px;
}

.post.promo {
 background: #fff;
 padding: 0;
 border-radius: 4px;
}
.post.promo iframe {
 height: 530px;
}

.post-video .imgwrap {
 position: relative;
 display: block;
}
.post-video .imgwrap span {
 display: block;
 position: absolute;
 top: 36%;
 font-size: 4em;
 width: 100%;
 color: #fff;
 text-shadow: 0 0 8px #000;
}
.post-video .imgwrap:hover span {
 opacity: .5;
}
.post-photo .post-content iframe {
 margin: 0 auto;
 max-width: 700px;
}

.post-audio .post-content iframe {
  width: 100%;
}


.post-quote .post-content {
    padding: 15px 20px;
    color: #fff;
}
.post-quote .post-content h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
}
.post-quote .post-content i.fa {
    opacity: .25;
}


.post blockquote {
 opacity: .7;
 border-left: 2px solid #999;
 margin-left: 1.5em;
 padding-left: .5em;
}
.post blockquote blockquote blockquote blockquote {
  display: none;
}
.post .reblogged img {
 vertical-align: middle;
 height: 1.5em;
}

.exif {
  position: relative;
  z-index: 1000;
  font-size: .8em;
  float: right;
  margin: 20px;
  padding: 10px 20px;
  list-style-type: none;
  
  text-align: center;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.exif a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.exif a:hover {
  text-decoration: underline;
}
.exif li {
  display: inline;
}


/** PERMALINK **/
body.permalink .container, 
body.cols-1 .container {
 width: 700px;
}
body.permalink header nav {
 display: none;
}
body.permalink header h1 {
 margin: 0 auto;
 text-align: center;
}

#dual {
    color: #ccc;
}
#dual h3 {
    padding: 0;
    margin: 0 0 20px 0;
}
#dual h3 a {
    text-decoration: none;
    color: inherit;
}
#dual #sharepod {
    width: 30%;
    float: right;
}
#sharepod .share {
    height: 30px;
}
#author {
    width: 50%;
    float: left;
}
#authoricon {
    width: 16%;
    float: left;
}
#authoricon img {
  max-width: 100%;
}
body.permalink #pagination {
    clear: both;
    margin-bottom: 60px;
}

#comments .fb-comments, 
#comments .fb-comments * {
 width: 100% !important;
}
#postNotes {
 color: #ccc;
}
#postNotes ol {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#postNotes .likes {
 margin-top: 60px;
}
#postNotes .likes:after {
 content: ' ';
 clear: both;
 display: block;
 margin-bottom: 60px;
}
#postNotes .likes li {
 float: left;
 padding: 0 10px 10px 0;
}
#postNotes .likes span {
 display: none;
}
#postNotes img {
}
#postNotes li.with_commentary, 
#postNotes li.note.reply, 
#postNotes li.note.answer {
 display: block;
 padding: 0 0 10px 30px;
 margin-bottom: 10px;
 position: relative;
 min-height: 50px;
}
#postNotes li .avatar {
 position: absolute;
 top: 0;
 left: 20px;
 height: 40px;
 width: 40px;
 display: block;
 border-radius: 100%;
 -moz-border-radius: 100%;
 -webkit-border-radius: 100%;
}
#postNotes li.like .avatar, 
#postNotes li.reblog.without_commentary .avatar {
 position: static;
 height: 16px;
 width: 16px;
}
#postNotes .action {
 display: none;
}
#postNotes blockquote a, 
#postNotes li.note.reply span span, 
#postNotes li.note.answer span span {
 padding: 10px;
 display: block;
 text-decoration: none;
 background: rgba(0,0,0,.5);
 border-radius: 4px;
}

#postNotes li.note.reply span span, 
#postNotes li.note.answer span span {
 margin-left: 0px;
 margin-right: 40px;
}
#postNotes li.note.reply span, 
#postNotes li.note.answer span {
 display: block;
 margin-left: 40px;
}


/** PAGINATION **/
#pagination ul {
 text-align: center;
 position: relative;
 display: block;
 height: 100px;
}
#pagination a {
 background: rgba(0,0,0,0);
 color: #fff;
 display: inline-block;
 padding: 20px;
 text-align: center;
 border-radius: 4px;
    text-decoration: none;
}
#pagination .next a,
#pagination .previous a {
 background: rgba(0,0,0,.5);
    padding: 20px 60px;
}
#pagination a:hover, 
#pagination .disabled a {
 background: rgba(0,0,0,.25);
}



/** FOOTER **/
footer {
 background: rgba(0,0,0,.6);
 padding: 30px 0 60px 0;
}
footer .container {
 text-align: center;
}
footer .section {
 color: #ccc;
 border-bottom: 0;
}
footer nav a {
 text-decoration: none;
 padding: .25em .25em;
}
footer h2 .usericon {
 display: block;
 margin: 0 auto .25em auto;
}
footer h2 a {
 color: #fff;
 text-decoration: none;
}
#cc {
 padding: 30px 0 0 0;
}


/** PERMA **/
body.permalink #bio {
 display: none;
}
body.permalink #postswrap {
 padding: 30px 0;
}

/** DISCLAIMER **/
html.disclaimer #disclaimer {
 display: none;
}
#all {
 display: none;
}
html.disclaimer #all {
 display: block !important;
}
#screen {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #000 center center;
 z-index: 3000;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
#message {
 position: fixed;
 top: 0;
 left: 10%;
 width: 40%;
 bottom: 0;
 padding: 20px;
 background: rgba(0,0,0,.75);
 text-align: left;
 color: #fff;
 z-index: 3100;
 overflow-y: auto;
}
#disclaimer .btn {
 text-decoration: none;
 background: #38a0f4;
 color: #fff;
 display: inline-block;
 margin-top: 10px;
 font-size: 18px;
 padding: 12px 24px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}


/** non-post pages **/
body.perma-n .post-meta, 
body.perma-n #dual, 
body.perma-n #comments {
    display: none;
}



/** Responsive **/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
 
 body{min-width:0; overflow-x: hidden;}
 
 #message {
   width: auto;
   left: 0;
   right: 0;
 }
 
 h1 img {
   max-width: 100%;
 }
 header #bio, 
 nav .archive, 
 #author .usericon {
   display: none;
 }
  header nav {
   width: auto;
   margin-top: 10px;
  }
 
 .container {
   width: auto !important;
   padding: 0 20px;
 }
 
 
 .post-meta li.datelink a {
   width: 20px;
   height: 1.5em;
   display: block;
   overflow: hidden;
 }
 
}


