/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*//* global mixins */
.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
/* handy shortcuts */
.clear {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* global color variables */
/* global layout */
body {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  background: #040b03 url(img/bg.jpg) top center no-repeat;
  color: #fefefe;
  font-family: Helvetica, Arial, sans-serif;
}
#wrap {
  position: relative;
  width: 878px;
  padding-top: 22px;
  margin: auto auto 80px;
  text-align: left;
}
#wrap:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#wrap img {
  display: block;
}
#header {
  position: relative;
}
#header a,
#header img {
  display: block;
}
#header strong {
  display: none;
}
#splash {
  position: relative;
  overflow: hidden;
  background: #000;
  margin-bottom: 12px;
}
#splash a.splash-ad {
  float: left;
}
#splash a.splash-ad img {
  float: left;
}
#splash .activity {
  float: right;
  width: 656px;
}
#splash .activity h2 {
  float: left;
}
#splash .activity a {
  float: right;
}
#splash .activity img {
  display: block;
}
#splash .activity strong {
  display: none;
}
#sidebar {
  float: left;
  width: 210px;
  overflow: hidden;
  position: relative;
  background: url(img/noise.jpg) top center;
}
#official {
  display: block;
  height: 88px;
  text-indent: -9999em;
  background: url(img/official.jpg) top left no-repeat;
}
.list {
  position: relative;
  padding: 0 8px;
}
.list li {
  border-bottom: 1px solid #555;
}
.list li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: bold;
}
.list li:last-of-type {
  border: 0;
}
#sidebar h3 {
  padding: 8px 50px 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 39px;
  line-height: 1.4em;
  background: url(img/drop.jpg) top left no-repeat;
}
.tweets {
  position: relative;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 5px 5px #000000;
  -moz-box-shadow: 0 5px 5px #000000;
  -o-box-shadow: 0 5px 5px #000000;
  box-shadow: 0 5px 5px #000000;
  margin-bottom: 24px;
}
.tweets li {
  padding-bottom: 3px;
}
.tweets a {
  color: #fff;
}
#sidebar h4 {
  position: relative;
  text-transform: uppercase;
  padding: 0 8px 10px;
  font-size: 13px;
}
.twitter {
  position: relative;
  padding: 8px 8px 12px;
  margin-bottom: 12px;
  line-height: 1.4em;
  border-bottom: 1px solid #999;
}
.twitter li + li {
  padding-top: 1em;
}
.twitter a {
  color: #30C9F2;
  font-weight: bold;
  margin-right: 5px;
}
.twitter p {
  padding-top: 16px;
}
#twitter2 {
  border: 0;
  margin-bottom: 0;
}
#content {
  float: right;
  width: 656px;
}
.post {
  position: relative;
  padding: 5px 0 5px 5px;
  margin-bottom: 24px;
  background: url(img/noise.jpg) top center;
}
.post:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.meta {
  position: relative;
  clear: both;
  font-size: 10px;
  font-weight: bold;
  clear: both;
  padding: 8px 0 6px;
  color: #FADD29;
  text-transform: uppercase;
}
.meta a {
  color: #FADD29;
}
.post-content {
  float: left;
  width: 539px;
  position: relative;
  line-height: 1.5em;
}
.post-content img {
  max-width: 539px;
  margin: auto;
  display: block;
}
.post-content img.post-img {
  width: 539px;
}
.post-content blockquote {
  position: relative;
  margin: auto;
  width: 350px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  color: #999;
}
.post-content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.post-content p {
  padding: 10px;
}
.post-content a {
  color: #fff;
}
.post-content a.link-focus {
  position: relative;
  width: 80%;
  padding: 16px 0;
  text-align: center;
  background: #333333;
  background-image: -moz-linear-gradient(top, #333333, #000000);
  background-image: -ms-linear-gradient(top, #333333, #000000);
  background-image: -o-linear-gradient(top, #333333, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  background-image: linear-gradient(top, #333333, #000000);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 15px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.post-info {
  float: right;
  width: 105px;
  text-align: left;
  color: #fff;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
}
.post-info a {
  color: #fff;
}
.post-info .date {
  display: block;
  padding-bottom: 14px;
}
.post-info li {
  padding-bottom: 8px;
  position: relative;
}
.post-info li a {
  display: block;
  padding-left: 22px;
  line-height: 1.5em;
}
.post-info li a.this-notes {
  background: url(img/actions.png) top left no-repeat;
}
.post-info li a.this-reblog {
  background: url(img/actions.png) center left no-repeat;
}
.post-info li a.this-share {
  background: url(img/actions.png) bottom left no-repeat;
}
.post-info li:hover .this-share-box {
  display: block;
}
.post-info .this-share-box {
  display: none;
  z-index: 1000;
  position: absolute;
  left: -100px;
  top: 18px;
  width: 245px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px;
}
.post-info .this-share-box .has-badge {
  float: left;
  padding-right: 8px;
}
.post-info .this-share-box .has-badge:nth-of-type(3) {
  padding: 4px 8px 0 2px;
}
.post-info .this-share-box .has-badge:nth-of-type(4) {
  padding: 4px 8px 0 0px;
}
.post-info .this-share-box .has-badge:nth-of-type(5) {
  padding: 4px 0 0 3px;
}
.post-info .this-share-box .share-url {
  position: relative;
  padding-bottom: 4px;
}
.post-info .this-share-box .share-url input[type="text"] {
  width: 100%;
  border: 0;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
}
p#footer {
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
#footer {
  position: relative;
  background: url(img/noise.jpg) center;
  padding: 14px 0;
}
#footer a {
  color: #fadd29;
}
#footer .footer {
  position: relative;
  width: 938px;
  margin: auto;
  text-align: left;
}
#footer #move {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  -webkit-box-shadow: -6px 5px 5px #000000;
  -moz-box-shadow: -6px 5px 5px #000000;
  -o-box-shadow: -6px 5px 5px #000000;
  box-shadow: -6px 5px 5px #000000;
  background: rgba(255, 255, 255, 0.1) url(img/go-right.jpg) center no-repeat;
}
#footer h6 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 15px;
}
#footer ul {
  position: relative;
  overflow: hidden;
}
#footer ul li {
  float: left;
  padding-left: 15px;
}
#footer a {
  display: block;
}
#footer strong {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
#footer strong span {
  color: #fadd29;
}
ol.notes {
  padding: 0px;
  margin: 25px 0px;
  list-style-type: none;
  border-bottom: solid 1px #ccc;
}
ol.notes li.note {
  border-top: solid 1px #ccc;
  padding: 10px;
}
ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
ol.notes li.note span.action {
  font-weight: bold;
}
ol.notes li.note .answer_content {
  font-weight: normal;
}
ol.notes li.note blockquote {
  border-color: #eee;
  padding: 4px 10px;
  margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
  text-decoration: none;
}
