body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #333;
	line-height: 150%;
	background-color: #333;
}

body.bg1 {
	background: url(images/backgrounds/bg6.jpg) no-repeat fixed 50% 50%;
}

body.bg2 {
	background: url(images/backgrounds/bg7.jpg) no-repeat fixed 50% 50%;
}

body.bg3 {
	background: url(images/backgrounds/bg3.jpg) no-repeat fixed 50% 50%;
}

body.bg4 {
	background: url(images/backgrounds/bg4.jpg) no-repeat fixed 50% 50%;
}

body.bg5 {
	background: url(images/backgrounds/bg5.jpg) no-repeat fixed 50% 30%;
}

body.bg6 {
	background: url(images/backgrounds/bg1.jpg) no-repeat fixed 50% 30%;
}

body.bg7 {
	background: url(images/backgrounds/bg2.jpg) no-repeat fixed 50% 30%;
}

body.bg8 {
	background: url(images/backgrounds/bg8.jpg) no-repeat fixed 50% 30%;
}

div#slideshow {
	position: absolute;
	top: -500px;
	left: -150px;
}

#slideshow IMG {
	position:absolute;
	top: 10px;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}


img {
	border: 0;
}

div.clear {
	clear: both;
}

h1 {
	display: none;
}

a {
	color: #ddd;
	text-decoration: none;
}

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

div#header {
	width: 100%;
	height: 60px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	opacity: 0.9;
}

div#container {
	width: 100%;
	position: absolute;
	z-index: 1100;
	top: 25%;
}

div#wrapper {
	width: 999px;
	margin: 0 auto;
	margin-bottom: 50px;
}

div#wrapper div.box1,
div#wrapper div.box2,
div#wrapper div.box3 {
	float: left;
	width: 283px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	margin-right: 10px;
	margin-top: 120px;
}

div.box1 {
	color: #3a271f;
	background-color: #fff;
}

div.box2 {
	color: #fff;
	background-color: #000;
}

div.box3 {
	color: #fff;
	background-color: #70615c;
}

div.box1 h2,
div.box2 h2,
div.box3 h2 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 120%;
}

div.facebook {
	height: 186px;
	overflow: hidden;
	background-color: #fff;
}

ul#menu {
	width: 999px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
}

ul#menu li {
	float: left;
	margin-right: 55px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

ul#menu li.last-item {
	margin-right: 0;
}

ul#menu li a {
	display: block;
	height: 42px;
	padding-top: 18px;
	overflow: hidden;
	color: #eee;
}

ul#menu li a:hover {
	color: #fff;
	text-decoration: none;	
}

ul#menu li a.selected {
	color: #fff;
}

ul#menu a#special-link {
	color: #f2130a;
}

ul#menu a#special-link:hover {
	color: #fff;	
}

/* ul#menu li a:hover {
	background-position: 0 -51px;
}

ul#menu li a.selected {
	background-position: 0 -102px;
}

a#aktualnosci {
	width: 78px;
	background: url(images/menu/aktualnosci.png) no-repeat;
}

a#biografia {
	width: 60px;
	background: url(images/menu/biografia.png) no-repeat;
}

a#zespol {
	width: 45px;
	background: url(images/menu/zespol.png) no-repeat;
}

a#dyskografia {
	width: 80px;
	background: url(images/menu/dyskografia.png) no-repeat;
}

a#audiovideo {
	width: 87px;
	background: url(images/menu/audiovideo.png) no-repeat;
}

a#koncerty {
	width: 62px;
	background: url(images/menu/koncerty.png) no-repeat;
}

a#galeria {
	width: 48px;
	background: url(images/menu/galeria.png) no-repeat;
}

a#linki {
	width: 35px;
	background: url(images/menu/linki.png) no-repeat;
}

a#kontakt {
	width: 55px;
	background: url(images/menu/kontakt.png) no-repeat;
}
*/

div.content {
	float: left;
	width: 550px;
	padding: 25px;
	color: #fff;
	background-color: #000;
	opacity: 0.9;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin-bottom: 20px;
}

div.content h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 200%;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

div.navigation {
	float: left;
	font-size: 90%;
	margin-left: 10px;
}

div.navigation a {
	display: block;
	padding: 10px 20px;
	background-color: #000;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	opacity: 0.75;
}

div.navigation a:hover {
	opacity: 0.9;
}

div.entry-list {
	float: left;
	width: 560px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #555;
}

div.entry-list h2 {
	font-size: 150%;
	margin-bottom: 0;
	font-weight: bold;
}

div#footer {
	height: 50px;
}

img.attachment-post-thumbnail {
	float: left;
	margin-right: 15px;
}

div.paging {
	width: 600px;
	font-size: 90%;
}

div.paging a {
	color: #fff;
	padding: 10px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75
}

div.paging a:hover {
	opacity: 0.9;
}

div.cover {
	float: left;
	width: 120px;
}

div.album-description {
	float: left;
	width: 420px;
}

div.album-description img {
	display: none;
}

p.wp-caption-text {
	color: #999;
	font-size: 90%;
	margin-top: 5px;
}

/*! elements ------ */
#backstretch { overflow: visible !important; }

div.footer-menu {
	position: fixed;
	bottom: 0;
	right: 20px;	
	z-index: 99999;
}

div.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.footer-menu ul li {
	float: left;	
}

div.footer-menu ul li a {
	display: block;
	height: 20px;
	padding: 10px 20px;	
	color: #fff;
	opacity: 0.9;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

div.footer-menu ul li a:hover {
	opacity: 1;	
	text-decoration: none;
}

div.footer-menu ul li a.facebook {
	background-color: #3b5998;
}

div.footer-menu ul li a.youtubelink {
	background-color: #cb322c;
}	

div.footer-menu ul li a.myspace {
	background-color: #000;	
}

div#bannervideo {
	position: relative;
	width: 624px;
	height: 438px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/zobacz_singiel.png) no-repeat;	
}

img#singiel {
	position: absolute;
	top: 314px;
	left: 123px;	
}

img#soundpark {
	position: absolute;
	bottom: 30px;
	right: 150px;
}

img#kup-plyte {
	position: absolute;
	bottom: 30px;
	left: 150px;	
}

div#ytembed {
	text-align: center;	
}

img#usiadz {
	position: absolute;
	left: 40px;	
	top: 153px;
}


img#musisz {
	position: absolute;
	right: 40px;
	top: 153px;	
}

img#musisz:hover,
img#usiadz:hover {
	opacity: 0.9;
}