/*
	Theme Name: BlackPlayers MyBB 1.8.x
	Date: Kwiecień 2015
	Version: 1.0
	Design&Code: CreWix || http://CreatiWeb.pl
*/
@font-face {  font-family: 'Myriad';  src: local('Myriad'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');}
*{
	padding: 0;
	margin: 0;
}
html, body{
	margin: 0;
	padding: 0;
	background: #161616;
	font-family: 'Myriad';
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	color: #8a8a8a;
}
/* Anchors */
a, input, textarea, button, .button{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a:link, a:visited{
	color: #8a8a8a;
	text-decoration: none;
}
a:hover, a:active{
	color: #fff;
	text-decoration: none;
}

/* Inputs */
input, textarea{
	border: none;
	background: #141414;
	border: 1px solid #222;
	padding: 10px 15px;
	font-size: 14px;
	font-family: 'Myriad';
	border-radius: 3px;
	color: #8a8a8a;
}

/* Checkbox, Radio */
.login-box label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
.login-box input[type=radio],
.login-box input[type=checkbox] {
	display: none;
}
.login-box label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	background-color: #636468;
}

.login-box .radio label:before {
	border-radius: 8px;
}
.login-box .checkbox label {
	margin-bottom: 10px;
}
.login-box .checkbox label:before {
    border-radius: 3px;
}

.login-box input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    background: #636468;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.login-box input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background: #636468;
	font-size: 13px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}
/* Buttons */
button, .button {
	background: #4c4e53;
	padding: 9px 16px;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}
button:hover, button:focus,
.button:hover, .button:focus{
	background: #636468;
	outline: 0;
}
/* Floats, clears */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}

