#header {
    width: 22%;
    min-width: 300px;
    color: #000;
    background: #fff;
}
#blogTitle {
    min-height: 120px;
    clear: both;
     background: #fff;
}
#sideBar {
    width: 22%;
    min-width: 300px;
    min-height: 200px;
    float: left;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
   
}

#blog-calendar {
    width: 80%;
    margin: 30px auto;
}

#mainContent .forFlow {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    min-height: 100%;
    width: 72%;
    padding: 2.5%;
background: #f5f5f5;
    min-width: 600px;
}
 

body {
    color: #000;
    background: #fff;
    font-family: "Comic Sans MS","微软雅黑","verdana","ms song","宋体","Arial","Helvetica","sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    min-height: 101%;
}

.newsItem {
    padding: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    text-align: left;
    color: #3A5475;
    border: 2px dashed !important;
margin-left: 15px;
}
 

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    color: #3A5475;
        margin-left: 50px;
}

#navList {
    font-size: 110%;
    width: 100%;
    min-height: 30px;
    float: left;
    border-radius: 0 5px 0 0;
    border:0;
}
.CalTitle {
    width: 100%;
    background: #fff;
    color: black;
    border-bottom: 1px solid #666;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 90%;
    clear: both;
    padding: 5%;
    background-color: #E9F2F9;
    border-radius: 10px;
    font-family: "宋体";
    background: #eaeaea;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
.dayTitle {
    width: 100%;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 140%;
    margin-top: 3px;
    margin-bottom: 10px;
    clear: both;
    border-bottom: 2px dashed #3A5475;
    text-align: center;
    padding: 10px;
}
#blogTitle h1 a:visited, #blogTitle h1 a:link {
    color: #3A5475;
}


.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #3A5475;
    font-size: 120%;
    margin: 20px 0;
    display: block;
    margin: 8px auto;
}


.catListTitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 150%;
    margin: 15px 0;
    text-align: right;
    color: #3A5475;
    text-align: center;
border: 0;
border-top: 2px dashed;
   padding: 15px 0 0 0;
   clear:both;
}


#sideBarMain ul {
    line-height: 1.5em;
    text-align: left;
    margin-left: 100px;
}

#sidebar_postarchive ul li a{
font-size:120%;
line-height: 35px;
}

.catListTag ul li a{
font-size:120%;
line-height: 35px;
}
#TopViewPostsBlock ul li a{
font-size:120%;
line-height: 35px;
}
.catListLink  ul li a{
font-size:120%;
line-height: 35px;
}

.catListLink  ul li{
list-style: none;
float: left;
margin: 0 15px;
}


#lnkBlogLogo {
    background-image: none;
    height: auto;
}

 .input_my_zzk {
    width: 220px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 8px;
}

#btnZzk {
    width: 63px;
    border: 1px solid #ccc;
    height: 30px;
    cursor: pointer;
   color:#3A5475;
}

#btnZzk:hover{
color: #fff;
background:#3A5475
}

 
.postSeparator {
clear: both;
height: 5px;
border-top: 5px dashed #27CCC0;
width: 100%;
clear: both;
float: right;
margin: 35px auto 35px auto;
}

.Cal {
    border: none;
    color: #3A5475;
}
.CalTitle {
    color: #3A5475;
}

.CalTodayDay {
    font-size: 22px;
    color: #27CCC0;
}



.blogStats {
    float: left;
    color: #3A5475;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
    border:0;
    margin-left: 65px;
}


#navList a:hover {
    color: #fff;
    background-color: #3A5475;
    text-decoration: none;
}


#navigator {
    width: 100%;
    float: left;
    border-top: 2px dashed #3A5475;
}

 a:hover {
    color: #1ABC9C;
    text-decoration: none;
}
.dayTitle a:link {
    color: #1ABC9C;
    text-decoration: none;
}

.postDesc {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
}


::selection { background:#1ABC9C;color:#fff }
::-moz-selection { background:#1ABC9C;color:#fff }