/* custom animation */
.slidedown.in { -webkit-animation-name: slidedown;z-index: 10; }
.slidedown.out { -webkit-animation-name: dontmove;z-index: 0; }
.slidedown.in.reverse { -webkit-animation-name: dontmove;z-index: 10; }
.slidedown.out.reverse { -webkit-animation-name: slideup;z-index: 0; }

.none.in { -webkit-animation-name: dontmove;z-index: 10; }
.none.out { -webkit-animation-name: dontmove;z-index: 0; }
.none.in.reverse { -webkit-animation-name: dontmove;z-index: 10; }
.none.out.reverse { -webkit-animation-name: dontmove;z-index: 0; }

body {
    background: rgb(0,0,0);
}
body > * {	
    background: rgb(255,255,255);
}
h1, h2 {
    font: bold 18px Helvetica;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #000;
    margin: 10px 20px 6px;
}
h2.month{
	margin:5px 0 0 10px;
}
h3{
	font: normal 13px Helvetica;
	margin: 15px 20px;
	color:#000;
}
.result h3{
	margin: 15px 10px;
}
.hide{
	display: none;
}
#install {
	background:url(img/install.png) no-repeat 0 0;
	left:0;
	min-height:143px !important;
	position:absolute;
	text-align:center;
	top:273px;
	width:320px !important;
	z-index:10;
}
#install p {
	color:#ffffff;
	font-size:13px;
	line-height:1.4em;
	margin:30px 0 17px 110px;
	text-align:left;
}
#install a {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#offline{
	text-align: center;
	padding:20px 0;
	background:#c00;
	color:#fff;
	font-size:90%;
	margin:5px 0;
}
.textbox p{
	padding:10px 20px;
}
.loading{
	margin:10px auto 0 auto;
	width:135px;
	background:url(img/loading.gif) no-repeat center left;
	padding:9px 0 3px 22px;
	height:20px;
	font-size:13px;
}
/* @group Toolbar */
.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 45px;
    background: #000 url(img/logo.gif) no-repeat center center;
    position: relative;
}
.toolbar.bottom {
	 padding-top: 8px;
     background: #616161 url(img/bgFooter.png) repeat-x 0 0;
}
.black-translucent .toolbar {
	margin-top: 20px;
}
.black-translucent .toolbar.bottom {
	margin:0;
}
.toolbar > h1 {
	display: none;
}
body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}
.button, .back, .cancel, .add, .return, .leftButton {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    min-width:35px;
    text-align:center;
    -webkit-border-image: url(img/toolButton.png) 0 5 0 5;
}
.button.active, .back.active, .cancel.active, .add.active {
    -webkit-border-image: url(img/toolButton.png) 0 5 0 5;	
}
.back, .return  {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(img/backButton.png) 0 8 0 14;
}
.leftButton, .cancel{
    left: 6px;
    right: auto;
}
.dummyButton {
	border-width:0;
	display:block;
	font-size:0px;
	font-weight:bold;
	text-align:center;
	text-decoration:inherit;
	height: 0;
}
/*gallery*/
.slideGallery, .slideGallery .content{
	background: #000 !important;
}
.slideGallery img{
	width:320px;
}
.landscape .slideGallery img{
	width:480px;
}
.slideGallery .content{
	background: #000;
}
.horizontal-slide{
	position: absolute;
	top:50%;
	margin:-70px 0 0 0;
}
.landscape .horizontal-slide{
	margin:0;
	top:0;
	/*position: relative;*/
	/*z-index: 5;*/
}
.landscape .slideGallery .toolbar{
	position: absolute;
	top:0px;
	width: 100%;
	/*z-index: 10;*/
}
/*search*/
div.search{
	height:37px;
	background: url(img/bgSearch.gif) repeat-x 0 0;
	padding:7px 0 0 0;
}
div.search input{
	display:block;
	height:26px;
	width:276px;
	background: url(img/bgInput.gif) no-repeat 0 0;
	border:0;
	padding:4px 0 0 12px;
	margin:0 0 0 4px;
	color:#adadad;
	float:left;
	font-size:14px;
}
div.search a{
	text-indent:-999em;
	display:block;
	padding:2px;
	width:16px;
	height:22px;
	background: url(img/searchButton.png) no-repeat 0 6px;
	float:left;
}
.bottom ul.buttons{
	border:0;
	margin:0 auto;
	background: none;
}
.bottom ul.buttons li{
	padding:0;
	border:0;
	display: inline;
}
.bottom ul.buttons li a{
	margin:0;
	padding:9px 10px 7px 10px;
	display: block;
	float:left;
	background: url(img/bgButtonCenter.png) repeat-x 0 0;
	height: 13px;
	border-right:1px solid #404040;
	-webkit-border-radius: 0 !important;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.bottom ul.buttons li:first-child a{
	background: url(img/bgButtonLeft.png) no-repeat top left;
}
.bottom ul.buttons li:last-child a{
	background: url(img/bgButtonRight.png) no-repeat top right;
	border:none;
}
.bottom ul.buttons li.single a{
	background: url(img/bgButtonSingle.png) no-repeat 0 0 !important;
}
.bottom ul.buttons li a.pressed{
	color:#aaa;
}

/* @group Lists */

ul {
    color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    font: bold 17px Helvetica;
    padding: 0;
}

ul li {
    color: #666;
    border-top: 1px solid #B4B4B4;
    list-style-type: none;
}

/* universal links on list */

ul li a, li.img a + a {
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a.active {
    background: #000; /*url(img/selection.png) 0 0 repeat-x;*/
    color: #fff;
}
#overview .overview ul li a.active, #theatres  ul li a.active {
    background-image:url(img/chevron_white.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* @group Forms */

ul.form li {
    padding: 7px 10px;
}
ul.form li.error {
    border: 2px solid red;
}
ul.form li.error + li.error {
    border-top: 0;
}
ul.form li:hover {
    background: #fff;
}
ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
    color: #777;
    border: 0;
    font: normal 17px Helvetica;
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: textarea;
}

/* @group Edge to edge */

.edgetoedge{
    margin: 0;
    padding: 0;
    background-color: rgb(255,255,255);
}
.edgetoedge, .edgetoedge ul{
    -webkit-border-radius: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.edgetoedge ul li:first-child, .edgetoedge ul li:first-child a, 
.edgetoedge ul li:last-child, .edgetoedge ul li:last-child a{
    -webkit-border-radius: 0 !important;
}
.edgetoedge li.arrow{
    -webkit-border-radius: 0;
    padding:0px;
    border:0;
    background:url(img/borderBottom.gif) no-repeat bottom left, url(img/chevron.png) no-repeat right center;
}
.edgetoedge li.arrow:last-child{
    background:url(img/chevron.png) no-repeat right center;
}
.edgetoedge li.arrow.border{
    background:url(img/borderTop.gif) no-repeat top left,url(img/borderBottom.gif) no-repeat bottom left, url(img/chevron.png) no-repeat right center;
    margin-top:-1px;
}
.edgetoedge li.arrow.border:last-child{
    background:url(img/borderTop.gif) no-repeat top left, url(img/chevron.png) no-repeat right center;
}
.edgetoedge li.border:first-child{
    background:url(img/borderBottom.gif) no-repeat bottom left, url(img/chevron.png) no-repeat right center;
}
.edgetoedge li a{
	padding:10px 0;
	white-space: normal;
}
.portrait .edgetoedge li a{
	width:320px;
}
.landscape .edgetoedge li a{
	width:480px;
}
.mo,.di,.mi,.do,.fr,.sa,.so{
	background-position:10px 38px;
	background-repeat: no-repeat;
}
.mo{background-image: url(img/wMo.gif);}
.di{background-image: url(img/wDi.gif);}
.mi{background-image: url(img/wMi.gif);}
.do{background-image: url(img/wDo.gif);}
.fr{background-image: url(img/wFr.gif);}
.sa{background-image: url(img/wSa.gif);}
.so{background-image: url(img/wSo.gif);}

.edgetoedge li span{
	display: block;
}
.day{
	margin:4px 0 0 0;
	background:url(img/day.png) no-repeat 10px 0;
	text-indent:-999em;
	height:25px;
	width:55px;
	float:left;
}
.active .day{
	background-image:url(img/day_white.png);
}
.d02{background-position: 10px -25px;}
.d03{background-position: 10px -50px;}
.d04{background-position: 10px -75px;}
.d05{background-position: 10px -100px;}
.d06{background-position: 10px -125px;}
.d07{background-position: 10px -150px;}
.d08{background-position: 10px -175px;}
.d09{background-position: 10px -200px;}
.d10{background-position: 10px -225px;}
.d11{background-position: 10px -250px;}
.d12{background-position: 10px -275px;}
.d13{background-position: 10px -300px;}
.d14{background-position: 10px -325px;}
.d15{background-position: 10px -350px;}
.d16{background-position: 10px -375px;}
.d17{background-position: 10px -400px;}
.d18{background-position: 10px -425px;}
.d19{background-position: 10px -450px;}
.d20{background-position: 10px -475px;}
.d21{background-position: 10px -500px;}
.d22{background-position: 10px -525px;}
.d23{background-position: 10px -550px;}
.d24{background-position: 10px -575px;}
.d25{background-position: 10px -600px;}
.d26{background-position: 10px -625px;}
.d27{background-position: 10px -650px;}
.d28{background-position: 10px -675px;}
.d29{background-position: 10px -700px;}
.d30{background-position: 10px -725px;}
.d31{background-position: 10px -750px;}
.edgetoedge li .headline, .edgetoedge li .meta{
	margin:0 0 0 55px;
	width:265px;
	display: block;
}
.edgetoedge li .headline{
	width:245px;
}
.edgetoedge li .meta, #act .meta{
	font:13px Georgia, Times;
	padding:0 0 3px 0;
}
.edgetoedge li .headline, #act h2{
	font-size: 19px;
	padding:0 0 1px 0;
}
#act h2{
	margin:0
}
#act .header{
	 padding:10px 0;
}
#act .subpart{
	 background:url(img/borderBottom.gif) no-repeat top left;
	 padding:10px 20px 10px 55px;
	 font-size:14px;
}
#act .header_cast{
	border-bottom:1px solid #d6d6d6;
	margin:0 0 10px 0;
}
#act .metaWrapper{
	margin:0 0 0 55px;
}
#act .subpart img{
	margin:0 0 10px 0;
}
#act .subpart p, .textbox p{
	line-height:1.4em;
	margin:0 0 10px 0;
}
#act .subpart a, .textbox a{
	color:#000;
}
ul.theatres{ 
	border:0;
	padding:0 0 5px 0;
	margin:0;
	/*background: url(img/borderBottomTheatre.gif) no-repeat bottom left;*/
	font-size:19px;
	-webkit-border-radius: 0 !important;
}
.theatres li.normal{
	 background:url(img/borderBottomTheatre.gif) no-repeat bottom left, url(img/chevron.png) no-repeat right center;
	 border:0;
	 padding:0;
}
/*.theatres li.normal:last-child{
	 background:url(img/chevron.png) no-repeat right center;
}*/ 
.theatres li.highlight{
	 background:url(img/borderTopTheatre.gif) no-repeat top left,url(img/borderTopTheatre.gif) no-repeat bottom left, url(img/chevron.png) no-repeat right center;
	 margin:0 0 10px 0;
	 border:0;
	 padding:0;
}
.theatres li a{
	 padding:10px 0 10px 20px;
}
.theatres li.highlight a{
	 padding:20px;	
}
.landscape .subpart img{
	width: 400px;
}
.profile .subpart img{
	width: 240px;
}
/* vertical scrolling  */
/*act*/
#act .vertical-scroll.use-bottom-toolbar,#act .vertical-slide.use-bottom-toolbar{
	height: 327px !important;
}
.landscape #act .vertical-scroll.use-bottom-toolbar, .landscape  #act .vertical-slide.use-bottom-toolbar{
	height: 178px !important;
}
.fullscreen #act .vertical-scroll.use-bottom-toolbar, .fullscreen  #act .vertical-slide.use-bottom-toolbar{
	height: 372px !important;
}
.fullscreen.landscape #act .vertical-scroll.use-bottom-toolbar, .fullscreen.landscape #act .vertical-slide.use-bottom-toolbar{
	height: 212px !important;
}
/*result*/
.result.vertical-scroll.use-bottom-toolbar, .result.vertical-slide.use-bottom-toolbar{
	height: 371px !important;
}
.landscape .result.vertical-scroll.use-bottom-toolbar, .landscape  .result.vertical-slide.use-bottom-toolbar{
	height: 222px !important;
}
.fullscreen .result.vertical-scroll.use-bottom-toolbar, .fullscreen  .result.vertical-slide.use-bottom-toolbar{
	height: 416px !important;
}
.fullscreen.landscape .result.vertical-scroll.use-bottom-toolbar, .fullscreen.landscape .result.vertical-slide.use-bottom-toolbar{
	height: 256px !important;
}
/*std*/
.vertical-scroll.use-bottom-toolbar, .vertical-slide.use-bottom-toolbar{
	height: 283px !important;
}
.landscape .vertical-scroll.use-bottom-toolbar, .landscape .vertical-slide.use-bottom-toolbar{
	height: 134px !important;
}
.fullscreen .vertical-scroll.use-bottom-toolbar, .fullscreen .vertical-slide.use-bottom-toolbar{
	height: 328px !important;
}
.fullscreen.landscape .vertical-scroll.use-bottom-toolbar, .fullscreen.landscape .vertical-slide.use-bottom-toolbar{
	height: 168px !important;
}


