/* Comment element properties */

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #e7b901;
	text-decoration: none;
    font-weight: bold;
}
a.side {
	color: #ffffff;
	text-decoration: none;
}

a:hover.side {
	color: #e7b901;
	text-decoration: none;
    font-weight: bold;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #e7b901;
	text-decoration: none;
    font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image:url("images/bg.jpg");
    margin: 0px;
}

hr {
	height: 1px;
	border: 1px solid #420628;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
    border: 0;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background-color: #2f021b;
	border: 1px solid #2f021b;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #f6a504;
	background-image: url(images/button.jpg);
	height: 30px;
	border: 1px solid #000;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #3e0224;
    border: 0px;
}

.sb_textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url("images/sb_text.png");
    height: 66px;
    width: 462px;
	border: 0px;
    overflow: hidden;
}

/* Header and footer properties */


/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #fff;
	background-image: url(images/side.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #fff;
	background-image: url(images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #fff;
	background-image: url(images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #fff;
	background-color: #fff;
	background-image: url(images/gradient.gif);
    background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 5px 8px 0 0;
	float: right;
}

.news-footer {
	font-size: 10px;
	color: #fff;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #fff;
	background-image: url(images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #fff;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #fff;
	background-image: url(images/cap-right.gif);
}

.main-bg {
	color: #fff;
	background-color: #fff;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #2f021b;
}

.tbl {
	font-size: 11px;
	color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #fff;
    background-color: #230114;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #fff;
	padding: 4px;
    background-color: #200213;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #fff;
	background-color: #1d0212;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #420628;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: normal;
    font-size: 9px;
    text-align: center;
    padding-top: 11px;
	color: #e5a903;
    float: left;
    background-image: url("images/sb_nick.jpg");
    width: 109px;
    height: 37px;
}
.shoutboxname a, a:hover {
    color: #e5a903;
    text-decoration: none;
}

.shoutbox {
	color: #fff;
    float: left;
    background-image: url("images/sb_shout.jpg");
    width: 884px;
    height: 43px;
    font: 9px;
    padding-top: 5px;
    padding-left: 5px;
    
}

.shoutboxdate {
	font-size: 9px;
	color: #e5a903;
    font-weight: normal;
    font-size: 9px;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.side-label {
	color: #fff;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #e7b901;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #200213;
	border: 1px solid #2f021b;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #fff;
	background-color: #230114;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #200213;
	margin: 2px;
	text-decoration: none;
}

/* Themes Class */

.logo_bg {
    background-image: url("images/logo_bg.png");
    background-repeat: repeat-x; 
    width:  100%;
    height: 271px;
}

.logo {
    margin: 0 auto;
    height: 227px;
    width: 999px;
    background-image: url("images/logo.png");
}

.menu_top {
    height: 43px;
    width: 100%;
    margin: auto;
    background-image: url("images/menu-bg.jpg");
    text-align: center;
}

.menu-top-linki {
    height: 43px;
    width: 999px;
    margin: 0 auto;
    background-image: url("images/menu-bg.jpg");
    text-align: center;
}

.witaj {
    color: #320354;
    float: left;
    padding-top: 13px;
    padding-left: 10px;
}

.logo-bottom {
    width: 989px;
    margin: 0 auto;
}

.szukaj {
    float: right;
    padding-top: 9px;
    padding-right: 20px;
}

.szukaj_textbox {
	font-size: 10px;
	color: #fff;
	background-image: url(images/wyszukiwarka_input.jpg);
	height: 24px;
    width: 134px;
    border: 0;
}

.szukaj_textbox {
	font-size: 10px;
	color: #fff;
	background-image: url(images/login_input.jpg);
	height: 24px;
    width: 134px;
    border: 0;
}

.szukaj_button {
    background-image: url(images/wyszukiwarka_button.jpg);
	height: 23px;
    width: 27px;
    border: 0;
    padding-top: 5px;
}

.container {
    width: 1005px;
    margin: 0 auto;
    background-image: url(images/cont.jpg);
    background-position: 227px 0px;
    background-repeat: repeat-y;
}

.menu {
    float: left;
    width: 257px;
}

.main {
    float: right;
    width: 742px;
}

.news {
    width: 742px;
    height: 51px;
    margin-bottom: 10px;
    background-image: url(images/news.jpg);
}

.subject {
    width: 742px;
    height: 45px;
    background-image: url("images/news_title.jpg");
    text-align: center;
    padding-top: 10px;
}

.subject_table {
    width: 742px;
    height: 39px;
    background-image: url("images/news_title.jpg");
    text-align: center;
    padding-top: 16px;
}

.title {
    color: #ffc100;
    font-size: 16px;
    font-weight: bold;
}

.news_main {
    padding: 5px;
}

.news_footer {
    width: 742px;
    height: 40px;
    background-image: url("images/news_footer.jpg");
    margin-bottom: 10px;
}

.komentarze {
    padding-top: 15px;
    padding-left: 120px;
    font-size: 10px;
    float: left;
}

.komentarze a, a:hover {
    color: #e3a804;
    text-decoration: none;
    font-weight: normal;
}

.wiecej {
    padding-top: 15px;
    padding-right: 183px;
    font-size: 10px;
    float: right;
}

.wiecej a, a:hover {
    color: #e3a804;
    text-decoration: none;
    font-weight: normal;
}

.side-title {
}

.side_main {
    width: 206px;
    margin-left: 20px;
    background-image: url("images/menu_bg.jpg");
    padding-left: 15px;
    padding-bottom: 10px;
}

.fa-title {
    width: 997px;
    height: 51px;
    background-image:url(images/najnowsze_fa.jpg);
    margin: 0 auto;  
    padding-left: 2px;
}

.fa-bg {
    width: 999px;
    background-color: #16010d;
    margin: 0 auto;  
}

.sb-title {
    width: 1000px;
    height: 51px;
    background-image:url(images/sb-title.png);
    margin: 0 auto;  
}

.sb-bg {
    width: 1000px;
    height: 560px;
    background-image:url("images/sb-bg.jpg");
    margin: 0 auto;  
}

.stopka {
    width: 999px;
    height: 58px;
    background-image:url("images/stopka.jpg");
    margin: 0 auto;  
    text-align: center;
    padding-top: 15px;
}

.stopka a, a:hover {
    color: #e5a903;
    text-decoration: none;
}

.stopka-linki {
    margin-bottom: 10px;
}

a.margin, a.margin:hover {
    margin-right: 30px;
}

.user {
	float: left;

}

.user .avatar {
	display: block;
	float: left;
	margin: 5px 5px 2px 5px;
}

.user .nick {
	display: block;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 15px;
}

.user .nick span {
	display: block;
}

.user .nick img {
	display: block;
	margin: 6px 0px 0px 0px;
}

.user .info {
	display: block;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
    padding-left: 10px;
}

.options {
	float: left;
	display: block;
	margin: 5px 5px 5px 10px;
}

.add {
	float: left;
	display: block;
	margin: 5px 5px 5px 20px;
}

.add .opts {
	margin: 0px 0px 0px 10px;
	display: block;
}

.logout {
	float:right;
	margin-top: 83px;
}

.panel {
    background-image: url("user/pasek.jpg");
    width: 999px;
    height: 95px;
    margin: 0 auto;
}

.subject_profil {
    width: 423px;
    height: 29px;
    background-image: url("user/table-lewa.jpg");
    text-align: center;
    padding-top: 15px;
}

.title_profil {
    color: #ffc100;
    font-size: 16px;
    font-weight: bold;
}

.main_profil {
    width: 423px;
    padding: 5px;
}

.fan_subject {
    width: 575px;
    height: 29px;
    background-image: url("user/table-prawa.jpg");
    color: #ffc100;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.fan_main {
    width: 575px;
}

.user-info {

}

.panel_avatar {
    float: left;
    padding-top: 51px;
    padding-left: 70px;
    padding-right: 15px;
}

.panel_nick {
    padding-top: 65px;
    font-weight: bold;
    color: #ffd300;
    float: left;
}

.opcje {
	float: right;
	padding-right: 110px;
    padding-top: 45px;
}

.opcje .opcje-ul {
	list-style-type: none;
}

.opcje .opcje-ul .opcja {
	display: inline;
	padding: 0px 3px 0px 3px;
}

.pasek_praca {
	background-image: url('user/praca_tlo.jpg');
	width: 412px;
	height: 16px;
	padding-left: 5px;
	padding-top: 2px;
}

.fanart {
	text-align:center;
}

.fanart img {
	max-width: 450px;
	border: 0px;
}

.border {
	border: 0px;
}

td, tr, table {
    border: 0px;
}
/** Forum **/
.forum_subject {
    background-image: url('forum/forum_table.jpg');
	width: 999px;
	height: 50px;
    margin: 0 auto;
}

.forum_main {
    width: 999px;
    margin: 0 auto;
    background-color: #1c0110;
}


.tbl-border-forum {
	border: 1px solid #2f021b;
}

.tbl-forum {
	font-size: 11px;
	color: #888888;
	padding: 4px;
}

.tbl1-forum {
	background-color: #230114;
	font-size: 11px;
	color: #888888;
	padding: 4px;
}

.tbl2-forum {
	background-color: #200213;
	font-size: 11px;
	color: #888888;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	background-image: url('forum/cellpic.gif');
	height: 34px;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px 4px 4px;
	text-align: center;
}

.forum_thread_title {
	font-size: 14px;
	color: #C7C7C7;
}

a.temat {
	color: #C7C7C7;
	text-decoration: none;
}

a.temat:hover {
	color: #fff;
	text-decoration: underline;
}
