@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	color: #FFF;
}
a:hover, a:active {
	color:#999;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
#site_body {
	height: 819px;
	width: 998px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/back_biography.jpg);
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.schedule h3,
.reviews h3 {
	font-weight: bold;
	font-size: 13px;
	border-bottom:#CCC solid 1px;
	padding-bottom: 5px;
}
.biography #site_body {
	background-image: url(images/back_biography.jpg);
}
.index #site_body,
.news #site_body{/**/
	background-image: url(images/back_home.jpg);
}
.contact #site_body {/**/
	background-image: url(images/back_contact.jpg);
}
.fans #site_body {/**/
	background-image: url(images/back_fans.jpg);
}
.photos #site_body {/**/
	background-image: url(images/back_photos.jpg);
}
.reviews #site_body {
	background-image: url(images/back_press.jpg);
}
.audio #site_body {/*audio*/
	background-image: url(images/back_schedule.jpg);
}
.biography #site_body {/*biography*/
	background-image: url(images/back_audio.jpg);
}
.schedule #site_body { /*schedule*/
	background-image: url(images/back_news.jpg);
}
#menu {
	margin: 5px 0 0 0;
	height: 43px;
	width: 594px;
	float:left;
	background-image: url(images/menu_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #menu {
	background-image: url(images/menu_background.gif);
}
#menu ul {
	padding: 0;
	margin: 11px 25px;
}
#menu li {
	list-style:none;
	background: #000;
	float: left;
	padding: 0 6px;
	border-left: #FFF solid 1px;
}
#menu li.first {
	border-left: none 0;
}
#tytul {
	font-size: 42px;
	margin: 25px 0 0 212px;
	float:left;
	display: inline;
}
#site_head {
	float: left;
	clear: left;
	margin: 45px 0 0 60px;
	width:463px;
	display:inline;
}
#site_name {
	font-size: 24px;
	float: left;
	padding: 0;
	color: #FFF;
}
.reviews #site_name,
.biography #site_name {
	color: #7a787b;
}
#site_lang_menu {
	display: none;
}
.reviews #site_lang_menu,
.biography #site_lang_menu {
	display:block;
	padding:0;
	margin: 10px 0 0 0;
	float: right;
}
#site_lang_menu li {
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0;
	float: left;
}
#textfield {
	width:470px;
	height:561px;
	margin: 0 0 0 60px;
	float: left;
	clear:left;
	border: 1px solid #FFF;
	background-repeat: repeat;
	padding: 10px;
	display:inline;
	/*background-image: url(images/trans_background.png);*/
	background: url(images/trans_background.png) !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/trans_background.png');
	
}
.schedule #textfield,
.photos #textfield,
.biography #textfield, 
.reviews #textfield,
.audio #textfield { 
	width:450px;
}
.audio #textfield { 
	padding: 25px 0 10px 20px;
}
.fans #textfield { 
	padding: 20px 20px 0 25px;
}
.audio object, 
.audio embed {
	padding: 0;
}
.schedule #textfield h3 a {
	margin-left: 15px;
}
.schedule #textfield h3 a.this {
	font-weight: bold;
	color: #FFFFCA;
}

.reviews #lyr1 ul, 
.reviews #lyr1 li,
.audio #textfield ul, 
.audio #textfield li{
	margin: 15px 0;
	padding:0;
}
.reviews #lyr1 li,
.reviews #lyr1 a, 
.audio #textfield li, 
.audio #textfield a {
	float:none;
	list-style-type:none;
	margin: 0 0 5px 0;
	width:405px;
	display:block;
}
.reviews #lyr1 li,
.reviews #lyr1 a {
	width:auto;
}
.reviews #lyr1 a, 
.audio #textfield a {
	margin: 0;
	padding: 10px;
	background:#333;
}
.reviews #lyr1 a:hover, 
.reviews #lyr1 a:active, 
.audio #textfield a:hover,
.audio #textfield a:active {
	background:#1E1E1E;
	color: #FFF;
}
#print_button {
	clear:left;
	float:left;
	width:470px;
	margin: 0 0 0 60px;
	;
	text-align: right;
	font-size: 11px;
	display: inline;
}
form {
	margin-top: 60px;
	display: none;
}
fieldset {
	float:left;
	width: 410px;
	margin: 3px 0 0 20px;
/*	margin: 5px 27px 0 20px;
*/	border: none;
	padding: 0;
}
label {
	float:left;
	background: none;
	color: #BFBFC0;
	margin-top: 8px;
}
label.r{
	float:right;
}
input.tekst, 
textarea, 
input.button {
	background: #bfbfc0;
	border: solid 1px #000;
	float: right;
	width: 250px;
	height: 25px;
	display:inline;
} 
textarea {
	width: 407px;
	height: 260px;
	overflow:auto;
}
input.button {
	margin-top: 15px;
	cursor:pointer;
	padding: 2px 10px;
	width: auto;
}
dt {
	font-weight:bold;
}
.na {
	color:#CCC;
}
.na dt{
	font-weight:normal;
}
dt.p {
	margin: 15px 0 0;
}
dd {
	margin:0 0 5px 0;
}
.contact dt {
	margin: 50px 0 0 0;
}
.contact dt:first-child {
	margin: 0;
}
.reviews dt {
	font-weight: normal;
	border-bottom:#999 solid 1px;
	padding-bottom: 15px;
	margin:0 5px 15px 0;
}
.reviews dd {
	margin:0 5px 5px 0;
	text-align:justify
}
.fans #textfield img {
	border: none;
	margin: 0;
}
.fans #textfield div.image {
	border: 3px solid #AAA;
	margin: 5px 10px;
	padding: 0;
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	background-color: #474747;
	font-family: Arial, Helvetica, sans-serif;
}
.photos #lyr1 img {
	border: 3px solid #2D2D2D;
	margin: 3px;
	float:left;
}
.fans #fans_contact {
	cursor: pointer;
}
.news_edit #textfield .ed_top {
	font-weight: bold;
	font-size: 13px;
	border-bottom:#CCC solid 1px;
	padding-bottom: 5px;
	float:left;
	width:450px;
	margin-bottom: 10px;
}
.news_edit #textfield .ed_top div {
	display:block;
	float:right;
	padding-left: 10px;
	cursor:pointer;
}	
.news #novelties {
	width: 600px;
	margin: 40px 24px;
	position:relative;
	float: left;
	height: 560px;
	color:#333;
}
.news #news_inner {
	position: absolute;
	bottom: 0px;
}
.news #site_name {
	font-size: 24px;
	float: left;
	padding: 0;
	color: #FFF;
	width: 600px;
}
.news #novelties div{
	padding: 0 0 5px 0;
}

.news_edit #textfield #lyr1 div {
	float:left;
	list-style-type:none;
	margin: 0 0 5px 0;
	width:405px;
	display:block;
	padding: 10px;
	background:#575757;
}
.news_edit #textfield textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:405px;
	height:80px;
	float:left;
	display:block;
	border:none;
	padding:10px;
}

.news_edit #textfield .ed_top #cancel {
	display: none;
}
.news_edit #textfield .ed_top #delete {
	display: none;
}
.news_edit #textfield .ed_top #save {
	display: none;
}
.news_edit #textfield .ed_top #edit {
	display: none;
}
.news_edit #textfield div#newEditor {
	display: none;
}
.stopka {
	text-align: right;
	height: 20px;
	width: 998px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
