html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	background: rgba(0,0,0,.75);
	font-size: 1em;
	line-height: 1.8;
	color: rgba(0,0,0,.75);
	font-family: Microsoft YaHei,SimHei,Arial,SimSun,"sans-serif",Verdana;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga" on
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

button,input,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.2;
	margin: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none
}

input[type=email],input[type=password],input[type=text],input[type=url] {
	background: transparent;
	padding: 5px;
	border: 1px solid #eee;
	width: 100%;
	height: 30px;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box
}

input#author,input#code,input#mail,input#url {
	margin-bottom: 10px
}

button {
	cursor: pointer
}

textarea {
	padding: 5px;
	border: 1px solid #eee;
	width: 100%;
	border-radius: 2px;
	box-sizing: border-box
}

button:focus,input:focus,textarea:focus {
	outline: 0
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,td,th {
	font-weight: 400;
	text-align: left
}

blockquote:after,blockquote:before,q:after,q:before {
	content: ""
}

blockquote,q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}

blockquote {
	border-left: 3px solid rgba(0,0,0,.8);
	font-weight: 400;
	letter-spacing: .01rem;
	margin: 30px 0;
	padding-left: 2em;
	text-indent: 0
}

a {
	color: inherit;
	text-decoration: none
}

a:active,a:hover {
	color: #CC0000
}

.current {
	font-weight: 700
}

h1,h2,h3,h4 {
	font-weight: 600;
	margin: 10px 0;
	text-indent: 0
}

pre {
	padding: 0 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font: 14px/22px 'courier new';
	position: relative;
	margin: 20px 0;
	background-color: #f8f8f8;
	text-indent: 0
}

pre:after,pre:before {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2f76bb
}

pre:before {
	content: "-- CODE --"
}

pre:after {
	content: "-- EOF --";
	text-align: right
}

code {
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
	letter-spacing: 0;
	text-indent: 0;
	font: 14px/26px 'courier new';
	border-radius: 3px
}

code,pre code {
	background-color: #f8f8f8
}

pre code {
	padding: 0;
	border-radius: 0
}

img {
	max-width: 100%;
	height: auto
}

.clearfix {
	clear: both
}

.left {
	text-align: left
}

.center {
	text-align: center
}

.container {
	margin: 60px auto;
	max-width: 900px;
	background-color: #fff
}

#header {
	background-position: center center;
	background-size: cover;
	background-origin: border-box;
	background-color: #f0f0f0;
	position: relative;
	background-image: url(background.php);
	box-sizing: border-box;
	color: rgba(0,0,0,.8);
	padding: 30px 40px;
	text-align: center;
	color: #fff
}

.site-title {
	font-size: 24px
}

.site-title a:hover {
	color: #fff
}

.site-description {
	font-size: 16px
}

.menubar {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	padding: 0 20px
}

#menu {
	margin-top: 0;
	font-size: 14px
}

#menu,#menu li {
	display: inline
}

#nav-menu a {
	padding: 0 10px;
	display: inline-block
}

#menubutton {
	display: none;
	float: right;
	background: transparent;
	border: 0;
	margin-top: 18px;
	cursor: pointer
}

#menubutton span {
	float: left;
	padding: 6px 0 7px
}

#menubutton i {
	width: 25px;
	height: 2px;
	clear: both;
	display: block;
	background-color: #999;
	margin: 5px 0
}

.mhome {
	display: none
}

#main {
	padding: 20px 60px
}

.page404 {
	text-align: center;
	padding: 150px 0
}

.post-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px
}

.post {
	padding: 20px 0;
	border-bottom: 0px solid #eee
}

.post-content {
	line-height: 2em;
	text-indent: 2em
}

.meta,.post-content p {
	margin-bottom: 10px
}

.meta {
	overflow: hidden;
	font-size: 14px;
	color: rgba(0,0,0,.44);
	margin-top: -10px
}

.meta li {
	display: inline;
	padding-right: 5px
}

.tags {
	font-size: 14px;
	color: rgba(0,0,0,.44);
	margin-top: 10px
}

