﻿/*
AUTOR SZABLONU: KasztaN*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	color: #ccc;
	font: normal 11px tahoma,helvetica,arial,sans-serif;
	margin: 0;
	background: #08080d;
	position: relative;
	background-image: url('images/tlo.jpg');
    background-repeat: repeat-x;
	background-attachment: fixed;
	background-position:47% 0%;
}

#wczytywanie {
background: none repeat scroll 0 0 #000000;
border-radius: 0 0 5px 5px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
left: 46%;
opacity: 0.6;
padding: 5px 0 8px;
position: fixed;
text-align: center;
top: 0;
width: 8%;
z-index: 10000;
} 

#seotags{
position: relative;
bottom: 3px;
left: 3px;
}

#seotags a{
display: inline-block;
background: url('images/tagi.png') repeat scroll 0% 0% transparent;
height: 14px;
line-height: 13px;
padding: 0px 4px 0px 9px;
font-size: 11px;
color: #FFF;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

#top_posters li {
text-align: center;
padding: 8px 0px 0px;
margin: 5px 0px 0px;
min-width: 75px;
height: 80px;
float: left;
font: 9px tahoma,helvetica,arial,sans-serif;
border-top: 1px solid #252525;
border-bottom: 1px solid #111;
}
#top_posters img{
border-radius: 2px;
}

.statusy_dymek{
background: rgb(155,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,0,0,1) 0%, rgba(127,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,0,0,1)), color-stop(100%,rgba(127,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    margin-top: 3px;
    padding: 8px 0px 8px 3px;
    text-align: center;
	min-height: 17px;
}
.fa{
width: 0px;
height: 0px;
border-width: 9px;
border-style: solid;
border-color: transparent #960000 transparent transparent;
}
#akamsg {
    background: none repeat scroll 0 0 #CF3737;
    border: 1px solid #771B1B;
    border-radius: 3px 3px 3px 3px;
    bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #F66C6C inset;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    height: auto;
    line-height: 16px;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    right: 10px;
    width: 260px;
    z-index: 30000;
}
#akamsg:hover {
    opacity: 1;
}

.serwery{
height: 48px;
margin-left: 5px;
margin-top: 5px;
position: absolute;
z-index: 1;
}

#obramowanie1{
border-top: 1px solid #252525;
border-bottom: 1px solid #2D2D2D;
border-left: 1px solid #2D2D2D;
border-right: 1px solid #2D2D2D;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
background: none repeat scroll 0% 0% #191919;
width: 100%;
padding-top: 20px;
padding-bottom: 21px;
position: relative;
bottom: 1px;

}

#obramowanie2{
border: 1px solid #222;
background: none repeat scroll 0% 0% #212121;
max-width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}

/*wygląd profilu*/
.avatar {
	margin: 5px;
	text-align: center;
}

.avatar img {
	max-width: 130px;
	max-height: 130px;
	min-width: 130px;
    min-height: 130px;
}

#tabs{
	width: 100%;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

#tabs li{
	text-align: center;
	width: 90%;
}

#tabs a{
float: left;
width: 117%;
color: #B0B0B0;
text-decoration: none;
padding: 11px 0px;
border-left: 1px solid #393939;
border-top: 1px solid #393939;
position: relative;
left: 1px;
font-weight:bold;
}

#tabs a:hover,#tabs a:hover::after,#tabs a:focus,#tabs a:focus::after{
	background: #1A1A1A;
}

#tabs a:focus{
	outline: 0;
}

#tabs a::after{
	width: 2em;
	background-color:#f8f8f8;
}

#tabs #current a, #tabs #current a::after{
	background: #1A1A1A;
	z-index: 3;
}

#profil {
	background-color:#212121;
	padding: 10px; 
	overflow: hidden; 
	border: 1px solid #393939;
}

#profil h1 { 
	font-size: 16px; 
	margin: 5px 0; 
}

#profil p {
	margin: 3px 0;
}

#content-r {
	min-height: 300px;
	line-height: 14px;
	border: 1px solid #393939;
	background-color:#1A1A1A;
	padding: 5px; 
	width: 85%;
	float: right;
}

#content-l {
	width: 13%;
	float: left;
}

#content-r > #Informacje, #Kontakt, #Podpis, #Poziom {
	margin-top: 20px;
}


