@import url("../../Orange_BBEs/theme/stylesheet.css?v=3.3");
html, body {
	background-color: #000;
	background-image: url('./images/background.png');
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 0;
}
#handles {
	background-image: url('./images/borders2.png');
	height: 100px;
	font-size: 2px;
	margin-left: 0;
	margin-top: 0;
	background-position: top center;
	max-width: 1094px;
	margin: 0 auto;
	width: 100%;
}
#search-box {
	margin-top: 110px;
}
#site-description h1, #site-description p {
	color: #ffffff;
}
.site-description {
	clear: both;
	margin-top: 90px;
}
.headerbar {
	background-image: none;
	background-color: #000000;
}
.headerlogo {
	text-align: center;
	color: #c2c2c2;
}
a.menu-link {
	font-weight: 800;
}
ul.forums, .bg1, .bg2, .bg3 {
	background-color: #FED58E;
}
#banner {
	position: absolute;
	left: 50%;
	margin-left: -506px;
}
#wrap {
	color: #fff;
	background-color: #000;
	border: 0;
	max-width: 1064px;
	border-radius: 0;
	background-position: center;
	margin: 0 auto;
}
.navbar, .forabg, .forumbg, #cp-main .panel {
	background-color: #cd7400;
	background-image: none;
}
.linklist i {
	color: #ffffff;
	text-shadow: unset;
}
a, a:active {
	color: #FFF;
}
a:hover {
	color: #885a1d;
}
a:active, .footer-copyright {
	color: #d2d2d2;
	text-decoration: none;
}
a.forumtitle, a.topictitle, a.lastsubject, a.unread {
	color: #000;
}
.topic-title a, .topic-title a:link, .topic-title a:active, .topic-title a:visited, .topic-title a:hover {
	color: #FFF;
}
.dropdown .dropdown-contents {
	background-color: #edb564;
}
#cp-main .panel.bg1 {
	border: 2px solid #b47700;
}
.breadcrumbs .crumb {
    color: #FFFFFF;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
	.wrap {
		margin: 0 0;
	}
}
@media only screen and (max-width: 970px), only screen and (max-device-width: 970px) {
	#handles {
		max-width: 100%;
	}
}
