
#main {

    width: 80%;
    max-width: 633px;
    position: relative !important;
}

#sidebar1 {

    width: 30%;
    position: relative !important;

}

#search-4, #recent-posts-2  {


    position: relative !important;
    float: right !important;
    width: 100% !important;

}



.article-footer {

    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 5px;

}

.entry-content img {

    margin: 10px;
}


@media only screen and (max-width: 930px) {

    #sidebar1 {
        margin-top: 10px !important;
        width: 80% !important;
        float: none !important;

    }

    #sidebar1 h4 {
        float: none !important;


    }

}
.posts_navigation {

    margin-top: 25px;
    margin-bottom: 25px;



}
.posts_navigation a{

width: 200px !important;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px;
    color: white!important;
    margin: auto;
    background-color: mediumseagreen;
}


.posts_navigation a:hover{

    background-color: seagreen;
    text-decoration: none;
    margin: auto;
}


#previous_posts {

    float: left;
}

#next_posts {

    float: right;
}