/*********文章中样式（类github）*****************/
pre, code, tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

/* GitHub stylesheet for MarkdownPad (https://markdownpad.com) */
/* Author: Nicolas Hery - https://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: https://github.com/nicolahery/markdownpad-github */

/* BLOCKS
=============================================================================*/

div#markdown p,div#markdown blockquote,div#markdown ul,div#markdown ol,div#markdown dl,div#markdown table,div#markdown pre {
  margin: 15px 0;
}

/* HEADERS
=============================================================================*/

div#markdown h1, div#markdown h2,div#markdown h3,div#markdown h4,div#markdown h5,div#markdown h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

div#markdown h1 tt,div#markdown h1 code,div#markdown h2 tt,div#markdown h2 code,div#markdown h3 tt,div#markdown h3 code,div#markdown h4 tt,div#markdown h4 code,div#markdown h5 tt,div#markdown h5 code,div#markdown h6 tt,div#markdown h6 code {
  font-size: inherit;
}

div#markdown h1 {
  font-size: 28px;
  color: #000;
}

div#markdown h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

div#markdown h3 {
  font-size: 18px;
}

div#markdown h4 {
  font-size: 16px;
}

div#markdown h5 {
  font-size: 14px;
}

div#markdown h6 {
  color: #777;
  font-size: 14px;
}



div#markdown a:first-child h1,div#markdown a:first-child h2,div#markdown a:first-child h3,div#markdown a:first-child h4,div#markdown a:first-child h5,div#markdown a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

div#markdown h1+p,div#markdown h2+p,div#markdown h3+p, div#markdown h4+p,div#markdown h5+p,div#markdown h6+p {
  margin-top: 10px;
}

/* LINKS
=============================================================================*/

div#markdown a {
  color: #4183C4;
  text-decoration: none;
}

div#markdown a:hover {
  text-decoration: underline;
}

/* LISTS
=============================================================================*/

div#markdown ul,div#markdown ol {
  padding-left: 30px;
}

div#markdown ul li > :first-child, 
div#markdown ol li > :first-child, 
div#markdown ul li ul:first-of-type, 
div#markdown ol li ol:first-of-type, 
div#markdown ul li ol:first-of-type, 
div#markdown ol li ul:first-of-type {
  margin-top: 0px;
}

div#markdown ul ul,div#markdown  ul ol,div#markdown ol ol, div#markdownol ul {
  margin-bottom: 0;
}

div#markdown dl {
  padding: 0;
}

div#markdown dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

div#markdown dl dt:first-child {
  padding: 0;
}

div#markdown dl dt>:first-child {
  margin-top: 0px;
}

div#markdown dl dt>:last-child {
  margin-bottom: 0px;
}

div#markdown dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

div#markdown dl dd>:first-child {
  margin-top: 0px;
}

div#markdown dl dd>:last-child {
  margin-bottom: 0px;
}

/* CODE
=============================================================================*/

div#markdown pre,div#markdown code,div#markdown tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

div#markdown code,div#markdown tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

div#markdown pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

div#markdown pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

div#markdown pre code,div#markdown pre tt {
  background-color: transparent;
  border: none;
}

div#markdown 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;
}

/* QUOTES
=============================================================================*/

div#markdown blockquote {
  border-left: 4px solid #DDD;
  padding: 0 15px;
  color: #777;
}

div#markdown blockquote>:first-child {
  margin-top: 0px;
}

div#markdown blockquote>:last-child {
  margin-bottom: 0px;
}

/* HORIZONTAL RULES
=============================================================================*/

div#markdown hr {
  clear: both;
  margin: 15px 0;
  height: 0px;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 4px solid #ddd;
  padding: 0;
}

/* TABLES
=============================================================================*/

div#markdown table th {
  font-weight: bold;
}

div#markdown table th,div#markdown table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

div#markdown table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

div#markdown table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* IMAGES
=============================================================================*/

div#markdown img {
  max-width: 100%
}



