
.inplay_head {
	background: #d6d6d6 url(https://sparks.ots-rpg.de/darkness/header.png);
	color: #2a7c94;
	height: 70px;
	box-sizing: border-box;
	letter-spacing: 15px;
	text-align: center;
	overflow: hidden;
	text-transform: lowercase;
	margin-bottom: 10px;
	
	font-family: georgia;
	font-size: 67px;
	font-style: italic;
	font-weight: lighter;
}

.inplay_forums {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.inplay_forum {
	width: 500px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.inplay_forum2 {
	width: 1200px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.inplay_forum-pic {
	width: 500px;
	overflow: hidden;
	border-top: 10px solid #1f5b6c;
	height: 20px;
	box-sizing: border-box;
}

.inplay_forum-name {
	background: #1f5b6c;
	color: #d6d6d6;
	height: 26px;
	overflow: hidden;
	box-sizing: border-box;
	letter-spacing: 5px;
	text-align: right;
	padding-right: 15px;
	-webkit-transition: all 0.5s 0s linear;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	transition: all 0.5s 0s linear;
	
	font-family: georgia;
	font-size: 25px;
	font-style: italic;
}

.inplay_forum-name2 {
	background: #1f5b6c;
	color: #d6d6d6;
	height: 36px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 10px solid rgba(48,48,48,.9);
	letter-spacing: 5px;
	text-align: right;
	padding-right: 15px;
	-webkit-transition: all 0.5s 0s linear;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	transition: all 0.5s 0s linear;
	
	font-family: georgia;
	font-size: 25px;
	font-style: italic;
}

.inplay_forum-name:hover,
.inplay_forum-name2:hover {
	background: rgba(48,48,48,.9);
	color: #1f5b6c;
	-webkit-transition: all 0.5s 0s linear;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	transition: all 0.5s 0s linear;
}

.inplay_forum-desc {
	color: #dce7ea;
	height: 120px;
	background-color: rgba(48,48,48,.9);
	box-sizing: border-box;
	padding: 10px;
}

.inplay_forum-desc2 {
	color: #dce7ea;
	background-color: rgba(48,48,48,.9);
	box-sizing: border-box;
	padding: 10px;
}

.inplay_forum-last {
	float: left;
}

.inplay_forum-last a:link, 
.inplay_forum-last a:hover,
.inplay_forum-last a:visited,
.inplay_forum-last a:active {
	color: #d6d6d6;
	text-transform: uppercase;
}

.inplay_forum-stats {
	background: #1f5b6c;
	color: #e6e6e6;
	box-sizing: border-box;
	padding: 0px 10px;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: 1px;
	padding: 5px 10px;
	
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
}

.threadlist_threads {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 20px;
	width: 1400px;
}

.threadlist_thread {
	width: 550px;
	color: #dce7ea;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	background-color: rgba(48,48,48,.9);
}

.threadlist_thread-info {
	width: 425px;
}

.threadlist_thread-name {
	background: #1f5b6c;
	color: #d6d6d6;
	height: 18px;
	overflow: hidden;
	box-sizing: border-box;
	letter-spacing: 5px;
	text-align: right;
	padding-right: 15px;
	-webkit-transition: all 0.5s 0s linear;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	transition: all 0.5s 0s linear;
	
	font-family: georgia;
	font-size: 15px;
	font-style: italic;
}

.threadlist_thread-name:hover {
	color: #1f5b6c;
	-webkit-transition: all 0.5s 0s linear;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	transition: all 0.5s 0s linear;
	background: rgba(48,48,48,.9);
}

.threadlist_thread-data {
	padding: 10px;
	height: 72px;
	overflow: auto;
}

.newthread_flexes {
	background: rgba(240,240,240,.9);
	width: 1400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 20px;
	padding-bottom: 15px;
}

.newthread_flex {
	width: 400px;
	padding: 0px 25px;
}

.newthread_flex2 {
	width: auto;
	padding: auto;
}