/* Global */
.color-theme{color: #4bb67d;}
/* STYLE */
.main-conteiner{
	width: 75%;
	min-width: 960px;
	margin: 0 auto;
	background-color: #161616;
	padding-left: 10px;
	padding-right:10px;
	opacity: 0.95;
}
.main-header{
	background: url(images/styl/img_menu.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 74px; /*77*/
	line-height: 74px; /*77*/
	color: #8a8a8a;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.10);
	text-transform: uppercas;
	background-repeat: repeat;
}
.main-header a:link, .main-header a:visited{color: #8a8a8a;}
.main-header a:hover, .main-header a:active{color: #fff;}

.main-header-body {
	background: #161616 url(images/styl/img_head.png) no-repeat 50% 50%;
	background-size: cover;
	min-height: 220px;
}	
.main-header-body-atlas {
	background: #161616 url(../../pinct/images/header/atlas.banner.1870x221.jpg) no-repeat 50% 50%;
	background-size: cover;
	min-height: 220px;
}
/* LOGO */
.logo{
	width: 350px;
	height: 200px;
	margin-right: 30px;
	background: url(images/styl/logo.png) no-repeat 0% 50%;
}
.logo h1{text-indent: -999em;}
.logo a{display: block; width: 330px; height: 200px;}

/* MAIN MENU */
.main-menu{
	font-size: 12px;
}
.main-menu>ul>li{
	display: block;
	float: left;
	position: relative; /*relative;*/
}
.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited{
	height: 74px;
	line-height: 74px;
	display: block;
	float: left;
	padding: 0 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
}
.main-menu>ul>li>a:hover, .main-menu>ul>li>a:active{
	color: #fff;
	background-color: rgba(250, 250, 250, 0.04);
	border-bottom: 3px solid #006699;
		/*border-bottom: 3px solid #006699;*/
}
.line {
 	border-left: 1px solid rgba(250, 250, 250, 0.04);
	border-right: 1px solid rgba(250, 250, 250, 0.04);
}
.line-right {
	border-right: 1px solid rgba(250, 250, 250, 0.04);
}
/* LOGIN-BOX */
.login-box{
	display: none;
	position: absolute;
	top: 123px;
	right: 157px;
	width: 300px;
    background: #232324;
    border: solid 5px #686868;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	padding: 20px;
    text-transform: none;
	z-index: 9999;
	font-size: 14px;
}
.login-box h2{
	margin-bottom: 10px;
	font-weight: 400;
}
.login-box .input-wraper{
	position: relative;
	margin-bottom: 10px;
}
.login-box .input-wraper .txt-icon{
	position: absolute;
	font-size: 14px;
	top: 14px;
	left: 15px;
}
.login-box .input-wraper input.txt-field{
	display: block;
	width: 250px;
	padding-left: 30px;
	border: solid 1px #4c4e53;
	background: #333;
}
.login-box button{
	width: 300px;
	background: #4c4e53;
	padding: 9px 16px;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.login-box button:hover{
	background: #636468;
	outline: 0;
}
.login-close a:link,  .login-close a:visited{
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    border-radius: 3px;
}
.login-close a:hover, .login-close a:active, .login-close a:focus{
	background: #6d7d83!important;
}
.login-close a i{
    line-height: inherit;
    color: #fff;
}
ul.login-menu {
    margin-top: 20px;
}
ul.login-menu li{
    display: block;
    margin-top: 5px;
}
ul.login-menu li a{
    background: none!important;
}

/* USER-PANEL */
.user-panel{
	font-size: 14px;
	margin-top: 90px;
	min-width: initial;
}
.user-panel>ul>li{
	display: block;
	float: left;
	position: relative;
	font-weight: 700;
	margin-right: 5px;
	border-radius: 3px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	background: #686868; 
}
.user-panel>ul>li>a:link, .user-panel>ul>li>a:visited{height: 34px;line-height: 34px;display: block;float: left;padding: 0 15px;	color:#fff;}
.user-panel>ul>li>a:hover, .user-panel>ul>li>a:active{color: #fff;	box-shadow: inset 0px -100px 0px 0px rgba(0,0,0,0.1); outline: 0;}
.user-panel>ul>li>ul{
    position: absolute;
    display: none;
    top: 32px;
    right: -0px;
    width: 200px;
    background: #232324;
    border: solid 5px #686868;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
    z-index: 9997;
	font-weight: 200;
}
.user-panel>ul>li>ul>li>a{
	display: block;
	padding: 5px 0;
}
.user-panel>ul>li>ul>li{
    display: block;
}
.user-panel>ul>li>ul>li>a:link, .user-panel>ul>li>ul>li>a:visited{
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: solid 1px #353535;
}
.user-panel>ul>li>ul>li>a:hover, .user-panel>ul>li>ul>li>a:active{
	color: #fff;
}
/****************
 *****GLOBAL*****
 ****************/
.scaleimages img {
	max-width: 100%;
}
.forum_status {
	height: 35px;
	width: 35px;
	display: inline-block;
}
.forum_on {
	background: url(images/on.png) no-repeat;
}
.forum_off {
	background: url(images/off.png) no-repeat;
}
.forum_offlock {
	background: url(images/fflock.png) no-repeat;
}
.forum_offlink {
	background: url(images/on.png) no-repeat;
}
.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(images/mini_status_sprite.png) no-repeat 0 0;
}
.subforum_minion {
	background-position: 0 0;
}
.subforum_minioff {
	background-position: 0 -10px;
}
.subforum_miniofflock {
	background-position: 0 -20px;
}
.subforum_miniofflink {
	background-position: 0 -30px;
}

/* TBORDER I THEAD */
table {
	color: #cccccc; /*#333 PLAYinstinct*/
	font-size: 13px;
}
.tborder {
	width: 100%;
	margin: auto auto;
	background-color: #111111;
	border: 1px solid #1A1A1A;
	padding: 5px;
	border-radius: 6px;
}
.tborder_rside {
	width: auto%;
	margin: auto 0px;
	background-color: #111111;
	border: 1px solid #1A1A1A;
	padding: 5px;
	border-radius: 6px;
}
.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}
.thead {
	background: url(images/styl/img_panel.jpg) repeat-x;
	color: #8a8a8a;
	height: 55px;
	line-height: 55px;
	padding: 0px 10px;
	/* border-bottom: 3px solid #006699; */
	border-bottom: 3px solid #006699;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.10);
}
.thead a:link {
	color: #8a8a8a;
	text-decoration: none;
}
.thead a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
.thead a:hover,
.thead a:active {
	color: #8a8a8a;
	text-decoration: none;
}
.cat-link{
	margin-left: 50px;
	line-height: 55px;
}
/* FORUM ICON */
.forum-icon {
	margin-top: 7px;
	width: 40px;
	height: 40px;
/*	background: #006699; */
	background: url(images/styl/ForumPic_38.png) no-repeat 50% 50%;
	left: 0px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
}
.forum-icon img {
	width: auto;
	height: 30px;
	vertical-align: middle;
	margin-top: -3px;
}

/* EXPCOLIMAGE */
.expcolimage {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0.3);
	border-radius: 6px;
	margin-top: 13px;
}
.expcolimage:hover{background: rgba(0,0,0,0.5)}
.expcolimage img {padding:8px 0px;}

/* TCAT */
.tcat {
	background: #141414;
	color: #8a8a8a;
	font-size: 12px;
	padding: 8px;
}
.tcat a:link {
	color: #fff;
}
.tcat a:visited {
	color: #fff;
}
.tcat a:hover,
.tcat a:active {
	color: #fff;
}
.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 50%;
float: left;
}
/* TROW */
.trow1 {
	padding: 10px;
	border-bottom: 1px solid #1e1e1e;
	font-size: 14px;
	font-family: 'Myriad';
	line-height: 1.3;
}
.trow2 {
	padding: 10px;
	border-bottom: 1px solid #1e1e1e;
	font-size: 14px;
	font-family: 'Myriad';
	line-height: 1.3;
}
.text_ctrl {
	text-transform: uppercase;
}
.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}
.no_bottom_border {
	border-bottom: 0;
}
.post.unapproved_post {
	background: #ffdde0;
}
.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}
.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}
.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}
.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}
.trow_selected,
tr.trow_selected td {
	background: #141414;
	color: #fff;

}
.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #fff;
}
.trow_sep {
	background: #141414;
	color: #8a8a8a;
	border-bottom: 1px solid #1e1e1e;
	padding: 6px;
	font-size: 12px;
}
.tfoot {
	border-top: 1px solid #141414;
	padding: 5px;
	background: #141414;
	color: #8a8a8a;
	border-radius: 0 5px;
}
.tfoot a:link {
	color: #444;
	text-decoration: none;
		text-transform: uppercase;
}
.tfoot a:visited {
	color: #444;
	text-decoration: none;
}
.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}
.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

