#main {
    width: 1080px;
    margin: 20px auto 0;
}
#mainContent {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 780px;
}
#sideBar {
    color: #a8b1ba;
    width: 250px;
    min-height: 200px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 300px;
}
#cnblogs_post_body img {
    max-width: 850px;
}
#topics .postTitle a {
    font-size: 1.618em;
    font-weight: bold;
    color: #515aad;
    text-shadow: 0 0 1px #0000ff;
    line-height: 1.5em;
}
body{
  color: #000000
}
.postBody h2 {
  text-align: left;
  background-color: #33CCFF;
  color: #015666;
}
.postBody h3 {
  text-align: left;
  background-color: #00AEAE;
  color: #015666;
}
.postBody {
	font-size: 12pt;
	min-height: 100%;
        color: #000000
}
#sideBarContents dd{
  margin-left:20px;
}
#cnblogs_post_body ul {
   background-color : #ccc