@charset "utf-8";
@font-face {
	font-family: 'Blog-Default';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
:root {
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-style: normal;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Blog-Default';
	font-weight: normal;
}
form * {
	box-sizing: border-box;
}

footer {
	padding-bottom: 30px;
}

/* desktop */
@media screen and (min-width: 768px) {
	.mobileshow {
		display: none !important;
	}
}

/* mobile */
@media screen and (max-width: 767px) {
	.desktopshow {
		display: none !important;
	}
}

.calendar th {
	text-align: center;
}
.calendar td {
	text-align: right;
	padding: 0px;
	margin: 0px
}
.calendar span {
	display: block;
	padding: 0.5em 1em;
}
.calendar td.today {
	background-color: #B3C6D5;
}
.calendar span.blogday {
	background-color: #F4DBB2;
	cursor: pointer;
}
.calendar td.today .blogday {
	background-color: #B3C6D5;
}
caption {
	font-style: normal !important;
}
caption span {
	float: right;
}

ul.linklist {
	padding: 0.6em 0 1em 0;
	margin: 0;
}
.linklist li {
	padding: 6px 12px;
	margin: 0.6em 0.6em 0 0;
	list-style: none;
	display: inline-block;
	border: solid 1px #CCC;
	line-height: 24px;
	cursor: pointer;
}
.linklist li:hover, .linklist li:hover a {
	background-color: #AAA;
	color: #FFF;
}

.sysmessage {
	text-align: center;
	line-height: 4em;
	font-size: 1.4em;
	color: #666;
}
.sysmessage a {
	display: block;
	width: 60%;
	max-width: 300px;
	margin: 0.8em auto 0 auto;
	padding: 0.5em 1em;
	border: solid 1px #CCC;
	line-height: 20px;
	font-size: 16px;
	float: none;
	clear: both;
}

main >section > * {
	padding: 20px 20px 0 20px;
}

/* ================================== posts post ================================== */
article:after {
	content: "";
	display: block;
	height: 1px;
	float: none;
	clear: both;
}
article h3 {
	font-size: 2rem;
	margin: 1rem 0 0.8rem 0;
}
article .summary {
	font-size: 0.9em;
	font-weight: lighter;
}
article .information {
	margin: 0.5em 0 1em 0;
	font-size: 0.8em;
}
article .information span {
	margin-right: 1em;
}
article .content img {
	max-width: 100%;
	cursor: pointer;
}
article .content h4, article .content h5 {
	font-weight: bold;
}
article .modified {
	font-size: 0.8em;
}
article .content blockquote {
	display: block;
	border-left: 8px solid #d0e5f2;
	padding: 5px 10px;
	margin: 10px 0;
	line-height: 1.4;
	font-size: 100%;
	background-color: #f1f1f1;
}

/* desktop */
@media screen and (min-width: 768px) {
	section {
		margin-left: 35%;
		margin-right: 15%;
		padding: 1em 2em;
	}
	article .headpic {
		float: right;
		width: 100px;
		height: 100px;
	}
	article .headpic img {
		border-radius: 50%;
		border: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 25%;
	}
	article .summary {
		margin-right: 140px;
	}
}
/* mobile */
@media screen and (max-width: 767px) {
	article .headpic {
	}
	article .headpic img {
		width: 100%;
		height: 40vw;
		object-fit: cover;
		object-position: center 25%;
		border: solid 0px #FFF;
	}
	article .content img {
		max-width: 100%;
	}
}

.post nav.breadcrumb {
	padding: 0 20px;
	display: none;
}

.posts nav.pagination, .post .comments, .post .comment, .post .login {
	padding: 0.6em 20px;
}
/* desktop */
@media screen and (min-width: 768px) {
	nav.pagination {
		position: fixed;
		right: 1em;
		top: 30%;
		width: 2em;
	}
}
nav.pagination a, nav.pagination span {
	display: inline-block;
	min-width: 26px;
	margin-bottom: 0.5em;
	padding: 8px;
	text-align: center;
	background-color: #F2F2F2;
}
nav.pagination a:hover {
	background-color: #E2E2E2;
}
nav form {
	display: inline;
	margin: 0;
	padding: 0;
}
nav input {
	width: 36px;
	margin-bottom: 0.5em;
	padding: 8px;
	text-align: center;
	border: solid 1px #CCC;
}
/* desktop */
@media screen and (min-width: 768px) {
	nav.pagination span > i {
		display: block;
		font-size: 0.8em;
	}
}
/* mobile */
@media screen and (max-width: 767px) {
	nav.pagination span > i {
		font-style: normal;
	}
	nav.pagination span > i:before {
		content: "/";
	}
}

.editicon.false {
	display: none;
}
.post .loggedfalse {
	display: none;
}
.post .loggedtrue {
	display: none;
}
.post .comment textarea {
	max-width: 600px;
	width: 100%;
}

/* ================================== publish ================================== */
.publish input[type=text], .publish textarea {
	width: 100%;
	padding: 6px;
	border-radius: 0px;
	border: solid 1px #CCC;
}
.publish select {
	padding: 6px;
	border-radius: 0px;
	border: solid 1px #CCC;
}
.publish form.pure-g > * {
	padding: 4px;
}
.publish form label {
	margin-right: 1em;
}
.publish .wangEditor-txt {
	height: 276px !important;
}

/* ================================== bookmarks ================================== */
.bookmarks input[type=text], .bookmarks textarea {
	width: 100%;
	padding: 6px;
	border-radius: 0px;
	border: solid 1px #CCC;
}
.bookmarks form.pure-g > * {
	padding: 4px;
}

/* ================================== links ================================== */
.links input[type=text], .links textarea {
	width: 100%;
	padding: 6px;
	border-radius: 0px;
	border: solid 1px #CCC;
}
.links form.pure-g > * {
	padding: 4px;
}

/* ================================== header ================================== */
/* desktop */
@media screen and (min-width: 768px) {
	main > section.cover h1 {
		display: none;
	}
	header {
		background-color: #EFEFEF;
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-position: center center;
		background-color: #999;
		position: fixed;
		top: 0;
		left: 0;
		right: 65%;
		bottom: 0;
		z-index: 999;
	}
	header h1 {
		font-family: 'Blog-Default';
		font-size: 48px;
		font-weight: lighter;
		color: #FFF;
		display: inline;
		line-height: 48px;
		padding: 0;
		position: fixed;
		bottom: 16px;
		left: 16px;
		z-index: 9999;
	}
	header .switch {
		display: none;
	}
	header > nav {
		display: block;
		position: fixed;
		top: 24px;
		left: 24px;
		z-index: 99;
	}
	header nav a:link, header nav a:hover, header nav a:active, header nav a:visited {
		color: #FFF;
		padding: 8px;
	}
	header nav a:hover {
		background-color: rgba(53, 22, 20, 0.6);
	}
	header nav a {
		padding: 0;
		margin: 0 0 1em 0;
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
		position: relative;
		height: 20px;
		width: 20px;
		display: block;
		text-align: center;
		line-height: 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.1);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}
	header nav a > span {
		display: none;
	}
	header nav .Home {
		background-image: url(../images/home.svg);
	}
	header nav .Publish {
		background-image: url(../images/publish.svg);
	}
	header nav .Posts {
		background-image: url(../images/posts.svg);
	}
	header nav .Search {
		background-image: url(../images/search.svg);
	}
	header nav .Links {
		background-image: url(../images/links.svg);
	}
	header nav .Statistics {
		background-image: url(../images/statistic.svg);
	}
	header nav .Comments {
		background-image: url(../images/comments.svg);
	}
	header nav .Members {
		background-image: url(../images/users.svg);
	}
	header nav .More {
		background-image: url(../images/more.svg);
	}
	header nav .User.Panel {
		background-image: url(../images/member.svg);
	}
	header nav .Log.Out {
		background-image: url(../images/logout.svg);
	}
	header nav .Log.In {
		background-image: url(../images/member.svg);
	}
	header nav .other {
		background-image: url(../images/other.svg);
	}
	header nav .Todo {
		background-image: url(../images/other.svg);
	}
}

