.entry-meta { display: none; }

/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
    }
    .widget-area {
        float: left;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #7092bf; text-decoration: none;}
a:active { color: #7092bf; text-decoration: none;}

.entry-content a:visited,
.comment-content a:visited { color: #000000; text-decoration: none;}

.widget-area .widget a { color: #000000; text-decoration: none;}
.widget-area .widget a:visited { color: #000000; text-decoration: none;}
.widget-area .widget a:hover { color: #7092bf; text-decoration: none;}


.site-header h1 {
   font-size:   ;
   text-align: center;
}