body{
        background:#f4f4f4;
}
#home{
        min-width:980px;
        width:100%;
}
#blogTitle{
        width:980px;
        margin:0 auto;
        margin-top:80px;
        height:120px;
}
#blogTitle h1 a{
        font-size:36px;
        color:#5a8fac;
}
#blogTitle h1 a:hover{
        color:#005580;
}
#navigator{
        position:fixed;
        min-width:980px;
        width:100%;
        margin-top:0;
        display:-moz-flex;
        display:-webkit-flex;
        display:-ms-flex;
        display:flex;
        -moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
        top:0;
        z-index:10000;
        background-color:#333f45;
}
#navList a:link, #navList a:visited, #navList a:active{
        color:#5a8fac;
        text-decoration:none;
}
#navList a:hover{
        color:#e9e7cf;
        text-decoration:none;
}
#main{
        width:980px;
        margin:0 auto;
}
#sideBarMain{
        margin-right:5px;
}
.newsItem .catListTitle,#blog-sidecolumn .catListTitle{
        color:#3c3b3b;
        border:1px solid rgba(160, 160, 160, 0.3);
        border-radius:3px;
        background:#4c9ed9;
}
#blog-news,#sideBarMain ul{
        border-left-width:2px;
        border-left-style:solid;
        border-left-color:#4c9ed9;
        margin-left:2px;
        padding-left:11px;
}
.catListLink ul li,.catListPostCategory ul li{
        margin:.5em 0;
}
.mySearch .input_my_zzk{
        height:24px;
        line-height:24px;
        border:1px solid rgba(160, 160, 160, 0.3);
        border-radius:3px;
        padding-left:2px;
}
input.btn_my_zzk{
        height:24px;
        border-radius:3px;
        border:1px solid #4c9ed9;
        background-color:#4c9ed9;
        color:#fff;
        cursor:pointer;
}
#footer{
        color:#4c9ed9;
}