/** Global Reset **/
/* ---------------------------------------- */
html, body, a, img, div,
h1, h2, h3, h4, p,
dl, dt, dd,
blockquote, cite,
table, tr, td, tbody, span,
b, i, u, strong, abbr, acronym,
#menu, #pages, #paginator, .meta, .tags {
 margin: 0;
 padding: 0;
 font-size: 1em;
 border: 0 none;
}
hr {
 display: none;
}
abbr, acronym {
 cursor: help;
 border-bottom:1px dotted
}

#menu, #pages, #paginator, .meta, .tags {
 list-style-type: none;
}
#menu li, #pages li, #paginator li, .meta li, .tags li {
 display: inline;
}

/** no/js+pending specifics **/
.js.pending #content,
.js.pending #footer,
.js.pending #comments {
 display: none;
}
.nojs #tag_list,
.nojs #comments {
 display: none;
}

/** Basics **/
body {
 font: 13px/1.3 "Helvetica Neue", helvetica, arial, sans-serif;
 color: #999;
 background: #3a3e43 url(http://static.tumblr.com/td3l81c/yYxlm5grj/noise.png);
 text-align: center;
 overflow-x: hidden;
 -webkit-text-size-adjust: none;
}

h1, h2, h3, h4 {
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
}

a {
 color: #1cacff;
 text-decoration: none;
}
a:hover {
 color: #62c6ff;
 text-decoration: underline;
}

::-moz-selection {
  color: #3a3e43;
  background: #1cacff;
}
::selection {
  color: #3a3e43;
  background: #1cacff;
}

h2 {
 font-size: 1.25em;
}
h3 {
 font-size: 1.15em;
}

.clear {
 clear: both;
 display: block;
}

#install, #attribution,
.quickReblog {
 display: none;
}

#tumblr_controls {
 top: 6px !important;
 right: 10px !important;
}


/** Wrap it up **/
/* ---------------------------------------- */
#all {
 width: 770px;
 padding: 24px 0;
 margin: 0 auto;
 text-align: left;
 position: relative;
}

#me {
 background: rgba(0,0,0,.25);
 height: 96px;
 width: 96px;
 padding: 10px;
 display: block;
 float: left;
 margin-right: 10px;
}
#me img {
 -moz-box-shadow: 0 0 4px #000;
 -webkit-box-shadow: 0 0 4px #000;
 box-shadow: 0 0 4px #000;
}
h1 a {
 font-size: 26px;
 line-height: 1em;
 font-weight: normal;
 color: #fff;
 padding: 28px 0;
 width: 128px;
 float: left;
}
#about, #menu, #pages {
 font-style: normal;
 border-left: 1px solid #000;
 display: block;
 padding: 10px 15px;
 width: 484px;
 margin: 0 0 0 auto;
}
#menu, #pages {
 padding-top: 0;
 margin-bottom: 10px;
 width: 484px;
 height: 20px;
}
#menu a, #pages a {
 padding: 6px 10px;
 margin-right: 3px;
 color: #fff;
 font-size: 14px;
 display: block;
 float: left;
 opacity: .7;
}
#menu a:hover, #pages a:hover {
 text-decoration: none;
 opacity: 1;
}
#menu .face {
 height: 20px;
 overflow: hidden;
 display: block;
 float: left;
 margin: 4px 0 0 2px
}
#menu .search {
 display: none;
}
#menu .search form {
 display: inline;
 float: left;
 margin-left: 10px;
}

#menu .archive a {
 padding-left: 14px;
 background: url(http://static.tumblr.com/td3l81c/th7lm5gpl/icon-time.png) no-repeat left center;
}
#menu .ask a {
 padding-left: 14px;
 background: url(http://static.tumblr.com/td3l81c/03tlm5glr/icon-comment.png) no-repeat left center;
}
#menu .submit a {
 padding-left: 14px;
 background: url(http://static.tumblr.com/td3l81c/9Bklm5gp7/icon-submit.png) no-repeat left center;
}
#menu .rss a {
 padding-left: 14px;
 background: url(http://static.tumblr.com/td3l81c/hEElm5goj/icon-rss.png) no-repeat left center;
}

