body, input, textarea, select {
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f2eeee;
    margin: 0px;
}
body {
    background: #000 url(/img/bg_full.jpg) no-repeat top center;
/*     overflow: hidden; */
}

/* *****  Common elements  ***** */

img {
    border: none;
}

div, p {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: arial;
    font-size: 16px;
    color: #B78C04;
    margin: 0px 0px 12px 0;
/*     text-transform: lowercase; */
}

h2.red {
    color: #F10809;
}

h3 {
    color: #F10809;
    margin: 10px 0px;
    font-size: 11px;
    font-weight: normal;
}
/* div { border: 1px solid black; } */

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #D9DEE0;
}

a:hover {
    text-decoration: underline;
}

/* *****  Basic page structure  ***** */

#wrap {
    width: 1024px;
    min-width: 1002px;
    margin: 0px auto 0 auto;
    min-height: 580px;
    /*border: 1px solid #000;*/
    background: url(/img/bg.jpg) no-repeat;
    position: relative;
}

div.sidebar {
    width: 131px;
    padding: 0px;
    /*border: 1px solid #aa0;*/
    min-height: 405px;
}

div.capbar {
    width: 900px;
    clear: both;
    text-align: center;
}

div#middle {
    float: left;
    width: 731px;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 530px;
    /*border: 1px solid #00a;*/
    position: relative;
}

#middle_content {
    padding: 50px  0 0 60px;
}
.middle_zespol #middle_content,
.middle_multimedia #middle_content {
    padding: 0px;
}

#middle_content p {
    margin: 10px 0;
}

#top {
    height: 86px;
    width: 862px;
    /*border: 1px solid #0a0;*/
}
#logo {
    position: relative;
    left: 145px;
    top: 27px;
    width: 240px;
    height: 57px;
    cursor: pointer;
}

#bottom {
    bottom: 0px;
    width: 100%;
    height: 19px;
    text-align: right;
    margin: 0 10px;
    overflow: hidden;
}

div#right span {
    color: #333333;
    margin-right: 50px;
}

div#right a {
    color: #333333;
}

#left {
    float: left;
    margin-top: 0px;
}

#right {
    float: right;
    width: 162px;
    margin-top: -86px;
}


/* *****  Horizontal menu  ***** */

ul.hmenu {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url('');
    marker-offset: auto;
    display: block;
    padding: 0;
    margin: 0;
}

ul.hmenu li {
    display: inline;
}

ul.hmenu li a {
    color: red;
    padding: 2px 12px;
    text-decoration: none;
/*     background-color: #eee; */
    border: 1px solid #000;
    margin: 1px 1px 0 0;
}

ul.hmenu li a:hover {
    background-color: #ddd;
}

/* *****  Verical menu  ***** */

ul.vmenu {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url('');
    marker-offset: auto;
    padding: 0 0 0 0px;
    margin: 82px 0 0 0;
}

ul.vmenu ul.vmenu {
    padding: 0 0 0 10px;
}

ul.vmenu li a {
    display: block;
    padding: 3px 0px 8px 0px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    width: 135px;
    height: 12px;
}


ul.vmenu li.active a {
    color: #000000;
}

ul.vmenu li.active {
    background: url(/img/button-glow.png);
}

ul.vmenu li.inactive {
    background: url(/img/button.png);
}

/* *****  Admin table  ***** */
table.admin {
    background: url(/img/koncertybg.png);
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    font-size: 80%;
    text-align: center;
    border: none;
}

table.admin th {
    border: 1px solid black;
}

table.admin td {
    border: 1px solid black;
}

table.admin ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

table.admin li a, table.admin li a:visited {
    display: block;
    border: 1px solid #fff;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

table.admin li a:hover {
    background-color: #f00;
}

/* *****  Admin toolbar  ***** */

ul.toolbar {
    display:block;
    float: right;
    width: 135px;
    list-style-type:none;
    margin: 100px 60px 0 0;
    padding: 1px;
}

ul.toolbar li {
    display: inline;
    margin: 0px;
}
ul.toolbar li h1,
ul.toolbar li h2 {
    margin: 20px 0 0 0;
    text-align: right;
}

ul.toolbar li a, ul.toolbar li a:visited {
    background: url(/img/arrow_red_right.png) no-repeat right 7px;
    padding: 6px 9px 6px 0;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #B78C04;
}

ul.toolbar li a:hover,
ul.toolbar li a.active_True {
    color: #F10809;
}


/* ***** FORMULARZE *****  */

ul.field_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.field_list label.fieldlabel {
    clear: both;
/*     display: block; */
    float: left;
    margin-top: 2px;
    width: 104px;
}
label#summary_pl_label,
label#summary_en_label,
label#content_pl_label,
label#content_en_label {
    width: 100%;
}

