body {
	background-color: #f3eff4;
}

.main {
	z-index: 0;
	margin-left: 177px;
	margin-top: 40px;
	padding-top: 22px;
	font-family: "Microsoft YaHei", sans-serif !important;
}

/* Board Title Before Threads */
#board-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 3em;
	font-weight: bold;
	color: #330033;
	text-shadow: 2px 2px 2px #9999cc;
}

/* Threads */
#thread-list {
	color: #330033;
}

.thread {
	margin-bottom: 20.8px;
	margin-top: 14.4px;
	font-size: 1em;
}

.thread-info {
	margin-left: 50px;
}

.thread-info span {
    margin-left: 5px;
    margin-right: 5px;
}

.thread-info-title {
	font-weight: bold;
	color: #996699;
}

.thread-countANDcontent {
	position: relative;
}

.thread-reply-count {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 22px;
	height: 18px;
	min-width: 20px;
	padding: 0 1.1px;
	border: 0.1px solid gray;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f5f5f5;
	text-align: center;
	line-height: 18px;
	font-size: 0.7em;
	font-family: "consolas" sans-serif serif;
	box-shadow: 0.1px 0.1px 0.9px black;
}

.thread-content {
	padding-top: 17.6px;
	padding-left: 100px;
	padding-right: 110px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Reply Button */
.thread-info a {
	display: inline-block;
	height: 22px;
	width: 48px;
	background-color: #f4511e;
	color: white;
	line-height: 22px;
	white-space: nowrap;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 3px #999;
	text-decoration: none;
	text-align: center;
}

.thread-info a:hover {
	background-color: #d24000;
}

.thread-info a:active {
	background-color: #d24000;
	box-shadow: 1.3px 2.5px #666;
	transform: translate(1px, 1.5px);
}