.post-excerpt {
	text-indent: 2em;
	line-height: 2em
}

.page-navigator {
	text-align: center;
	padding: 20px 0 0
}

.page-navigator li {
	display: inline;
	margin: 5px;
	border-radius: 3px
}

.page-navigator li a {
	display: inline-block;
	padding: 1px 5px;
	margin: 3px;
	border-radius: 3px
}

.page-navigator li.current,.page-navigator li:hover {
	background-color: #CC0000;
	color: #fff
}

.page-navigator li a:hover {
	color: #fff
}

#footer {
	border-top: 1px solid #eee;
	text-align: center;
	padding: 30px 20px;
	font-size: 14px
}

#search {
	max-width: 100%;
	float: right
}

#search input {
	width: 120px;
	background: hsla(0,0%,100%,.15);
	border: 0;
	border-radius: 3px!important;
	color: #333;
	padding: 2px
}

#search button {
	cursor: pointer;
	position: relative;
	border: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background: transparent url(img/search.png) no-repeat center center;
	background-size: 24px;
	direction: ltr;
	text-indent: -9999em;
	margin-top: 9pt;
	margin-right: 0;
	float: right
}

.place {
	padding: 10px;
	text-align: center
}

.place span {
	color: #CC0000;
	font-size: 1pc;
	font-weight: 600
}

#comments h2,#response {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
	padding: 0
}

#comments {
	margin-top: 10px
}

.comment-content {
	font-size: .9375em;
	line-height: 1.6em
}

.cancel-comment-reply a,.comment-reply a {
	margin-top: 1.5em;
	padding: .25em .5em;
	border-radius: .25em;
	background-color: #CC0000;
	color: #fff;
	font-size: .75em
}

.comment-reply {
	text-align: right
}

.comment-list,.comment-list ol {
	list-style: none;
	margin: 0;
	padding: 0
}

.comment-children {
	padding-left: 2em
}

.comment-list li {
	margin: .5em 0
}

.comment-meta {
	margin-top: -10px
}

.comment-meta a {
	color: #999;
	font-size: .75em
}

.comment-author {
	display: block;
	margin-top: 1em;
	border-top: 1px solid #eaeaea;
	padding-top: 1em;
	color: #444
}

.comment-author .avatar {
	float: left;
	margin-right: 10px
}

.comment-author cite {
	font-weight: 700;
	font-size: .875em
}

.comment-list .respond {
	border-top: 1px solid #eaeaea;
	margin-top: 15px
}

.respond .cancel-comment-reply {
	float: right;
	font-size: .9375em;
	margin-top: 1em
}

#comment-form button {
	width: 100%;
	height: 30px;
	border-radius: 2px;
	padding: 0 6px;
	color: #fff;
	background: #CC0000;
	border: 0
}

@media (max-width:1020px) {
	.container {
		margin: 0px auto;
		max-width: 900px;
		background-color: #fff
	}

	#header {
		padding: 80px 40px
	}
}

@media (max-width:768px) {
	#header {
		padding: 40px 40px 60px
	}

	#menu {
		border-bottom: 1px solid #eee;
		width: 100%;
		padding: 0;
		margin: 5px 0 15px;
		list-style-type: none;
		display: none;
		float: right
	}

	#menu li {
		width: 100%;
		display: inline;
		text-align: right;
		line-height: 3pc
	}

	#menubutton {
		display: inline-block;
		float: right;
		margin-top: 5px
	}

	#nav-menu a {
		margin: 0 4%
	}

	#search button {
		margin-top: -34px;
		cursor: pointer
	}

	#search input {
		background: hsla(0,0%,100%,.15);
		border-radius: 0!important;
		margin-right: 0;
		border: 0;
		width: 100%
	}

	#search {
		width: 92%;
		padding: 0 4%
	}

	.mhome {
		display: inline-block;
		font-size: 14px
	}

	.whome {
		display: none!important
	}

	.site-title {
		font-size: 24px
	}

	#footer {
		padding: 20px 15px
	}
}