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

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




/*==========================================================
		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% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	background: #000000 url(../img/bg-body.jpg) no-repeat fixed center top;
}

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

#container{
	width: 988px;
	margin: 0 auto;
}

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

#header{
	height: 55px;
}

#content{
	margin: 0;
	width: 960;
	padding: 0 14px 10px;
	background: url(../img/bg-container.jpg) repeat-y;
}

#carousel{
	min-height: 245px;
	position: relative;
	width: 960px;
	padding: 0 43px;
	margin: 0 0 0 -43px;
}

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

#sidebar-right{
	width: 300px;
	float: right;
	min-height: 270px;
	border-top: 1px solid #fff;
	margin: 10px;
}

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

#main-content-left{
	overflow: auto;
	float: left;
	width: 610px;
	min-height: 400px;
	border-top: 1px solid #fff;
	margin: 10px;
}

#banner{
	height: 240px;
	width: 630px;
	margin: 0 0 10px;
	padding: 0 0 30px;
	border-bottom: 1px solid #fff;
}

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

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

#footer{
	height: 20px;
	line-height: 20px;
	clear: both;
	padding: 20px 10px;
	text-align: right;
	font-size: 11px;
	background: url(../img/bg-container-bottom.jpg) no-repeat center top;
}

.block{
	
}

#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: #c0241b;
}

a:hover{
	color: #ff3024;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	text-shadow: #fff 0 1px 0;
}

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: 1.3em;
	text-transform: uppercase;
	padding: 6px 10px;
	letter-spacing: 1px;
	height: 12px;

}



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

address{
	font-size: 1.3em;
	color: #585858;
	margin: 0 0 0.9em;
	line-height: 1.5em;
}


/*========================
		03 - Header		
==========================*/
		
.topnav{
	float: right;
	background-color: #333;
	height: 24px;
	padding: 0 0 0 1px;
	margin: 0 5px 0 0;
}
.topnav li{
	float: left;
	margin: 0 1px 0 0;
}

.topnav li a{
	padding: 5px 10px;
	background-color: #000;
	display: block;
	color: #ccc;
	font-weight: bold;
}

.topnav li a:hover{
	color: #fff;
}

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;
}

#header h1{
	width: 330px;
	height: 40px;
	margin: 10px;
	text-indent: -9999px;
	background: url(../img/tivoli-theater-logo.png) no-repeat;

}


.nav{
	height: 71px;
	border-top: none;
	background: url(../img/bg-container-top.jpg) no-repeat center bottom;
	padding: 0 7px;
}


.nav li{
	float: left;
	margin: 0 0 0 4px;
	background: url(../img/bg-nav.png) no-repeat center bottom;
	width: 190px;
	height: 40px;
}

.nav li a{
	font-size: 15px;
	line-height: 41px;	
	text-align: center;
	width: 190px;
	height: 40px;
	display: block;
	letter-spacing: 1px;
	color: #abddfd;
	text-shadow: #000 -1px -1px 0;
}

.nav li a:hover{
	color: #fff;
}

#home #nav-home,
#page-movies #nav-movies,
#page-expected #nav-expected,
#page-news #nav-news,
#page-contact #nav-contact{
	height: 54px;
	background-position: center top;
}

#home #nav-home a,
#page-movies #nav-movies a,
#page-expected #nav-expected a,
#page-news #nav-news a,
#page-contact #nav-contact a{
	color: #fff;
	line-height: 48px;
}

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

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 962px;
	height:220px;
	margin: 10px 0 0 -1px;
}

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

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

.scrollable li img{
	width: 146px;
	height: 210px;
	padding: 2px;
	border: 1px outset #d9d9d9;
	z-index: 1;
	background-color: #fff;
}

.scrollable li:hover img{
	background-color: #ccc;
}

.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: -9999px;
	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:38px;
	height:44px;
	float:left;
	top: 100px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
}

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

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

/* 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: 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	==========================*/

.tabbed{
	
}

#program-nav{
	height: 24px;
	background: url(../img/bg-program-nav.png) no-repeat;
	padding: 8px 6px;
}
		
#program-nav li{
	float: left;
	height: 23px;
	margin: 0 2px 0 2px;
}

#program-nav li.last{

	
}

#program-nav li.current{

}

#program-nav li.current a{
	color: #fff;
	background: url(../img/selected-day.png) no-repeat 0 top;
}

