@font-face {
	font-family: agency;
	src: url(../../../images/simplicity/ufonts.com_agency-fb.ttf);
}

#menu {
	margin: 40px 0 0 0;
	background-color: var(--darker-bg);
	background-repeat: repeat;
	height: 50px;
}

#menu li {
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	line-height: 33px;
}

/* this is the parent menu */
#menu li a {
	display: block;
	padding: 3px 15px 0 15px;
	height: 47px;
	line-height: 43px;
	font-size: 21px;
	text-decoration: none;
	color: var(--light-text);
	position: relative;
	left: -40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'agency';
}

#menu li a:hover {
	background-color: var(--primary-color);
	color: var(--light-text);
}

/* submenu, it's hidden by default */
#menu ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
}

#menu ul li {
	width: 170px;
	float: left;
	border-top: 1px solid #383838;
	margin: 0px -1px;
	background: #282a2e;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#menu ul a {
	display: block;
	height: 15px;
	padding: 8px 5px;
	color: #666;
}

*html #menu ul {
	margin: 0 0 0 -2px;
}

.logotext {
	margin: 0;
	color: #373737;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
	font-family: Arial;
	text-shadow: 2px 1px 0 rgba(150, 150, 150, 1);
}

.logotextc {
	margin: 0;
	color: var(--primary-color);
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
	font-family: Arial;
	text-shadow: 2px 1px 0 rgba(150, 150, 150, 1);
}

.logotextc a:hover,
.logotext a:hover,
.logotextc a:visited,
.logotext a:visited {
	text-decoration: none;
}

.wrapperforum {
	width: 95%;
	margin: auto auto;
}

.thead .description {
	margin-left: 5px;
	font-style: italic;
	background: var(--light-text);
	color: #000;
	padding: 3px 5px;
	position: relative;
	left: 7px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.thead:hover .description {
	opacity: 1;
	left: 10px;
}

.thead .expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 5px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.thead:hover .expcolimage {
	opacity: 1;
}

#backtop {
	color: #fafafa!important;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	display: none;
	padding: 4px 8px 4px 26px;
	background-color: #464646;
	background-image: url(../../../images/simplicity/top-icon.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	
	font-size: 13px;
}

#backtop a {
	color: #fafafa !important;
}

ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	float: left;
	list-style: none;
	height: 31px;
	line-height: 31px;
	border-left: none;
	overflow: hidden;
	position: relative;
	background: var(--dark-bg);
	margin: 0 0 -1px;
	padding: 0;
}

ul.tabs li a {
	text-decoration: none;
	color: #636363 !important;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: arial;
	padding: 0 20px;
}

ul.tabs li a:hover {
	background: #e7e7e7;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
	background: var(--light-text);
	border-bottom: 1px solid var(--light-text);
}

.tab_container {
	border: 1px solid #454b4c;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}

.tab_content {
	padding: 1px;
}

.statround {
	background: var(--primary-color);
	color: var(--light-text);
	padding: 4px 10px;
	margin-left: 20px;
}

.statround a:link,
.statround a:visited {
	color: var(--light-text);
}

.statround a:hover,
.statround a:active {
	color: #444444;
}

.menu-shadow {
	background: url(../../../images/simplicity/menu-shadow.png) no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
	bottom: -36px;
	height: 20px;
	left: 0;
	width: 100%;
}

#copyright {
	float: right;
}

