@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .hideonmobile {
        display: none !important;
    }
    
    div#center {
        margin: 0;
        min-width: 240px !important;
        width: 100%;
    }
    div#center div.posts {
        margin: 0;
        padding: 0;
    }
    
    div#center article {
        margin: 0;
        padding: 0 5px 0 5px;
    }
    
    div#left {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    div#left div.sidebar {
        width: 40%;
        min-width: 160px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
/*        display: inline;*/
/*        float: left;*/
        
        
    }

    div#left div.sidebar li {
        margin-top: .25em;
    }
    
    div#left div.sidebar li, div#left div.sidebar a {
        font-size: 16px;
        line-height: 120%;
    }
    
    div#left div.sidebar.bio2 p, div#left div.sidebar.bio2 a {
    	line-height: 14px;
        font-size: 12px;
    }
    
    
    div.pagination {
        line-height: 250%;
    }
    
    div#banner {
        font-size: 40px !important;
        min-width: 0 !important;
/*        width: auto;*/
    }
    
    div#comments h2 {
        margin-left: 5px;
    }
    
    div#prev_next_home_post_page {
        line-height: 150%;
    }
    
    div#post-comment form p input {
        font-size: 125%;
        min-width: 0;
        max-width: 65% !important;
        width: auto;
    }
    
    div#post-comment form p textarea {
        min-width: 30% !important;
        max-width: 65% !important;
        width: auto;
        font-size: 150%;
    }
    
    div#post-comment {
        margin-left: 5px;
        margin-right: 5px;
    }
    
/*     div#post-comment p.comment_note_2 {
         line-height: 135%;
     }*/
/*    div#post-comment form p {
        width: auto;
        min-width: 0px;
        color: red;
    }*/
    
/*    article, div#comments div.comment-body, div#comments h4.comment-title  {
        font-size: 200%;
        line-height: 135%;}

      article h1.post-title a {
        font-size: 150%;
        line-height: 130%;}

        textarea, input {
            font-size: 150%;
        }*/
}

