   
body{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    word-spacing: 0.05em;
    background-attachment:fixed;
}
h1, h2, h3, h4, h5, h6{
    font-weight: lighter;
}
a{
    text-decoration: none;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote{
    display: block;
    margin: 2px auto;
    padding: 5px 8px;
    text-align: center;
    border-radius: 3px;
}
#masthead{
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    z-index: 999;
}
#masthead header{
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
#main-nav{
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
#main-nav ul{
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 10em;
}
#main-nav ul li{
    display: inline;
    margin-right: 20px;
    text-transform: uppercase;
}
#ask, #submit{
    cursor: help;
}
#main-nav ul li:last-child{
    margin-right: 0!important;
}
#main-info{
    position: relative;
}
#title{
    margin: 50px auto;
}
#description{
    width: 100%;
    padding: .5px 0;
    text-align: center;
}
#description p{
    display: block;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px 0;
}

#content{
    width: 90%;
    margin: 80px auto;
    z-index: 9;
}
.col{
    margin-bottom: 50px;
}
.index-page{
    width: 250px;
}
.permalink-page{
    width: 700px;
}
    
.metadata{
    margin-top: 5px;
    padding-top: 5px;
    opacity: 0;
}
.photo ~.metadata, .audio ~.metadata, .panorama ~ .metdata, .photoset ~ .metadata{
    display: none;
}
.text ~ .mastdata, .quote ~ .mastdata, .link ~ .mastdata, .video ~ .mastdata, .chat ~ .mastdata, .answer ~ .mastdata{
    display: none;
}
.mastdata{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
}
.mastdata ul{
    display: block;
    border-radius: 5px;
    padding: 6px 8px;
    text-align: center;
}
.mastdata li{
    display: inline-block;
    margin: 0 4px;
}
.reblog *, .like *{
    position: relative!important;
    top: -1px;
}
.mastdata *{
    vertical-align: middle!important;
    font-weight: 600;
}
.col:hover .mastdata, .col:hover .metadata{
    opacity: 1;
}
            
.entry a{
    opacity: 0.8;
}
.entry a:hover{
    opacity: 1;
}
.entry .title a, .photo a{
    opacity: 1!important;
}
.text iframe{
    margin: 5px 0;
    border-radius: 3px;
    position: relative;
    left: 0;
}
.index-page .text iframe{
    width: 228px;
    padding: 10px;
}
.permalink-page .text iframe{
    width: 658px;
    padding: 20px;
}

.chat ul{
    border-radius: 5px;
    overflow: hidden;
}
.chat ul li{
    padding: 5px 7px;
}
.chat ul li *{
    display: inline;
}
.chat .label{
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    margin-right: 5px;
}
    
.user, .user-m{
    display: block;
    overflow: hidden;
}
.user{
    padding-bottom: 4px;
}
.user-m{
    padding-top: 4px;
}
.answer .user img{
    float: left;
    margin: 0 20px 15px 0;
    border-radius: 25%;
}
.answer .user-m img{
    float: right;
    margin: 0 0 15px 20px;
    border-radius: 25%;
}
.asker{
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
}

.aud *{
    display: inline;
}
.player{
    display: block;
    width: 27px;
    height: 27px;
    padding: 2px;
    overflow: hidden;
    background: white;
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    right: 10px;
}
.index-page .player{
    top: 207px;
}
.permalink-page .player{
    top: 657px;
}
.player *{
    position: relative;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
}

#focus{
    display: block;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
}
#focus div{
    width: 50%;
    position: relative;
    margin: 20% auto 50% auto;
    display: none;
}
#pagination{
    display: block;
    width: 50%;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
}
#pagination li{
    display: inline;
    margin: 0 10px;
}

#notes{
    margin-top: 15px;
}
#notes ol{
    padding: 10px 0;
}
#notes ol li{
    margin: 5px;
    padding: 2px 8px;
}
#notel ol li img{
    vertical-align: middle;
}  
    
#back-to-top{
    position: fixed;
    bottom: 15px;
    left: 20px;
}
#back-to-top img{
    padding: 5px;
}
#back-to-top:hover{
    cursor: pointer;
    opacity: 0.8;
}
#copy{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999999999999999999999999999;
}
#copy a{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: block;
    padding: 8px 5px 2px 5px;
    background: white!important;
    color: #555!important;
}
#copy a:hover{
    color: gray!important;
}
            