@charset UTF-8;

html, body {
}

html {
}

body {
	font: 14px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #171717 url(../images/bg.gif) repeat top center;
}

i.fa {
	line-height: inherit!important;
	font-size: inherit;
	vertical-align: baseline!important;
}

::selection
{
background:#256193;
color:#fff;
}
::-moz-selection
{
background:#256193;
color:#fff;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	line-height:150%!important;
}

img.setborder {
	z-index: 0;
	position: relative;
	box-shadow:0px 0px 0px 1px rgba(255,255,255,0.2);
}

a {
	color: #454545;
	text-decoration: none;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

a:hover {
	color: #256193;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	display: block;
	clear: both;
}

#content {
	width: 1000px;
	margin: 0px auto;
}

#header {
	height: 440px;
}

.dat-menu-setup {
	background-color: #665140;
	background-image: url(../images/-bg.jpg);
}

.home-article.right ul li a strong {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.padding-box {
	padding: 18px;
}

#main-box {
	position: relative;
	min-height: 200px;
	background: #f4f4f4;
}

#main-box #main {
	background: #f4f4f4;
	border-top: 5px solid #256193;
	width: 700px;
	margin-top: -45px;
	position: relative;
	float: left;
	min-height: 200px;
	z-index: 6;
	padding-top: 20px;
	padding-bottom: 40px;
}

#main-box.full-width {
	position: relative;
	min-height: 200px;
	background: #f4f4f4;
}



.wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#header.needpadding {
	padding-bottom: 130px;
}

.signup-panel > div > h2,
.user-profile .profile-right-side h2,
.game-info-right h2,
.article-footer h2,
#main .forum-block > h2,
#main > h2 {
	padding: 0px 28px;
	background: url(../images/content-title-bg.png) repeat-x left center;
	margin-bottom: 20px;
}

.signup-panel > div > h2 span,
.user-profile .profile-right-side h2 span,
.game-info-right h2 span,
.article-footer h2 span,
#main > .forum-block h2 span,
#main > h2 span {
	background: #f4f4f4;
	font-size: 22px;
	color: #353535;
	padding: 0px 10px;
	margin-left: -10px;
}

div.content-padding {
	padding: 0px 28px;
	margin-bottom: 15px;
}

div.content-padding:after {
	clear: both;
	content: '';
	display: block;
}

.article-image {
	display: inline-block;
	background: #256193;
	overflow: hidden;
	position: relative;
}

.article-image-out {
	display: block;
	background: #256193;
	position: relative;
}

#main-box #sidebar {
	float: right;
	width: 300px;
	background: #E2E2E2;
	box-shadow: inset 1px 0 0 0 #D0D0D0;
}

#main-box.sidebar-left #sidebar {
	box-shadow: inset -1px 0 0 0 #D0D0D0;
}

#sidebar .panel {
	display: block;
	border-top: 5px solid #256193;
	position: relative;
}

#sidebar .panel > h2 {
	display: block;
	padding: 10px 10px;
	font-size: 17px;
	margin-bottom: 0px;
}

#sidebar .panel .panel-content {
	display: block;
	background: url(../images/sidebar-title.png) no-repeat center top;
	padding: 14px 10px 20px 10px;
}

#sidebar .panel .panel-content.no-padding {
	padding: 0px;
	padding-top: 1px;
}

.sidebar-comments  {
	position: absolute;
	display: block;
	margin-top: 9px;
	right: 20px;
	z-index: 8;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	background: url(../images/comment-arrow.png) no-repeat 7px bottom;
}

.sidebar-comments span {
	display: block;
	padding: 2px 7px;
	color: #fff!important;
	background: #6fb205;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sidebar-comments.inactive  {
	background: url(../images/comment-arrow-inactive.png) no-repeat 7px bottom;
}

.sidebar-comments.inactive span {
	background: #afafaf;
}

.new-forum-line {
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0px;
	position: relative;
}

.new-forum-line a.f_content {
	display: block;
	padding: 10px 11px 12px 11px;
	margin-top: 0px;
}

.new-forum-line a.f_content:hover {
	background: #eaeaea;
}

.new-forum-line strong {
	font-size: 14px;
	margin-bottom: 5px;
	max-width: 180px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}

.new-forum-line span {
	color: #929292;
	font-size: 13px;
}

.new-forum-line span b {
	color: #5f5f5f;
}

.new-forum-line .avatar {
	margin-top: 10px;
	margin-left: 11px;
	float: left;
	margin-right: 10px;
}

.avatar {
	display: inline-block;
	position: relative;
	border: 0px;
	width: 39px;
	height: 39px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 5px;
}

.avatar.avatar-big {
	width: 50px;
	height: 50px;
}

.avatar.avatar-large {
	width: 90px;
	height: 90px;
}

.avatar:hover {
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}

.avatar:hover .wrapimg:after {
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.4);
}

.item-list {
	display: block;
}

.item-list:after {
	display: block;
	clear: both;
	content: '';
}

