a, a:hover, a:visited {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body {
}

#home {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: url("https://images.cnblogs.com/cnblogs_com/tongqj/645780/o_main_background.png") no-repeat;
}

    #home #header {
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0px;
        top: 0px;
        right: 0px;
        background-color: #333;
        box-shadow: rgb(34, 34, 34) 2px 2px 10px 0px;
    }

        #home #header #blogTitle {
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -400px;
            width: 200px;
            height: 100%;
        }

            #home #header #blogTitle h1 {
                margin: 0px;
                line-height: 32px;
                height: 40px;
            }

        #home #header #navigator {
            position: absolute;
            left: 50%;
            top: 0px;
            height: 40px;
            margin-left: -200px;
            line-height: 40px;
        }

            #home #header #navigator #navList li {
                float: left;
                width: 100px;
                text-align: center;
                font-size: 16px;
            }

                #home #header #navigator #navList li:hover {
                    background-color: #444;
                }

                #home #header #navigator #navList li a {
                    color: #ccc;
                    text-shadow: 3px 3px 3px #000;
                }

                #home #header #navigator #navList li:hover a {
                    color: #fff;
                }

            #home #header #navigator .blogStats {
                display: none;
            }

    #home #main {
        position: absolute;
        left: 0;
        top: 48px;
        bottom: 0px;
        width: 100%;
        overflow: auto;
    }

        #home #main #mainContent {
            position: absolute;
            left: 50%;
            width: 800px;
            top: 0px;
            margin-left: -400px;
            background-color: white;
        }

            #home #main #mainContent .forFlow .day {
                padding: 6px;
                margin-bottom: 10px;
                font-size: 14px;
                border-bottom: 1px dashed green;
            }

                #home #main #mainContent .forFlow .day .postTitle {
                    margin: 5px 0px;
                    font-size: 18px;
                }

            #home #main #mainContent #topics .post .postTitle {
                margin: 16px 0px;
                border-left: 8px solid green;
                padding-left: 10px;
                line-height: 40px;
            }

                #home #main #mainContent #topics .post .postTitle a {
                    font-size: 24px;
                    vertical-align: top;
                    color: black;
                }

            #home #main #mainContent #topics .post .postBody {
                border-top: 1px solid #000;
                padding: 0px 6px;
            }

                #home #main #mainContent #topics .post .postBody #cnblogs_post_body p {
                    font-family: 'Microsoft YaHei','sans-serif';
                    font-size: 16px;
                    line-height: 30px;
                }

                #home #main #mainContent #topics .post .postBody #cnblogs_post_body h2 {
                    font-size: 18px;
                    font-weight: bold;
                    padding: 4px;
                    background-color: #2B6695;
                    border-radius: 4px;
                    text-shadow: 3px 3px 3px #000;
                    color: white;
                    box-shadow: 0 0 0 1px #2B6695, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
                }

                #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #green_channel {
                    float: left;
                    margin: 0px;
                }

                #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #author_profile {
                    width: 120px;
                    margin: 0px 0px 0px 20px;
                }

                    #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #author_profile #author_profile_info .author_avatar {
                        height: 52px;
                        padding: 0px;
                    }

                    #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #author_profile #author_profile_follow{
                        display:none;
                    }

                #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #div_digg {
                    margin: 0px;
                    height: 52px;
                }

                    #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #div_digg .diggit {
                        margin: 0px;
                    }

                    #home #main #mainContent #topics .post .postBody #blog_post_info_block #blog_post_info #div_digg .buryit {
                        margin: 0px;
                    }

        #home #main #sideBar {
            position: absolute;
            left: 50%;
            width: 200px;
            height: 40px;
            overflow: hidden;
            margin-left: -620px;
            padding: 0px 4px 10px 4px;
            font-size: 14px;
            background-color: white;
            transition: height ease 0.7s;
        }

            #home #main #sideBar:hover {
                height: 900px;
            }

    #home #footer {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 0px;
        height: 20px;
        width: 800px;
        margin-left: -400px;
    }


#Header2_HeaderTitle {
    color: white;
    font-size: 22px;
}

#MyLinks1_XMLLink, #digg_tips, #site_nav_under, #ad_under_post_holder, #under_post_news, #google_ad_c2, #under_post_kb, #HistoryToday, #calendar {
    display: none;
}

#tbCommentBody {
    width: 794px;
    height: 80px;
}

#TopViewPostsBlock ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}