body{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    margin:0;
}
#home {
    font-size: 16px;
    font-family: "Lucida Console";
    word-wrap: break-word;
    position: relative;
    line-height: 1.5;
}

.postTitle, .entrylistPosttitle, .entrylistItemTitle {
  font-size: 120%;
}
/*日期标题*/
.dayTitle {
    font-size: 20px;
}
/*一下是评论相关内容*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#000000;
    border-bottom:solid 6px #000000;
    background-color: white;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    color:#000000;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #000000;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:0;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:940px;
    max-width:650px;
    min-width:650px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
    font-weight:normal;
}
.feedbackManage + a[href^="#"] {
    background-color: white;
    display: block;
    width: 50px;
    height: 25px;
    position: absolute;
    color: black;
    font-size: 133%;
    text-align: center;
    left: 15px;
}
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:40px;
    width:90px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#000000;
    color:#fff;
}
#commentbox_opt a {
    font-size: 15px;
}

.commentbox_title_left {
    padding-top: 15px;
    font-size: 20px;
}
.commentbox_title_right {
    padding-top: 20px;
}

div.commentform p {
  margin-top: 10px;
  line-height: 20px;
  font-size: 15px;
}
#author_profile {
  float: left;
  width: 280px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  margin-left: 0;
  font-size: 17px;
}
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
.topicListFooter {
    font-size: 20px;
}
.pager {
    font-size: 20px;
}
.postBody{
	font-size:110%;
}