body {
    color: #000;
    background-color: #f9fce9;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#home {
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    margin-top: 0px;
    padding 10px;
    margin-bottom: 0px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    background-color: rgb(3,38,58);
}

a:visited {
    color: #0084ff;
    text-decoration: none;
}

a:visited {
    color: #0084ff;
}




#header {
    margin-top: 10px;
    box-shadow: 1px 1px 9px 5px #0084ff;
    border-radius: 5px;
}

#blogTitle {
    height: 60px;
    clear: both;
    padding-top: 1px;
    text-align:center;
}

#blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 15px;
}

#blogTitle h1 a {
    color: #0084ff;
    font-size: -webkit-xxx-large;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.846153846;
    color: green;
    margin: auto;
    width: 100%;
}


#navigator {
   font-size: 20px;
    height: 62px;
    border-top: solid 2px #0084ff;
    border-bottom: none;
    width: 100%;
    margin: auto;
}

#navList {
    min-height: 30px;
    width: 50%;
    margin: auto;
    float:none;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #8a8989;
    font-weight: bold;
}

.catListTitle {
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    background-color: lightgoldenrodyellow;
    box-shadow: 0px 1px 3px #0084ff;
    text-align: center;
}

.CalTitle {
    background: #6293bb;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
}

.CalTitle td {
    background: background: #fafad2 !important;
    border: 0px !important;
    color: #000;
    text-align: center;
}

.CalTitle td {
    background: #fafad2 !important;
}



.CalDayHeader {
    height: 25px;
    background: #F8F8F8;
    font-weight: 100;
    color: #0084ff;
}

.CalTodayDay {
    background: #f5f5f5 !important;
    border: solid 2px #0084ff;
   font-color:black;
    border-color: #0084ff;
    font-weight: inherit;
}

.CalTodayDay {
    color: #0084ff;
}

#blog-calendar {
    width: 230px;
    box-shadow: 0 1px 3px #0084ff;
    padding-bottom: 5px;
    margin-bottom: 35px;
    border:none;
    background-color: white;
}



#mainContent {
      min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    width: 100%;
    border-right: none;
    border-width: 0px;
}

#mainContent .forFlow {
    float: none;
    width: auto;
    padding-right: 65px;
    padding-left: 65px;
    padding-bottom: 15px;
    padding-top:25px;
    margin-top: 4px;
    margin-left: 300px;
    margin-right:5px;
    box-shadow: 0px 1px 5px 3px #0084ff;
    background-color: #F7EED6;
    border-radius:5px;
}

#sideBar {
        width: 230px;
    min-height: 200px;
    padding: 15px 0px 0px 0px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0px 1px 5px 3px #0084ff;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 4px;
    font-size: 15px;
    border-radius:5px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff;
    margin-bottom: 35px;
    word-wrap: break-word;
    box-shadow: 0px 1px 3px #0084ff;
    padding-left: 15px;
    padding-right: 15px;
}


#MySignature {
    color: #0084ff;
    font-size: xx-large;
}

#blog_post_info_block {
    margin-top: 20px;
    border-top: solid 2px lightgray;
    padding-top: 5px;
    border-bottom: solid 2px lightgray;
    padding-bottom: 5px;
}

#comment_nav a {
    padding-left: 10px;
    font-size: 25px;
    color:#0084ff;
}

.comment_btn {
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #0084ff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #0084ff;
}

.div_my_zzk {
    width: 163px;
    position: relative;
}

.input_my_zzk {
    border: 1px solid #0084ff;
    width: 100%;
    height: 25px;
    padding-right: 30px;
    padding-left: 5px;
}