body {
    background: #eee;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    text-shadow: 0 0 1px transparent;
    color: #505050;
}

#comment_form_container .comment_textarea {
    width: 97%;
}

#comment_form_container {
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.feedbackItem {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.feedback_area_title {
    font: normal normal 16px/35px "Microsoft YaHei";
    margin: 10px 0 30px;
    border-bottom: 1px solid #cccccc;
    font-size: 25px;
    padding: 20px 0;
}

#home {
    width: 75%;
    border-radius: 10px;
}


.postTitle {
    border-left: 3px solid #0593d3;
    font-size: 30px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0593d3;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff;
    margin-bottom: 35px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 10px 10px 10px #ddd;
    margin-bottom: 30px;
    word-wrap: break-word;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    word-wrap: break-word;
}


#blog-sidecolumn h3, .newsItem h3 {
    padding: 15px 20px;
    font-size: 1em;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    font-size: 20px;
}

#sideBar a {
    color: #757575;
    text-decoration: none;
    color: #258fb8;
}

#sideBar h3 {
    font-size: 18px;
    text-shadow: 0 0 1px transparent;
    color: #505050;
}

#sideBarMain ul {
    font-size: 14px;
    padding: 3px 20px;
}

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    padding: 5px 15px;
}

#main #mainContent .postCon {
    background-color: #f4f4f4;
    border: 1px solid #dee1e0;
    border-radius: 5px;
}
#main #mainContent .c_b_p_desc {
    color: #4d4d4d;
    font-size: 16px;
    padding: 3px 10px;
    position: relative;
}


.c_b_p_desc_readmore {
    padding-left: 5px;
    display: none;
}

#topics .postTitle {
    padding-left: 0px;
    font-size: 30px;
}


#green_channel {
    font-size: 15px;
    width: auto;
}


.blog_comment_body {
    word-wrap: break-word;
    overflow: hidden;
    background: #B2E866;
    float: left;
    padding: 8px 12px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    margin-left: 33px;
    max-width: 500px;
}