/*Fool Width In Msg for Oxygen Style*/

@media screen and (max-width: 600px) {
.postbody, .posthead {
    margin-left: 0.2em;
}

.postbody .post-author, .posthead .post-byline {
    width: 7.5em;
    margin-left: -1em;
}

.author-ident .useravatar img {
    display: block;
    padding: .5em 0;
    max-width: 40px;
    height: auto;
}

}


.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: bold;
    position: static;
}

