:root {
	--whitest: #eee;
	--blackest: #1a1a1a;
	--neon1: #e0c;
	--neon2: #c60;
	--neon3: #0df;
	--neon4: #6f0;
}
body {
	padding: 0;
	margin: 0;
	background: var(--whitest);
	color: var(--blackest);
	font-size: .8rem;
	font-family: GulimChe, 'MS P ゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
	background-image: url("/img/bgthing.jpg");
	background-position: 100% bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1, h2 {
	font-family: 'Segoe UI', Verdana, sans-serif;
	font-variant: small-caps;
}
#container {
}
#content {
	padding: 12px;
	box-sizing: border-box;
	width: 640px;
	left:200px;
	position: absolute;
	overflow: auto;
}
#nav {
	background: var(--blackest);
	color: var(--whitest);
	width: 200px;
	padding: 12px;
	height:100%;
	position: fixed;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	display:flex;
	flex-direction: column;
}
#nav ul {
	margin: 0;
	padding-left: 2em;
}
#nav li:has(details) {
	list-style-type: none;
	position:relative;
	left: -1em;
}

.rst {
	position: relative;
	height: 100%
}
#footer {
	text-align: center;
	margin-top: auto;
}
hr {
	border:none;
	height:1px;
	background: linear-gradient(to right,var(--blackest), var(--whitest), var(--blackest));
	text-align:center;
	overflow: visible;
}
hr:after {
	content: "^ω^";
	position:relative;
	top:-.5em;
	color:var(--blackest);
	text-shadow: 1px 1px 2px var(--whitest), -1px -1px 2px var(--whitest);
}
#nav hr:after {
	content: "^ω^";
	position:relative;
	top:-.5em;
	color:var(--whitest);
	text-shadow: 1px 1px 2px var(--blackest), -1px -1px 2px var(--blackest);
}

p {
	white-space-collapse: preserve;
}
p.invert {
	background: var(--blackest);
	color: var(--whitest);
	padding:1px;
}
h1.invert {
	background: var(--blackest);
	color: var(--whitest);
	padding:1px;
}
#nav h2 {
	text-align:center;
}
a:link {
	color: var(--neon1);
}
a:visited {
	color: var(--neon2);
}
a:hover {
	color: var(--neon3);
}
a {
	transition-duration: 256ms;
	transition-property: color;
}

.dial-spk {
	display: table;
	position: relative;
	padding: .25em .5em .25em 2em;
	margin: .25em 0;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	background-color: var(--whitest);
	border: 1px solid var(--blackest);
	border-radius: .5em 0;
}
.dial-spk img {
	position: absolute;
	left: .125em;
	top: .125em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 10%;
	border: 1px solid var(--blackest);
	margin-right: .5em;
	object-fit: cover;
}
.dial {
	text-indent: 1em;
	margin-top: 0;
}
.cornervideo {
	float: right;
	clear: right;
	width: 50%;
	margin-left:1em;
}
.cornervideo iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
u.timestamp {
	font-size: .85em;
	display: block;
}

img {
	max-width:100%;
}
.creddy {
	font-size: .7rem;
	text-align: right;
	margin: 0;
}
#epic88x31s {
	text-align: center;
	font-size: .85em;
}
#epic88x31s img {
	margin: -1.75px 0;
}