html, body {
 height: 100%;
}
body {
    margin: 0;
    padding: 0;
}

/************** "Gramy wylacznie na zywo!" ***********/
div.box-on-top {
    position: absolute;
    top: 0px; 
    right: 0px;
}
/********* general layout stuff ****************/
div.top {
    width: 100%;
    position: relative;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #ffdd00;
}
div.top div.logo {
    /*width: 40%;*/
    float: left;
    /*border: dashed 1px blue;*/
}
div.top div.pic {
    float: right;
    margin-right: 120px;
}
div.page-wrap {
    max-width: 960px;
    min-width: 640px;
    margin: 0px auto;
    padding: 0px 5px;
}
div.middle {
    background: #fff4aa url('gfx/bk_edge_l.gif') repeat-y left top;
    position: relative;
}
div.middle div.inside {
    padding: 30px 25px 40px 20px;
    height: 100%;
    background: url('gfx/bk_edge_r.gif') repeat-y right top;
}
div.middle div.inside div.left-column {
    width: 24%;
    float: left; 
}
div.middle div.inside div.right-contents {
    width: 74%;
    float: right; 
}

/************** Rounded & innershadowed corners */ 
div.corner, div.edge {
    position: absolute;
    font-size: 0.01em;
}
div.edge {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 22px;
}
div.edge#top {
    background: url('gfx/bk_edge_t.gif') repeat-x left top;
}
div.edge#bottom {
    background: url('gfx/bk_edge_b.gif') repeat-x left bottom;
}
div.corner {
    width: 21px;
    height: 22px;
    z-index: 2;
    position: absolute;
}
div.corner#lt {
    background: url('gfx/bk_corner_tl.gif') no-repeat left top;
    left: 0px;
    top: 0px;
}
div.corner#rt {
    background: url('gfx/bk_corner_tr.gif') no-repeat left top;
    right: 0px;
    top: 0px;
}
div.corner#rb {
    background: url('gfx/bk_corner_br.gif') no-repeat left bottom;
    right: 0px;
    bottom: 0px;
}
div.corner#lb {
    background: url('gfx/bk_corner_bl.gif') no-repeat left bottom;
    left: 0px;
    bottom: 0px;
}
/********* Top Photos & Bottom Cadillac made by CSS positioning */
div.middle div.photos {
    position: absolute;
    z-index: 3;
    width: 500px;
    height: 100px;
    top: -38px;
    left: 40px;
    background: url('gfx/photos.gif') no-repeat left top;
}
div.bottom {
    position: relative;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 0.85em;
    color: #330;
}
div.bottom a {
    font-weight: normal;
    text-decoration: none;
}
div.bottom div.cadillac {
    position: absolute;
    z-index: 3;
    width: 231px;
    height: 75px;
    top: -61px;
    right: 0px;
    background: url('gfx/cadillac.jpg') no-repeat left top;
}

/******************* Left Column ***********/
div.left-item {
    margin-bottom: 20px;
}

