/**引用**/
#cnblogs_post_body blockquote{margin:1em 0;border-left:5px solid #ddd;padding-left:.6em;color:#555;}


#cnblogs_post_body h2{
  color:#fff;
  padding-left:15px;
  background:#6FA833 !important;
  text-shadow:2px 2px 3px #222222;
  font-family:"微软雅黑" , "宋体" , "黑体" ,Arial;
  margin-bottom:5px;
}

#cnblogs_post_body h3{
  color:#6FA833;
  border-left: 13px solid #6FA833;
  padding:5px;
  background-color:#f5f5f5;
}
#cnblogs_post_body h4{
  color:#cd4900;
  border-bottom:1px solid #cd4900;
}

#cnblogs_post_body pre{
  background-color:#f8f8f8;
  padding:6px 10px;
  border:1px solid #ccc;
  line-height:19px;
  font-size:13px;
  overflow:auto;
  border-radius:3px;
}

#div_digg{
  position:fixed;
  bottom:10px;
  right:250px;
  padding:10px;
  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);
}

#toTop:hover{
  background-position:left top;
}

#toTop{
  background:url(https://images.cnblogs.com/cnblogs_com/marvin/640133/o_o_toTop.png) no-repeat -70px top;
  width:57px;
  height:57px;
  overflow:hidden;
  position:fixed;
  right:450px;
  bottom:17px;
  cursor:pointer;
	}

/**标签样式**/
#MyTag1_dtTagList a,#EntryTag a,.catListTag a{
  background-color:#6FA833 !important;
  color:#FFFFFF !important;
  padding:1px 3px 1px 3px;
  border-radius:3px;
}

#blog_post_info{
  padding:5px 5px;
  margin-bottom:10px;
  margin-top:10px;
  border:#019875 1px dashed;
  font-size:9pt;
  color:#019875;
}

#green_channel{
  padding:5px 5px;
  border:none;
}

#author_profile_info{
  margin-top:10px;
}

a:hover{
  color:red;
  text-decoration:underline;
}

#div_digg{
  width:140px;
}

.cnblogs-markdown code{
  border:none !important;
}

div.dayTitle{
  background-color:silver;
}

div.dayTitle a{
  color:green;
}

div.postTitle{
  margin-bottom:10px;
  border-left:10px solid #cd4900;
  border-bottom:none;
  padding:10px 5px;
  font-size:200%;
  font-weight:100;
}

div.postTitle a{
  color:green !important;
  font-weight:bold;
}

div.day{
  margin-bottom:10px;
  border-bottom:1px solid #000;
}

/**分类列表标题**/
div.entrylistItem{
  margin-bottom:10px;
  border-bottom:1px solid #000;
}

div.entrylistPosttitle{
  background-color:#6FA833;
  font-family:"微软雅黑" , "宋体" , "黑体" ,Arial;
  font-size:133%;
  padding:5px 5px;
}

div.entrylistPosttitle a{
  color:white
}

/**背景颜色**/
#home{
  background:-moz-linear-gradient(#F5F5D5,#f5f5d0);/* FF3.6+ */
  background:-ms-linear-gradient(#F5F5D5,#f5f5d0);/* IE10+ */
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5D5', endColorstr='#f5f5d0',GradientType=0 );/* IE6-9 */
}
#mainContent{
  background:none;
}
#sideBar{
  background:none;
}

div.forFlow{
  background:none;
  border:1px dashed #4f4f4f;
}

li.recent_comment_body{
  color:gray!important;
}

li.recent_comment_author{
  color:green!important
}

#sideBar h3{
  font-size:200%;
  margin-bottom:5px;
  border-left:8px solid #6FA833;
  padding:5px;
  border-bottom:1px dashed #000;
  color:#cd4900;
}

#sideBar a{
  color:#000;
}

/**评论样式**/
.feedbackItem{
  border:1px dashed #676767;
  background-color:#FAFAFF;
  margin-bottom:5px;
  margin-top:20px;
  line-height:150%;
}

div.feedbackCon{
  color:#000 !important;
}

.feedbackListSubtitle{
  font-weight:bold;
  border-bottom:dotted 1px #ccc
}