@charset "utf-8";
/*==========================================================
Version:    Beta 
Author:    	WdeB
Owner:		Bread&Pepper

Beige:		#cbc0b9
Brown: 		#8f8f8f
Dark grey: 	#222
Red: 		#89020b
Background: #f4efeb

TABLE OF CONTENT
00 - Global reset 
01 - Main Elements
02 - General Typo
03 - Header


===========================================================*/




/*==========================================================
		00 - GLOBAL RESET				
===========================================================*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
}

section, header, nav, footer{display: block;}

body, html{
	height: 100%;
	font: normal normal 87.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #1b1b1b url(../img/bg-body.jpg) repeat center top;
	color: #fff;
}

/*========================
		01 - Main Elements		==========================*/

#container{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	background: url(../img/bg-container.jpg) no-repeat left top;
}

#top{
	height: 14px;
	margin: 0 0 10px;
	text-align: right;
	padding: 6px 3px 0;
	position: relative;
}

#header{
	height: 90px;
	margin: 0 0 10px;
	
}

#content{
	margin: 0 0 10px;
	overflow: auto;
}

#carousel{
	min-height: 255px;
	
}

#all #carousel{
	margin: 0 0 10px;
}

#sidebar{
	width: 320px;
	float: right;
	min-height: 270px;
}

#main-content{
	overflow: auto;
	float: left;
	width: 630px;
	min-height: 500px;
}

#banner{
	height: 270px;
	margin: 0 0 10px;

}

#news{
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
	padding: 0px 10px 10px;
	min-height: 240px;
}

#news ul.agenda {
    margin-left: -10px;
    margin-right: -10px;
}

#news ul.agenda li a {
    text-transform: none;
}

#expected{
	float: right;
	width: 360px;
	padding: 0px 10px 10px;
	min-height: 240px;
}

#footer{
	height: 20px;
	line-height: 20px;
	margin: 0 0 50px;
	clear: both;
	padding: 10px;
	text-align: right;
	font-size: 11px;
}

.block{
	background: #020202 url(../img/bg-block.jpg) repeat-x left top;
}

#full-content{
	padding: 10px;
	min-height: 400px;
}

#movie_trailer{
    padding-bottom: 20px;
}

#movie_description{
    color: #d2d2d2;
    text-align: justify;
    line-height: 1.5em;
}
		
/*========================
		02 - typo		==========================*/
a{
    outline: none;
    cursor: pointer;
    text-decoration: none;
	color: #fff;
}

a:hover,
#trianon a:hover,
#all a:hover,
#lido a:hover,
#kijkhuis a:hover{
	color: #d2d2d2;
}



h1, h2, h3, h4, h5, h6{

}

h1{
	font-size: 1.8em;
	letter-spacing: 1px;
}

h2{
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

h3{
	
}

h4{
	
}

h5{
	font-size: 0.9em;
	color: #707070;
	text-transform: uppercase;
	padding: 6px 10px;
	letter-spacing: 1px;
	height: 12px;

}



p{
	font-size: 1.0em;
	color: #888;
	margin: 0 0 0.6em;
}



/*========================
		03 - Header		==========================*/
		
#top p{
	font-size: 11px;

}


ul.notification li{
	padding: 3px;
	background-color: #1b1b1b;
	color: #969696;
	width: 320px;
	margin: 1px 0 0 320px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;  
       -moz-border-radius: 3px;  
       -webkit-border-radius: 3px;
       position: absolute;
	top: 5px;
}

#nav{
	height: 60px;
}

#nav li{
	float: left;
	width: 239px;
	margin: 0 1px 0 0;
	min-height: 61px;
	background: url(../img/bg-nav-off.jpg) repeat-x;
	
}


#nav li a{
	height: 60px;
	width: 239px;
	display: block;
	color: #000;

}


#nav li h1{
	text-indent: -9999px;
}


li#nav-all a{
	background: url(../img/nav.jpg) 0 120px;
}
li#nav-all a:hover{
	background: url(../img/nav.jpg) 0 60px;
}

li#nav-trianon a{
	background: url(../img/nav.jpg) 720px 120px;
}
li#nav-trianon a:hover{
	background: url(../img/nav.jpg) 720px 60px;
}

li#nav-lido a{
	background: url(../img/nav.jpg) 480px 120px;
}
li#nav-lido a:hover{
	background: url(../img/nav.jpg) 480px 60px;
}