#content, #contain, #footer {
 clear: both;
}

#footer {
 padding: 10px 0 20px 0;
 background: rgba(0,0,0,.25);
}
#footer ul {
 list-style-type: none;
 width: 770px;
 padding: 24px 0;
 margin: 0 auto;
 text-align: left;
 position: relative;
}

#footer ul li.following {
 width: 520px;
 position: relative;
 top: -1em;
 border-right: 1px solid #000;
 padding-right: 10px;
}

#footer ul li.theme {
 float: right;
 width: 115px;
 text-align: right;
 padding-bottom: 1em;
}
#footer a {
 white-space: nowrap;
}


/** body.index **/
/* ---------------------------------------- */
/**.col {
 width: 250px;
 margin-right: 10px;
 float: right;
}
.col#col2 {
 margin-right: 0;
}**/
.col {
 width: 250px;
 margin-right: 10px;
 float: left;
 position: relative;
 z-index: 10;
}
.col#col0 {
 margin-right: 0;
}
.col#col2 {
 z-index: 1000;
 }
.postNum0 {
 width: 490px;
 margin: 0 10px 10px 0px;
 z-index: 1000;
 position: relative;
}
.post.hidden {
 visibility: hidden !important;
 z-index: 1;
}

body.index .post:hover {
 background: rgba(0,0,0,.4);
 outline: 1px solid rgba(0,0,0,.25);
}

body.index .post .tags {
 display: none;
}

body.index .post {
 -moz-transition-duration: 0.2s;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}


/** Postulate **/
/* ---------------------------------------- */
.post {
 background: rgba(0,0,0,.25);
 padding: 10px;
 margin: 0 0 10px 0;
 overflow: hidden;
 word-wrap: break-word;
}
.post img {
 height: auto;
 max-width: 100%;
}

.post .meta {
 font-size: 11px;
 border-top: 1px solid rgba(0,0,0,.5);
 padding-top: 6px;
 margin-top: 6px;
 position: relative;
}
.meta .datelink, .meta .reblogged {
 display: block;
}

.meta a {
 text-decoration: none !important;
 opacity: .7;
}
.meta a:hover {
 opacity: 1;
}