/*status w widoku tematów*/
#statusbox{
background: rgb(155,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,0,0,1) 0%, rgba(127,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,0,0,1)), color-stop(100%,rgba(127,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(155,0,0,1) 0%,rgba(127,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */
border-radius: 4px;
color: white;
display: inline-block;
max-width: 140px;
padding: 7px 13px;
}

/*linki po prawej*/
.bb{
font-size:15px;
font-size: 21px;
font-weight: bold;
font-family: cosmic;
}
a.bb:hover
{
color:white;
text-shadow: 0px 0px 7px rgba(242, 0, 0, 1);
}
/*linki po prawej - koniec*/

.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
display:none;
    padding: 13px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 30%;
    left: 37%;
    z-index: 99999;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
    border-radius: 11px;
    background: #1A1A1A;
    border-color: #303030 #242424 #242424;
    border-width: 1px;
    border-style: solid;
}

img.btn_close {
position: absolute;
right: 11px;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
padding: 6px 0px 6px 28px;
margin-top: 3px;
width: 250px;
border: 1px solid #383838;
background: none repeat scroll 0% 0% #292929;
color: #B7B7B7;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
font: 12px tahoma,helvetica,arial,sans-serif;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button_pop { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
padding: 6px 6px 6px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button_pop:hover { box-shadow:0px 0px 4px 0px red; }


#box_rep{
    background: none repeat scroll 0% 0% #505050;
    border-radius: 5px;
    padding: 3px 10px;
    color: #FFF;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
#box_rep2{
background: rgb(25,155,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(25,155,0,1) 0%, rgba(30,122,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,155,0,1)), color-stop(100%,rgba(30,122,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(25,155,0,1) 0%,rgba(30,122,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(25,155,0,1) 0%,rgba(30,122,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(25,155,0,1) 0%,rgba(30,122,9,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(25,155,0,1) 0%,rgba(30,122,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199b00', endColorstr='#1e7a09',GradientType=0 ); /* IE6-9 */
border-radius: 6px;
padding: 17px;
color: #FFF;
font-size: 11px;
font-weight: bold;
margin: 12px 0px 12px 0px;
}

.pbit{
background: none repeat scroll 0% 0% #1B1B1B;
color: #FFF;
border: 1px solid #2C2C2C;
padding: 3px 3px 3px 10px;
margin-top: 2px;
text-align: left;
}
#online{
color: #0D0D0D;
text-align: center;
font-weight: bold;
margin: 5px 0px 0px 0px;
padding: 1px 3px 3px 3px;
border: 1px solid #86c901;
background: url(images/online.png) repeat scroll 0 0 #86c901;
display: inherit;
}

#offline{
    margin: 5px 0px 0px;
    padding: 1px 3px 3px;
    border: 1px solid #D20303;
    background: url('images/offline.png') repeat scroll 0px 0px #D20303;
    color: #0D0D0D;
    text-align: center;
    font-weight: bold;
	display: inherit;
}


.vtl { background-color:#363636;
  background-image:url('images/highlight.png');
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(255, 255, 255, 0.6) 0 1px 0;
border-left-width: 1px; border-left-style: solid; border-left-color:#454545;  }
.vtr { background-color:#363636;
  background-image:url('images/highlight.png');
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(255, 255, 255, 0.6) 0 1px 0;
border-right-width: 1px; border-right-style: solid; border-right-color:#454545;  }


.vtrrr { background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#F0F0F0;
  border-top-style:solid;
  border-top-width:1px;
  clear:both;
  margin:10px 0 0;
  overflow:hidden;
  padding:7px; border-right:1px solid #454545; }
  
.vta { border-bottom:1px solid #454545; }


.name { color:#fff; }
.name a { color:#fff; text-decoration:none; }

#social {
float:left;
padding:5px;
}
#social img{
max-height:20px;
max-width:20px;
transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
}

#social img:hover { 
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
}

#avek2 img {
transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
border-radius:5px;
min-width: 180px;
min-height: 180px;
max-width: 128px;
max-height: 128px;
}

#avek2 img:hover {
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
box-shadow: 0px 0px 8px 2px darkred;
border-radius:5px;
min-width: 128px;
min-height: 128px;
max-width: 128px;
max-height: 128px;
}

#secondary_navigation {
background: url('images/secondary_nav_bg.png') repeat-x scroll 0px 0px #1C1C1C;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
overflow: hidden;
line-height: 37px;
border: 1px solid #2D2D2D;
padding: 1px;
}
#secondary_navigation a {
   color: #D7D7D7;
   height: 37px;
   line-height: 37px;
}
#secondary_navigation a:hover {
   color: #FFFFFF;
}
#secondary_navigation #breadcrumb li {
   float: left;
}
#secondary_navigation #breadcrumb li a {
   background: url("images/secondary_nav.png") no-repeat scroll 0 0 transparent;
   display: block;
   margin-left: -15px;
   outline: medium none;
   padding-left: 12px;
   text-decoration: none;
}
#secondary_navigation #breadcrumb li.first a {
   background: none repeat scroll 0 0 transparent;
   margin-left: 0;
   padding-left: 0;
}
#secondary_navigation #breadcrumb li span {
   background: url("images/secondary_nav.png") no-repeat scroll 100% 0 transparent;
   display: block;
   padding-left: 4px;
   padding-right: 17px;
}
#secondary_navigation #breadcrumb li > span {
   background: none repeat scroll 0 0 transparent;
   color: #D7D7D7;
   padding-left: 4px;
}
#secondary_navigation #breadcrumb li.first a span {
   border-radius: 3px 0 0 3px;
   padding-left: 12px;
}
#secondary_navigation #breadcrumb li a:hover {
   background-position: 0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span {
   background-position: 100% -43px;
}
#secondary_navigation #breadcrumb li a:active {
   background-position: 0 -86px;
}
#secondary_navigation #breadcrumb li a:active span {
   background-position: 100% -86px;
}
#secondary_links {
   overflow: hidden;
}
#secondary_links li {
   float: left;
   margin: 0;
}
#secondary_links a {
   display: block;
   padding: 0 12px;
}
#secondary_links img {
   height: 16px;
   margin: 10px -4px 0;
   opacity: 0.8;
   position: relative;
   vertical-align: top;
   width: 16px;
}
#secondary_links a:hover img {
   opacity: 1;
}
.breadcrumb {
   color: #D7D7D7;
   font-size: 11px;
   float: left;
}
.breadcrumb a {
   color: #D7D7D7;
}
.breadcrumb li .nav_sep {
   margin: 0 5px 0 0;
}
.breadcrumb li:first-child {
   margin-left: 0;
}
.breadcrumb.bottom {
   display: none;
   margin-top: 10px;
   width: 100%;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote{
   margin: 0;
   padding: 0;
}
ol, ul {
   list-style: none outside none;
}
.ipsList_inline > li {
   display: inline-block;
   margin: 0 3px;
}

.sb_belka{
background-image: url('images/maintitle.jpg');
overflow: hidden;
padding: 13px;
font-size: 12px;
font-weight: bold;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
text-shadow: 0px 0px 3px black;
color: white;
box-shadow: 0px 0px 8px 0px black;
}

.titlebox {
background: none repeat scroll 0% 0% #202020;
border-right: 1px solid #242424;
border-width: 1px;
border-style: solid;
border-color: #303030 #242424 #242424;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
border-radius: 3px;
padding: 10px;
overflow: hidden;
}

.box_tematy {
background: none repeat scroll 0% 0% #202020;
border-right: 1px solid #242424;
border-width: 1px;
border-style: solid;
border-color: #303030 #242424 #242424;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
border-radius: 3px;
padding: 10px;
overflow: hidden;
}
.box_tematy img{
	max-width: 57px;
	max-height: 57px;
	border-radius:4px;
	box-shadow: 0px 0px 2px 0px black;
}
.srodek_box{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
color: #FFF;
padding: 4px 10px;
font-weight: bold;
border-radius: 10px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.16), 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
display: inline-block;
font-size:11px;
margin-right: 10px;
}