/*  NAVIGATION  */
.navigation_bg {
  background: url(images/styl/img_panel.jpg) repeat-x bottom;
  padding: 0;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #8a8a8a;
  font-weight: 200;
}
.navigation {
	color: #8a8a8a;
	font-size: 13px;
	position: absolute;
}
.navigation i {
	background: #161616;
	color: #8a8a8a;
	font-size: 14px;
	width: 30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	margin-right: 5px;
}
.navigation a:link {
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
	text-decoration: none;
}
.navigation .active {
	color: #8a8a8a;
}

/* INNNE */
.post_star {
	background: #111;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 1px #222;
	-moz-box-shadow: 0px 2px 1px #222;
	box-shadow:  0px 2px 1px #222;
}

.smalltext {
	font-size: 12px;
}
.largetext {
	font-size: 16px;
	font-weight: bold;
}
fieldset {
	padding: 12px;
	background: #111;
	border: 5px solid #222;
	border-radius: 6px;
	margin: 0;
}
fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}
fieldset.align_right {
	text-align: right;
}
input.textbox {
	background: #222;
	color: #8a8a8a;
	border: 3px solid #222;
	padding: 10px 5px;
	outline: 0;
	font-size: 13px;
}
textarea {
	background: #161616;
	color: #8a8a8a;
	border: 1px solid #222;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
select {
	background: #333;
	padding: 3px;
	border: 3px solid #111;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #8a8a8a;
	border-radius: 3px;
}
button,
input.button {
	padding:6px;
	cursor: pointer;
	font-size: 13px;
	background: #333;
	color: #fff;
	outline: 0;
}
button:hover,
input.button:hover {
	opacity: 0.9;
}
form {
	margin: 0;
	padding: 0;
}
input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}
input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}
label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form #message {
    width: 500px;
}
.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}
.post .editor_control_bar {
	background: #f5f5f5;
}
.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}
.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}
.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}
.trow_reputation_positive {
	background: #ccffcc;
}
.trow_reputation_negative {
	background: #ffcccc;
}
.reputation_positive {
	color: green;
}
.reputation_neutral {
	color: #444;
}
.reputation_negative {
	color: red;
}
.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}
._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}
._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}
._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}
img {
	border: none;
}
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}
.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #222;
	margin: 0;
	background: #141414;
	padding: 10px;
	border-radius: 3px;
	border-left: 3px solid #006699;
}