li#nav-kijkhuis a{
	background: url(../img/nav.jpg) 240px 120px;
}
li#nav-kijkhuis a:hover{
	background: url(../img/nav.jpg) 240px 60px;
}


.sub-nav{
	height: 30px;
	border-top: none;
}


.sub-nav li{
	float: left;
	padding: 8px 13px 8px 11px;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../img/bg-subnav.png) no-repeat right center;
	font-weight: bold;
}




/*========================
		04 - carousel	==========================*/

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height:225px;
	margin: 0 0 0 0;
}

.scrollable.small {
	width: 630px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable li {
	float:left;
	margin:0 5px 10px 5px;
	cursor:pointer;
	width:150px;
	height:225px;
	position: relative;
}

.scrollable.small li{
	margin:0 2px 10px 5px;
}

.scrollable li img{
	width: 140px;
	padding: 5px 5px 2px 5px;
	height: 200px;
	background: url(../img/bg-movie.jpg) repeat-x center top;
	z-index: 1;
}

.scrollable li:hover img{
	background-position: 0 bottom;
}

.scrollable li h2{
	background: url(../img/bg-transparant.png) repeat 130px 9px;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0;
	min-height: 25px;
	text-align: center;
	position: absolute;
	top: 180px;
	z-index: 10;
	width: 140px;
	left: 0;
	padding: 2px 5px;
	text-transform: uppercase;
}

.scrollable li:hover h2{
	
	color: #fff;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/carousel-arrow.png) no-repeat;
	display:block;
	width:20px;
	height:40px;
	float:left;
	top: 100px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
}

/* right */
a.right 				{ background-position: 0 0; clear:right; margin-right: 0px;
right: 0px;}
a.right:hover 		{ background-position:-20px 0; }
a.right:active 	{ background-position:-40px 0; } 

/* left */
a.left				{ background-position: 0 -40px; left: 0px;} 
a.left:hover  		{ background-position:-20px -40px; }
a.left:active  	{ background-position:-40px -40px; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-20px 0; }
a.up:active  		{ background-position:-40px 0; }

/* down */
a.down 				{ background-position: 0 -20px; }
a.down:hover  		{ background-position:-20px -20px; }
a.down:active  	{ background-position:-40px -20px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 


/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: #2dff65 url(../img/carousel-nav.png) no-repeat 0 0;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.tooltip {
    display:none;
	background:transparent url(../img/tooltip.png) no-repeat;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;
}

/*========================
		05 - sidebar	==========================*/

#program-nav{
	height: 36px;
	margin: 0 0 5px;
}
		
#program-nav li{
	float: left;
	height: 36px;
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
}

#program-nav li.last{
	border-right: none;
	border-bottom: 1px solid #3c3c3c;
}

#program-nav li.current{
	border-bottom: none;
	background: #000 url(../img/bg-block.jpg) repeat-x 0 -4px;
	
}

#program-nav li.current a{
	color: #fff;
}

#program-nav li a{
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
}

#all #program-nav.home-all li a{
	width: 129px;
}

#program-nav.home-all li.small a{
    width: 39px;
    padding: 0 0;
    font-size: 12px;
}

#sidebar h6{
	padding: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #333;
}


ul.agenda{

}

.agenda li{
	background: url(../img/bg-block.jpg) repeat-x center -8px;
	position: relative;
}

.agenda li:hover{
	background-position: 0 -4px;
}

.agenda li a{
	padding: 6px 10px;
	display: block;
	border-bottom: 1px solid #333;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
}


.agenda li a:hover{
	background-image: url(../img/white-triangle.jpg);
}

.agenda h3{
	font-size: 12px;
}

.agenda li a span.showlocation{
	color: #444;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	right: 16px;
	top: 7px;
	font-size: 10px;
	text-transform: capitalize;
}

.agenda li a span.showtime{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

a.daysplit{
	color: #222;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 4px 10px;
	text-transform: capitalize;
	background: #808080 url(../img/bg-date.jpg) repeat-x;
	display: block;
}

span.grey{
	color: #444;
}

.pane {
    display: none;
}		

.block {
    display: block;
}

a.link-all{
	height: 30px;
	display: block;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-align: center;
}

#side-nav{
	min-height: 400px;
	border-top: 1px solid #333;
}

#side-nav li{
	
	font-weight: bold;
	background: url(../img/bg-block.jpg) repeat-x 0 -5px;
	border-bottom: 1px solid #333;
}