#program-nav li a{
	height: 25px;
	width: 40px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #abddfd;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	background: url(../img/selected-day.png) no-repeat 0 bottom;
}

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

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


#sidebar h6{
	padding: 14px 5px 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
}


ul.agenda{
	
}

.agenda li{
	position: relative;
	background: url(../img/go.png) no-repeat 300px center;
}

.agenda li:hover{
	background: #cdcdcd url(../img/go-red.png) no-repeat 300px center;
}

.agenda li a{
	padding: 15px 5px;
	display: block;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}


.agenda li a:hover{
	
}

.agenda li a span.showtime{
	font-weight: bold;
	font-size: 12px;
	color: #01263b;
}

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;
	height: 241px;
	overflow: hidden;
	width: 622px;
	padding: 3px;
	border: 1px outset #d9d9d9;
	background-color: #fff;
}

#slides img{
	width: 621px;
	height: 240px;
}

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


/*========================
		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;
}

.filmdetail li.showdate, .agenda li.showdate, .filmdetail li.showdate:hover{
	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;
}

.agenda li.showdate:hover{
	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;
}

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

.film-info{
	width: 150px;
	float: right;
    margin-bottom: 10px;
    margin-left: 20px;
	background-color: #cdcdcd;
	padding: 3px;
}


.film-info img{
	width: 144px;
	height: 200px;
	padding: 2px;
	background-color: #fff;
	border: 1px outset #d9d9d9;
}

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

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

span.time{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

span.ticket{
	position: absolute;
	right: 29px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 30px;
}

.agenda li{
	background: url(../img/go.png) no-repeat 280px center;
}

.agenda li:hover{
	background: #cdcdcd url(../img/go-red.png) no-repeat 280px center;
}

.agenda li.started {
	padding: 16px 5px;
	background-image: none;
}

.agenda li.started:hover{
	background-color: none;
	background-image: none;
}

li.started span.ticket{
	line-height: 20px;
}

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

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

li.no{
	text-align: center;
	padding: 50px;
	background-image: none;
}

.agenda li.no:hover{
	background-image: none;
}

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

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

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

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

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

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

#film-list li img{
	padding: 1px;
	width: 128px;
	height: 171px;
	float: left;
	margin: 0 20px 0 0;
	background-color: #fff;
	border: 1px outset #d9d9d9;
}

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

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


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

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

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

.labely{
	padding: 0px 0 4px;
	overflow: auto;
	border-bottom: 1px solid #fff;
}

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

input[type=radio]{
	width: 20px;
}

input.button{
	width: 140px;
	margin: 0 0 0 165px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #dedede;
	background: url(../img/bg-nav.png) center top;
}
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;
}

form div label{
	float: left;
	display: block;
	font-weight: bold;
	line-height: 37px;
	padding: 0 0 0 5px;
	color: #353535;
}

form div li{
	color: #353535;
	width: 320px;
	float: right;
	font-weight: bold;
}

form div li img{
	margin: 0 5px -8px 4px;
}

form select{
	float: right;
	margin: 9px 215px 0 0;
	width: 100px;
	
}

form div.payment{
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	overflow: auto;
}


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

#latest-news{
	padding: 10px 20px 30px;
}

.news-item{
	padding: 10px 20px 30px 60px;
	border-bottom: 1px solid #fff;
}

.news-item p {

}

.news-date{
	margin: 5px 0 0 -60px;
	float: left;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;
     width: 45px;
     height: 50px;
}

.news-date span{

}

.news-day{
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	display: block;
	color: #7b7b7b;
}

.news-month{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	width: 45px;
	height: 18px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background: url(../img/bg-program-nav.png) center top;
	line-height: 19px;
	letter-spacing: 2px;
	 -moz-border-radius-topleft: 5px;
    	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

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

dl{
	margin: 15px 0 0 5px;
}

dt{
	border-bottom: 1px solid #444;
	text-transform: uppercase;
}

dd{
	padding: 10px 5px;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
}

a.rss{
	float: right;
	display: none;
}

.news-item img {
    margin-bottom: 10px;
}
.news-item img.small_left,
.news-item img.medium_left,
.news-item img.large_left {
    float: left;
    margin-right: 10px;
}

.news-item img.small_right,
.news-item img.medium_right,
.news-item img.large_right {
    float: right;
    margin-left: 10px;
}

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

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


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

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

.cinema-map{
	width: 650px;
	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;
}

h4.please-login a{
	text-decoration: underline;
}

#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;
}


.waiting {
    text-align: center;
}

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

