body {
    background: #333;
    color: #ddd;
}

a,
a:active,
a:link,
a:visited {
    color: #64D8FF;
}

#main {
    position: relative;
    width: auto;
    margin: 0 auto;
    display: flex;
}

#blogTitle {
    height: 200px;
}

#blogTitle h1 {
    font-size: 30px;
    width: 100%;
    padding-top: 50px;
    line-height: 100px;
    text-align: center;
    margin-left: 0;
}

#blogTitle h2 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
}

#navigator {
    padding: 30px 0;
    background: none;
    border-bottom: 2px solid #000;
}

#navList {
    float: none;
    text-align: center;
}

#navList li {
    display: inline-block;
    padding: 0 30px;
    line-height: 100%;
    float: none;
}

#navList li {
    border-right: 1px solid #000;
    display: inline-block;
    float: none;
}

#navList li:last-child {
    border: none;
}

#navList li a {
    border: none;
}

#navList li a:hover {
    background: none;
    color: #f80;
}

#mainContent {
    margin-right: 30px;
    float: none;
    margin-left: 0;
    //width: auto;
}

#mainContent .forFlow {
    //min-height: 1000px;
}

#mainContent p a {
    color: #64D8FF;
}

#mainContent .forFlow {
    margin: 20px 0 0;
    //background: #fcfcfc;
    //padding: 20px;
}
.headermaintitle {
    animation: bling 3s infinite linear;
}
#post_detail {
    clear: both;
    padding: 20px;
    margin-bottom: 30px;
    background: #fcfcfc;
}

#comment_form {
    margin: 0;
    background: #fcfcfc;
    padding: 20px;
}

#header {
    border-top: 10px solid #000, 10px solid #333, 10px solid #666;
    border-bottom: none;
}

.blogStats {
    margin-top: 0;
}

.Cal {
    background: #222;
}

.CalTitle {
    background: #222;
    color: #999;
}

.CalDayHeader {
    border: none;
    padding: 10px;
    color: #999;
    font-weight: bold;
}

.Cal td {
    color: #ddd;
}

.Cal .CalOtherMonthDay {
    color: #666;
}

.Cal .CalWeekendDay {
    color: #f90;
}

.Cal .CalTodayDay {
    color: #64D8FF;
    transform: scale(1.5);
    text-shadow: 0 0 10px #0ff;
}

.input_my_zzk {
    background: #222;
    color: #fff;
    border: none;
}

.input_my_zzk:focus {
    outline: 1px solid #64D8FF;
}

input.btn_my_zzk {
    height: 20px;
    background: #fff;
    border: none;
    color: #333;
    cursor: pointer;
}

input.btn_my_zzk:hover {
    background: #64D8FF;
}

#post_detail:after {
    content: ' ';
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

#tbCommentBody {
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
    padding: 10px;
}

#topics .postTitle {
    font-size: 220%;
    line-height: 2.5em;
}

#sideBar {
    //position: absolute;
    background: #333;
    width: 300px;
    //top: 0;
    //right: 0;
}

#author_profile_detail a,
#comment_form a {
    color: #64D8FF;
}

.day:after {
    width: 200%;
    content: ' ';
    background: -webkit-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: -moz-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    height: 3px;
    display: block;
    position: relative;
    top: 10px;
    margin-bottom: 20px;
    opacity: 0.7;
    animation: show 2s infinite linear;
}
@keyframes show {
            0% {
                transform: translateX(-50%);
            }
            100% {
                transform: translateX(0);
            }
        }
.day .postDesc {
    color: #aaa;
}

.day .dayTitle {
    border: none;
}

.day .postTitle {
    border: none;
}

.day .dayTitle a:link {
    color: #ddd;
}

.postDesc a:active,
.postDesc a:link,
.postDesc a:visited,
.postTitle a:link,
.postTitle a:visited {
    color: #64D8FF;
}

.postSeparator {
    background: #000;
    height: 2px;
    border: none;
    position: relative;
    top: 10px;
    //opacity: .7;
    margin-bottom: 20px;
}

#footer {
    padding: 30px 0;
    border-top: 2px solid #000;
}

.feedbackListSubtitle a[target="_blank"] {
    color: #f60;
}
@media only screen and (max-width: 768px) {
    #main {
        display: block;
        margin: 0 auto;
        padding 0 2px;
    }

    #post_detail {
        padding: 5px;
    }

    #navList {
        font-size: 0;
    }

    #navList li {
        padding: 0;
        font-size: 16px;
    }

    #navList a {
        height: 1.2em;
        padding: 0 8px;
        line-height: 1.2em;
        width: auto;
        padding: 2px 10px;
    }

    #blogTitle {
        height: 80px;
    }

    #blogTitle h1 {
        padding-top: 0;
        line-height: 1.5em;
    }

    #navigator {
        height: auto;
        padding: 5px 1px;
    }

    #topics .postTitle {
        font-size: 130%;
        line-height: 1.5em;
    }

    .blogStats {
        float: none;
    }
}
@keyframes bling {

    0% {
        color: #111;
        text-shadow: 0 0 10px #111;

    }
    16% {
        text-shadow: 0 0 10px #111;
        color: #111;
    }
    17% {
        color: #64D8FF;
        text-shadow: 0 0 10px #64D8FF;
    }
    22% {
        color: #64D8FF;
        text-shadow: 0 0 10px #64D8FF;
    }
    23% {
        text-shadow: 0 0 10px #111;
        color: #111;
    }
    28% {
        text-shadow: 0 0 10px #111;
        color: #111;
    }
    29% {
        text-shadow: 0 0 10px #64D8FF;
        color: #64D8FF;
    }
    34% {
        text-shadow: 0 0 10px #64D8FF;
        color: #64D8FF;
    }
    35% {
        text-shadow: 0 0 10px #111;
        color: #111;
    }
    60% {
        text-shadow: 0 0 10px #111;
        color: #111;
    }
    61% {
        text-shadow: 0 0 10px #64D8FF;
        color: #aff;
    }
    100% {
        text-shadow: 0 0 10px #64D8FF;
        color: #aff;                
    }
}