/*menu góra początek */
ol,ul {
	list-style: none;
}
#primary_nav {
font-size: 11px;
font-weight: bold;
float: right;
text-transform: uppercase;
padding-top: 20px;
}
#community_app_menu > li {
    float: left;
}
	#community_app_menu > li > a {
    color: #C3C3C4;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    box-shadow: 0px 0px 3px -1px rgba(170, 170, 170, 1);
    display: block;
    outline: medium none;
    padding: 0px 15px;
    line-height: 34px;
    height: 34px;
    margin-left: 7px;
}
#community_app_menu > li > a:hover,
	#community_app_menu > li > a.menu_active {
background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px -1px #7B0100;
	}
	#community_app_menu > li.active a {
		background: rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 1);
		color: #fff;
		position: relative;
	}
/*menu góra koniec*/

#belka_gora{
text-shadow: 2px 1px 2px #000;
background-image: url('images/belka_gora.jpg');
background-repeat: repeat-x;
color: #FFF;
font-size: 12px;
overflow: hidden;
margin-top: 0px;
margin-bottom: 50px;
}

#szukajka{
padding: 5px;
height: 27px;
float: right;
margin-right: 5px;
padding-top: 2px;
}

.search_ok {
width: 26px;
height: 26px;
    background: url('images/ok_szukaj.png') no-repeat scroll 0% 0% transparent;
    border: 0px none;
	margin-top: 2px;
}
.search_txt{
background: none repeat scroll 0% 0% #FFF;
float: left;
height: 24px;
padding: 1px 5px 0px 5px;
border: 0px none;
border-radius: 3px 0px 0px 3px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
width: 180px;
margin-top: 3px;
}