blockquote cite {
	border-bottom: 1px solid #222;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	color: #8a8a8a;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #141414;
	border: 1px solid #222;
	border-left: 3px solid #006699;
	padding: 10px;
	color: #8a8a8a;
	border-radius: 3px;
}

.codeblock .title {
	border-bottom: 1px solid #222;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	color: #8a8a8a;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #111;
	border: 3px solid #222;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	margin: 10px 0px;
}

.red_alert {
	background: #111;
	border: 3px solid #222;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	margin: 5px 0px;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active  {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	background: #333;
	font-size: 13px;
	padding: 5px;
	border-radius: 3px;
	box-shadow:  2px 2px 2px #111;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #333;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	padding: 5px;
	box-shadow:  2px 2px 2px #111;
}

.pagination .pagination_current {
	background: #006699;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	box-shadow:  2px 2px 2px #111;
}

.pagination a:hover {
	background: #555;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #222;
	border: 1px solid #111;
	outline: 1px solid #111;
	padding: 0px 10px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend {
	background: #222;
	padding: 5px;
	margin: 0;
	border-radius: 0px;
	box-shadow: 2px 2px 2px #111;
}

.thread_legend dd {
	padding: 5px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}
.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}
.ignored_post .show_ignored_post {
	margin-top: -15px;
}
.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}
/* WYGLĄD POSTA */
.usericon-online{
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}
.post-list {
  font-size: 12px;
  text-align: left;
  margin: 5px auto 0 auto;
  width: 100%;
}
.post-list>div{
	height: 20px;
	color: #909090;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #222;
	margin: 4px 0px;
}
.post-list i{
	background: #006699;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: inherit;
	font-size: 12px;
	text-align: center;
	margin-right: 4px;
	margin-right: 10px;
	float: left;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.post-list i::after {
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -5px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #006699;
/*	border-color: transparent transparent transparent #006699;*/
}
.post-list>div:hover{
	background: #;
}
.post-list>div span{
	background: #222;
	float: right;
	height: 20px;
	min-width: 10px;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	font-weight: 200;
}

.post {overflow: hidden;}
.post.classic {padding-top: 15px;}
.post .post_author {
	border: 1px dashed #006699;
	padding: 5px;
	overflow: hidden;
}
.post.classic .post_author {
	border-top: 1px solid #222;
	float: left;
	width: 16%;
	margin: 0 1% 15px 0;
	padding: 5px 1%;
	height: 100%;
}
.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}
.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	background: #373737;
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 90px;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	background: #161616;
	border: 1px solid #222;
	padding: 10px;
	font-size: 13px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 24px 0;
}

.post.classic .post_content {
	float: left;
	width: 77%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
	background: #222222;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	margin-bottom: 5px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited {
	display: inline-block;
	padding: 8px;
	margin: 1px;
	font-size: 13px;
	background: #161616;
	border: 1px solid #222;
	color: #555;
	border-radius: 90px;
}
.postbit_buttons > span > i,
.postbit_buttons > a > i {
	font-size: 15px;
	padding: 0px 1px;
}

.postbit_buttons > a:hover {
	background: #333;
}



