body a:hover {
    color: #F60;
}

#header {
    background-color: blank;
}
#blogTitle h2 {
  color:red;
}
.blogStats {
    float: right;
    color: #FFF;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
    padding: 0;
}
.postTitle, .entrylistPosttitle, .entrylistItemTitle {
    font-size: 160%;
    font-weight: bold;
    float: right;
    line-height: 1.5;
    width: 100%;
    clear: both;
    color: #444;
}
.postCon {
    float: right;
    line-height: 1.5;
    width: 100%;
    clear: both;
    padding: 10px 0;
    background-color: #87ceeb5e;
}
#sideBar {
    width: 250px;
    min-height: 200px;
    padding: 9px 9px 9px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background-color: #f40e0e1c;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}
#header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
    margin-bottom: 18px;
    overflow: visible;
    background-color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    clear: both;
    content: "";
    padding-right: 5px;
    /* display: table; */
}
#navList a:link, #navList a:visited, #navList a:active {
    color: red;
}