#home{
    font: 16px/1.6em "Microsoft JhengHei","lucida grande", "lucida sans unicode", lucida, "Helvetica Neue", helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    text-indent: 2em;
    margin:auto;
    padding:auto;
    text-indent:0;
}


#navigator {
  background: #eee;
  border:none;
  border-bottom: 1px solid #086fa1;
  border-width: 1px;
  height: 30px;
  line-height: 30px;
}
#navList li {
  font-size: 16pt;
  margin-right: 0px;
  padding:0px 10px 0px 10px;
}
#navList li:hover {background-color: #086fa1;}
#navList li a:hover {
  color:#fff;
}


#mainContent{
    margin-left: -326px;
}
.forFlow{
    margin: 0 16px 0 350px;
}
.forFlow .day{
    padding-top:20px;
}
.forFlow .day:hover{
    background: #eee;
}




#sideBar{
    width:300px;
    background: url(//imglf3.lf127.net/img/1553236063851105.png) #ccc;
    color:#000;
    border:none;
}
#sideBarMain{
    padding: 10px;;
}
#sidebar_news, #profile_block,#sidebar_categories {
  text-align: center;
}
#leftcontentcontainer h3{
    border-bottom: 1px solid #ddd;
}



.postTitle{
    border-bottom: none;
    margin: 0px 0 10px;
}
.postTitle a{
    color: #086fa1;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
}

#post_detail .postTitle{
     border-bottom: 1px dashed #999;
     margin-top:30px;
     margin-bottom: 30px;
 }
#post_detail .postTitle a{
     font-size: 36px;
 }
 .blogpost-body blockquote {
  background: #eee;
  border: none;
  margin: 10px 0;
  padding: 5px 10px;
  color: #555;
  border-radius: 10px;
}






 @media screen and (min-width: 1401px) {
#home{width: 1400px}
}
@media screen and (max-width: 1401px) {
#home{width: 100%}
#sideBar{width:200px;}
#mainContent{margin-left: -226px;}
.forFlow{margin: 0 16px 0 250px;}
}