body {
	font-family: "Andale Mono", AndaleMono, monospace;
	overflow: hidden;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: overline;
}

#ctheader {
	height: 45px;
}

#ctheader, #ctfooter {
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	background-image: url("/img/lines.png");
	background-size: contain;
}

#intro > div {
	padding: 5px;
}

.hgrow {
	margin-left: 300px;
	margin-bottom: 60px;
	transition: margin-left 1s, margin-bottom 1s, font-size 1s;
}

#ctfooter:hover .hgrow {
	margin-left: 0px;
	margin-bottom: 0px;
}

.hgrow:hover {
	font-size: 320%;
}

.bline {
	margin-right: 300px;
}

#ctfooter .bline {
	margin-top: -20px;
	transition: margin-top 1s;
}

#ctfooter:hover .bline {
	margin-top: 0px;
}

#chat {
	border-top: 2px dashed gray;
	border-left: 2px dashed gray;
	margin-bottom: -403px;
	transition: margin-bottom 1s;
}

#chat img {
	height: 120px;
}

.nobm {
	background: white;
	margin-bottom: 0px !important;
}

#outy {
	overflow-x: hidden;
	overflow-y: auto;
}

#outy img {
	height: 50px;
	vertical-align: middle;
}

#lefteye, #righteye {
	transform: rotate(90deg);
}

#ctfooter:hover #righteye {
	transform: rotate(90deg) scale(-1, 1);
	transition: transform 1s;
}

#winker {
	right: 310px;
	margin-bottom: -50px;
	transition: margin-bottom 1s;
}

.viswink {
	margin-bottom: 5px !important;
}