.content_fora {
background: none repeat scroll 0% 0% #191919;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.86);
border-radius: 15px;
}

#header {
margin-bottom: 20px;
	position: relative;
	background: transparent;
	height: 73px;
}

.logo, .logo a{
	background: url(images/logo.png) no-repeat;
    width: 450px;
    height: 121px;
	position: absolute;
	left: 0px;
	bottom: 5px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.logo:hover, .logo a:hover{
	opacity: 0.6;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#menu {
	background: #313131 url("http://rubensmodels.com/przemek/templates/KacperWEB_ipb3/images/maintitle.jpg") repeat 0 0;
	height: 38px;
	width: 982px;
	margin: 0 auto;
	padding: 4px 4px 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 7px 11px;
	line-height: 35px;
	height: 35px;
	text-decoration:none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#menu a:hover {
	text-decoration:none;
	background: rgba(0,0,0,0.3);
	color: #fff;
	box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-webkit-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-moz-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-ms-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-o-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#menu .active, #menu .active a, #menu .active:hover, #menu .active a:hover {
	background: #d75d2d url("images/primary_nav_active.jpg") repeat 50% 0;
	box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-webkit-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-moz-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-ms-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	-o-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(0,0,0,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.2) 0px 1px 0px;
	text-shadow: #892307 0px 1px 1px;
	color: #fff;
	padding: 7px 15px;
}
#panel_header {
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 11px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	float: right;
	-webkit-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
	-moz-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
	box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 18px;
}
#panel_header a, #panel_header a:link {
	color: #fff;
	float: left;
	padding: 0 13px;
	line-height: 36px;
	outline: none;
	height: 36px;
	text-decoration: none;
}
#panel_header a:hover{
	background: rgba(0,0,0,0.4);
}
#pw_newpw {
	color: rgb(255, 255, 255);
	padding: 0px 3px;
	font-size: 10px;
	font-family: tahoma;
	background: rgb(207, 32, 32);
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px, rgba(255, 255, 255, 0.0980392) 0px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px, rgba(255, 255, 255, 0.0980392) 0px 1px 0px inset;
	border-radius: 2px;
	position: relative;
	top: 7px;
	margin-left: -4px;
}
#pw_nonewpw {
	color: rgb(255, 255, 255);
	padding: 0px 3px;
	font-size: 10px;
	font-family: tahoma;
	background: #8CB91A;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px, rgba(255, 255, 255, 0.0980392) 0px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px, rgba(255, 255, 255, 0.0980392) 0px 1px 0px inset;
	border-radius: 2px;
	position: relative;
	top: 7px;
	margin-left: -4px;
}
.ogloszenie_panel {
	line-height: 140%;
	background: #404040 url("images/highlight_faint.png") repeat-x 0 -1px;
	color: #ccc;
	padding: 10px;
	text-shadow: 0px 1px 1px #000;
}
.table_forum {
	border: 1px solid #393939;
	background: #1A1A1A;
}
.row_forum {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #111;
	color: #808080;
	padding: 10px;
	background: url('images/trow.png') repeat-x scroll center top #1A1A1A;
}
.side_table {
	background: #1A1A1A;
	border: 1px solid #393939;
	margin-bottom: 10px;
}

.side_bar {
	background: #1A1A1A;
	margin-bottom: 10px;
	min-width: 240px;
	max-width: 240px;
	/*margin-left: 10px;*/
	float: right;
}

td.row_sidebar {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #111;
	padding: 7px;
	color: #ccc;
	background: url('images/trow.png') repeat-x scroll center top #1A1A1A;
}

#ogolny {
width:100%;
margin:0 auto;
}

