	/* GLOBAL FORUM CSS */

.boarddesc-desktop {
	display: none;
}

.ooc-board {
	background-color: #212121;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #373737;
}
.ooc-board h3 {
	background-color: #141414;
	border-bottom: 1px solid #373737;
	color: #838383;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0.8em;
	line-height: 36px;
	text-align: left;
}
.ooc-board h3 .h3-sub {
	display: none;
}
.ooc-boarddesc {
	background-color: #212121;
	color: #767676;
}
.board-description {
	display: block;
	font-size: 0.6em;
	text-align: justify;
	padding: 15px;
	line-height: 1.7em;
}
.ooc-board .ooc-subboards {
	border-top: 1px solid #373737;
	background-color: #1e1e1e;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.59em;
	text-transform: uppercase;
	color: #838383;
	letter-spacing: 0.1em;
	padding: 0.8em;
	line-height: 1.4em;
}
.subboard-link:first-child .link-sep {
	display: none;
}
.ooc-boardpost {
	width: 100%;
	box-sizing: border-box;
	background-image: url(/images/global/tealhaze_darkbg.png);
	border-top: 1px solid #373737;
	padding: 15px;
}
#ooc-desktop {
	display: none;
}
.board-lastpost {
	display: block;
}
.ooc-boardstats {
	width: 100%;
}
.ooc-boardstats td {
	vertical-align: middle;
	border: 1px solid #373737;
}
.ooc-boardstats tr td:first-child, .ooc-boardstats tr td:nth-child(3) {
	background-color: #141414;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
.ooc-boardstats tr td:nth-child(2), .ooc-boardstats tr td:nth-child(4) {
	background-color: #212121;
	color: #767676;
	font-size: 0.59em;
	text-align: left;
	padding-left: 0.8em;
	margin: 0;
	line-height: 26px;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

	/* SPECIFIC FORUM CSS */

.guidebook-forum {
	background-image: url(/images/board_guidebook.png);
	background-size: cover;
	background-position: center bottom;
	border-bottom: 1px solid #373737;
	padding: 15px;
}
.guidebook-forum h3 {
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 35px 0 50px;
	text-align: center !important;
}
.guidebook-forumquick {
	background-color: #101010;
	border: 1px solid #373737;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.59em;
	text-transform: uppercase;
	color: #838383;
	letter-spacing: 0.1em;
	padding: 0.8em;
	line-height: 1.4em;
}

/* usercp css */

.usercp-desc {
	text-align: center;
}
.usercp-none {
	border-right: none !important;
	width: 100% !important;
}
.usercp-none .board-description {
	text-align: center;
}

	/* MOBILE ADJUST */

@media only screen and (min-width: 982px) {
	
	/* global forum css */
	
	.boarddesc-desktop {
		display: initial;
	}
	.boarddesc-mobile {
		display: none;
	}
	
	.ooc-board {
		background-image: url(/images/global/tealhaze_darkbg.png);
		background-color: #101010;
		width: 952px;
		border-left: 1px solid #373737;
		border-right: 1px solid #373737;
	}
	.ooc-board h3 .h3-sub {
		float: right;
		font-size: 0.75em;
		vertical-align: middle;
		display: initial;
	}
	.ooc-boarddesc {
		float: left;
		width: 560px;
		border-right: 1px solid #373737;
	}
	.ooc-board .ooc-subboards {
		line-height: 1.2em;
	}
	.ooc-boardpost {
		float: left;
		width: 359px;
		background-image: none;
		border-top: none;
	}
	#ooc-desktop {
		display: block;
	}
	#ooc-mobile {
		display: none;
	}
	.ooc-boardstats {
		width: 359px;
	}	
	
	/* specific forum css */
	
	.guidebook-forum {
		border-left: 1px solid #373737;
		border-right: 1px solid #373737;
	}
	.guidebook-forumquick {
		line-height: 1.2em;
	}
	
	#category-1 .ooc-board, #category-13 .ooc-board, #category-19 .ooc-board {
		width: 476px;
		float: left;
		box-sizing: border-box;
		border-left: 1px solid #373737;
	}
	#category-1 .ooc-board .ooc-boarddesc, #category-13 .ooc-board .ooc-boarddesc, #category-19 .ooc-board .ooc-boarddesc {
		float: none;
		width: 100%;
		border-right: none;
	}
	#category-1 .ooc-board .ooc-boardpost, #category-13 .ooc-board .ooc-boardpost, #category-19 .ooc-board .ooc-boardpost {
		float: none;
		width: 100%;
		border-top: 1px solid #373737;
	}
	#category-1 .ooc-boardstats, #category-13 .ooc-boardstats, #category-19 .ooc-boardstats {
		width: 100%;
	}
	#category-1 .ooc-board + .ooc-board, #category-13 .ooc-board + .ooc-board, #category-19 .ooc-board + .ooc-board {
		border-left: none;
	}
	#forum-14 {
		float: none;
		width: 100% !important;
		border-right: 1px solid #373737 !important;
	}
	#forum-15, #forum-17, #forum-20 {
		border-left: 1px solid #373737 !important;
	}
	
	.usercp-desc {
		line-height: 54px;
	}
	
	/* ic board images */
	
	/*#forum-10 {
		background-image: url(../../../);
		background-repeat: no-repeat;
		background-position: right bottom;
	}*/
	
}