/* ---------------------------------------------- */
/* ----------------- TYPOGRAPHY ------------------*/
/* ---------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif
}

a {
	text-decoration: none;
	font-weight: bold;
}

h2 em {
	font-style:italic;
}

h2 strong {
	font-weight: bold;
}


p {
	padding: 1em 0 0 0;
	text-align: justify;
}

p em {
	font-style:italic;
}

p strong {
	font-weight: bold;
}

p.lower {
	margin-top: 20px;
}


#nav
{
	font-size: 9pt;
	font-weight: bold;
}

#sidebar,
#content {
	font-size: 8pt;
	line-height: 1.4;
}

#sidebar {
	font-weight: bold;
}

#sidebar h2 {
	padding: 0.2em 0 20px 0;
}

#content li {
	font-size: 8pt;
}

#content .disc li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style:disc;
	border: 0;
	width: 90%;
}
#content h2 {
	font-size: 9pt;
	font-weight: bold;	
	padding: 0.2em 0 0 0;
}

#footer {
	font-size: 8pt;
}

.date {
	text-align: center;
	padding: 3px 0;
}

.about p {
	margin-left: 80px;
	padding-left: 2.2em;
}

.event {
}

.event h2, .event p {
	margin-left: 190px;
}

.box {
}

/* colors */

.black h2,
#nav li a:link, 
#nav li a:visited, 
#nav li a:active,
#sidebar a:link, 
#sidebar a:visited, 
#sidebar a:active,
#footer a:link, 
#footer a:visited, 
#footer a:active
{
	color: black;	
}

.blue h2,
.current,
#nav li,
#nav li a:hover, 
#nav li a.current:link,
#nav li a.current:visited,
#nav li a.current:active,
#sidebar a:hover,
#footer a:hover,
#content a:link, 
#content a:visited, 
#content a:active, 
#content a:hover,
#sidebar li.current a
{
	color: #009de0;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */


body {
        width: 950px;
}

.black {
	border-top: solid 1px black;
}

.blue {
	border-top: solid 1px #009de0;
}

/* header --------------------------------------- */

#header {
	width: 950px;
	margin: 20px 0 30px 0;
	overflow: auto;
}

#banner {
	clear: both;
	width: 950px;
	height: 219px;
	background-image: url(../images/banner.png); 
	background-repeat: no-repeat;	
}

#baner {
	width: 950px;
	height: 219px;
}

#logo {
	margin: 13px 0 0 50px;
	float: left;	
}

#nav {
	margin: 13px 0 0 0;
	clear: right;
	float: right;
	width: 665px;
	text-align: justify;
}

#nav li 
{
	float: left;
	list-style: none;
}

.lang {
	float: right;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
}

#pl
{
	margin-right: 5px;
	background-image: url(../images/pl.png);
}

#en
{
	background-image: url(../images/en.png);
}

#pl.active {
	background-image: url(../images/pl-active.png);
}

#en.active {
	background-image: url(../images/en-active.png);
}

/* sidebar --------------------------------------- */

#sidebar {
	float: left;
	margin: 0 0px 0 50px;
	width: 210px;
}

#sidebar li {
		border-top: solid 1px black;
		padding: 0.3em 0 2.8em 0;
		cursor: pointer;
		cursor: hand;
		width: 100%;
		height: 100%;
}

#sidebar li.current {
		border-top: solid 1px #009de0;
}

select {
	border: solid 1px #009de0;
	color: #009de0;  
	width: 210px;
	margin: 6px 0 30px 0;
}

/* content --------------------------------------- */

#content {
	float: left;
	width: 690px;
}

#content div {
	margin: 0 0 2em 25px;
	overflow: hidden;
}

#content .rev-pack {
	clear: both;
	margin:0;
}

#content li {
	margin: 1em 0 0 0;
	cursor: pointer;
	cursor: hand;
	width: 205px;
	border-top: solid 1px #009de0;
	padding: 0.5em 0 0 0;
}

ul {
	clear: both;
}

/* aktualności */

.article {
	margin-bottom: 2em;
}

.rss {
	float: right;
	margin: -20px 60px 0 0;
	z-index: 2;
}

#nletter {
	float: right;
	margin: -25px 0 0 0;
	z-index: 2;
}

/* o zespole */

.about {
	clear:both;
}

.about img {
	float: left;
	margin: 0 2.2em 0 0;
}

/* repertuar */

.date {
	width: 180px;
}

.date {
	float: left;
	background-color: black;
	color: white;
}

/* spektakle, warsztaty, recenzje, galeria, linki, kontakt */

.box {
	float: left;
	width: 205px;
	min-height: 130px;
}

.box img {
	padding: 0.6em 0 0 0;
}

/* footer --------------------------------------- */

#footer {
	clear: both;
	margin: 0 0 0 40px;	
	width: 910px;
	padding: 218px 0 0 0;

	background-image: url(../images/footer.png);
	background-repeat: no-repeat;	
}

#inner {
	float: right;
	width: 665px;	
	margin: 0 0 0 245px;
	border-top: solid 1px black;
}

#youtube {
	float: left;
	margin-top: 10px;
	margin-right: 12px; 
}

#copy {
	position: relative;
	float: right;
	margin: -8px 0 0 0;
	background-color: white;
	padding: 0 0 1em 1em; 
	border-bottom: solid 1px black;
}

#aaa {
	padding-bottom: 20px;
	position: relative;
	clear: right;
	float: right;
	margin: -8px 0 0 0;
	background-color: white;
	padding: 0 0 0 1em; 
}

.test {
}

#main-wrapper {
width:100%;
text-align:center
}

#teatrfigur {
width: 950px;
margin: 0 auto 0 auto
}