#footer {
	position: relative;
	padding: 20px 8px;
	border-top: 1px solid #292929;
	background: #191919;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	width: 974px;
	margin: 0 auto;
}
#footer .info {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #ccc;
	padding: 13px 0px;
}
#footer .info a, #footer .info a:link, #footer .info a:active, #footer .info a:visited{
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}
#footer .info a:hover{
	color: #ccc;
	text-decoration: none;
}
#footer .autor{
	position: absolute;
	right: 0px;
	top:0px;
	text-align: left;
	color: #ccc;
	padding: 13px 0px;
}
#footer .autor a, #footer .autor a:link, #footer .autor a:active, #footer .autor a:visited{
	color: #fff;
	text-decoration: none;
}
#footer .autor a:hover{
	color: #ccc;
	text-decoration: none;
}
#backtotop {
	width: 24px;
	height: 24px;
	line-height: 20px;
	left: 50%;
	top: 20%;
	margin-left: -30px;
	position: absolute;
	display: inline-block;
	background: #bdbdbd;
	-webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
	-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
	box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
	text-align: center;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	opacity: 0.4;
	outline: 0;
}
#backtotop:hover{background:#8a8a8a;color:#fff;opacity:1}

/*STATY DOL*/
.staty_dol{
display: inline-block;
background: #222;
color: #FFF;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
padding: 3px 7px;
font-weight: bold;
border-radius: 3px;
margin-right: 3px;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.03) inset;
}
/*STATY DOL KONIEC*/