div.left-item h2 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    font-size: 1.2em;
    text-align: right;
    padding-top: 16px;
    margin-bottom: 5px;
}
div.left-item h2#book {
    background: url('gfx/menu.gif') no-repeat left bottom;
}
div.left-item h2#mic {
    background: url('gfx/mic.gif') no-repeat left bottom;
}
div.left-item h2#drums {
    background: url('gfx/drums.gif') no-repeat left bottom;
}
div.left-item ul.menu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
div.left-item ul.menu li, div.left-item ul.songs li {
    margin-left: 2px;
    margin-bottom: 3px;
    padding-left: 0;
    text-align: left;
}
div.left-item ul.menu a {
    text-decoration: none;
    font-size: 1.2em;
}
div.left-item ul.menu a span {
    font-weight: normal;
    font-size: 0.7em;
    color: #444;
}
div.left-item ul.menu a:hover {
    color: #c00;
}
div.left-item ul.songs {
    padding-left: 0px;
    margin-left: 20px;
    list-style: url('gfx/play.gif');
}
div.left-item ul.songs a {
    text-decoration: none;
    font-weight: normal;
}
div.left-item div#buycd a, div.left-item div#buybook a, div.left-item div#stop a {
    background: url('/gfx/buycd.gif') no-repeat left top;
    width: 160px;
    display: block;
    padding-top: 110px;
    text-align: right;
    color: #974;
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px auto;
}
div.left-item div#buycd a:hover, div.left-item div#buybook a:hover, div.left-item div#stop a:hover {
    color: #f00;
}
div.left-item div#buycd a span, div.left-item div#buybook a span, div.left-item div#stop a span {
    color: #000;
}
div.left-item div#buybook a {
    background: url('/gfx/ziuta.gif') no-repeat left top;
    padding-top: 120px;
}
div.left-item div#stop a {
    background: url('/gfx/stop-playbackowi.gif') no-repeat left top;
    padding-top: 120px;
    width: 90%;
}
/******** Contents formatting **************************/
div.right-contents h2 a {
    text-decoration: none;
}
div.news-item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #ec8;
    border-width: 0px 0px 1px 0px;
}
div.news-item h3 {
    font-size: 0.9em;
    font-weight: normal;
    color: #600;
    text-transform: uppercase;
}
div.art img, div.gal div.gal-item img, div.news-item img.thumb, table.menu-subitem td.thumb img {
    border: solid 1px #000;
    margin: 5px;
    padding: 5px;
    background: #fff;
}
div.art table.centered {
    margin: 3px auto;
}
div.art table td {
    vertical-align: top;
}
div.dontshow {
    display: none;
}
table.menu-subitem {
    margin-bottom: 20px;
}
table.menu-subitem td {
    vertical-align: top;
}
table.menu-subitem td.thumb {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}
table.menu-subitem td.label {
    padding-top: 4px;
}
div.gal div.gal-item {
	float: left;
	margin: 4px 10px;
	width: 180px;
	height: 230px;
	text-align: center;
	padding: 1px;
    border: solid 1px #eea;
}
div.gal div.gal-item img {
    margin: 1px;
}

div.youtube {
    width: 425px;
    height: 355px;
    border: solid 4px #900;
    margin: 5px auto;
}

object.youtube {
    width: 425px;
    height: 355px;
}
ul.files-list {
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 425px;
}
ul.files-list li {
    display: block;
}
ul.files-list li a {
    display: block;
    text-align: left;
    border: solid 1px #ffdd00;
    margin: 3px 0px;
    padding: 2px;
    text-decoration: none;
}

ul.files-list li.selected a {
    border: solid 1px #900;
}

ul.files-list li a:hover {
    background: #efe49a;
}
div.mediaplayer {
    margin: 5px auto;
    width: 420px;
    border: solid 4px #900;
}

/********** sprites **********************/

div.right-contents div.sprite {
    float: right;
    margin: 0px 5px 15px 15px;
}
#concerts {
    margin-top: -30px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ca9;
}
#guitar {
    background: url('gfx/guitar.jpg') no-repeat left top;
    width: 80px;
    height: 194px;
    margin: 20px auto 0px auto;
}
#boombox {
    background: url('gfx/boombox.jpg') no-repeat left top;
    width: 120px;
    height: 90px;
}

#casette {
    background: url('gfx/casette.jpg') no-repeat left top;
    width: 90px;
    height: 125px;
}

#disc {
    background: url('gfx/disc.gif') no-repeat left top;
    width: 87px;
    height: 87px;
}

#marylin {
    background: url('gfx/marylin.gif') no-repeat left top;
    width: 73px;
    height: 195px;
}

/******************** forms ***********************/

input.btn {
	width: 150px;
	font-weight: bold;
	margin-top: 10px;
}
input, textarea, select {
  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
input.num, input.text, textarea {
	background: #ffc;
	padding: 1px;
	color: #000;
	border: solid 2px #900;
	width: 60%;
	font-size: 1em;
}
textarea {

}
input.num {
  width: 38px
}
select {
	background: #ffc;
	color: #000;
	border: solid 2px #900;
	width: 40%
	font-size: 1em;
}
div.survey div.item input {
    margin: 1px 5px;
}
div.survey div.item input.btn {
    display: block;
    margin: 2px auto;
}
div.survey .question {
    font-weight: bold;
}
