/* Theme version: 1.50 */

body {
	background: #0d0f11;
	color: #a8a8a8;
	text-align: center;
	line-height: 1.431;
	margin: 0;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-size: 13px;
	overflow-y: scroll; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
}

a:link {
	transition: all .12s ease !important;
	color: #608ec3;
	text-decoration: none; 
}

a:visited {
	color: #42b4ff;
	text-decoration: none; 
}

a:hover,
a:active { color: #0fbbff; }

h1, h2, h3, h4 {
	padding: 0;
	margin-top: 0;
	font-weight: normal;
}

ol, ul, li {
	margin: 0;
}

/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 8px; background: #938f5c; color: #000000;}
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0 -8px 0 0; font-size: 13px; }
#shoutbox .head .right a { padding: 8px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #ffffff; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #242300; color: #adad8a; }
#shoutbox .panel.blocked { background: #0d0202; color: #c5aaaa; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { display: table-cell; padding: 6px; }

#shoutbox .avatar { height: 22px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #a8a8a8; word-break: break-all; word-wrap: break-word; }
#shoutbox .info { font-size: 11px; color: #545454; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle; }
#shoutbox .info a { color: inherit; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #545454; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #303030; }

#container {
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	text-align: left;
	color: #a8a8a8;
	line-height: 1.431;
	margin: 0;
	font-size: 13px;
	min-width: 960px; 
	position: relative;
}


#logo {
	background: #eceef0 url(http://www.zpviw.ct8.pl/forum/images/flatty/tlo.png) no-repeat 0% 40% / cover;
	height: 220px;
	width: 100%;
	display: flex;
	padding: 0 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	box-sizing: border-box;
}

#logo .wrapper {
	width: 100%;
	margin: auto auto; 
	margin-left: 5%;
	margin-right: 5%;
}

#content {
	width: auto !important;
	margin: 30px 5% auto 5%;
	overflow: hidden;
	background: #101010;
}

#header {
	position: sticky;
	top: 0px;
	z-index: 777;
}

#header ul.menu {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none; 
}

#header ul.menu li {
	margin: 0 4px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 21px;
	display: inline-block;
	color: #000000;
}

#logo ul.top_links {
	text-align: right;
	margin: -10px 5px 0 0;
}

#panel {
    position: relative;
    z-index: 994;
    width: 100%;
}

#panel .upper a.logout {
	font-weight: 400;
	padding-right: 20px;
	margin-left: 10px; 
}

#panel .upper a.login,
#panel .upper a.lost_password {
	padding: 7px 21px 7px 20px;
    background: #3187d3;
}

#panel .upper a.register {
	padding: 7px 21px 7px 20px;
	margin-left: 7px;
	background: #c57826;
}

#panel .upper a.login:hover { background: #142d8f; color: #000000; }
#panel .upper a.register:hover { background: #ba7a03; color: #a8a8a8; }

#panel .lower ul.panel_links { float: right; }
#panel .lower ul.user_links { float: left; }

#panel .lower ul.user_links li a {
	padding: 0;
	padding-right: 5px;
	background-image: none; 
}

#panel .upper {
	position: relative;
	background: #1a1a1a;
	color: #000000;
	clear: both;
	height: 64px;
	line-height: 64px;
	padding: 0px 15px;
	overflow: hidden;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:active { color: #fff; }
#panel .upper a:hover { 
	color: #042643; 
	text-decoration: none; 
}

#panel .lower {
	background: #0f0f0f;
	border-bottom: 1px solid #1a1a1a;
    color: #4f636d;
    height: 39px;
    line-height: 40px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active { color: #999999; }

.panel-pm {
    margin-left: 13px;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle; 
}

#search input.button,
#search input.textbox { border-color: #ffffff; }
#search input.button { background: #5cc0ff; color: #000000; }
#search input { margin: -3px 0; }

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -1px 0 0 1px;
}

#footer {
	clear: both; 
	margin-top: 15px;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #0f0f0f;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding: 6px;
	font-size: 12px;
	overflow: hidden; 
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active { color: #878787; }

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px; 
}