#side-nav li a{
	display: block;
	padding: 8px 10px;
}
		
/*========================
		06 - banner		==========================*/
		
		


#banner #slides{
	position: relative;
	margin: 0 10px 10px;
	height: 236px;
	overflow: hidden;
}

#banner h3{
	height: 40px;
	width: 590px;
	position: absolute;
	top: 196px;
	left: 0;
	line-height: 40px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg-transparant.png) repeat;
}		


/*========================
		06 -news&expected homepage	==========================*/	

#news h5, #expected h5{
	margin: 0 0 0 -10px;
}

#news h3, #expected h3{
	font-size: 18px;
	margin: 0 0 5px;
}

.more{
	font-weight: bold;
}

#expected img{
	width: 140px;
	padding: 5px;
	height: 200px;
	background: url(../img/bg-movie.jpg) repeat-x center top;
	float: left;
	margin: 0 10px 5px 0;
}

#expected ul li:hover img{
	background-position: 0 bottom;
}

#expected ul li h2{
	padding: 2px 16px 2px 6px;
	background: url(../img/orange-triangle.jpg) no-repeat 128px bottom;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#expected ul li:hover h2{
	background-image: url(../img/white-triangle.jpg);
}

/*========================
		07 - Film detail
==========================*/

.filmdetail li a{
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
}

li.showdate{
	color: #222;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-transform: capitalize;
	background: #808080 url(../img/bg-date.jpg) repeat-x 0 0;
}

li.showdate:hover{
	background-position: 0 0;
}

.full{
	padding: 15px 10px 20px;
	min-height: 410px;
}

.film-info{
	width: 150px;
	float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}


.film-info img{
	width: 140px;
	height: 200px;
	padding: 5px;
	background-image: url(../img/bg-movie.jpg);
}

.film-info h6{
	color: #c9c9c9;
	margin: 10px 5px 0px;
	line-height: 10px;
}

.film-info p{
	margin: 5px 5px 0;
	font-size: 11px;
}

span.time{
	color: #fff;
}

span.ticket{
	position: absolute;
	right: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 30px;
}


span.rating{
	display: block;
	padding: 10px 5px 0 ;
}

span.rating img{
	width: 20px;
	height: 20px;
	padding: 0;
}

h4.no{
	text-align: center;
	padding: 50px;
}

h4.not
{
	text-align: center;
	padding: 10px;
}

/*========================
		08 - movies
==========================*/

h2.page-title{
	text-transform: uppercase;
}
	
#film-list{
	overflow: auto;
	border-top: 1px solid #333;
}

#film-list li{
	border-bottom: 1px solid #333;
	padding: 20px 20px;
	overflow: hidden;
	float: left;
	width: 430px;
	height: 180px;
	position: relative;
}

#film-list li.left{
	border-right: 1px solid #333;
	width: 429px;
}

#film-list li.expect{
	background: url(../img/expected.png) no-repeat;
}

#film-list li img{
	padding: 5px;
	width: 120px;
	height: 171px;
	background: url(../img/bg-movie.jpg) repeat-x center top;
	float: left;
	margin: 0 10px 0 0;
}

#film-list li img.expected-image{
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	padding: 0;
	margin: 0;
	width: 95px;
	height: 95px;
}

#film-list li a.more{
	position: absolute;
	top: 180px;
	left: 160px;
}


/*========================
		09 - forms		==========================*/
		
form{
	margin: 20px 0 0 ;
	padding: 7px 0 0 0;
	width: 480px;
	border-top: 1px solid #222;
}		

form p{
	padding: 0px 0 4px;
	overflow: auto;
	border-bottom: 1px solid #222;
}

form p label{
	width: 160px;
	float: left;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 5px;
	
}

input{
	width: 300px;
	background-color: #3e3e3e;
	border: none;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px;
	color: #fff;
}

input.button{
	width: 140px;
	margin: 0 0 0 165px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #dedede;
}
input.button:hover{
	color: #fff;
	cursor: pointer;
}

