/* 
 body ---------------------------------------------------*/
 html * {
	margin: 0px;
	padding: 0px;

}
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a img{	border: none;}
#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 280px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #fff;
background-image: url(../images/bg_frame.png);
background-repeat: no-repeat;
background-position: 0 72px;

}

#maincontent{
position: fixed;
top: 0; 
left: 280px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}
#maincontent .innertube{
  width: 80%;
  margin: 40px 0 20px 30px; 
  min-width: 880px;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 280px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/* 
 float bug ---------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {  clear:both;  height:1px;  overflow:hidden; font-size: 1px;  }


#footer{
	 border-top: 2px solid #B5B5B5;
	 margin-top: 120px;
	 min-width: 840px;
}

 #sam, #wspolorganizator, #partner, #sponsor{
	font-size: 11px; 
	line-height: 13px;
	color: #707070;
   float: left;
	margin-bottom: 50px;
}
 #sam{
 	margin-left: 10px;
 }
#bydg{
		font-size: 11px; 
	line-height: 13px;
	color: #707070;
   float: right;
	margin-bottom: 50px;
}
#bydg img, #sam img, #partner img, #sponsor img{
margin-bottom:8px;
}
#footer h3{
	font-size: 11px;
	margin-bottom: 12px;
	color: #666666;
	padding-top: 10px;
}
#bydg{
	 margin-left: 30px;
	 margin-top: 18px;
}
#wspolorganizator{
	 margin: 0 0 0 20px;
}
#wspolorganizator img{
	margin-right: 20px;
}
#partner{
	 margin: 0 0 0 10px;
}
#partner img{
	margin-right: 20px;
}
#sponsor{
	 margin: 0 0 0 0px;
}
#sponsor img{
	margin-right: 20px;
}
/* lewa kolumna 
---------------------------------------------------------------- */
a#homePage{
	display:block;
	width:275px;
	height: 80px;
	background-image: url(../images/jon_cage_year_2012.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 4px;
	
}
a#homePage:hover{
	background-position: 0 -80px;
}
a#homePage span{	display: none;}


/* menu 
----------------------------------------------------------- */

#leftMenu{

	margin: 175px 0 12px 0;
	padding: 0 0px 5px 30px;
}
#leftMenu ul{	list-style: none;}
#leftMenu ul li{
	clear: both;
	height: 40px;
}
#leftMenu a{
	text-decoration: none;
		 color: #BEBEBE; 
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight:   normal;
}
#leftMenu a .itemDesc span{
	color: #272525;
	font-weight: normal;
	font-size: 16px;
	margin: 0 3px 0 3px;
}
#leftMenu a:hover {	 color: #0F0F0F; }
#leftMenu a:hover .circleBase{	background: #4C4C4C;}

#leftMenu li.disable{
	 
	 	pointer-events: none;
  cursor: default;
}
#leftMenu li.disable .itemDesc span{
	color: #ccc!important;
}
#leftMenu li.active  a {	 color: #0F0F0F; }
#leftMenu li.active a .circleBase{	background: #4C4C4C;}

#leftMenu .circleBase {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	 width: 26px;
    height: 26px;
    background: #B3B3B3;
	 display: block;
    float: left;
	 margin-right: 12px;
	
}


/* typo teksty 
------------------------------------------------------------------ */
h1.pageTitle {
	font-size: 16px;
	color: #BEBEBE;
	margin-bottom: 60px;
}
h1.pageTitle span.title{
	 color: #000;
	 font-size: 14px;

	  text-transform: uppercase;
	  margin-left: 3px; margin-right: 3px;
	 
}
h1.pageTitle .circleBase {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	 width: 12px;
    height: 12px;
    background: #B3B3B3;
	 display: block;
    float: left;
	 margin-right: 8px;
	  margin-top: 4px;
}

h1.pageTitle .triangleBase{
		width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid #B3B3B3; 
		 display: block;
    float: left;
	 	 margin-right: 10px;
	  margin-top: 4px;
}

h1.pageTitle a{	text-decoration: none;}
h1.pageTitle a:hover{	 color: #B3B3B3!important;}
#maincontent p{
	margin: 1.5em 0;
	font-size: 13px;
	line-height: 160%;
}
#maincontent ul{
		margin: 0.8em 0 0.8em 3em;
	font-size: 13px;
	line-height: 150%;
}
#maincontent ul li{
	margin: 0.6em 0;
}
#maincontent a{
	color: #1B1B1B;
}

a#language{
	 text-decoration: none;
	 float: right;
	 color: #CACACA;
	 font-weight: bold;
	 font-size: 13px;
}
a#language span{
	color: #000;
	font-weight: normal;
}
a#language:hover span{
	color: #AEAEAE;
}
/* program 
----------------------------------------- */

h2.day{

	color: #B3B3B3;
	font-size: 16px;
	text-transform: uppercase;
border-bottom: 2px solid #B5B5B5;
	margin: 2em 0 0.5em 0;
	padding-bottom: 3px;

}
h2.day span,
h2.event span{ /* godzina */
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin-left: 8px;
}

h2.place {
	color: #B3B3B3;
	font-size: 11px;
	margin:0em 0 0.8em 0;
	text-align: right;
	background-repeat: no-repeat;
	

	 float: right;


}
h2.place .mozg{

	padding-bottom: 45px;
	 padding-left: 190px;
display: block;

}
h2.place .mck{

	padding-bottom: 99px;
	 padding-left: 190px;
display: block;
}
 .place{
 float: right;
 padding-top: 4px;
}
h2.place span span {
	color: #333;
}
h2.event{
	line-height: 200%;
	font-size: 14px;
  font-weight: bold;
}
h2.event a:hover{
	text-decoration: none;
	color: #000;
	background-color: #EEEEEE;
}

.separator{
	height: 2em;
	clear: both;
}
.images{
	margin: 10px 0 20px 0;
	white-space: nowrap;

}
.images > .mod{
	 float: left;
}
.images > .mod span{
	display: block;
	margin-top: 3px;
	color: #7B7B7B;
}

.plakat{
	float: right;
	margin: 10px 0 10px 15px;
}
.plakat img{	border: 1px solid #EFEFEF;}
.images img {
	margin-right: 10px;border: 1px solid #EFEFEF;
	}
.lb-image{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
}
img.ImageLeft{
	float: left;
	margin: 0 10px 18px 0;
}

/*
galeria ----------------------------- */
#galeria{
	margin: 1em 0 0 0;
}
#galeria ul{
	list-style: none;
	margin: 0;
}
#galeria ul li{
	display: block;
	float: left;
	padding-right: 10px;
}
#galeria ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
/* links 
----------------------------------------- */
#linki{
	list-style: none;
	margin: 0.8em 0!important;
}
#linki li{
	margin: 0.9em 0!important;
}
#linki li a{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
#linki li a:hover{
	text-decoration: none;
	color: #000;
	background-color: #EEEEEE;
}
#linki span{
	display: block;
}

/* filmy 
-------------------------------------- */
.filmy h2{
	font-size: 16px;
	margin: 1em 0;
}
#maincontent .filmy ul {
    margin: 20px 0 0em 0em;
}
#maincontent .filmy ul li{
	width: 160px;
	height: 130px;
	display: block;
	float: left;
	font-size: 11px;
	 line-height: 13px;
	 margin: 0 10px 10px 0;
}
#maincontent .filmy ul img{
	display: block;
	margin-bottom: 3px;
	
}