body {
    background-color: #ECECED;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    display: inline-block;
    color: #333;
    font-size: 30px;
    margin: 10px 0;
}
.catListTitle {
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #dedede;
}
.blogStats span {
    color: #333;
}
a,
a:hover {
    text-decoration: none;
}
.postTitle a:hover {
    color: darkorange;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active,
.catListTitle,
a,
.helloxjn,
.helloxjn:hover,
.postTitle a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blogStats,
#bannerbar,
#top_nav,
#blogTitle,
#sidebar_shortcut,
#sidebar_search,
#sidebar_categories,
#sidebar_topviewedposts {
    display: none!important;
}
#navList li:nth-child(5),
#navList li:nth-child(4) {
    display: none;
}
.dayTitle a{
    color: #777;
}
#navigator {
    background-color: #fff;
}
#navList a:link, 
#navList a:visited, 
#navList a {
    color: #333;
}
#navList a:hover,
#navList a:active {
    color: #ddd;
}
.helloxjn{
    clear: both;
    overflow:hidden;
}
.helloxjn a{
    float: left;
    color: #68a7eb!important;
}
.dayTitle a:hover,
.helloxjn a:hover{
    color: darkorange!important;
}
div.my {
        height: auto;
    }

    a.my {
        display: inline-block;
        height: 1.8em;
        line-height: 1.8em;
        padding-left: 10px;
        font-size: 1em;
        text-decoration: none !important;
        color: #2083ec;
        border-radius: 5px;
        margin-left: 1em;
    }
    
    a.my:hover {
        color: #ff6700;
        transform: translateX(10px);
    }