#footer .upper .language select { border-color: #333333; }

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select { border-color: #333333; }
#footer .upper ul.bottom_links {
	float: none;
	margin: 8px -4px 7px; 
}

#footer .uppermid {
	overflow: hidden;
	background: #000000;
    padding: 2rem;
    color: #757575;
    font-size: 13px;
	border-top: 1px solid #212121;
}

#footer .uppermid a:link,
#footer .uppermid a:visited { color: #969696; }
#footer .uppermid a:hover,
#footer .uppermid a:active { color: #a8a8a8; }

#footer .lower {
	overflow: hidden;
	border-top: 1px solid rgb(38, 38, 38);
	color: #4f636d;
	padding: 1.5em 1.8em;
	line-height: 18px;
	font-size: 13px;
	background: #000000;
}

#footer .lower a:link,
#footer .lower a:visited { color: #607985; }
#footer .lower a:hover,
#footer .lower a:active {
	color: #a8a8a8; 
	text-decoration: none; 
}

#footer .lower #social {
	float: right;
	color: #666666;
	margin-top: -17px; 
}

#314210ug {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px; 
}

.scaleimages img { 
	max-width: 100%; 
	overflow: hidden; 
}

.remove_buddy_button:hover { 
	color: #7d7d7d !important;
	background: rgba(39, 174, 96, .04) !important; 
}

.report_user_button:hover {
	color: #778d7a !important;
	background: rgba(230, 126, 34, .04) !important; 
}

.forum_status {
    cursor: default;
    font-size: 28px;
    padding-left: 10px;
    margin-right: -5px;
    text-align: center;
}

.forum_status i {
	display: inline-block;
	line-height: 50px;
	color: #08206d; 
}