label.required {
    font-weight: bold;
}

.fielderror {
    color: red;
    text-decoration: blink;
}

ul.field_list input.submitbutton {
    clear: both;
    display: block;
    float:left;
    margin-top: 2px;
    width: 473px;
    margin: 10px 0;
    padding: 5px 20px;
    background: #111321;
    border: 1px solid #8E1213;
    font-weight: bold;
    letter-spacing: 2px;
}
ul.toolbar a:hover,
ul.field_list input.submitbutton:focus,
ul.field_list input.submitbutton:hover {
    background-color: #313341;
}

ul.field_list select.hidingsingleselectfield,
ul.field_list input.textfield,
ul.field_list input.calendardatetimepicker,
ul.field_list textarea.textarea,
ul.field_list textarea.soltinymce,
ul.field_list td.fieldcolinput,
ul.field_list input.filefield,
ul.field_list input.passwordfield {
    width: 60%;
    height: 20px;
    padding-top: 6px;
/*     display: block; */
    float: left;
/*     clear: both; */
    padding: 0;
    margin: 0 0 10px 0;
/*    background-color: #3e382c;
    color: #fff;*/
    border: 0 none;
    border: 1px solid #8E1213;
    background-color: #313341;
}
span.mceEditor {
    margin: 0 0 10px 0;
}
ul.field_list input.calendardatetimepicker {
    width: auto;
}
ul.field_list input.date_field_button {
    background: url(/img/calendar.png) no-repeat;
    width: 24px;
    height: 24px;
    border: 0 none;
    margin-top: 2px;
    overflow: hidden;
    text-indent: 30px;
}
ul.field_list input.textfield:focus,
ul.field_list input.paswordfield:focus,
ul.field_list textarea.textarea:focus {
    background-color: #535353;
}

ul.field_list textarea.textarea,
ul.field_list textarea.soltinymce {
    height: auto;
}

li.even, li.odd, span.mceEditor{
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

img.imagefield_image {
    width: 100px;
}

div.sollabel {
    margin: 30px 0 10px;
}
div.sollabel h2 {
    background: transparent url(/img/forum_th_bg.png) no-repeat scroll 0 0;
    text-align: center;
    border-top: 1px solid #B78C04;
    margin: 0px;
    color: #000;
}
div.sollabel p {
    text-align: center;
    margin: 0px !important;
}

/* ***** Tabber ***** */
ul.tabbernav {
    margin: 0 0 10px 0;
    border-bottom: none 0px;
}
.tabbertab {
    border: none 0px !important;
    padding: 0px !important;
}

fieldset.hidinglistfieldset,
fieldset.basicpageinfo,
fieldset.advancedpageinfo,
fieldset.galleryfolderbasic,
fieldset.picturebasic {
    margin: 0;
    padding: 0px 0 0 0;
    border-style: none !important;
    width: 100% !important;
}

fieldset.hidinglistfieldset legend {
    font-size: 150%;
    padding: 0px 0 0 0;
}

li.odd button, li.even button {
    margin: 2px 0 0 5px;
}

/* ***** Site specific ***** */
div#left h2 {
    color: #FFF;
    background-color: #565B5F;
    margin-bottom: 5px;
}

