@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;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
}
h3, h4 {
	padding: 0;
	margin: 0;
}
table {
	width: 100%;
}
th {
	font-weight: normal;
}
.desktopshow {
	display: none;
}
.header {
	display: none !important;
}
header h1 {
	font-family: 'colaborate-thinregular';
	font-weight: lighter;
	color: #FFF;
	display: none;
	line-height: 48px;
	padding: 0;
	margin: 0 0 0 16px;
}
header h1 a:link, header h1 a:hover, header h1 a:active, header h1 a:visited {
	color: #FFF;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	z-index: 90;
}
header i.switch {
	float: right;
	padding: 12px 18px;
	color: #FFF;
	cursor: pointer;
	font-style: normal;
	display: inline-block;
}
header .navmenu {
	display: none;
}
header .navhidemenu {
	display: hidden;
}
header .webnav {
	display: none;
}
header nav {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	background-color: #444;
	z-index: 99;
	font-weight: lighter;
}
header nav a:link, header nav a:hover, header nav a:active, header nav a:visited {
	display: block;
	color: #f7e561;
	font-size: 20px;
	padding: 10px;
	border-bottom: solid 1px #333;
	text-align: center;
}
header .mask {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 94;
}
.welcome {
}
.welcome .slogan {
	font-family: 'colaborate-thinregular';
	color: #333;
	display: block;
	padding: 1em;
}
.welcome .slogan h3 {
	font-size: 30px;
}
.welcome .slogan h3 #today {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
}
h4 {
	margin-left: 1em;
}
section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 54px 0 0 0;
	overflow: scroll;
}
section h2 { 
	font-family: 'colaborate-thinregular';
	font-weight: lighter;
	display: block;
	line-height: 48px;
	color: #FFF;
	padding: 0 0 0 16px;
	margin: 0px;
	background-color: #333;
	height: 48px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
section h2 a:link, section h2 a:hover, section h2 a:active, section h2 a:visited {
	color: #FFF;
}

.pagehead {
	padding: 0.6em;
}
.firstpage, .lastpage, .nextpage, .previouspage, .filter {
	padding: 4px 14px 7px 14px;
	border: solid 1px #BBB;
}
.firstpage::after {
	content: "«";
}
.previouspage::after {
	content: "‹";
}
.lastpage::after {
	content: "»";
}
.nextpage::after {
	content: "›";
}
.filter::after {
	content: "+";
}

.section {
	padding: 1em;
	border-top: solid 2px #EEE;
}
.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;
	border-top: solid 2px #EEE;
}
ul.bloglist li h3 {
	font-size: 24px;
	font-weight: lighter;
}
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*="/"] {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	object-fit: cover;
	background-color: #EFEFEF;
	margin: 0 0 12px 0;
}
ul.bloglist li .headpic img {
	width: 100%;
	object-postion: 50% 50%;
}
ul.bloglist li .information {
	font-size: 12px;
}
ul.bloglist li p {
	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;
}
article h3 {
	font-size: 24px;
	font-weight: lighter;
	color: #666;
}
article .headpic {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #EFEFEF;
}
article .information {
	font-size: 16px;
}
article p {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 1em 0;
}
.login2comment.true {
	display: none;
}
ul.linklist {
	padding: 0;
	margin: 0;
	border-top: solid 2px #EEE;
}
ul.linklist li {
	padding: 12px 12px;
	border-top: dashed 1px #EEE;
}
ul.linklist li:after {
	content: "›";
	float: right;
}
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: solid 2px #EEE;
}

.calendar th {
	text-align: center;
	padding: 0.4em 0.8em;
}
.calendar td {
	text-align: right;
	padding: 0px;
	margin: 0px
}
.calendar span {
	display: block;
	padding: 0.4em 0.8em;
}
.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 .logged {
	display: block;
}
.userpanel .unlog {
	display: none;
}
.loginform .logged {
	display: none;
}
.loginform .unlog {
	display: block;
}
.loginform {
	padding: 1em !important;
}
.loginform input {
	margin: auto;
}
.loginform fieldset {
	width: 80%;
	margin: auto;
}
.loginform fieldset input[type=text], .loginform fieldset input[type=password], .loginform fieldset button {
	width: 100%;
	margin: auto;
}
.loginform fieldset a {
	display: block;
	text-align: center;
	margin-top: 12px;
}
.postcontent img, .postcontent video {
	max-width: 100%;
}


#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;
}
