.aw-center {
    text-align: center;
    margin: 0 auto;
}
#index-container {
    margin-top: 1em;
    max-width: 756px;
}
.aw-index-main .post-meta {
    margin: 0;
    font-size: 14px;
}
.aw-index-main .post {
    padding: 20px 0 20px;
}
.aw-index-main .post-title {
    margin: 0;
    margin-top: 5px;
    font-size: 1.5em;
    
}

a{ color:#d10b2f; }

.container {
    padding: 0 20px;
}
.aw-post-main {
    text-align: left;
    font-size: 15px;
    margin: 0 auto;
    max-width: 756px;
}
.aw-post-main .post-meta {
    margin-bottom: 20px;
}
.post-title, .post-meta {
    text-align: center;
    font-family: ubuntu, "Noto Serif SC";
}

body, h1, h2, h3, h4, h5, h6{
    font-family: ubuntu, "Noto Serif SC";
    font-size: 15px;
}
.description, .site-name {
    font-family: "Noto Serif SC", "Droid Serif", Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei","Microsoft Yahei", serif;
}

.comment-list li {
    border-radius: 5px;
    box-shadow: #b1b1b1 0px 1px 5px 0px;
}

button.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  padding: 8px 15px;
  border-radius: 3px;
  outline: none;
  border: 0;
  font-size: 15.5px; }

button.sm {
  padding: 4px 10px; }

.btn {
  box-shadow: 0px 0px 2px 0px #9ca2a9; }

.btn:hover, .ark-light .btn:active {
  box-shadow: 0px 0px 5px 0px #9ca2a9; }
  
.btn.light {
  background: linear-gradient(#fff, #f0f0f0);
  color: #000;
  border: 1px solid #9ca2a9;
  border-bottom: 2px solid #9ca2a9; }

.btn.light:hover {
  background: linear-gradient(whitesmoke, #e6e6e6);
  border: 1px solid #8e959d;
  border-bottom: 2px solid #8e959d; }

.btn.light:active {
  background: linear-gradient(#e0e0e0, #d1d1d1);
  border: 1px solid #7b838d;
  border-bottom: 2px solid #7b838d; }

#header {
    box-shadow: inset 0 -15px 35px -15px #000;
    padding-top: 8%;
    background-size: cover;
    background-position: center top;
}
#nav-menu {
    margin: 25px 0 0;
    padding: 0;
}
#nav-menu a {
    display: block;
    margin: 0 20px 10px 0;
    height: 32px;
    line-height: 32px;
    float: left;
    padding: 0;
    border: 0;
    color: #fff;
    box-sizing: border-box;
}
#nav-menu a:hover, #nav-menu .current {
    background: 0;
    border-bottom: 1px solid #fff;
}
#logo {
    font-size: 2.5em;
    color: #fff;
}
.site-search { display: none; }
#search button {
    outline: 0;
}
#search button {
    position: absolute;
    right: -8px;
    top: 2px;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    background: 0;
    direction: ltr;
}
.submit:not(:disabled) {
    cursor: pointer;
}
.sr-only {
    border: 0;
    height: 1px;f
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#search {
    position: relative;
    margin-top: 15px;
}
.description {
    color: #fff;
}
.post-title {
    font-size: 23px;
}
.post-content {
    font-size: 16.25px;
}