h2 span {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

span.right {
    float: right;
}

div.middle_news {
    background: url('/img/middle_bg/news.jpg') no-repeat;
}
div.middle_koncerty {
    background: url('/img/middle_bg/concerts.jpg') no-repeat;
}
div.middle_zespol {
    background: none; /*url('/img/middle_bg/band.jpg') no-repeat;*/
}
div.middle_tomson-tomek-lach {
    background: url('/img/middle_bg/tomson.jpg') no-repeat;
}
div.middle_wozz-wojtek-lozowski {
    background: url('/img/middle_bg/wozz.jpg') no-repeat;
}
div.middle_muff-aleksander-milwiw-baron {
    background: url('/img/middle_bg/muff.jpg') no-repeat;
}
div.middle_sniady-bartek-sniadecki {
    background: url('/img/middle_bg/sniady.jpg') no-repeat;
}
div.middle_lajan-wojtek-witczak {
    background: url('/img/middle_bg/lajan.jpg') no-repeat;
}
div.middle_torresiwo-tomek-torres {
    background: url('/img/middle_bg/torresiwo.jpg') no-repeat;
}
div.middle_dziamas-grzegorz-dziamka {
    background: url('/img/middle_bg/dziamas.jpg') no-repeat;
}
div.middle_dyskografia {
    background: url('/img/middle_bg/discography.jpg') no-repeat;
}
div.middle_galeria {
    background: url('/img/middle_bg/gallery.jpg') no-repeat;
}
div.middle_multimedia {
    background: url('/img/middle_bg/multimedia.jpg') no-repeat;
}
div.middle_download {
    background: url('/img/middle_bg/download.jpg') no-repeat;
}
/*div.middle_blog {
    background: url('/img/middle_bg/blog.jpg') no-repeat;
}
div.middle_forum {
    background: url('/img/middle_bg/forum.jpg') no-repeat;
}*/
div.middle_kontakt {
    background: url('/img/middle_bg/contact.jpg') no-repeat;
}

/*div.jScrollPaneContainer {
    margin: 50px 60px;
    width: 455px;
    height: 380px;
    overflow: hidden;
}*/
div#content_scroller {
    height: 380px;
    width: 455px;
    overflow: hidden;
}
div.content {
    width: 455px;
    height: 380px;
    overflow: hidden;
}
div.content_overflow {
    overflow: auto;
    width: auto;
    height: auto;
}
div.content_galeria {
    width: 500px;
}
/*div#koncerty, div#multimedia { width: 490px; }*/
div#zespol, div#dyskografia {
    overflow: hidden;
}

div#biography {
    width: 240px;
    height: 383px;
    overflow: hidden;
    font-size: 11px;
}

/*div#tomson-tomek-lach,
div#dziamas-grzegorz-dziamka,
div#wozz-wojtek-lozowski,
div#sniady-bartek-sniadecki,
div#lajan-wojtek-witczak,
div#torresiwo-tomek-torres,
div#muff-aleksander-milwiw-baron {
    width: 260px;
    margin: 30px 50px;
}

div#tomson-tomek-lach p,
div#dziamas-grzegorz-dziamka p,
div#wozz-wojtek-lozowski p,
div#lajan-wojtek-witczak p {
    width: 200px;
}
div#muff-aleksander-milwiw-baron h2,
div#sniady-bartek-sniadecki h2,
div#torresiwo-tomek-torres h2,
div#muff-aleksander-milwiw-baron h3,
div#sniady-bartek-sniadecki h3,
div#torresiwo-tomek-torres h3 {
    margin: 5px 0;
}
div#muff-aleksander-milwiw-baron p,
div#sniady-bartek-sniadecki p,
div#torresiwo-tomek-torres p {
    width: 260px;
    margin: 5px 0;
    font-size: 10.4px;
}*/