/* General font families for common tags */
font,th,td,p			{ font-family: inherit; }
a:link,a:active,a:visited	{ text-decoration: none; color : #fff; }
p, td			{ font-size : 11px; color : #ccc; }
a:hover			{ text-decoration: none; color : #ccc; }
hr				{ height: 0px; border: solid #363636 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
/* This is the outline round the main forum tables */
.forumline, .bodyline {
border: 1px solid #393939;
background: #1A1A1A;
}

/* Main table cell colours and backgrounds */
td.row1 { background: #1A1A1A; }
td.row2 { background-color: #202020; }
td.row3 { background: #1A1A1A; }
td.row_helped { background-color: #202020; }

/*
	This is for the table cell above the Topics, Post & Last posts on the index.php page
	By default this is the fading out gradiated silver background.
	However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url('images/cellpic2.jpg');
background-repeat: repeat-y; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
border-bottom: 1px solid #393939;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828;
padding: 8px;
color: #ccc;
font-weight: bold;
text-align: left;
font: normal 11px tahoma,helvetica,arial,sans-serif;
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
border-bottom: 1px solid #393939;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828;
padding: 8px;
color: #ccc;
font-weight: bold;
text-align: left;
font: normal 11px tahoma,helvetica,arial,sans-serif;
}

/*
	Setting additional nice inner borders for the main table cells.
	The names indicate which sides the border will be on.
	Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
border-bottom: 1px solid #393939;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828;
padding: 8px;
color: #ccc;
font-weight: bold;
text-align: left;
font: normal 11px tahoma,helvetica,arial,sans-serif;
}
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
border-bottom: 1px solid #393939;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828;
padding: 8px;
color: #ccc;
font-weight: bold;
text-align: left;
font: normal 11px tahoma,helvetica,arial,sans-serif;
}

th.thCornerL,th.thTop,th.thCornerR {
border-bottom: 1px solid #393939;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828;
padding: 8px;
color: #ccc;
font-weight: bold;
text-align: left;
font: normal 11px tahoma,helvetica,arial,sans-serif;
}

td.row3Right, td.spaceRow {
background-color: #2C2C2C;
border: #000000;
border-style: solid;
}

th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	background: #cf552a url('images/maintitle.jpg') repeat-x 0 0;
	border: 1px solid #b43535;
	color: #fff;
	text-shadow: #a52c0c 0px -1px 0px;
	box-shadow: inset rgba(255,255,255,0.3) 0px 0px 1px;
	padding: 8px;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight:bold;
}
.name_cellpic {
	color: #fff;
	text-shadow: #a52c0c 0px -1px 0px;
	font: normal 12px tahoma,helvetica,arial,sans-serif;
	float: left;
	text-align: left;
	padding: 4px 5px;
	font-weight: bold;
}
.zwin_rozwin {
	float: right;
	position: relative;
	right: 0px;
	right: 15px;
	cursor: pointer;
}
.ipsBadge {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url('images/highlight_serwery.png');
	background-repeat: repeat-x;
	background-position: 0 -1px;
}
.ipsBadge_lightgrey {
	background: #b3b3b3;
}
.ipsBadge_green { 
	background-color: #008000 !important;  
} 
.ipsBadge_red { 
	background-color: #FF0000 !important; 
}
.ipsButton_secondary {
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	padding: 0 10px;
	background: #393939 url('images/highlight_faint.png') repeat-x 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
}
.ipsButton_secondary:hover {
	color: #FFF;
	background-color: #434343;
}
/* General text */
.gen						{ font-size : 12px; }
.genmed					{ font-size : 11px; }
.gensmall					{ font-size : 10px; }
.gen,.genmed,.gensmall			{ color : #666; }
a.gen,a.genmed,a.gensmall			{ color: #fff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ccc; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000; }
a.mainmenu		{ text-decoration: none; color : #fff; }
a.mainmenu:hover	{ text-decoration: underline; color : #ccc; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #fff;}
a.cattitle		{ text-decoration: none; color : #fff; }
a.cattitle:hover	{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px;color: #fff; }
a.forumlink		{ text-decoration: none; color : #fff; }
a.forumlink:hover	{ text-decoration: none; color : #ccc; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 11px; color : white;}
a.nav	{ text-decoration: none; color : white; }
a.nav:hover	{ text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-size: 11px; color : #ccc; }
a.topictitle:link	{ font-weight: bold; font-size: 12px; text-decoration: none; }
a.topictitle:visited	{ text-decoration: none; }
a.topictitle:hover	{ color : #898989; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #ccc; text-decoration: none;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #ccc; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px; }
a.postlink:link	{ text-decoration: none; color : #006699; }
a.postlink:visited	{ text-decoration: none; color : #5493B4; }
a.postlink:hover	{ text-decoration: underline; color : #DD6900; }

/* Quote & Code blocks */
.code, .quote {
padding: 6px;
background: rgba(0,0,0,0.3);
font-family: Arial;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border: 0px;
box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-ms-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-o-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
}
.avatar-dzialy {
	width: 35px;
	height: 35px;
	padding: 1px;
	border: 1px solid #313131;
	background: #1F1F1F;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.avatar-dzialy:hover {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
/* Copyright and bottom info */
.copyright		{ font-size : 10px; color: #ccc; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #ccc; }
a.copyright:hover	{ text-decoration: none; color : #fff; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

input,textarea, select {
color : #ccc;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select			{
padding: 6px;
background: rgba(0,0,0,0.3);
font-family: Arial;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border: 0px;
box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-ms-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
-o-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 2px, rgba(255,255,255,0.1) 0px 1px 0px;
}
input.post2, textarea.post2, select	{ background-color: rgba(0, 0, 0, 0.19); color: #fff;}
input						{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button, input.mainoption, input.liteoption {
	background: #323232 url('images/highlight_faint.png') repeat-x 0 0;
	border-color: #2b2b2b;
	color :			#000000;
	font-size:		11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:			pointer;
	text-shadow: #2b2b2b 0px -1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
	padding: 6px;
	border: 0;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input.button:hover, input.mainoption:hover, input.liteoption:hover{
	background: #4E4E4E url('images/highlight_faint.png') repeat-x 0 0;
}

/* This is the line in the posting page which shows the rollover
	help line. This is actually a text box, but if set to be the same
	colour as the background no one will know ;)
*/
.helpline { background-color: #161616; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900;
height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0; }

.pm { font-size: 11px; text-decoration: none; color: #FF0000; } 

.table0 {
font-size: 11px;
padding: 12px;
border-bottom: 1px solid black;
box-shadow: 0px 0px 8px 0px black;
}

.sb1 { background-color: rgba(45, 45, 45, 0.49); }
.sb2 { background-color: rgba(17, 17, 17, 0.66); }

.pagination {
	color: white;
	font-size: 10px;
	font-weight: bold;
padding: 10px 3px 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
text-decoration: none;
padding: 7px 8px;
border-radius: 3px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
background: url('images/highlight_reallyfaint.png') repeat-x scroll 0px 0px #2A2A2A;
}
.pagination a:hover {
text-decoration: none;
padding: 6px 8px;
border-radius: 3px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
background: url('images/highlight_reallyfaint.png') repeat-x scroll 0px 0px #2A2A2A;
box-shadow: 0px 0px 4px 1px black;
}
.prefiks {
    background-image: url("images/prefiks.png");
    background-position: 0 -1px;
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    vertical-align: middle;
}


.wazne_ogloszenie {
    background-color: #00406C;
}

.ogloszenie {
    background-color: #117CC9;
}

.podpięty {
    background-color: #0a7007;
}

.goracy {
    background-color: #ED7710;
}

.close {
    background-color: #ff0303;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
/*
AUTOR SZABLONU: KasztaN