.item-list > div {
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-list.items-2 > div {
	width: 50%;
}

.item-list.items-3 > div {
	width: 33.33%;
}

.item-list.items-4 > div {
	width: 25%;
}

.item-list > div.item {
	padding: 20px 20px;
	text-align: center;
}

.item-list > div.item i.fa {
	font-size: 60px!important;
	margin-bottom: 15px;
	color: #3a2a1d;
}

.item-list > div.item h3 {
	font-size: 23px;
	margin-bottom: 10px;
}

.item-list > div.item p {
	margin-bottom: 0px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.item-list-row {
	display: table;
}

.item-list-row > .item {
	display: table-cell;
}

.map-inner {
	display: block;
	margin-bottom: 20px;
}


.article-promo {
	display:block;
}

.article-promo .article-photo {
	display:block;
	float:left;
	width:301px;
	margin-bottom:20px;
}

.article-promo .article-content {
	display:block;
	float:left;
	width:319px;
	margin-left:24px;
}

.article-promo .article-content h3 {
	margin-top:-16px;
}

.article-icons {
	display: block;
	padding: 0px 0px 15px 0px;
	cursor: default;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 14px;
}

.article-full .article-icons {
	border-bottom: 0px;
	margin-bottom: -20px!important;
}

.article-icons a {
	color: #898989;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
}

.article-icons a .fa {
	font-size: inherit;
	display: inline-block;
	padding-top: 2px;
	padding-right: 10px;
	line-height: inherit!important;
}

.article-icons a:hover {
	color: #256193;
}

.do-the-split {
	display: block;
	width: 100%;
	height: 4px;
	background: url(../images/content-title-bg.png) repeat-x center center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	background: url(../images/header-top-bg.png);
	color: #868686;
	box-shadow: inset 1px 0px 0px rgba(255,255,255,0.1), inset -1px 0px 0px rgba(255,255,255,0.1);
}

.footer a {
	color: #868686;
}

.footer a:hover {
	color: #fff;
}

.footer .footer-top {
	background: rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	height: 6px;
	width: 100%;
	display: block;
}

.footer .footer-bottom {
	background: rgba(0,0,0,0.22);
	border-top: 1px solid rgba(255,255,255,0.11);
	display: block;
	padding: 17px 25px;
	cursor: default;
}

.footer .footer-bottom li {
	display: inline-block;
	margin-left: 13px;
}

.footer .footer-content {
	color: #E2E2E2;
	display: table;
	width: 100%;
}

.footer .footer-content a {
	color: #E2E2E2;
}

.footer .footer-content .panel .top-right {
	top: 26px;
	right: 21px;
}

.footer .footer-content .panel .top-right a {
	color: #888;
}

.footer .footer-content > div {
	display: table-cell;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
}

.footer .footer-content > div:after {
	display: block;
	width: 3px;
	position: absolute;
	content: '';
	right: 0px;
	top: 25px;
	bottom: 25px;
	background: url(../images/footer-split.png) repeat-y;
	opacity: 0.7;
}

.footer .footer-content > div > h2 {
	border-bottom: 2px solid rgba(204, 204, 204, 0.2);
	padding-bottom: 7px;
	margin-bottom: 20px;
	color: #888;
}

.footer .footer-content .d-articles .item {
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer .footer-content .d-articles .item:last-child {
	border-bottom: 0px;
}

.panel-duel-voting .panel-duel-vote a:hover {
	background: #232323;
}



.admin-fast-edit {
	background-color: rgba(255,255,0,0.2)!important;
}


.d-articles .item .item-header {
	padding: 0px;
	float: left;
}

.d-articles .item .item-header img {
	width: 60px;
	margin-top: 4px;
}

.d-articles .item .item-content {
	margin-left: 75px;
}

.d-articles .item .item-content p {
	font-size: 13px;
	margin-bottom: 0px;
}

.d-articles .item h4 {
	font-size: 15px;
	margin-bottom: 4px;
}

.d-articles .item.no-image .item-content {
	margin-left: 0px;
}

.d-articles .item {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	margin-bottom: 12px;
}

.d-articles .item:last-child{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.panel a.defbutton {
	margin: 8px 0px 3px 0px;
	font-size: 10px;
	background-color: #D3D3D3;
}

.panel a.defbutton:hover {
	background-color: #232323;
}


.panel .tagcloud a {
	font-size: 13px;
	background: rgba(240, 240, 240, 1);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px 10px;
	margin: 0 7px 7px 0;
	display: inline-block;
	color: #848484;
	text-shadow: none;
}

.panel .tagcloud a:hover {
	background: rgba(0,0,0,0.5);
	color: #fff!important;
	text-shadow: none;
	box-shadow: none;
}

.footer .panel .tagcloud a {
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.footer .panel .tagcloud a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.panel p,
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	margin-bottom: 10px
}

.icon-line {
	display: block;
	margin-top: 8px;
	font-size: 13px!important;
	font-weight: bold;
}

.no-slider #slider div#slider-info {
	display: none;
}

.no-slider #slider, .no-slider #header {
	height: auto;
}

.no-slider #main-box #main {
	margin-top: 0px;
}