/* mobile */
@media screen and (max-width: 767px) {
	main > section {
		margin-top: -4em;
	}
	header {
		height: 48px;
		position: relative;
	}
	header .switch {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 999;
		padding: 12px 18px;
		cursor: pointer;
		font-style: normal;
		display: inline-block;
		font-size: 1.6em;
		color: #000;
		background-color: rgba(255,255,255,0.7);
	}
	header .switch:after {
		content: "☰";
	}
	header.active .switch {
		color: #FFF;
		background-color: rgba(255,255,255,0);
	}
	header.active .switch:after {
		content: "✕";
	}
	header nav {
		transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition-delay: 0s;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 100vh;
		background-color: rgba(0,0,0,0.7);
		z-index: 99;
		font-weight: lighter;
		overflow: hidden;
	}
	header.active nav {
		bottom: 0vh;
	}
	header nav h1 {
		font-family: 'Blog-Default';
		font-weight: lighter;
		color: rgba(255,255,255,1);
		background-color: #444;
		margin: 0px;
		padding: 26px 20px;
		box-sizing: border-box;
	}
	header nav a:link, header nav a:hover, header nav a:active, header nav a:visited {
		display: block;
		color: #FFF;
		background-color: #444;
		font-family: 'Blog-Default';
		font-size: 16px;
		padding: 10px 20px;
		text-align: left;
	}
	header nav a:hover {
		color: #CCC;
		background-color: #555;
	}
}

/*==========new calendar==========*/
.calendar {
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}
.calendar > weekday, .calendar > day, .calendar > a {
	width: 14.2857%;
	min-height: 30px;
	display: inline-block;
	box-sizing: border-box;
	padding: 6px;
	margin: 0px;
	text-align: center;
}
.calendar > weekday {
	border: solid 1px #FFF;
	background-color: #999;
	color: #FFF;
}
.calendar > day, .calendar > a {
	border: solid 1px #FFF;
	background-color: #EEE;
}
.calendar .today {
	background-color: #9EE !important;
}
.calendar .noday {
	background-color: #FFF;
}
.calendar .postday {
	background-color: #EE9;
	cursor: pointer;
}
.calendar .pure-g {
}
.calendar .pure-g > a {
	box-sizing: border-box;
	padding: 12px 6px;
	text-align: center;
}

.search form {
	max-width: 600px;
	width: 100%;
}
.search > form > fieldset > input {
	width: calc(100% - 120px);
	display: inline-block !important;
}
.search > form > fieldset > a {
	display: inline-block;
	color: #FFF;
}

.uploadzone {
	padding: 1em 0;
}
.uploadzone .thumb {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin: 0 8px 8px 0 !important;
}
.uploadzone .thumb img {
	width: 100%;
	height: 100%;
}
.uploadzone .thumb:hover span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	line-height:60px;
	text-align: center;
	cursor: pointer;
}
.moreupload {
	display: block;
	margin-right: 0 !important;
	padding: 4px 12px;
	background-color: #EEE;
	text-align: center;
	cursor: pointer;
}
.moreupload:hover {
	background-color: #CCC;
}
.moreupload input {
	width: 1px;
	height: 1px;
}
.publishcate {
	width: 100%;
}

.fetching:after {
	content: "Loading...";
	display: block;
	margin: 2em 0 0 2em;
}