a.button:link,
a.button:visited {
	background: #686868;
	color: #fff;
	display: inline-block;
	padding: 6px;
	margin: 2px 2px 6px 2px;
	border-bottom: 3px solid #006699;
/*	border-bottom: 3px solid #006699;	*/
	font-size: 14px;
}
a.button:active,
a.button:hover {
	opacity: 0.9;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}
.quick_jump {
	background: url(images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}
.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/* STATS */

.forum-stats{}
.forum-stats h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	color: #d2d2d2;
	padding: 5px 15px 10px 15px;
}
.border-grey{border-bottom: dashed 1px #343434;}
.boardstats {

	margin: 10px auto;
	text-align: center;
}
.boardstats>ul>li{
	width: 18%;
	display: block;
	float: left;
	margin: 1%;
	padding: 5px 0px; 
	background: #141414;
	border-bottom: 3px solid #006699;
/*border-bottom: 3px solid #006699;*/
}
.boardstats>ul li.last-child{
	box-shadow: none;
}
.boardstats>ul>li p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.boardstats p.largetext {
    font-size: 24px;
    color: #fff;
	font-weight: 100;
}
.boardstats p.smalltext {
    font-size: 13px;
    color: #8e8e8f;
    text-transform: uppercase;
}
.forum-statsbox p{
	padding: 3px 15px;
}
.forum-statsbox {
    padding: 10px 0;
}
.thead_stats {
	padding: 6px 0px 5px 5px;
	font-size: 15px;
	color: #8a8a8a;
	border-top: dashed 1px #343434;
	border-bottom: dashed 1px #343434;
	font-weight: 200;
}
.stats_trow {
	padding: 10px;
}
.stats_icon {
	background: #171717;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-right: 10px;
	border-radius: 6px;
}
.stats_trow i {
	line-height: 45px;
	font-size: 30px;
	color: #8a8a8a;
}
/* FOOTER */
#footer { 
	margin: 0 auto;
	background:#222; 
	height: 99px;
	border-top: 3px solid #006699;
	/*border-top: 3px solid #006699;*/
  }
#footer .left {
	float: left;
	font-size: 10px;
	color: #444444;
	padding-top:25px;
}
#footer .right {
	float: right;
	text-align: center;
	margin: 25px 30px 0px 0px;
}
#footer .right a {
	color: #fff;
	font-size: 11px;
}
.footer_top {
	background: #006699;
		/*background: #006699;*/
	height: 45px;
	width: 45px;
	text-align: center;
	box-shadow: inset 0px -23px 0px 0px rgba(0,0,0,0.1);
}
.footer_top i{
	font-size: 40px;
	line-height: 45px;
	color: #fff;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal box **/

.blocker {position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;overflow: auto;z-index: 9999;padding: 20px;box-sizing: border-box;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.75);text-align: center;}
.blocker:before{content: "";display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.05em;}
.blocker.behind {background-color: transparent;}
.modal {width: 400px;text-align: left;background: #fff;display: inline-block;vertical-align: middle;position: absolute;top: 50%;left: 50%;z-index: 2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-border-radius: 8px;-moz-border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: 0 0 10px #000;-moz-box-shadow: 0 0 10px #000;-o-box-shadow: 0 0 10px #000;-ms-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;transform: translateX(-50%) translateY(-50%);}
.modal a.close-modal {position: absolute;top: -12.5px;right: -12.5px;display: block;width: 30px;height: 30px;text-indent: -9999px;background: url(images/close.png) no-repeat 0 0;}
.modal-spinner {display: none;width: 64px;height: 64px;position: fixed;top: 50%;left: 50%;margin-right: -32px;margin-top: -32px;background: url(images/spinner_big.gif) no-repeat center center;-webkit-border-radius: 8px;-moz-border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;border-radius: 8px;}


/** Modal Start **/

.modal {
	display: none;
	width: 400px;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #fff;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #222;
	font-size: 11px;
	text-align: left;
	border: solid 1px #111;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #8a8a8a;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #222;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #111;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #8a8a8a;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #111;
	background-color: #111;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: #333;
	font-weight: normal;
	border: none;
	color: #777;
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff;
}

/** Impromptu End */
