#blogTitle {
    display: none;
}

#sidebar_recentcomments {
    display: none;
}

#navList a {
    height: 2em;
    line-height: 1;
    font-size: 2em !important;
}

h2 {
    min-height: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    font-size: 24px !important;
    border-right: solid 1px rgba(0,0,0,.1); 
    padding-left: 12px;
    text-align: left;
    border-left: 5px solid #2dc3e8;
}

#comment_form_container .comment_textarea {
    width: 600px;
}