#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 85%;
    opacity: 0.8;
    min-width: 1050px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 2px 6px rgba(100,100,100,0.3);
}



#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}


body {
    color: #000;
    background-image: url("//images.cnblogs.com/cnblogs_com/Asumi/1197567/o_timg.jpg");
    background-position: center center;
    background-size:cover;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 15px;
    min-height: 101%;
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 18px;
    font-size: 0.92rem;
    line-height: 1.8461;
    color: #757575;
    float: left;
}


pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    font-size: 16px!important;
    font-family: consolas,monospace !important;
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #fefbf0 !important;
    color: black;
    white-space: pre;
    word-break: normal;
    padding: 10px 15px !important;
}

.hljs-comment,
.hljs-quote {
  color: #800;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-title,
.hljs-name {
  color: #008;
}

.hljs-variable,
.hljs-template-variable {
  color: #660;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
  color: #080;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-number,
.hljs-link {
  color: #066;
}

.hljs-title,
.hljs-doctag,
.hljs-type,
.hljs-attr,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
  color: #606;
}

.hljs-attribute,
.hljs-subst {
  color: #000;
}

.hljs-formula {
  background-color: #eee;
  font-style: italic;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #9B703F
}

.hljs-addition {
  background-color: #baeeba;
}

.hljs-deletion {
  background-color: #ffc8bd;
}

.hljs-doctag,
.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}


#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 46px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid red;
}
/* ignore反对 */
.buryit {
    display: none;
}


.cnblogs_code pre {
    font-family: consolas;
    font-size: 17px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #fefbf0;
}

.cnblogs_code span {
    font-family: consolas !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
}


/*下一页字体颜色*/

/* bundle-SimpleMemory.css (78, 16) */
a:visited {
    color: #ffa07a;
    text-decoration: none;
}

/* bundle-SimpleMemory.css (83, 14) */
a:hover {
    color: #e9967a;
}


/* bundle-SimpleMemory.css (254, 13) */
.postTitle {
    border-left: 3px solid #E9967A;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

/*标题字体*/
/* bundle-SimpleMemory.css (263, 67) */
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #ffa07a;
    transition: all 0.4s linear 0s;
}

/* bundle-SimpleMemory.css (268, 25) */
.postTitle a:hover {
    margin-left: 30px;
    color: #e9967a;
    text-decoration: none;
}

/*下一页的Hover颜色*/
.pager a:hover {
    background: #FFE4E1;
}

.pager {
    font-size: 12px;
    margin: 10px 0;
    text-align: right;
    color: #e9967a;
    line-height: 200%;
}

.pager a {
    box-shadow: 0px 1px 3px #3671a5;
    border: 1px solid #FFFAFA;
    background: #FFFAFA;
    color: #FFA07A;
    transition: all 0.4s linear 0s;
}

a:link {
    color: #ffa07a;
    text-decoration: none;
}

/* bundle-SimpleMemory.css (133, 36) */
#blogTitle h1 a:hover {
    color: #e9967a;
}

/* bundle-SimpleMemory.css (445, 15) */
.CalTodayDay {
    background: #ffa07a !important;
    color: #fff;
    font-weight: bold;
}

/* bundle-SimpleMemory.css (183, 27) */
#navList a:hover {
    color: #e9967a;
    text-decoration: none;
}

/* bundle-SimpleMemory.css (335, 27) */
#sideBar a:hover {
    color: #ffa07a;
    text-decoration: underline;
}

/* bundle-SimpleMemory.css (304, 24) */
.postDesc a:hover {
    color: #ffa07a;
    text-decoration: none;
}



.entrylistPosttitle {
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 3px solid #ffa07a;
    font-size: 20px;
    width: 100%;
}

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
    color: #ffa07a;
    transition: all .4s linear 0s;
}

.entrylistTitle, .PostListTitle, .thumbTitle {
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    color: #ffa07a;
}



.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: #ffa07a;
    font-weight: bold;
}


.comment_btn {
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #ffa07a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}