.meta .notecount a,
.meta a.dsq-comment-count,
.meta .datelink a,
.meta .reblogged {
 padding-left: 14px;
 background: url(http://static.tumblr.com/td3l81c/nlxlm5gmp/icon-heart.png) no-repeat 0px 1px;
}
.meta a.dsq-comment-count {
 background: url(http://static.tumblr.com/td3l81c/03tlm5glr/icon-comment.png) no-repeat 0px 1px;
}
.meta .datelink a {
 background: url(http://static.tumblr.com/td3l81c/th7lm5gpl/icon-time.png) no-repeat 0px 1px;
}
.meta .reblogged {
 background: url(http://static.tumblr.com/td3l81c/u7Mlm5gny/icon-reblog.png) no-repeat 0px 1px;
}

.imgwrap img, .typephoto img {
 display: block;
 margin: 0 auto 10px auto;

 -moz-box-shadow: 0 0 4px #000;
 -webkit-box-shadow: 0 0 4px #000;
 box-shadow: 0 0 4px #000;
}

.meta .fblike {
 position: absolute;
 top: 10px;
 right: -20px;
}

.post .content p {
 margin: 0 0 6px 0;
}
.post blockquote {
 padding: 0 .5em 0 .5em;
 margin: 4px .5em 4px 1em;
 border-left: 2px solid;
 opacity: .8;
}
.post .content ul, .post .content ol {
 padding-left: 30px;
}

#loading, #end, #paginator {
 display: block;
 clear: both;
 padding: 1em;
 background: #000;
 width: 200px;
 margin: 1em auto;
 text-align: center;
}
.js #paginator {
 display: none;
}

.answer_form_container {
 padding: 10px 10px 5px 10px;
 background: #000;
}


/** typeanswer **/
div.asker {
 background: #000;
 padding: 10px 10px 14px 10px;
 position: relative;
 margin-bottom: 30px;
 color: #666;
}
div.question {
 font-size: 11px;
}
div.asker:after {
 content: '\25E4\ ';
 position: absolute;
 font-size: 22px;
 bottom: -18px;
 left: 45px;
 color: #000;
}
div.asker .usericon {
 position: absolute;
 bottom: -20px;
 left: 10px;
 float: none;
}

div.asker span.asker a {
 position: absolute;
 bottom: -20px;
 left: 10px
 display: block;
 padding: 14px 0 6px 50px;
 font-size: 11px;
}

/** typevideo, typephotoset **/
.post object, .post embed {
 max-width: 100%;
 height: auto;
}
.perma .post object,
.perma .post embed {
 margin: 0 auto 10px auto;
 display: block;
 height: 420px;
 width: 100%;
}

/** typechat **/
ul.chat {
 list-style-type: none;
 margin: 0 !important;
 padding: 0 !important;
}
ul.chat li {
 padding: 2px 6px;
}
ul.chat .user_2 {
 background: rgba(0,0,0,.2);
}
ul.chat .label {
 font-weight: bold;
}

/** typeaudio **/
.typeaudio object, .typeaudio embed {
 width: 100%;
 height: 40px;
}


/** body.perma **/
/* ---------------------------------------- */
body.perma .post {
 position: relative;
}
body.perma .tags {
 position: absolute;
 right: 110px;
 bottom: 16px;
 text-align: right;
}

#postNotes {
 background: rgba(0,0,0,.1);
 padding: 10px 0 10px 10px;
 margin: 0 0 10px 0;
 overflow: hidden;
 word-wrap: break-word;
}

#postNotes ol.notes {
 display: block;
 clear: both;
 margin: 0 auto 0 auto;
 padding: 0;
}
.js #postNotes ol.notes {
 text-align: center;
}
#postNotes ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#postNotes * {
 vertical-align: bottom;
}
#postNotes li {
 display: block;
 padding: 5px 5px 5px 16px;
}
#postNotes ul li {
 margin: 5px;
}
#postNotes .like img {
 display: none;
}
#postNotes .like a {
 color: inherit;
}

#postNotes li {
 background: url(http://static.tumblr.com/td3l81c/nlxlm5gmp/icon-heart.png) no-repeat 0px 8px;
}
#postNotes li.reblog {
 background: url(http://static.tumblr.com/td3l81c/u7Mlm5gny/icon-reblog.png) no-repeat 0px 8px;
}
#postNotes li.reply,
#postNotes li.answer {
 background: url(http://static.tumblr.com/td3l81c/03tlm5glr/icon-comment.png) no-repeat 0px 8px;
}

#postNotes blockquote a ,
#postNotes .answer_content a {
 display: block;
 border-left: 1px solid;
 padding: 5px;
}
#postNotes blockquote a {
 color: inherit;
}

#postNotes li.more_notes_link_container {
 clear: both;
 float: none;
 border: 0;
 padding: 1em 0 0 0;
 margin: 0 auto;
 background: transparent !important;
}
#postNotes li.more_notes_link_container a {
 padding: 10px;
 background: #000;
 width: 200px;
 display: block;
}


/** Comments **/
#comments {
 margin: 0 auto 0 auto;
}
#comments h3 {
 font-size: 1.2em;
}
#dsq-post-button {
 float: none !important;
}
#comments .dsq-attach-media {
 float: right;
}
#comments .dsq-post-footer {
 padding-bottom: 1em;
 margin-bottom: 1em;
 border-bottom: 2px solid #000;
}

#comments .dsq-item-trackback,
#comments .dsq-options {
 display: none !important;
}
#comments .dsq-brlink,
#comments .dsq-brlink * {
 color: #000;
}