/*-------随笔显示样式-----*/
#cnblogs_post_body h1 {
	color: #FF6699;
	margin: 10px 0;
	padding: 0;
	font-size: 155%;
}
#cnblogs_post_body h2 {
	color: #FF0000;
	margin: 10px 0;
	padding: 0;
	font-size: 140%;
}
#cnblogs_post_body h3 {
	color: #FF0055;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-size: 125%;
}
#cnblogs_post_body h4 {
	color: #FF0055;
	margin: 10px 0 10px 20px;
	padding: 0;
	font-size: 110%;
}
#cnblogs_post_body img {
	border: none;
}
#cnblogs_post_body strong {
	font-weight: bold;
	color: #000000
}
#cnblogs_post_body table {
	margin-left: 10px;
	padding: 0px;
	width: 650px;
}
#cnblogs_post_body p {
	padding-left: 20px;
}
.postTitle {
	float: left;
	width: 100%;
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
	font-size:16px;
	font-weight:blod;
}
.postTitle a{  
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
	font-size:16px;
	font-weight:blod;
}
pre {
	width: 97%;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
}
* html pre {
	width: 97%;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space : normal;       /* Internet Explorer 5.5+ */
}
table pre {
	width: 420px;
}
#cnblogs_post_body ul {
	margin-left: 20px;
}
#cnblogs_post_body ul li {
	list-style-type: disc;
	margin-left: 20px;
}
#cnblogs_post_body {
	font-size: 116%;
	float: left;
}
/*-----代码样式----*/
.csharpcode {
	background: #fbedbb;
	border: #c0c0c0 1px solid;
	padding: 5px;
	margin: 0 40px 0 20px;
	font-family: "微软雅黑", Verdana, Helvetica, Arial, "宋体", sans-serif;
}
#cnblogs_post_body .code {
	background: #fbedbb;
	border: #c0c0c0 1px solid;
	padding: 5px;
	margin: 0 40px 0 20px;
	font-family: Verdana, Helvetica, "微软雅黑", Arial, "宋体", sans-serif;
}
/*-------块样式------*/
#cnblogs_post_body blockquote {
	background: url("https://common.cnblogs.com/Skins/iMetro_HD/images/quote.png") no-repeat -75px -20px #F0F0F0;
	border-radius: 10px;
	margin: 20px 0px;
	padding: 20px 50px;
}
blockquote {
	background: url("https://common.cnblogs.com/Skins/iMetro_HD/images/quote.png") no-repeat -75px -20px #F0F0F0;
	border-radius: 10px;
	margin: 20px 0px;
	padding: 20px 50px;
}
/***字段集样式***/
fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
#MySignature {
	float: left;
	border: dashed 1px #E0E0E0;
	padding: 10px;
	background: #FFFEEE url(https://images.cnblogs.com/cnblogs_com/zhangziqiu/173634/r_o_info.png) no-repeat scroll 1% 50%;
	padding-left: 60px;
}
/*------头部标题样式------*/
.header {
	padding-left: 0;
	padding-top: 10px;
	height: 140px;
	/*background-image: url(https://images.cnblogs.com/cnblogs_com/evenbing/551950/o_common_bg_x.png);*/
	background: none;
	background-color: #fff;
	border: none;
}
.headerText a {
	line-height:18px; 
	margin-left: 1em;
	margin-top: 10px;
	width: 50%;
	float: left;
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
}
a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link { color: #000; font-size: 200%;  font-weight: bold; text-decoration: none; }
a.headermaintitle:hover { color: #f51; }
.headerText h2 {
	margin-left: 4em;
	line-height: 14px;
	width: 100%;
	float: left;
        color: darkgray;
}
.headerText h2 i{ 
	line-height: 14px;
	width: 100%;
	float: left;
	padding-top: 16px;
}
.headerText h2 u{ 
	line-height: 14px;
	width: 100%;
	float: left;
}
.headerText h1 a {
	color: #000;
	font-weight: bolder;
}
.headerText h1 a:visited {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}
.headerText h1 a:hover {
	color: #FF6600;
}
#leftcontent {
	top: 230px;
}
#mytopmenu {
	min-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	display: inline;
	border: none;
	background-color: #000;
}
#mylinks {
	line-height: 60px;
	background-color: #000;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
#mylinks a:hover {
	color: white;
	background-color: #343434;
	text-decoration: none;
	text-shadow: 0px 0px 1px #000;
}
#mylinks a {
	display: block;
	padding: 0 1.5em;
	height: 60px;
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
	float: left;
	font-size: 16px;
	text-align: center;
	transition-duration: 0.3s;
	color: #fff;
	text-decoration: none;
}
#mylinks a:link {
	color: #fff;
	text-decoration: none;
}
#MyLinks1_XMLLink img, #mystats,.dayTitle {
	display: none;
}
/*----设置导航栏上不想要的导航---*/
a#MyLinks1_HomeLink,a#MyLinks1_NewPostLink,a#MyLinks1_XMLLink ,a#MyLinks1_Admin{
	display: none;
}
#centercontent {
	padding-top: 81px;
}
.day {
	float: left;
	display: inline;
	width: 96%;
}
.c_b_p_desc {
	float: left;
	display: inline;
}
.topicListFooter {
	float: left;
}
.postDesc {
color: #303030;
margin-top:0;
padding-top: 20px;
text-align: right; 
clear: both;
}
.footer {
	float: left;
	background: none;
}
#div_digg {
float:right;
font-size:12px;
margin-bottom:10px;
margin-right:30px;
margin-top:10px;
text-align:center;
width:120px;
position: fixed; right: 0px; 
bottom: 0px; z-index: 10; 
background-color: white; 
margin: 10px; padding: 10px; 
border: 1px solid rgb(204, 204, 204);
}
.vote
{
float:right;
font-size:12px;
margin-bottom:10px;
margin-right:30px;
margin-top:10px;
text-align:center;
width:120px;
position: fixed; right: 0px; 
bottom: 0px; z-index: 10;
 background-color: white; 
margin: 10px; padding: 10px; 
border: 1px solid green;
}