/* QUOTES
=============================================================================*/
.post{
  font-size: 14px;
}
.post a{
  color: #4183c4;
  text-decoration: none;
  border-bottom: none;
}
.post #cnblogs_post_body ol,
.post #cnblogs_post_body ul{
  padding-left: 25px;
}
.post h2,
.post h3,
.post h4,
.post h5,
.post h6{
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;

}
.post h1 {
  font-size: 28px;
  color: #000;
}

.post h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding-bottom: 10px;
}

.post h3 {
  font-size: 18px;
}

.post h4 {
  font-size: 16px;
}

.post h5 {
  font-size: 14px;
}

.post h6 {
  color: #777;
  font-size: 14px;
}
.post h1+p, .post h2+p, .post h3+p, .post h4+p, .post h5+p, .post h6+p {
  margin-top: 10px;
}

.postTitle, .entrylistPosttitle, .feedback_area_title{
  font-size: 28px;
}
.post ol{
  padding-left: 0;
}
.post img{
  margin: 15px 0;
  max-width: 100%;
}
.post blockquote {
  border: none;
  border-left: 4px solid #e1e1e8;
  padding: 5px 15px;
  color: #777;
  background-color: #f7f7f9;
  margin-left: 0;
}

.post blockquote>:first-child {
  margin-top: 0px;
}

.post blockquote>:last-child {
  margin-bottom: 0px;
}
/* CODE
=============================================================================*/

.post pre, .post code, .post tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.post code, .post tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.post pre {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  box-shadow: 0 0 0 0, 0 6px 12px rgba(34, 34, 34, 0.1);
}

.post pre>code,
.post .cnblogs-markdown pre>code
 {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none !important;
  background: transparent !important;
}


.post pre code, .post pre tt {
  background-color: transparent;
  border: none;
}

.post kbd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #DDDDDD;
    background-image: linear-gradient(#F1F1F1, #DDDDDD);
    background-repeat: repeat-x;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 10px;
    padding: 1px 4px;
}
/* HORIZONTAL RULES
=============================================================================*/

.post hr {
  clear: both;
  margin: 15px 0;
  height: 0px;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 4px solid #ddd;
  padding: 0;
}
/* TABLES
=============================================================================*/

.post table th {
  font-weight: bold;
}

.post table th, .post table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

.post table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.post table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 800px) {
   
   .post h1 {
     font-size: 20px;
   }   
    #mainContent{
      float: left;
      margin-left: 0;
    }
    #sideBar{
      display: none;
    }
    #mainContent .forFlow{
      margin-left: 16px;
    }
}



/*  打赏样式 */
   #diy-donate{
		padding: 10px 0;
		border-left: 4px solid #DDD;
		background-color: #F5F5F5;
	}
	#diy-donate .diy-donate-title{
		margin: 0;
		padding: 0 0 10px 20px;
		font-size: 16px;
		font-weight: lighter;
		border-bottom: 1px solid #DDD;
	}
	.diy-donate-title em{
		font-style: normal;
		color: #4183c4;
	}

	.diy-donate-item{
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 10px 20px;
		font-size: 14px;
		text-align: center;
		color: #666;
	}
	.diy-donate-item img{
		display: block;
		margin: 10px auto 0;
		padding: 4px;
		width: 120px;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	.diy-donate-item em{
		font-style: normal;
		font-weight: bold;
	}

#diy-donate-fixed {
    position: fixed;
    right: 5px;
    top: 220px;
    z-index: 9999;
    width: 46px;
    background: #fff;
    border-radius: 5px;
    border: 5px solid rgba(0,0,0,.2);
}
.post {
padding-right: 50px;
}

#diy-donate-fixed .diy-donate-title {
  margin: 0;
  padding: 0 0 4px;
  text-align: center;
  /* color: #075db3; */
  color: #CC141E;
  background-color: #FFF7DD;
  line-height: 1.4;
}

#diy-donate-fixed .diy-donate-list{
  border-radius: 5px;
}

#diy-donate-fixed .diy-donate-item{
padding: 8px 0 0 0;
line-height: 4px;
}
#diy-donate-fixed .diy-donate-item span {
  display: none;
}
#diy-donate-fixed .diy-donate-item img{
  width: 100%;
  box-sizing: border-box;
  opacity: .2;
  border-radius: 0;
  border: none;
}

#diy-donate-fixed:hover{
  /*width: 130px;*/
  width: 300px;
}
#diy-donate-fixed:hover img {
  opacity: 1;
}
#diy-donate-fixed:hover .diy-donate-title {
  display: none;
}
#diy-donate-fixed:hover .diy-donate-item span {
  display: inline;
}


/* digg */
#div_digg {
  position: fixed;
  float: none;
  right: 5px;
  top: 150px;
  margin: 0;
  padding: 2px;
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: rgba(0,0,0, .2);
}
#div_digg .diggit{
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 0;
  border-radius: 4px;
}
#div_digg .buryit{
  display: none;
}