@charset "utf-8";
@font-face {
	font-family: 'colaborate-thinregular';
	src: url('../fonts/ColabThi-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #999;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #666;
}
th {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'colaborate-thinregular';
	font-weight: normal;
}
.mobileshow {
	display: none;
}
.welcome {
	background-image: none !important;
}
.welcome .slogan {
	font-family: 'colaborate-thinregular';
	color: #333;
	display: block;
	padding: 1em;
	background-color: #F2F2F2;
}
.welcome .slogan h3 {
	font-size: 30px;
	margin: 0 0 12px 0;
}
.welcome .slogan h3 #today {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
}
h4 {
	font-size: 20px;
	margin-bottom: 0px;
}

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: 'colaborate-thinregular';
	font-size: 48px;
	font-weight: lighter;
	color: #FFF;
	display: inline;
	line-height: 48px;
	padding: 0;
	position: fixed;
	bottom: 16px;
	left: 16px;
	z-index: 9999;
}
.switch {
	float: right;
	margin: 18px 16px 0 0;
	color: #FFF;
	cursor: pointer;
	display: none !important;
}
header .navmenu {
	display: block;
}
header .navhidemenu {
}
header nav {
	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);
}

section {
	margin-left: 35%;
	padding: 1em 2em;
}
section h2 {
	font-family: 'colaborate-thinregular';
	font-size: 36px;
	font-weight: lighter;
	margin: 0;
}
.section {
	padding: 1em;
	border-top: solid 2px #EEE;
}
.pagehead.pagehead {
	padding: 0.6em 0;
}
.firstpage, .lastpage, .nextpage, .previouspage, .filter {
	padding: 0px 10px 3px 10px;
	border: solid 1px #BBB;
}
.firstpage::after {
	content: "«";
}
.previouspage::after {
	content: "‹";
}
.lastpage::after {
	content: "»";
}
.nextpage::after {
	content: "›";
}
.filter::after {
	content: "+";
}

.postframe {
	width: 100%;
	height: 600px;
	border: none;
}

ul.bloglist {
	padding: 0;
	margin: 0;
}
ul.bloglist a:link, ul.bloglist a:hover, ul.bloglist a:active, ul.bloglist a:visited {
	text-decoration: none;
	color: #666;
}
ul.bloglist li {
	padding: 1em 0;
	border-top: dashed 1px #EEE;
	list-style: none;
}
ul.bloglist li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	float: none;
	clear: both;
}
ul.bloglist li h3 {
	width: 80%;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0;
	margin-bottom: 8px;
}
ul.bloglist li h3 a:link, ul.bloglist li h3 a:hover, ul.bloglist li h3 a:active, ul.bloglist li h3 a:visited {
	text-decoration: none;
	color: #333;
}
ul.bloglist li .headpic {
	display: none;
}
ul.bloglist li .headpic[datasrc*="/"] {
	padding: 0;
	margin: 0;
	display: block;
	float: right;
}
ul.bloglist li .headpic[style*="/"] {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #EFEFEF;
}
ul.bloglist li .headpic img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #EFEFEF;
	object-fit: cover;
	object-postion: 50% 50%;
}
ul.bloglist li .information {
	width: 80%;
	font-size: 12px;
	margin: 8px 0 4px 0;
}
ul.bloglist li .information .category, ul.bloglist li .information .weekday {
	border: solid 1px #CCC;
	border-radius: 6px;
	padding: 2px 4px;
}


ul.bloglist li p {
	width: 80%;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
ul.bloglist li p a:link, ul.bloglist li p a:hover, ul.bloglist li p a:active, ul.bloglist li p a:visited {
	text-decoration: none;
	color: #AAA;
}

article {
	padding: 1em 0;
}
article h3 {
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0;
	color: #666;
}
article .headpic {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #EFEFEF;
}
article .information {
	font-size: 12px;
}
article p {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 1em 0;
}
article img {
	max-width: 600px !important;
}
.login2comment.true {
	display: none;
}
ul.linklist {
	padding: 0.6em 0 1em 0;
	margin: 0;
	border-top: solid 2px #EEE;
}
.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;
}
ul.commlist {
	padding: 0;
	margin: 0;
}
ul.commlist a:link, ul.commlist a:hover, ul.commlist a:active, ul.commlist a:visited {
	text-decoration: none;
	color: #666;
}
ul.commlist li {
	padding: 1em;
	border-top: dashed 1px #EEE;
	list-style: none;
}
.catehead {
	padding: 0.6em;
}
.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;
}

.userpanel.true {
	display: block;
}
.userpanel.false {
	display: none;
}
.loginform.true {
	display: none;
}
.loginform.false {
	display: block;
}
.loginform fieldset {
	padding: 1em !important;
}
.loginform fieldset input {
	margin: auto;
}
.postcontent img, .postcontent video {
	max-width: 100%;
}
.postcontent img {
	cursor: pointer;
}

#loading {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
}
#loading::after {
	content: "Loading...";
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 200px;
	font-size: 24px;
	font-weight: lighter;
}
#fetching::after {
	content: "Fetching data...";
	font-size: 20px;
	font-weight: lighter;
	margin: 60px 0;
	display: block;
}
