body {
  /*font-family: 'Comic Sans MS', '华文中宋', 'Trebuchet MS', 'Consolas', 'Courier New',Georgia, Verdana, serif;*/
  font-family: 'Consolas', 'Courier New',Georgia, Verdana, serif;
  font-size: 0.95em;
  /*background-color: #eee;*/
}

#header {
    text-align: center;
}

#navigator {
    margin: 0 auto;
    width: 245px;
}

#main, #footer {
    margin: 0 auto;
    max-width: 1240px;
}

#sideBar {
    border-top-width: 1px;
}

pre > code {
  font-size: 14px!important;
}

code {
    color: #111111;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 120%;
    background-color: pink;
    border-radius: 5px;
    margin: 1px 3px;
}

#navigator {
    /*padding-left: calc(50% - 70px);*/
    font-weight: bold;
}

#blogTitle {
    padding: 0 16px;
}
#blogTitle .title {
    font-size: 15pt;
}

/*
#navList li {
    margin-right: 0;
    width: 56px;
    text-align: center;
}*/

.postDesc {
    border-bottom: 1px dashed #999;
    text-align: left;
    padding-bottom: 0;
}
.postDesc > a {
    color: #999;
}
.postDesc > a:hover {
    text-decoration: underline;
}

.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: none;
    margin: 10px 0 5px;
}

.postTitle a {
    font-size: 1rem;
    border-left: 4px solid #ccc;
    padding-left: 8px;
    display: inline-block;
    width: 100%;
}

.catListTitle {
    padding-left: 8px;
}

/* 搜索框样式 */
input.btn_my_zzk {
    padding-left: 10px;
    padding-right: 10px;
    background-color: wheat;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    text-shadow: 0 1px 1px #ccc;
    margin-left: -3px;
}
.input_my_zzk {
    width: 100px;
    vertical-align: middle;
    height: 20px;
    border: 1px solid wheat;
    border-radius: 5px 0 0 5px;
}


/* 博客首页的“下一页”链接样式 */
#nav_next_page {
    text-align: center;
}
#nav_next_page > a {
    border: 1px solid #9aafe5;
    color: #2e6ab1;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}

/* 文章区在左，边栏在右 */
#mainContent {
    float: left;
}
#sideBar {
   float: right; 
}

/* code 标签样式 */
code {
  font-family: Consolas,"Courier New",Courier,FreeMono,monospace;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  background-color: pink;
  border-radius: 5px;
  margin: auto 3px;
}


/* 照片自适应屏幕显示 */
#img {
  width: auto;
  max-width: 493px;
}
@media (max-width: 768px) {
  #img {
    width: 100%;
  }
}

/* 页脚样式 */
#footer {
     text-align: left;
     padding-left: 14px;
}