    
    .container {
        width:560px;
        max-width:100%;
        margin:0 auto;
    }
    
    #header {
        margin:110px 0px 40px 0px;
        padding:0px 30px;
    }
    
    #description {
        padding:15px;
        
    }
    
    img {
        max-width:100%;
    }
    
    strong, b {
        font-weight:600;
    }
    
    .date {
        display:block;

        margin-bottom:10px;
    }
    
    .notes {
        margin-top:20px;
    }

    .notes li {
        margin:10px 0px;
    }
    
    .align-image,.notes img {
        vertical-align:middle;
        padding:0px 7px;
    }

    /*posts*/
    
    .list-correct,.navigation,.notes {
        margin-left:-40px;
        list-style:none;
        margin-bottom:0px;
    }
    
    /*audio post*/

    .audio-post {
        max-width:100%;
    }

    .def-audio {
        padding:15px;
        border-radius:5px;
        background-color:#fff;
        border:1px solid #eee;
    }
    
    .a-player {
        float:left;
    }
    
    .audio-name {
        float:right;
        text-align:right;
        padding-top:5px;
        padding-right:5px;
        font-weight:600;
    }
    
    .audio-caption {
        clear:both;
    }

/*quote post*/
    
    .quote {
        font-size:18px;
        font-weight:600;
        font-style:italic;
    }
    
    .source {
        margin-top:10px;
    }

    /* p fix */
    .quote p:first-child,.quote p:last-child,.source p:first-child,.answers p {
        display:inline;
    }

/*link post*/
    
    .link-info h2 {
        font-size:18px;
        margin:5px 0px;
    }

/* answer post*/
    
    .answers {
        margin-top:5px;
    }
    
    .answers img {
        padding-left:0px;
    }
    
    .postinfo {
        margin:0px;
        padding-top:10px;
        text-transform:lowercase;
    }
    
    .post-buttons {
        float:right;
    }
    
    .reblog-btn,.like-btn {
        display:inline-block;
        padding:2px;
    }
    
    .tags {
        padding:15px 0px 0px 0px;
        font-size:12px;
    }
    
    .tags a {
        display:inline-block;
        padding:2px 3px;
    }
    
    .chat-post li {
        padding:5px;
    }
    
    .list-correct {
        margin-left:-40px;
        list-style:none;
    }
    
    .search-input:focus {
        outline:none;
    }
    
    .pagination {
        margin-bottom:30px;
    }
    
    .pagination a {
        display:inline-block;
        padding:3px;
    }
    
    #footer {
        text-align:center;
        margin:100px 0px;
        font-weight:600;
        text-transform:lowercase;
    }