body {
    margin: 0;
    padding: 0;
}
.page-wrap {
    margin: 0px auto;
    width: 760px;
}
.dark-bk {
    background-image: url("/gfx/darker1.png");
}

#image-bk-loading {
    background: #000 url('/gfx/ajaxLoader.gif') no-repeat 50% 150px;
    height:1100px;
}

#image-bk {
    height:1100px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index: 0;
    background: url('/gfx/bk/1.jpg') no-repeat 50% 0;
}
#page {
    left:0;
    position: absolute;
    top:0;
    width:100%;
    z-index: 1;
}
#top-strap {
    height: 45px;
    padding: 5px 0;
}
#top-strap li {
    line-height: 100%;
    display: block;
    float: left;
    margin-right: 10px;
    width: 31%
}
#top-strap ul {
    padding: 0 80px;
    opacity: .6;
    margin-bottom: 0;
}
#top-strap ul a img {
    float: left;
    margin-right: 3px;
}
#top-strap ul a {
    text-transform: uppercase;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}
#top {
    position: relative;
    color: #fff;
    height: 400px;
    padding-top: 30px;
}
#top a {
    font-weight: normal;
    text-decoration: none;
    outline: none;
}
#top #top-autograph {
    position: absolute;
    left: 20px;
    top: 30px;
    background: url('/gfx/irek_dudek_podpis.png') no-repeat left top;
    width: 265px;
    height: 136px;
}
#top #branding {
    position: absolute;
    left: 0;
    top: 230px;
    width: 100%;
    height: 200px;
}
#top a#branding-inside {
    display: block;
    position: relative;
    width: 100%;
    height: 162px;
    left: 0;
    top: 0;
    background: url('/gfx/dudek_bluesy.png') no-repeat center top;
}
#top #branding-inside h2, #top #branding-inside h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: .5em;
    font-weight: bold;
}
#top #branding-inside h3 {
    font-size: 1.1em;
    letter-spacing: .4em;
}
#top #branding-inside h2#irek-dudek {
    position: absolute;
    left: 64%;
    top: 70px;
}
#top #branding-inside h3#premiere-date {
    position: absolute;
    right: 44%;
    top: 147px;
}
#top #player_bk {
    top: 0px;
    right: 30px;
    position:absolute;
    width: 180px;
    padding: 10px;
    background: url('/gfx/player-bk.png') left bottom no-repeat
}
ul#menu {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #333;
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0 10px 0 10px;
    height: 25px;
}
ul#menu li {
    display: block;
    float: left;
}
ul#menu li a {
    padding: 1px;
    margin: 0 7px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
    font-size: 1.8em;
}
ul#menu li a:hover {
    color: #fff;
}
#contents {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
#contents ol.songlist {
    margin-left: 250px;
}
#contents img.cover {
    float: left;
    margin: 2px 5px;
    border: solid 1px #666666;
}
#contents img.picture {
    border: solid 1px #666666;
    margin: 2px 5px;
}
#main-page-news {
    font-size: .95em;
}
.news-item .date {
    color: #999;
}
#footer {
    text-align: center;
    color: #777;
    padding: 20px 0 50px;
    font-size: .9em;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 30px 0;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#bottom-strap {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: url('/gfx/cd_bk.gif') left 50px;
    width: 100%;
    height:70px;
    z-index: 2;
}
#bottom-strap img#cover {
    margin-top: -90px;
    margin-right: 10px;
    float: left;
}
#bottom-strap a {
    display: block;
    color: #000;
    text-decoration: none;
}
#bottom-strap a#buy-cd {
    margin-top: 5px;
    margin-left: 210px;
    font-size: 1.2em;
    font-weight: bold;
    width: 50%;
}
#bottom-strap a#buy-cd span {
    color: #666;
    font-weight: normal;
    font-size: 0.75em;
}
#bottom-strap a#close-strap {
    float: right;
    width: 70px;
    background: url('/gfx/close.png') no-repeat right 2px;
    padding: 8px 0;
}
/********************* galleries *******************/

div.gal a.gal-item img {
    border:1px solid #000;
    margin:2px 0 0;
    padding:1px;
}
div.gal a.gal-item {
    border:1px solid #111;
    display:block;
    float:left;
    font-weight:normal;
    height:160px;
    line-height:100%;
    margin: 4px 8px;
    padding:4px 1px 1px;
    text-align:center;
    text-decoration:none;
    width:180px;
}
div.gal a.gal-item:hover {
    background:none repeat scroll 0 0 #111;
}



