#sideBar {
    margin-top: -12px;
    width: 240px;
    min-height: 200px;
    padding: 0px 0 0px 0px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: auto;
    word-break: break-word;
}
body {
    color: rgb(0, 0, 0);
    background: rgba(10, 194, 255, 1);
    background: rgba(12, 100, 129, 1) url('https://img1.gamersky.com/image2016/07/20160701_djy_248_4/gamersky_15origin_29_2016711637F86.jpg') fixed no-repeat;
    background-size: cover;
    background-position: 50% 5%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#home {
    margin: 0 auto;
    width: 80%;
    min-width: 980px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    opacity: 0.9;
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}

#blog-calendar {
    width: 200px;
    padding-bottom: px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
}

#sideBar h3 {
    font-size: 16px;
}
.newsItem .catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 12px 0 12px 10px;
    background-color: #fff;
}