#main {
    margin-top: 6px;
    background-color: rgb(245, 245, 245);
    margin-bottom: 0px;
    padding: 6px 0;
}
#mainContent {
    width: 960px;
    background: white;
    box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
}
#sideBar {
    width: 200px;
    padding: 0 10px;
    display: inline-block;
    float:right;
    margin-right:6px;
    overflow: hidden;
    color: #2D2D2D;
    background-color: #fff;
    float: right;
 box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
}
#sideBarMain h3 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
    border:0;
    padding-bottom: 0px;
    padding-left:6px;
    margin-top: 10px;
    background-color: #2175bc;
    font-size:14px;
    line-height:30px;
}
.postCon{
   margin-top:6px;
}
.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: 1px dashed #2175bc;
    text-align: right;
    margin: 20px 0px;
    padding: 5px 0px;
}