#wrapper {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.post .date-tags .date {
    color: #ccc;
}

.post .date-tags a:hover {
    color: #333;
}

.post .date-tags a:active {
    color: #666;
}

.post figcaption a:hover,
.blog_description a:hover {
    color: #666;
}

.post figcaption a:active,
.blog_description a:active {
    color: #999;
}

.post {
    margin-bottom: 40px;
}

.post .date-tags a {
    color: #999;
    margin-left: 10px;
}

.post .date-tags a:first-child,
      .post .date-tags a:nth-child(2) {
    /*margin-left: 0px;*/
}

.post .date-tags {
    color: #999;
    line-height: 1.5em;
}

.top {
    font-family: sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #999;
    position: fixed;
    top: 0px;
    height: 40px;
    background: transparent;
    z-index: 1337;
    width: 33.33%;
    line-height: 40px;
    margin-left: 40px;
}

.top .button:hover {
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.top .button:active {
    color: #999;
}

.topleft .info {
    width: 120px;
    margin-left: 0px;
}

.topcenter {
    margin-left: 33.33%;
    text-align: center;
    z-index: 1335;
}

.topcenter .doTheInfiniteJuxtapose {
    width: 21px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(http://collectiveperception.com/tumblr/aqq/playpause.svg);
    display: inline-block;
    position: absolute;
    top: 16px;
    margin-left: 8px;
    background-position: 0px 0px;
    opacity:0.5;
    filter:alpha(opacity=50);
    display: none;
}

.topcenter .doTheInfiniteJuxtapose:hover,
.topcenter .doTheInfiniteJuxtapose.active {
    opacity:1;
    filter:alpha(opacity=100);
}

.topcenter .doTheInfiniteJuxtapose {
    background-image: url(http://collectiveperception.com/tumblr/aqq/playpause.png)\9;
}

#moreinfo {
    position: fixed;
    top: -400px;
    height: 400px;
    width: 100%;
    background: #fff;
    z-index: 1339;
    -webkit-box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.0);
    -moz-box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.0);
    box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -kthtml-transition: all 0.5s;
    transition: all 0.5s;
}

#moreinfo.active {
    top: 0px;
    -webkit-box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 11px 30px rgba(50, 50, 50, 0.6);
}

#moreinfo .close {
    font-size: 22px;
    margin-left: 15px;
    margin-top: 3px;
    color: #ccc;
    cursor: pointer;
    z-index: 1340;
}

#moreinfo .close:hover {
    color: #333;
}

#moreinfo .close:active {
    color: #999;
}

#moreinfo .credits {
    position: absolute;
    bottom: 15px;
    margin-left: 40px;
    color: #ccc;
}

#moreinfo .credits a {
    color: #ccc;
}

#moreinfo .column {
    width: 33.3%;
    float: left;
    min-height: 100%;
    position: relative;
}

#moreinfo .column .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

#moreinfo .column.left img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 300px;
    width: auto;
}

#moreinfo .column.middle {
    width: 66.6%;
}

#moreinfo .column.middle .blog_description {
    margin-top: 100px;
}

#moreinfo .column.middle .blog_description .text {
    display: none;
}

#moreinfo .column.middle .blog_description .loader {
    padding-top: 75px;
}

#moreinfo .column.middle .blog_links {
    margin-top: 14px;
}

#moreinfo .column.middle .blog_links a {
    color: #999;
}

#moreinfo .column.middle .blog_links a:hover {
    color: #333;
    border-bottom: 1px solid #ccc;
}

#moreinfo .column.middle .blog_links a:active {
    color: #666;
    border-bottom: 1px solid #ccc;
}

#moreinfo .column.middle .blog_links .separator {
    color: #ccc;
}

#moreinfo .column.middle .blog_links .separator:last-child {
    display: none;
}

input {
    height: 16px;
    border: 1px solid #ccc;
    color: #999;
    -moz-border-radius: 1px;
    border-radius: 1px;
    outline: none;
    padding-left: 4px;
}

iframe {
    margin-top: 7px;
    margin-right: 37px;
}

.buttons iframe {
    margin: 0;
}

.post {
    text-align: center;
}

.post img {
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

#content {
    width: 100%;
    position: absolute;
    top: 40px;
    bottom: 0px;
    overflow: hidden;
}

article {
    margin-top: 20px;
}

article:first-child {
    margin-top: 0px;
}

footer {
    display: none;
}

.col {
    /*width: 33.33%;*/
    height: 100%;
    float: left;
    min-height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0,0,0);
}

.col .content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0,0,0);
}

.col .content .spinner {
    margin-top: 50px;
    margin-left: 50%;
    width: 20px;
    height: 20px;
}

.col .spinnerContainer .spinner {
    left: 50% !important;
    margin-left: -10px;
    top: 50% !important;
    margin-top: -10px;
}

.col:first-child .content {
    padding-left: 40px;
}

.col:last-child .content {
    padding-right: 40px;
}

.post .placeholder {
    display: inline-block;
    position: relative;
    width: 100%;
}

.post .placeholder .placeholder_filler {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    text-align: center;
}

.post img {
    cursor: pointer;
    border-style: none;
}

#lightbox {
    background-color: rgba(0, 0, 0, 0.85) !important;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    z-index: 99998;
}

#lightbox .spinnerContainer {
    position: absolute !important;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: rgba(255, 255, 255, .4);
    height: 30px;
    width: 30px;
    z-index: 99999;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#lightbox .spinnerContainer .spinner {
    left: 15px !important;
    top: 15px !important;
}

#lightbox img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}

#lightbox .buttons {
    text-align: center;
    margin: 10px auto;
    z-index: 199999;
    position: relative;
}

.post figcaption p {
    margin-bottom: 8px;
}

.post .buttons {
    margin-bottom: 22px;
}

.buttons .like_button,
.buttons .reblog_button {
    display: inline-block !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    border: none;

    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px;

    zoom: 1;
    z-index: 199999;
}

.post .buttons .like_button,
.post .buttons .reblog_button {
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    zoom: 1;
    z-index: 199999;
}

// fix for ie9
.ie9 .post .buttons .like_button,
.ie9 .post .buttons .reblog_button {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

.buttons .reblog_button {
    padding-bottom: 5px;
}
