body {
	background: #111;
	background-image: url(/img/noise.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	font-family: verdana, arial;
	font-size: 10px;
	color: #494949;
	letter-spacing: 1px;
}

a:link,
a:visited,
a:active {
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #ddd;
}

b {
	color: #888;
}
i {
	color: #aaa;
}
u {
	color: #888;
}

::-webkit-scrollbar-thumb {
	background: #111;
	border: 1px solid #666;
}
::-webkit-scrollbar {
	width: 7px;
	background: transparent;
}

#layout {
	width: 750px;
	margin: 0 auto;
}

#columns {
	overflow: hidden;
	background: #171717;
}

#header {
	height: 170px;
	background: #11111100 url(/img/site.png) no-repeat center;
}

#header img {
	padding: 0px;
	margin: 0px;
}

#sitename a {
	font: 20px courier new;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 8px;
	background: #101010bb;
	border-radius: 30px;
	padding: 4px 20px;
}

#bigc {
	background: #171717;
	color: #656565;
	height: 15px;
	text-align: center;
	padding: 5px;
}

#menu {
	background: #171717;
	color: #656565;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #202020;
	border-bottom: 0px;
}

#menu a {
	font: bold 11px monospace;
	text-transform: uppercase;
	padding: 4px;
	margin-right: 10px;
	letter-spacing: 1px;
	color: #666;
}
#menu a:hover {
	color: #ccc;
}

#left1,
#content1,
#right1 {
	float: left;
	padding: 6px;
	margin: 0;
}

#content1 {
	background: #202020;
	color: #656565;
	padding: 15px;
	width: 720px;
}

#content1 p,
ul,
li,
title {
	animation: fadeEffect 1s;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.title {
	font: bold 10px verdana;
	color: #999;
	letter-spacing: 3px;
	margin-bottom: 2px;
}

.scrollbox {
	background: #111;
	height: 100px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 4px;
}

li {
	list-style-position: inside;
}

.tab {
	color: #515151;
	word-spacing: 3px;
	overflow: auto;
	background-color: transparent;
	max-height: 750px;
	height: auto;
	overflow-x: hidden;
}

.tab button {
	font-family: "Orbitron", sans-serif;
	background-color: #2e2e2e;
	border: double;
	border-width: 3px;
	color: #e4e4e4;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}

.tab button:hover {
	background-color: #242424;
	color: #e4e4e4;
}

.button.active {
	background-color: #e4e4e4;
	color: #181818;
	border-color: #181818;
}

#songs,
#vocaloid,
#games,
#write,
#philo,
#a2020,
#a2021,
#a2022,
#a2023,
#a2024,
#a2025,
#l2026,
#a2026,
#g2026,
#l2027,
#g2027,
#a2027,
#t2022 {
	display: none;
	height: auto;
	text-align: left;
	animation: fadeEffect 1s;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/** lightbox markup **/

.lightbox {
	display: none;

	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	padding: 1em;

	/* translucent background */
	background: rgba(0, 0, 0, 0.8);
}

/* unhide the lightbox when it's the target */
.lightbox:target {
	display: block;
}

.lightbox span {
	/* full width and height */
	display: block;
	width: 100%;
	height: 100%;

	/* size and position background image */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

:is(h1, h2, h3, h4, h5, h6) {
	font-family: verdana, arial;
	font-weight: 100;
	color: #999;
	letter-spacing: 3px;
	font-variant-caps: small-caps;
	margin-bottom: 20px;
}

.menu h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: verdana, arial;
	font-weight: 100;
	color: #999;
	letter-spacing: 3px;
	font-variant-caps: small-caps;
	margin: 0px;
}

hr {
	border: none;
	height: 1px;
	/* Set the hr color */
	color: #303030; /* old IE */
	background-color: #303030; /* Modern Browsers */
	margin: 15px;
}

.sidebar {
	width: 150px; /* adjust as needed */
	flex-shrink: 0; /* prevents sidebar from shrinking */
	float: left;
	padding: 15px;
	margin: 20px;
	background-color: #252525;
	height: 350px;
	border: solid 1px;
	border-color: #303030;
}

.sidebar img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border: 1px dotted;
	padding: 0px;
	color: #000;
}

footer {
	background-color: rgb(22, 22, 22);
	font-family: verdana, arial;
	border: 1px solid #202020;
	border-top: 0px;
}

footer p {
	color: rgb(63, 63, 63);
	text-align: center;
	font-family: verdana, arial;
	margin: 0px;
}

footer img {
	padding: 1px;
}

.inform {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 0px;
}

a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-ms-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-ms-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-webkit-transition-property: transform;
	transition-property: transform;
}

a:hover {
	-ms-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

img {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-ms-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-ms-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-webkit-transition-property: transform;
	transition-property: transform;
	padding: 3px;
}

img:hover {
	-ms-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
