@import "/index.css";
@import "/table.css";
.header {
	border-style: none solid solid none;
	border-width: 1px;
	padding: 0.2em;
	padding-left: 0.4em;
	border-color: #9090b0;
	background: #eeeeff;
}
div.header {
	font-size: 2em;
}
div.actions,#blogform {
	display: none;
}
.pagecloud {
	margin-top: 1em;
	background: #eeeeff;
	border: 1px #9090b0 solid;
	border-style: none solid solid none;
}
.inlinepage {
	border: none;
	padding: 0em 0em 2em 0em;
}
.inlineheader .author {
	display: inline;
}
#footer {
	clear: both;
	width: 100%;
}
#feedlink {
	float: right;
	margin: 0;
}
#content .header {
	background: #eeeeee;
}
#content img, video {
	max-width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content iframe.mastodon-embed {
	max-width: 90%;
	height: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content,#comments {
	float: left;
	width: 78%;
	margin: 1em 0;
	padding: 0;
}
.sidebar {
	float: right;
	width: 18%;
	background: #eeeeff;
	border: 1px #9090b0 solid;
	border-style: none solid solid none;
	padding: 1%;
	margin: 1em 0;
	height: 100%;
	font-size: 0.9em;
}
@media screen and (max-width: 600px) {
	#content,#comments {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
}
.sidebar p {
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.sidebar li {
	background: #eeeeee;
	padding: 0.1em 0;
	margin: 0.3em 0;
	border: 1px #9090b0 solid;
	border-style: solid none none solid;
}
.sidebar img {
	margin-top: 1em;
}
#pageinfo {
	border: 1px #909090 solid;
	border-style: solid none none none;
}

div #backlinks {
	margin: 0.3em 0 0 0;
}
.pagedate,.comment-header {
	color: #707070;
}
div.pagedate {
	text-align: right;
	margin-top: -1em;
	font-size: 0.9em;
}
div.comment {
	background: #f8f8f8;
	border-style: solid none none solid;
}
div.addcomment {
	border: 1px #808080;
	background: #ffe0e0;
	border-style: none solid solid none;
	padding: 0.5em;
}
pre {
	background: #eeeeff;
	padding: 4px;
	border: 1px solid #808080;
	color: #000080;
	margin: 1em 3%;
	font-weight: bold;
	overflow: auto;
}
pre.hl {
	background-color: #efefff;
}
.hl.kwa {
	color: #006000;
}
.footnote {
	font-size: 0.75em;
	vertical-align: top;
}