/* hightlight! */
.highlight{background:#ffffff}
.highlight .c{color:#999988}
.highlight .err{color:#a61717;background-color:#e3d2d2}
.highlight .k{font-weight:bold}
.highlight .o{font-weight:bold}
.highlight .cm{color:#999988;font-style:italic}
.highlight .cp{color:#999999;font-weight:bold}
.highlight .c1{color:#999988;font-style:italic}.highlight .cs{color:#999999;font-weight:bold;font-style:italic}.highlight .gd{color:#000000;background-color:#ffdddd}.highlight .gd .x{color:#000000;background-color:#ffaaaa}.highlight .ge{font-style:italic}.highlight .gr{color:#aa0000}.highlight .gh{color:#999999}.highlight .gi{color:#000000;background-color:#ddffdd}.highlight .gi .x{color:#000000;background-color:#aaffaa}.highlight .go{color:#888888}.highlight .gp{color:#555555}.highlight .gs{font-weight:bold}.highlight .gu{color:#800080;font-weight:bold}.highlight .gt{color:#aa0000}.highlight .kc{font-weight:bold}.highlight .kd{font-weight:bold}.highlight .kn{font-weight:bold}.highlight .kp{font-weight:bold}.highlight .kr{font-weight:bold}.highlight .kt{color:#445588;font-weight:bold}.highlight .m{color:#009999}.highlight .s{color:#d14}.highlight .n{color:#333333}.highlight .na{color:#008080}.highlight .nb{color:#0086B3}.highlight .nc{color:#445588;font-weight:bold}.highlight .no{color:#008080}.highlight .ni{color:#800080}.highlight .ne{color:#990000;font-weight:bold}.highlight .nf{color:#990000;font-weight:bold}.highlight .nn{color:#555555}.highlight .nt{color:#000080}.highlight .nv{color:#008080}.highlight .ow{font-weight:bold}.highlight .w{color:#bbbbbb}.highlight .mf{color:#009999}.highlight .mh{color:#009999}.highlight .mi{color:#009999}.highlight .mo{color:#009999}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999999}.highlight .vc{color:#008080}.highlight .vg{color:#008080}.highlight .vi{color:#008080}.highlight .il{color:#009999}.highlight .gc{color:#999;background-color:#EAF2F5}.type-csharp .highlight .k{color:#0000FF}.type-csharp .highlight .kt{color:#0000FF}.type-csharp .highlight .nf{color:#000000;font-weight:normal}.type-csharp .highlight .nc{color:#2B91AF}.type-csharp .highlight .nn{color:#000000}.type-csharp .highlight .s{color:#A31515}.type-csharp .highlight .sc{color:#A31515}



/*回到顶部*/
#back-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	opacity:0.75;
}
#back-top a {
	width: 108px;
	width: 32px\9;
	display: block;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	width: 32px\9;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background:#ddd url(https://pic002.cnblogs.com/images/2011/36987/2011051823234124.png) no-repeat center center;
	background-color: transparent\9;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #999;
        background-color: transparent\9;
}

 


/*修改主题*/

/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}


body {
	color: #000;
	background: #FFF;
	font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";
	font-size: 9pt;
	min-height: 101%;
	background:#FFFEF7 url('https://img.my.csdn.net/uploads/201307/17/1374065613_2092.gif') repeat-y top center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul {
	word-break: break-all;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}
.clear {
	clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	margin: 0 auto;
	width: 1300px;
	text-align:left;
	background:url('https://img.my.csdn.net/uploads/201307/17/1374064700_8187.gif') no-repeat top center;
	padding-top:15px;
}
#header {
	height:280px;
	width: 1300px;
	margin:auto;
	text-align:center;
	background:url('https://img.my.csdn.net/uploads/201307/17/1374073468_5449.jpg') no-repeat top center;
	position:relative;
}
#blogTitle {
	height:200px;
	width: 850px;
	margin:0 auto;
	clear: both;
	background:transparent url('https://img.my.csdn.net/uploads/201307/17/1374064701_6923.gif') no-repeat top center;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
#blogTitle h1 {
	width: 90%;
	font:bold 28px/1.5em "黑体","verdana";
	margin:0 auto;
	padding-top:45px;
	text-align:center;
}
#blogTitle h2 {
	width: 90%;
	line-height: 1.5em;
	margin:0 auto;
	color:black;
	text-align:center;
}
#blogTitle a{
	color:black;
}


#blogLogo {
	float: right;
}
#navigator {
	height: 60px;
	clear: both;
	width: 1200px;
	margin:0 auto;
	border-bottom:1px dashed #cccccc;
	margin-bottom:20px;
}
#navList {
	height:60px;
	line-height:60px;
	min-height: 25px;
	float: left;
}
#navList li {
	float: left;
}
#navList a {
	text-align: center;
	padding-right:10px;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: black;
}
#navList a:hover {
	color: black;
	text-decoration: underline;
}
a.aHeaderXML{
	width:18px;
	height:9px;
	background:transparent url('/Skins/fighting/images/rss.gif') no-repeat center 

center;	
	display:none;
}
a.aHeaderXML img{
	display:none;
}
.blogStats {
	float: right;
	color: #999999;
	text-align: right;
	height:60px;
	line-height:60px;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#topicList {
	width: 930px;
	min-height: 200px;
	margin: 10px 0 10px 40px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display:inline;
}
.day {
	min-height: 10px;
	_height: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.dayTitle {
	width: 930px;
	min-height: 24px;
	height: 24px;
	font-size:12px;
	color:black;
	padding-left:5px;
}
.dayTitle a:link, .dayTitle a:visited, .dayTitle a:active{
	color:black;
}
.postTitle {
	font-weight: bold;
	line-height: 1.5em;
	width: 930px;
	font-size:12px;
	min-height: 24px;
	_height: 24px;
	height:24px;
	line-height:24px;
	background:#DBDBDB;
	padding-left:5px;
	font-size:14px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: black;
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;
}
.postCon {
	line-height: 1.5em;
	width: 930px;
	padding: 10px 0;
	font-size:14px;
}
.postDesc {
	float: right;
	width: 500px;
	text-align: right;
	padding-right: 5px;
	color: #333333;
	margin-top: 15px;
	margin-bottom:20px;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
	color: #816D65;
}
.postDesc a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.postSeparator {
	clear: both;
	height: 20px;
	margin: 0 auto 15px auto;
	border-bottom:1px dashed #666666;
}

.topicListFooter a:hover {
color: #00f;
}

.topicListFooter a {
font-size: 18px;
color: #0F0;
font-weight: bolder;
}
/*****侧边栏开始********************************/
#sideBar {
	width: 270px;
	min-height: 200px;
	margin: 10px 40px 5px 0;
	float: right;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display:inline;
}