.forum_on { color: #2ec0ff; }
.forum_off, .forum_offlock, .forum_offlink { color: #cccccc; }
.forum_off i { opacity: .7; }
.forum_offclose i:before { content: "\f023"; color: #ae310f; }
.forum_offlink i:before { content: "\f0c1"; color: #30bb8a; }

.subforumicon {
	display: inline-block;
	font-size: 11px;
	height: 10px;
	width: 10px;
	margin: 0px 3px 0px 7px;
}

.subforum_minion { color: #a8a8a8; }
.subforum_minioff, 
.subforum_minioffclose,
.subforum_miniofflink { color: #a8a8a8; }
.subforum_minioff { opacity: .5; }
.subforum_minioffclose i:before { content: "\f023"; }
.subforum_miniofflink i:before { content: "\f0c1"; }

table {
	color: #757575;
	font-size: 14px;
	font-family: inherit; 
}

.tborder {
	background: #000000;
	width: 100%;
	margin: auto auto; 
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: rgb(132, 6, 6);
	color: #d7d7d7;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	padding: 1.2em 1.425em 1.175em 1.275em;
	line-height: 24px;
	border: 1px solid black;
	border-radius: 5px;
}

.thead.side {
	background: #23751b;
	padding: 1rem 1.2rem .9rem 1.2rem;
}

.thead a:link {
	color: #d7d7d7;
	text-decoration: none; 
}

.thead a:visited {
	color: #d7d7d7;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #d7d7d7;
	text-decoration: underline; 
}

.thead.signin {
	background: #000000;
	font-size: 24px;
	color: #a8a8a8 !important;
	text-align: center;
	padding: 1rem 1rem 1.5rem 1rem;
}

.tcat {
    background: #2f2f2f;
    font-size: 12px;
    box-sizing: border-box;
    padding: 11px 20px 9px 18px;
}

.tcat a:link, 
.tcat a:visited { }

.tcat a:hover,
.tcat a:active { color: #908260; }

.trow1 {
	background: #262626;
	border-bottom: 1px solid #0d0d0d;
	padding: 1.025em 1.275em 0.875em 1.175em; 
}

.trow2 {
	background: #242424;
	border-bottom: 1px solid #0d0d0d;
	padding: 1.025em 1.275em 0.875em 1.175em; 
}

.trow_shaded {
	background: #091b10;
	border: 0;
	padding: 1.025em 1.275em 0.875em 1.175em;
}

.no_bottom_border { border-bottom: 0; }

.post.unapproved_post { background: #1f0003; }
.post.unapproved_post .post_author { border-bottom-color: #000; }
.post.classic.unapproved_post .post_author { border-color: #000; }
.post.unapproved_post .post_controls { border-top-color: #000; }

.trow_deleted,
.post.deleted_post { 
	background: #070809;
	border-bottom: 1px solid #0d0d0d;
}

.trow_selected,
tr.trow_selected td {
	background: #141604 !important;
	color: #ededed;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active { color: #cccccc; }

.trow_sep {
	background: #212121;
	color: #a8a8a8;
	padding: 8px 18px;
	font-size: 12px;
	font-weight: 600; 
}

.deleted_post_hidden {
    border-top: 2px solid #212121;
    padding: 15px;
}

.deleted_post_collapsed {
	background: #050505;
	margin-bottom: 7px;
    padding: 15px;
	border: 1px solid #112332;
}

.deleted_post_collapsed .show_deleted_post { margin: -16px 6px 0 0; }
.deleted_post_collapsed .show_deleted_post a.button span {  }

.tfoot {
	padding: 10px;
	color: #878787;
	background: #121c21;
}

.tfoot a:link {
	color: #bababa;
	text-decoration: none; 
}

.tfoot a:visited {
	color: #bababa;
	text-decoration: none; 
}

.tfoot a:hover,
.tfoot a:active {
	color: #bababa;
	text-decoration: underline; 
}

.thead input.textbox,
.thead select { border: 1px solid #c0d8cb; }

.bottommenu {
	background: #0f0f0f;
	color: #cccccc;
	border: 1px solid #5886b6;
	padding: 10px; 
}

.navigation {
    padding: 0 19px;
    color: #eee;
    border-radius: 2px;
    font-size: 13px;
    overflow: hidden;
    height: auto;
    line-height: 48px;
    font-family: inherit;
    background: #23751b;
    border: 1px solid #439847;
}

.navigation a:link { text-decoration: none; color: #eee !important; }
.navigation a:visited { text-decoration: none; }

.navigation a:hover,
.navigation a:active { text-decoration: underline; }
.navigation a:focus { color: #333333; }
.navigation .active i:before { content: "\f015"; color: #eee; }

.navigation .active {
	font-weight: 900;
	color: #eee;
	font-size: 13px; 
}

.smalltext {
	font-size: 13px;
	font-weight: 400;
	font-family: inherit;
}

.smalltext.bold { 
	font-weight: 500 !important; 
}

.largetext {
	font-size: 17px;
	font-weight: 400;
}

fieldset {
	padding: 12px;
	border: 1px solid #212121;
	margin: 0; 
}

fieldset.trow1,
fieldset.trow2 { border-color: #333333; }

fieldset.align_right { text-align: right; }

input.textbox {
	background: #000000;
	color: #666666;
	border: 1px solid #212121;
	padding: 5px 7px;
	outline: 0;
	box-sizing: border-box; 
	font-size: 13px;
	font-family: inherit;
}

input.textbox:focus {
    border: 1px solid #333333;
    box-shadow: 0 0 2px 0 #0f0f0f;
}

textarea {
	background: #000000;
	color: #cccccc;
	border: 1px solid #333333;
	padding: 8px;
	line-height: 1.4;
	outline: 0;
	font-family: inherit;
	font-size: 13px;
}

select {
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-size: 13px;
	border: 1px solid #0f0f0f; 
	outline: 0;
	height: 32px;
	padding: 0 45px 0 8px;
	color: #878787;
	background: #000000 url(http://forum.winkulia.eu/images/flatty/arrow-down.png) no-repeat 93% 55%;
	background-size: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button,
input.button {
	padding: 6px 15px 6px 12px;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	background: #2383c7;
	border: 0 !important;
	outline: 0 !important;
	color: #000000;
	border-radius: 2px !important;
}

button:hover,
input.button:hover { 
	border-color: #424242; 
	background: #3187d3;
}

form {
	margin: 0;
	padding: 0; 
}

input.error, textarea.error, select.error {
	border: 1px solid #ff3300;
	color: #ff3300; 
}

input.valid, textarea.valid, select.valid { border: 1px solid #33ff33; }

label.error {
	color: #ff3300;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 500;
	font-size: 11px; 
}

form #message { 
	width: 500px; 
	box-sizing: border-box; 
}

.editor {
	background: #0d0d0d;
	border: 1px solid #333333; 
}

.editor_control_bar {
	background: #000000;
	border: 1px solid #333333; 
	margin-bottom: 5px; 
}

.post .editor_control_bar { background: #080808; }

.popup_menu {
	z-index: 75;
	box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, .2);
	padding: 1px;
	border-radius: 3px !important;
	background: rgb(255, 255, 255); 
}

.popup_menu:before {
	position: absolute; 
	width: 0; height: 0;
	content: "";
	display: block;
	left: 1.4em;
	bottom: 100%;
	border-bottom: 7px solid #000000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.popup_menu .popup_item { color: #bababa; }
.popup_menu .popup_item:hover {
	background: none;
	color: #0f77c7 !important; 
}

.trow_reputation_positive { background: #003300; }
.trow_reputation_negative { background: #330000; }

.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: #030303;
	color:  #666666;
	border: 1px solid #333333; 
}

._minus {
	background-color:  #2c0302;
	color:  #ff3633;
	border: 1px solid #fe6967; 
}

._plus {
	background-color: #0e2103;
	color:  #75ff75;
	border: 1px solid #75ff75; 
}

img { border: none; }

img.attachment {
	border: 1px solid #00aaff;
	margin-top: 10px;
	margin-bottom: -5px;
	padding: 1px;
	border-radius: 1px; 
}

hr {
	background-color: #a8a8a8;
	color: #cccccc;
	height: 1px;
	border: 0px; 
}

.clear { clear: both; }

.float_left { float: left; }
.float_right { float: right; }

.text_left { text-align: left; }
.text_right { text-align: right; }

.hidden {
	display: none;
	float: none;
	width: 1%; 
}

.hiddenrow { display: none; }

.selectall {
	background: #242000;
	border-bottom: 1px solid #918408;
	color: #a8a8a8;
	text-align: center;
}

.expcolimage {
	width: auto;
	float: right;
	top: 1px;
	position: relative;
}

.expcolimage img {
	max-width: 24px;
	height: auto;
}

.thead .expcolimage img {
	opacity: .7;
	transition: all .2s ease;
}

.thead:hover .expcolimage img {
    opacity: .7;
}

.expcolimage img:hover {
	opacity: 1 !important;
}

.tcat_menu > .expcolimage { margin-top: 0; }

blockquote {
	border: 1px solid #212121;
	margin: 0;
	background: #000000;
	padding: 12px; 
}

blockquote blockquote {
	background: #0f0f0f;
	border: 0 !important;
}

blockquote blockquote blockquote {
	background: #000000;
	border: 0 !important;
}

blockquote blockquote blockquote blockquote {
	background: #0f0f0f;
	border: 0 !important;
}

blockquote cite {
	font-weight: 600;
	border-bottom: 1px solid #212121;
	font-style: normal;
	display: block;
	padding-bottom: 7px;
	margin: 0 0 10px 0; 
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #999999; 
}

blockquote cite span.highlight {
	float: none;
	font-weight: 600;
	padding-bottom: 0; 
}

.codeblock {
	border-radius: 2px !important;
	background: #000000;
	border: 1px solid #212121;
	padding: 12px; 
}

.codeblock .title {
	border-bottom: 1px solid #212121;
	font-weight: bold;
	padding-bottom: 8px;
	margin: 0 0 12px 0; 
}

.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 {
	line-height: 24px;
	padding: 7px;
	text-align: left; 
	border-bottom: 1px solid #050505;
}

.popup_menu .popup_item_container:last-child {
	border-top: 0;
	border-bottom: 0;
}

.popup_menu .popup_item {
	text-decoration: none;
	display: block;
	min-width: 160px;
	white-space: nowrap;
	padding: 4px 10px 5px;	
	color: #666666 !important;
}

.popup_item_container:hover { background: rgba(0, 0, 0, .03); }
.popup_menu a.popup_item:hover { text-decoration: none; }

.subject_new { font-weight: 500; }

.highlight {
	background: #333300;
	padding-top: 3px;
	padding-bottom: 3px; }

.pm_alert {
    background: #38464d;
    border: 1px solid #435660;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
    margin-bottom: 18px;
	border-radius: 2px;
}

.red_alert {
	margin-bottom: 1.5em;
	padding: 1.1em 1.65em 1.1em 1.3em;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	color: #000000;
	background: rgba(198, 56, 56, .8); 
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active { color: #004152; }

.high_warning { color: #ff3333; }
.moderate_warning { color: #e4540c; }
.low_warning { color: #ffa64d; }

.online { color: #5dea61; }
.offline { color: #363636; }

div.error {
	padding: 1.475em 1.275em 0.575em 1.175em;
	font-size: 14px;
	font-family: inherit;
    color: #bababa;
	background: #907309; 
}

div.error p {
	margin: 0;
	color: #cccccc;
	font-weight: normal; 
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #ff3333;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul { margin-left: 24px; }

.pagination {
	font-size: 11px;
	padding-top: 14px;
	margin-bottom: 14px; 
}

.tfoot .pagination,
.tcat .pagination { padding-top: 0; }

.pagination .pages { font-weight: 500; }

.pagination .pagination_current,
.pagination a {
	padding: 5px 9px;
	margin-bottom: 3px; 
}

.pagination a {
	background: #080808;
	color: #757575;
	border: 1px solid #212121; 
}

.pagination a:link { color: #757575 !important; }
.pagination a:link:hover { color: #000000 !important; }

.pagination .pagination_current {
	background: #29e6ff;
	border: none;
	font-weight: 500; 
	color: #000000;
	border-radius: 2px;
	border: 1px solid #29e6ff;
}

.pagination a:hover {
	background: #42b4ff;
	color: #000000;
	border-color: #42b4ff;
	text-decoration: none; 
}

.pagination .go_page img { margin-bottom: -4px; }

.drop_go_page {
	background: #000000;
	padding: 7px; 
	margin-top: 1em;
}

.pagination_breadcrumb {
	background-color: #000000;
	border: 1px solid #000000;
	padding: 1px 12px 0px;
	margin-top: 0px;
	font-weight: normal;
	margin-left: -2em;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.pagination_breadcrumb:before {
	border-bottom: 7px solid #000000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	width: 0; height: 0;
	content: "";
	display: block;
	left: 0.5em;
	bottom: 100%;
	position: absolute; 
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0; 
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px; 
}

.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: #4dff4d;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px; 
}

.error_message {
	color: #ff3333;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px; 
}

#posts_container { padding: 0; }

.ignored_post {
	border-top: 3px solid #cccccc;
	padding: 15px; 
}

.ignored_post .show_ignored_post { margin-top: -15px; }
.ignored_post .show_ignored_post a.button span { background-position: 0 -400px; }

.post { 
	background: #262626;
	overflow: hidden; 
	margin-bottom: 8px;
	border: 1px solid rgba(44, 130, 201, .22); 
}

.post.classic {
	background: #262626;
	overflow: hidden; 
	margin-bottom: 8px;
	border: 1px solid rgba(44, 130, 201, .22); 
}

.post .post_author {
	margin: 0 0 -10000px 0;
	float: left;
	width: 14%;
	padding: 1.9% 1.9% 10000px 1.9%;
	background: #202020;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #0d2030;
	border-left: 0;
	overflow: hidden; 
}

.post.classic .post_author {
	margin: 0 0 -10000px 0;
	float: left;
	width: 14%;
	padding: 1.9% 1.9% 10000px 1.9%;
	background: #202020;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #000;
	border-left: 0;
	overflow: hidden; 
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px; 
}



.post .post_author div.author_avatar {
	float: none;
	margin: 0px auto 1em;
	text-align: center;
	min-width: 70px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	margin: 0px auto 1em;
	text-align: center;
	min-width: 70px;
}

.post .post_author div.author_avatar img {
	border-radius: 50%;
	width: 90%;
	height: auto;
	background: #959595;
	box-shadow: 0px 0px 0px 2px #000;
	padding: 3px;
	margin: 0 0 10px 0;
	max-width: 200px;
}

.post .post_author div.author_information {
	float: top;
	text-align: center;
	padding: 6px 8px; 
}

.post.classic .post_author div.author_information {
	float: top;
	text-align: center;
	padding: 6px 8px; 
}

.post .post_author div.author_statistics {
	float: inherit;
	font-size: 12px;
	padding: 14px 5% 12px 5%;
	color: #cecece;
	font-family: inherit;
	line-height: 1.4; 
margin-bottom: 2.5em;
}

.post .post_author div.author_statistics_default {
	background: #262626;
	float: center;
	font-size: 12px;
	padding: 14px 5% 12px 5%;
	color: #cecece;
	font-family: inherit;
	line-height: 1.4; 
}

.post.classic .post_author div.author_statistics {
	background: #262626;
	font-size: 12px;
	padding: 14px 5% 12px 5%;
	color: #cecece;
	font-family: inherit;
	line-height: 1.4;
	position: relative;
	left: 50%;
	transform: translate(-50% , 0%);
	margin-bottom: 2.5em;
}

.post .post_head {
	border-bottom: 1px solid #0f0f0f;
	font-size: 11px;
	padding-bottom: 12px;
	margin-bottom: 7px; 
	margin-top: 10px;
}

.post .post_head span.post_date { 
	color: #757575; 
	font-size: 13px;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #666666;
}

.post .post_head span.edited_post a { color: #a8a8a8; }

.post_body {
	font-size: 14px;
	padding: 10px 0;
	color: #a8a8a8; 
}

.post.classic .post_content {
	float: right;
	width: 80%;
	padding: 0 1% 0 1%;
}

.post_content {
	float: right;
	width: 80%;
	padding: 0 1% 0 1%;
}

.spoiler_content {
	padding: 6px 20px 5px 18px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #212121;
	padding: 10px 0 4px 0; 
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #666666; 
}

.post .post_meta a:link,
.post .post_meta a:visited { color: #878787; }

.post .post_meta a:hover,
.post .post_meta a:active { color: #878787; }

.post_controls_default {
	padding: 0.9em;
	overflow: hidden;
	margin-left: calc(19% - 3px);
}

.post_controls {
	overflow: hidden;
	padding: 0.735em 0.875em 0.875em 2em;
	background: #2f2f2f;
	border-top: 1px solid #000;
	margin-left: calc(19% - 3px);
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	color: #49a9ff;
	padding: 7px 16px 7px 14px;
	margin: 5px 2px 2px;
	font-size: 12px;
	border: 1px solid #008dff;
}

.postbit_buttons > a:hover { 
	background: #3187d3; 
	color: #000000; 
	border: 1px solid #3187d3; 
}

.postbit_buttons a span {
	display: inline-block;
	height: 16px; 
}

a.button:link,
a.button:visited,
a.button:active {
	background: #29e6ff;
	display: inline-block;
	color: #000000;
	margin: 2px 0px 6px;
	font-size: 13px;
	padding: 8px 23px 8px 21px;
	border-radius: 2px;
}

a.button:hover { background: #3187d3;}

a.button.small_button {
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 2px;
}

a.button span { 
	display: inline-block; 
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	margin-top: -3px;
	border: none; 
}

.pollbar {
    background: #353c40;
    height: 8px;
}

.pollbar .percent {
	display: none;
}

.pollbar .percent { display: none; }
.posticons_label { white-space: nowrap; }

.pollbar {
	background: #64B5F6;
	height: 20px;
	margin-top: -16px;
	color: #fff;
	font-size: 13px;
	text-align: right;
	overflow: hidden;
	box-sizing: border-box;
}

.pollbar .percent { 
	display: inline-block; 
	padding: 0 5px; 
}

.poll-fw {
	position: relative;
	height: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	top: 4px;
	overflow: hidden;
	background: #0a0a0a;
}

.poll-fw::before {
    content: "0%";
    font-size: 13px;
    padding: 0 5px;
}

.poll-icn-adj {
	font-size: 14px;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 2px;
}

/** 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: #000000;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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 **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto; 
}

.jGrowl-notification {
  background-color: #ffffff;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.75*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.75*100));
  zoom: 1;
  width: 250px;
  padding: 1em;
  margin: 10px;
  text-align: left;
  display: none;
  word-break: break-all;
  min-height: 40px; 
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
}

.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
  background: none !important;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  margin-top: -10px;
  color: #000000 !important;
  font-weight: bold;
  font-size: 21px;
  padding: 0;
  cursor: pointer; 
}

.jGrowl-message { padding-right: 3em !important; }

.jGrowl-closer {
  background-color: #ffffff;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.75*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.75*100));
  zoom: 1;
  width: 250px;
  padding: 1em;
  margin: 10px;
  text-align: left;
  display: none;
  word-break: break-all;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center; 
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000000; 
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl { display: none; }
}

/** jGrowl End **/


/** Modal Start **/

.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: #000000;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	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 #ffffff;
	-moz-box-shadow: 0 0 10px #ffffff;
	-o-box-shadow: 0 0 10px #ffffff;
	-ms-box-shadow: 0 0 10px #ffffff;
	box-shadow: 0 0 10px #ffffff;
}

.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 - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #878787;
}

iframe.jqifade {
	display: block;
	z-index: -1;
}

div.jqi {
	font-family: inherit;
	width: 400px;
	max-width: 90%;
	position: absolute;
	background: #000000;
	font-size: 13px;
	text-align: left;
	padding: 7px;
	border-radius: 3px;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, .3);
}

div.jqi .jqicontainer {}

div.jqi .jqiclose{
	position: absolute;
	top: 5px;
	right: 9px;
	width: 16px;
	cursor: pointer;
	color: #424242;
	font-size: 18px;
}

div.jqi .jqiclose:hover {
    color: #878787;
}

div.jqi .jqistate{
	background-color: #000000;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #0f0f0f;
}

div.jqi .jqimessage{
	padding: 13px 18px 20px;
	line-height: 20px;
	color: #708f9e;
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
	margin: 0px -7px -7px -7px;
	text-align: right;
	border-top: solid 1px #0f0f0f;
	background-color: #070809;
	border-radius: 0px 0 3px 3px;
	padding: 8px 11px 8px 9px;
}

div.jqi .jqibuttons button {
	background-color: #000000;
	margin: 0;
	margin-left: 0px;
	padding: 3px 21px 4px 20px;
	font-weight: normal;
	color: #4f636d;
	font-size: 13px;
	margin-left: 5px;
	border-radius: 1px !important;
	box-shadow: none !important;
	border: 1px solid #347f78 !important;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #0153b7;
	color: #29e6ff;
	border: 1px solid #04557b !important;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #2071d5;
	outline: none;
	border: 1px solid #29e6ff !important;
}

div.jqi .jqibuttons button[disabled]{
	color: #545454;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #a74444;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #878787;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	;
	border-radius: 3px;
}
div.jqi .jqisubstate{
	position: absolute;
	;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #0f0f0f;
	border-top: none;
	border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; ; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #000000; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #000000; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #000000; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #000000; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #000000; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #000000; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #000000; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #000000; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #000000; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #000000; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #000000; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #000000; }

/** Impromptu End */

.sicon {
	display: inline-block;
	font-size: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 1000px;
}

.sicon i {
	line-height: 33px;
}

.sicon.fb { border: 2px solid #6482c4; background: #6482c4; color: #000000; }
.sicon.fb:hover { border: 2px solid #6482c4; background: none; color: #6482c4; } 
.sicon.yt { border: 2px solid #c43421; background: #c43421; color: #000000; }
.sicon.yt:hover { border: 2px solid #c43421; background: none; color: #c43421;  }
.sicon.tw { border: 2px solid #0fbbff; background: #0fbbff; color: #000000; }
.sicon.tw:hover { border: 2px solid #0fbbff; background: none; color: #0fbbff; }
.sicon.ln { border: 2px solid #47bfff; background: #47bfff; color: #000000; }
.sicon.ln:hover { border: 2px solid #47bfff; background: none; color: #47bfff;  }
.sicon.re { border: 2px solid #ff4800; background: #ff4800; color: #000000; }
.sicon.re:hover { border: 2px solid #ff4800; background: none; color: #ff4800; }

.rightbutton {
	cursor: pointer;
    float: right;
	font-size: 18px;
	display: block; 
}

.leftbutton {
	cursor: pointer;
    float: right;
	font-size: 18px;
	display: block; 
}

.rightbutton:hover { color: #0f0f0f; }
.leftbutton:hover { color: #0f0f0f; }

.pmbg {
	background: #17b0fd;
	max-width: 220px;
	margin-left: 3px;
	text-align: center;
	height: 24px;
	width: 24px;
	line-height: 25px;
	color: #000000;
	display: inline-block;
	border-radius: 1000px;
}

.pmbg:hover {
    background: #3187d3;
}

.ttip {
	position: relative;
	font-weight: 400;
	outline: none;
	text-decoration: none;
}

.ttip span { 
	position: absolute;
	display: none;
	margin-left: -999em; 
}

.ttip:hover span {
	position: absolute;
	opacity: 1;
	font-size: 12px;
	color: #000000;
	margin-left: 0;
	min-width: 230px;
	top: 2.5em; left: 3px;
	z-index: 99;
	font-family: inherit;
	border-radius: 2px;
}

.ttbg  { 
	padding: .6em .9em .6em .7em;
	background: rgba(3, 3, 3, .7);
	font-weight: 400;
	font-family: "Open Sans", Arial, Sans-Serif !important;
}

.ttbg:after {
	position: absolute !important;
	bottom: 100%;
	left: 10px;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0) !important;
	border-bottom-color: rgba(3, 3, 3, .7) !important;
	border-width: 6px !important;
	border: solid transparent; 
}

#423154ktop {
	position: fixed;
	margin: 0px;
	cursor: pointer;
	border-radius: 1000px;
	color: #000000;
	font-size: 18px;
	right: 23px; bottom: 17px;
	z-index: 372;
	text-align: center;
	height: 42px; 
	width: 42px;
	transition: background-color 0.1s;
	background: rgba(44, 130, 201, .6);
}

#423154ktop .arr-adj {
	line-height: 42px;
	margin-left: -1px;
}

#423154ktop:hover { 
	background: rgba(44, 130, 201, .75); 
}
		
.logus {
	color: white;
	border-radius: 5px;
 background: rgb(0,52,13);
background: -moz-linear-gradient(45deg, rgba(0,52,13,0.39957990031950286) 0%, rgba(0,0,0,0.49761911600577735) 100%);
background: -webkit-linear-gradient(45deg, rgba(0,52,13,0.39957990031950286) 0%, rgba(0,0,0,0.49761911600577735) 100%);
background: linear-gradient(45deg, rgba(0,52,13,0.39957990031950286) 0%, rgba(0,0,0,0.49761911600577735) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00340d",endColorstr="#000000",GradientType=1); 
	padding: 1px 10px 1px 10px;
	margin-left: 15px;
	font-size: 60px;
	font-family: pristina;
}
		
		
		
		
		
		
		
		