.post {
    background-image: url(images/day_bg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border: 1px solid #ddd;
    padding: 20px;
    color: #4b4b4b;
    //font-size: 14pt;
}

.postDesc {
    color: #303030;
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}


#cnblogs_post_body h3{
    padding-left: 0px;
}

#blog_post_info_block {
    margin-top: 20px;
    font-size: 14px;
}

#leftcontent {
    position: absolute;
    top: 190px;
    left: 10px;
    width: 160px;
    border: 0 solid #000;
    border-top: 0 solid #000;
    border-right: 1px solid #ddd;
    font-family: Arial;
    font-size: 12px;
}

#centercontent {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 200px;
}

#cnblogs_post_body .video{
    height: 0;
    padding-bottom: 47%;  /* 16:9 */   
    position: relative;
    width: 50%;
}

#cnblogs_post_body .video iframe{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
