#sideBar{
  float: right;
}
#main{
  width: 1100px;
}
#mainContent{
  width: 865px;
}
#navigator{
  width: 1100px;
}
#cnblogs_post_body ul li {
    list-style: outside disc;
}
#cnblogs_post_body table {
  margin: 0 auto;
}

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

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

#cnblogs_post_body .img-wrapper {
   text-align: center;
   margin-bottom: 40px;
}

#cnblogs_post_body .img-wrapper  img{
   margin-bottom: 5px;
}

#cnblogs_post_body  .img-wrapper  .footnote {
   text-align: center;
}

#cnblogs_post_body .project-link {
 margin-top: 40px;
  margin-bottom: 50px;
  width:100%; 
  text-align:center;
}

#cnblogs_post_body .project-link a {
   font-size: 20px;
}

#cnblogs_post_body .img-wrapper a{
   display: block;
   font-size: 20px;
}