body{background: #f5f5f5;}
#home{width:90%;margin:auto;}
#mainContent {
float: right;
margin-left: -250px;
width: 100%;
margin-top: 10px;
}
.forFlow {
margin: 0 0px 0 256px;
}
#sideBar {
width: 220px;
float: left;
border: 1px solid #ccc;
overflow: hidden;
padding: 0 8px 40px 12px;
margin-top: 10px;
background:#ffffff;
border-radius:3px;
}
div.postTitle a:hover{
margin-left:10px;
transition:0.5s;
}
div.postTitle a{
transition:0.5s;
}
.postTitle , .entrylistPosttitle, .feedback_area_title{
font-size: 14px;
font-weight: bold;
padding: 5px;
border: solid 1px #ccc;
/* border-bottom: 0px; */
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #ffffff;
margin:0px;
}
.postCon {
border-top: 0px;
border-right-style: solid;
border-bottom: 0px;
border-left-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding: 5px;
background: rgb(255, 255, 255);
}
.day {
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
margin-bottom: 16px;}
.postDesc, .entrylistItemPostDesc {
color: #999;
text-align: right;
padding-bottom: 10px;
padding-right: 6px;
border: solid 1px #ccc;
border-top: 0px;
margin-bottom: 12px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background: #ffffff;
}
.title a{
text-shadow: 3px 3px 2px lightgray;
}
#navigator{
background:#ffffff;
border-radius:3px;
}
.feedbackItem {
padding: 8px;
border-bottom: 1px dotted #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
background: #ffffff;
}

#blog_post_info_block {
/* margin-top: 20px; */
border: solid 1px #ccc;
background: #ffffff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 0 10px;
}

#cnblogs_post_body {
margin-bottom: 20px;border-left: solid 1px #ccc;
border-right: solid 1px#ccc;
background: #ffffff;
padding: 10px;
border-bottom: solid 1px #ccc;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#comment_nav {
text-align: right;
border: solid 1px #ccc;
background: #ffffff;
border-top: 0px;
height: 30px;
line-height: 30px;
padding-right: 5px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#cnblogs_post_body p {
margin: 10px auto;
text-indent: 0;
}
.entrylistPostSummary {
border: solid 1px #ccc;
background: #ffffff;
border-top: 0px;
border-bottom: 0px;
padding: 5px;
}