ul.gallery-folders {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.gallery-folder {
    font-weight: normal;
    line-height: 175%
}

a.gallery-back {
    margin-top: 20px;
    color: #B78C04;
    font-weight: normal;
}

a.gallery-back img {
    display: block;
    margin: 9px 4px 4px 4px;
}

a.gallery-folder img {
    vertical-align: middle;
}

div.galeria-zdjecie {
    float: left;
    width: 90px;
    height: 60px;
    margin: 0px 18px 15px 0px;
}

a.back {
    background: url(/img/back.png) no-repeat top left;
    display: block;
    width: 38px;
    height: 15px;
    overflow: hidden;
    text-decoration: none;
}
a.back:hover {
    background: url(/img/back.png) no-repeat bottom left;
}

div.news {
    width: 430px;
    margin: 5px 0px 0;
    line-height: 150%;
}
div.news h3 {
    font-size: 12px;
    margin: -5px 0 5px;
}
.little_grey {
    font-size: 10px;
    color: #827989;
}
div.news p {
    float: left;
    margin: 0 40px 0 0 !important;
}
div.news a {
    font-weight: normal;
    font-size: 11px;
    color: #F10809;
    vertical-align: middle;
}
div.news a img {
    vertical-align: middle;
    margin: 0 10px 0 0px;
}
span.more {
    float: right;
    margin-top: -20px;
}
span.more a img {
    margin: 0px 0 0 3px;
}
span.right a img {
    margin: 0px 0 0 3px;
}
hr {
    background: url('/img/hr_bg.jpg');
    border: 0px none;
    height: 1px;
/*     width: 425px; */
    margin-bottom: 20px;
}

table.zespol {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 150%;
}

table.zespol td {
    padding: 0px 0px 0px 0px;
}

table.zespol img {
    margin-bottom: -40px;
}

table.zespol a {
    font-weight: normal;
}

table.zespol span {
    color: #B78C04;
    font-size: 11px;
}

table.koncerty {
    background: url(/img/koncertybg.png) repeat;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

table.koncerty tr {
/*     background: url(/img/hr_bg.jpg) repeat-x bottom; */
    border-bottom: solid 1px #48331E;
    margin: 0px;
    padding: 0px;
}
table.koncerty tr:hover {
    background: url(/img/koncertybelka.png) no-repeat;
}
table.koncerty td {
    margin: 0px;
    padding: 2px 6px;
}

div.middle_koncerty p {
    margin: 5px 0;
}

table.dyskografia td {
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 25%;
}

table.dyskografia h2 {
    margin: 10px 0px;
}

table.dyskografia img {
    margin-bottom: -40px;
}

table.dyskografia a {
    font-weight: normal;
}

table.dyskografia span {
    color: #B78C04;
    font-size: 11px;
}

div.forum {
    /*margin: 50px 70px 50px 50px;*/
    width: 610px !important;
}
div.forum a {
    font-size: 10px;
    color: #8F9196;
}
div.forum a:hover {
    text-decoration: none;
    color: #F28B33;
}
div.forum input[type=text],
div.forum input[type=password] {
    border: 1px solid #6a5224;
    background-color: transparent;
    color: #56555A;
    text-align: center;
    width: 80px;
    font-size: 10px;
}
input#forum_submit {
    background: url(/img/arrow_red_right.png) no-repeat 2px 4px;
    width: 11px;
    height: 15px;
    border: 0px none;
}
table.forum_toolbar {
    margin-top: 30px;
    background: url(/img/forum_toolbar_bg.png);
    width: 560px;
    margin-left: 1px;
    font-weight: normal;
    font-size: 10px;
    color: #ADAEB1;
}
table.forum_toolbar a {
    color: #ADAEB1;
    margin-right: 15px;
}
table.forum_toolbar img {
    vertical-align: text-bottom;
}
table.forum_toolbar td {
    padding: 10px 0;
}
table.forum {
    border: 0px none;
    width: 560px;
    margin-left: 1px;
    border-collapse:collapse;
    background: url(/img/forum_td_bg.png);
    font-size: 11px;
}
tr.forum_title {
    background: url(/img/forum_th_bg.png);
    color:#000000;
}
table.forum th {
    border: 1px solid #5D5F63;
    padding: 10px;
    font-weight: normal;
    padding: 4px;
}
table.forum td {
    border: 1px solid #5D5F63;
    padding: 10px;
    color: #ADABD1;
}
table.forum h4 {
    color: #F28B33;
    font-size: 11px;
    margin: 0px;
}
table.forum img {
    vertical-align: middle;
}

table#attachments,
table#attachments tr,
table#attachments th,
table#attachments td {
    border: 0px none;
    padding: 0px;
}

div.middle_kontakt div.content {
    margin-bottom: 0px;
    height: 410px;
}

table.kontakt {
    font-size: 11px;
    padding: 5px;
    border-collapse: collapse;
}
table.kontakt th {
    padding: 8px 6px;
    text-align: right;
    vertical-align: top;
    border-right: 1px solid #58121a;
}
table.kontakt td {
    padding: 11px;
    border-right: 1px solid #58121a;
}
table.kontakt label {
    color: #B70A0A;
    font-size: 12px;
    font-weight: normal;
}
div.middle_kontakt input,
/* div.middle_kontakt  */
textarea {
    border: 1px solid #8E1213;
    background-color: #313341;
    width: 250px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
input#contact_submit {
    width: 50px;
    background-color: transparent;
    color: #B70A0A;
}

#comment_form li#body_container,
#comment_form li#attachments_container {
    clear: none;
    width: 260px;
}
#comment_form label {
    display: block;
    float: none;
    width: 200px;
}

#tv_border {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 731px;
    height: 482px;
    background: url(/img/tv_screen_border.png) no-repeat left top;
}
