html, body {
    font: 12px/18px Verdana,"Lucida Grande",Geneva,Arial,sans-serif;
}
#blogTitle {
    height: 90px;
    background: #fff;
    width: 50%;
    clear: both;
    display: inline-block;
}

#navigator {
    background-color: #fff;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    width: 50%;
    float: right;
    display: inline-block;
}

#navList a:hover {
    color: white;
    background-color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}

#blogTitle h1 {
    font-size: 250%;
    font-weight: bold;
    line-height: 70px;
    margin-left: 1em;
    width: 50%;
    float: left;
}

body {
    color: #000;
    background: #f7f7f7;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 101%;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #908f8f;
}

#header {
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.catListTitle {
    background: black;
}

#sideBar {
    width: 18%;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#mainContent {
    min-height: 200px;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -20em;
    margin-right: 20px;
    width: 92%;
}

.newsItem, #blog-calendar {
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #192351;
    line-height: 1.5;
}

.dayTitle {
    width: auto;
    color: #666;
    line-height: auto;
    background-color: #cccc;
    margin: 16px 10px;
    font-size: 12px;
    clear: both;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    display: none;
}
.postTitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: left;
    line-height: 2.5em;
    font-size: 18px;
    width: auto; 
    /* clear: both; */
    display: inline-block;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: black;
    transition: all 0.4s linear 0s;
}
#EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
    background: #666;
    color: white;
    border-radius: 2px;
    display: inline-block;
    padding: 4px;
    text-decoration: none;
}
#EntryTag {
    font-size: 16px;
}









/*

Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/

*/

.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f !important;
  color:white;
  font-size:16px !important;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}
.hljs-keyword,.hljs-built_in{
  color:#66d9ef;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion{
  color: #75715e;
}

.hljs-meta{
  color: #f92672;
}

/*引用框 样式调整为github*/
.postBody blockquote{
  border: none;
  /*github样式搬过来*/
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
  /*隐去默认的引号图片*/
  background: none;    
  /*覆盖默认90%*/
  width: 100%; 
}

#author_profile {
    display: none;
}

#div_digg {
    display: none;
}

#green_channel {
    width: 100%;
}

#post_next_prev {
    font-size: 20px;
}

#green_channel a {
color: #fff !important;
text-transform: uppercase;
background: #60a3bc;
padding: 10px;
border-radius: 5px;
display: inline-block;
border: none;
}

#green_channel a:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.feedbackItem {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.feedbackListSubtitle {
    color: #a6abaa;
    background: #524a4a;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
}

#ad_t2 {
   display: none;
}

.c_ad_block {
    display: none;
}

.commentform {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px;
}

#comment_nav {
   display: none;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 10px;
    font-size: 25px;
    color: #94a09c;
}

div.commentform p {
    margin-top: 28px;
    line-height: 40px;
    color: #94a09c;
    font-size: 20px;
}

div.commentform input.author, div.commentform input.email, div.commentform input.url {
    background-image: none; 
    border-radius: 10px;
    height: 30px;
    font-size: 20px;
}

.commentbox_title_left {
    float: right;
    display: none;
}

.commentbox_title_right {
    float: left;
    height: 22px;
}

div.commentform textarea.comment_textarea {
    width: 97.1%;
    padding: 15px;
    border: 0;
}

.commentbox_title {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    width: 98.5%;
}
.commentbox_main {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}

.comment_btn {
float: right;
color: #fff !important;
text-transform: uppercase;
background: #ed3330;
border-radius: 5px;
display: inline-block;
border: none;
outline: none;
width: 103px;
height: 41px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.comment_btn:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

#commentbox_opt a {
    display: none;
}

.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: white;
}

.feedbackManage {
   padding-right: 40px;
}

.feedbackCon {
    background: white;
    padding: 30px 18px 10px 24px;
}

.comment_digg {
color: #fff !important;
text-transform: uppercase;
background: #ed3330;
border-radius: 5px;
border: none;
outline: none;
padding: 10px;
width: 56px;
height: 29px;
line-height: 29px;
margin-right: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.comment_digg:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.comment_bury {
color: #fff !important;
text-transform: uppercase;
background: #ed3330;
border-radius: 5px;
border: none;
outline: none;
padding: 10px;
width: 56px;
height: 29px;
line-height: 29px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.comment_bury:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

#BlogPostCategory {
    display: none;
}