ul.errorlist li{
	padding: 0 0 0 165px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

a.forgot{
	font-size: 10px;
	margin: 0 0 10px 165px;
	display: block;
}

/*========================
		08 - news
==========================*/

.news-item{
	padding: 10px 20px 30px 80px;
}

.news-item p {
    color: #fff;
}

.news-date{
	margin: 5px 0 0 -60px;
	float: left;
	text-align: left;

}

.news-date span{
	color: #3e3e3e;
}

.news-day{
	font-size: 32px;
	font-weight: bold;
	line-height: 22px;
}

.news-month{
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.news-year{
	letter-spacing: 3px;
}

/*========================
		09 - reserveringen
==========================*/

#full-content h5{
	margin: -10px 0 10px -10px;
}


/*========================
		10 - bioscopen
==========================*/

.cinema{
	overflow: auto;
	padding: 20px;
	border-top: 1px solid #222;
}

.cinema-map{
	width: 690px;
	float: right;
}

/*========================
		11 - reserveren
==========================*/

.poster-small{
	height: 80px;
	float: left;
}


.reservation-box{
	border-top: 1px solid #222;
	padding: 20px 0 0 165px;
	font-size: 14px;
	width: 315px;
	position: relative;
}

h3.reservation-title{
	padding: 0 0 20px;
}

.label{
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 5px;
}

h4.please-login{
	border-top: 1px solid #222;
	margin: 20px 0 0 0;
	padding: 20px 0 0;
	width: 480px;
}

#res-list{
	border-bottom: 1px solid #333;
	margin: 40px 0 0 ;
	
}

#res-list li{
	border-top: 1px solid #333;
	padding: 10px 10px;
	font-size: 1.2em;
	position: relative;
}

span.amount{
	color: #888;
}

a.movie-name{
	position: absolute;
	left: 50px;
	font-weight: bold;
	width: 540px;
	overflow: hidden;
}

span.movie-date{
	position: absolute;
	right: 110px;
	color: #888;
}

span.movie-date2{
	position: absolute;
	right: 10px;
	color: #888;
}

a.movie-delete{
	position: absolute;
	right: 10px;
}

/*========================
		99 - colors
==========================*/

#all a{
	color: #de5b09;
}

#trianon a{
	color: #eeb100;
}

#lido a{
	color: #b60815;
}

#kijkhuis a{
	color: #0177a5;
}

#all li#nav-all a {
	height: 61px;
	background: url(../img/nav.jpg) 0 0;
}

#trianon li#nav-trianon a{
	height: 61px;
	background: url(../img/nav.jpg) 720px 0;
}

#lido li#nav-lido a{
	height: 61px;
	background: url(../img/nav.jpg) 480px 0;
}

#kijkhuis li#nav-kijkhuis a{
	height: 61px;
	background: url(../img/nav.jpg) 240px 0;
}


#all .sub-nav{
	background-color: #cc4e01;
	border-top: 1px solid #ee762a;
}

#trianon .sub-nav{
	background: #d29401 repeat-x left bottom;
	border-top: 1px solid #fccd01;	
}

#lido .sub-nav{
	background: #a50006 repeat-x left bottom;
	border-top: 1px solid #d10003;
}

#kijkhuis .sub-nav{
	background-color: #0177a5;
	margin: 0 1px 0 0;
	border-top: 1px solid #1491c0;
}

#all .sub-nav li a{
	color: #dedede;	
}

#all .sub-nav li a:hover{
	color: #000;
}

#trianon .sub-nav li a{
	color: #fff;	
}

#trianon .sub-nav li a:hover{
	color: #000;
}

#lido .sub-nav li a{
	color: #dedede;	
}

#lido .sub-nav li a:hover{
	color: #000;
}

#kijkhuis .sub-nav li a{
	color: #dedede;	
}

#kijkhuis .sub-nav li a:hover{
	color: #000;
}

#all input.button{
	background-color: #a1410e;
	border-top: 1px solid #ce4d1a;
}

#all .agenda li a{
	background-image: url(../img/orange-triangle.gif);
}

#trianon .agenda li a{
	background-image: url(../img/yellow-triangle.gif);
}

#lido .agenda li a{
	background-image: url(../img/red-triangle.gif);
}

#kijkhuis .agenda li a{
	background-image: url(../img/blue-triangle.gif);
}

#all .agenda li a:hover,
#trianon .agenda li a:hover,
#lido .agenda li a:hover,
#kijkhuis .agenda li a:hover{
	background-image: url(../img/white-triangle.gif);
}		

.waiting {
    text-align: center;
}

.waiting img {
    margin-top: 10px;
}

.cinema-infos {
    border-bottom: 1px solid #333;    
    margin: 10px 20px;
}

.cinema-info-all {
    width: 300px;
    float: left;
}

.cinema-maps {
    text-align: center;
}

.cinema-maps img {
    border: 1px solid #333;
}
