@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400&subset=latin,latin-ext);


* {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
}

body {
	background-color:#000000;	
	position:relative;
}
a img { border:none; }
p { margin-bottom: 10px; }
.clear { clear:both; }

#wrapper {	
	width:945px; 
	margin: 0 auto;
}

body, td, p, div {
	font-family: "PT Sans", "Trebuchet MS", Arial, serif;
	font-size: 14px;
	color: #be9f57;
}
a { color: #ffffff; }
a:hover { color:#ffffff; text-decoration:underline; }
h1 {
	font-size:24px;
	font-weight:700;
	font-family: "PT Sans", "Trebuchet MS", Arial, serif;
	margin-bottom:20px;
}

ul#navigation  {
	display:block;
	list-style-type: none;
	height: 65px;
}
	ul#navigation li {
		display:block;
		float:left;
		margin:35px 4px 20px 4px;
	}
	ul#navigation li a {  
		padding:5px;
		color:#be9f57;
		display:block;
		font-size:18px;
		font-weight:700;
		text-transform:uppercase;
		text-decoration:none;
	}
	ul#navigation li a:hover { background-color:#be9f57;color:#fff;}  


#content {
	display:block;
	padding-top:40px;
	min-height:450px;
}
	#content ul {
		list-style-image:url('https://2014.tarnowskanagrodafilmowa.pl/themes/img/bullet.png');
		padding-left:25px;
	}
	#breadcrumbs { 
		border-bottom:10px solid #000;
		padding:5px;
		font-size:14px; font-weight:bold;
	}
		#breadcrumbs a {
			color:#000;
			margin: 0 5px;
			text-decoration:none;

		}
	#left {
		width:220px;
		padding: 25px 0;
		float:left;
	}

		#left ul { list-style:none; padding-left:5px; }
		#left ul li { margin:0; text-transform:uppercase;}
		#left ul a { color:#be9f57; font-size:16px; line-height:20px; font-weight:bold; text-decoration:none; }
		#left ul a:hover { color:#ffffff; }
		#left ul li ul { margin-bottom:20px; }
		#left ul li ul li { margin:3px 0; }
		#left ul li ul a { font-size:14px; line-height:18px; font-weight:bold; text-decoration:none; }

	#right {
		width:650px;
		float:right;
		padding:25px;
	}
	#right.gold-bg { background-color:#be9f57; color:#fff; }


#footer {
	padding:10px 0;
	margin-top:30px;
}

	#the_today_show {
		background-color:#be9f57;
		border-bottom:1px solid #000;
		color:#fff;
		padding:5px 10px;
		font-weight: bold !important;
	}
	#partners {
		background-color:#000;
		padding:10px 0;
		text-align:center;
		position:relative;
		overflow:visible;
		height:70px;
	}



.repertoire_day {
	background: transparent url("../img/border.png") no-repeat center top;
	padding-top:10px;
	margin-bottom:20px;
	position:relative;
}
.repertoire_title_day {
	float:left;
	font-size:32px;
	font-weight:bold;
	width:130px;
	padding: 10px;
	cursor:pointer;
}
.repertoire_item {
	float:right;
	border-left:1px solid #000;
	width:640px;
	padding: 30px;
	display: none;
}
.repertoire_day .arrow {
	display:block;
	background: transparent url("../img/arrow_down.png") no-repeat center center;
	width:80px; height:80px;
	cursor:pointer;
	position:absolute;
	top:20px; left:530px;
} 








.news_box{
	background: transparent url("../img/border.png") no-repeat center top;
	padding-top:10px;
	margin-bottom:20px;
	position:relative;

}
.news_date {
	float:left;
	font-size:24px;
	font-weight:bold;
	width:200px;
	padding: 10px;
	text-align:center;
}
.news_content {
	float:right;
	border-left:1px solid #000;
	width:640px;
	padding: 30px;
}
	h2 a { text-decoration:none; color:#be9f57;  }
	h2 a:hover { text-decoration:underline; }
	#right h2 { border-top:5px solid #000;padding:10px 0; }


 
#flashnews { width:720px; list-style:none; }
#flashnews li a { color:#000; text-decoration:none; }

.jcarousel-container { width:720px;height:19px; display:block; float:left;}
.jcarousel-item { height:19px; width:720px; }






.photo {
	display:block; 
	width:160px; height:120px; 
	padding:4px; 
	border:1px solid #191919; 
	float:left; 
	margin: 0 5px 5px 0; 
	text-align:center; vertical-align:middle;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:none;
}
.photo_last { margin:0 0 5px 0;}

a.photo:hover {
	border:1px solid #999999; 
	background-color:#191919;
}

	.box_gallery { height: 135px; margin-bottom:30px;}
	.box_gallery_cover {
		display:block; width:160px; height:120px; 
		padding:4px;
		text-decoration:none;
		float:left; margin-right:30px;
		text-decoration:none;
	}

		#right.gold-bg #page_content, #right.gold-bg #page_content p { color:#fff; }