/* @override 
	http://localhost:8000/media/css/master.css
	http://localhost:8000/media/css/master.28042010.css
*/

/*	WdeB
	breadandpepper.com
	................................... */

@import "reset.css";


/*	Main elements
    ................................... */
    
html, body{
    height: 100%;
	font-family: "trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../img/bg-body.png);
}

#wrapper{
	background: url(../img/bg-wrapper.png) repeat-x center top;
} 
    
#container{
	width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}

#header{
	height: 108px;
}

#nav{
	height: 78px;
	background: url(../img/bg-nav.png) repeat-x;
	margin: 0 0 2px;
}

#content{
	min-height: 300px;
	width: 1000px;
	background: #cfcfcf url(../img/bg-content.png) repeat-y center center;
	border-top: 1px solid #fff;
	overflow-y: auto;
}

.block-full{
	width: 1000px;
	background: url(../img/border-hor3.png) no-repeat center bottom;
	min-height: 266px;
	padding: 9px 0 9px;
	margin: 0 0 0px 0;
}

.block-home{
	background: url(../img/border-ver3.png) repeat-y 496px top;
	overflow: auto;
}

.innerpage .block-full{
	min-height: 400px;
	width: 980px;
	overflow: auto;
	padding: 10px 10px;
	background: url(../img/border-ver3.png) repeat-y 664px top;
}

.movies .block-full{
	overflow: auto;
	background: url(../img/border-ver3.png) repeat-y 496px top;
	padding: 0;
}

.sidebar{
	float: right;
	width: 308px;
}

.cms .sidebar{
	padding: 10px;
	width: 290px;
}

.block-main{
	width: 640px;
}

.cms .block-main{
	width: 620px;
	padding: 10px;
}

.block-left{
	width: 474px;
	float: left;
	min-height: 200px;	
	margin: 6px 0 9px 11px;
}

.block-right{
	width: 475px;
	padding: 6px 11px 15px 19px;
	min-height: 511px;
	float: right;
}

#footer{
	height: 25px;
	padding: 30px 9px 9px;
	margin: 0;
	text-align: center;
	background: #50032f url(../img/bg-footer3.png) repeat-x;
}

.notification{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 12px 0;
	background-image: url(../img/trans.png);
	text-align: center;
	color: #e0d11f;
	z-index: 120;
	font-size: 13px;
    display: none;
}    
    

/*	Type + Images
    ................................... */   

p{
	color: #353535;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
}

p.copyright{
	text-align: right;
	padding: 5px 2px;
	font-size: 0.70em;
	letter-spacing: 1px;
	color: #5e2644;
}

p.post-info{
	font-size: 0.7em;
	color: #757575;
}

p.click{
    margin: 28px 0;
    font-weight: bold;
    font-size: 1.2em;
}

p.click a.more{
	font-size: 1.0em;
}

span.waiting {
    margin: 10px 0 0 165px;
    padding: 10px 0 0 0;
}

h1, h2, h3, h4, h5, h6{
	color: #50032f;
}

h1.page-title{
	font-size: 2.3em;
	margin: 0 0 2px 0;
	padding: 10px 10px 14px 19px;
	background: url(../img/border-hor3.png) no-repeat center bottom;
	text-transform: uppercase;
}

.innerpage .block-full h1{
	font-size: 2.3em;
	margin: 0 0 0.3em 0;
}

h2{
	font-size: 2em;
	margin: 0 0 0.3em 0;
}

h2.block-heading{
	text-transform: uppercase;
	margin: 2px 0 6px;
	font-size: 1em;
}

.block-full h2.block-heading{
	margin: 2px 11px 6px;
}

h3{
	font-size: 1.8em;
	margin: 0 0 0.3em 0;
}

h4{
	font-size: 1.5em;
	margin: 0 0 0.3em 0;
}


h5{
	font-size: 1.0em;
	margin: 0 0 0.3em 0;
	color: #000;
}

h6{
	font-size: 0.8em;
	margin: 0 0 0.3em 0;
}

a{
	text-decoration: none;
	color: #771747;
}

a:hover{
    color: #c81f71;
}

a.button{
	width: 140px;
	height: 30px;
	text-align: center;
	color: #e0d11f;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 31px;
	background: url(../img/button.png) center top;
	font-weight: bold;
	font-style: normal;
    display: block;
}

a.button:hover{
	color: #fff;
}

a.button:active{
	color: #fff;
	background-position: center bottom;
	line-height: 33px;
}

a.more{
	padding: 0 20px 0 0;
	background: url(../img/more-arrow.png) no-repeat right center;
	font-size: 0.8em;
	font-weight: bold;
}

a.back{
	padding: 0 0 0 20px;
	background: url(../img/back-arrow.png) no-repeat left center;
	font-size: 0.9em;
	font-weight: bold;
}

a#twitter{
	position: fixed;
	right: 0;
	top: 187px;
	display: block;
	width: 60px;
	text-indent: -9999px;
	height: 50px;
	background-image: url(../img/twitter.png);
}

#footer a{
	color: #fff;
}

hr{
	height: 9px;
	clear: both;
	background-image: url(../img/border-hor3.png);
	border: none;
	margin: 0;
}

address{
	color: #bababa;
	font-size: 0.7em;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
}

/*	Forms
    ................................... */ 

form{
	margin: 20px 0 50px ;
	padding: 9px 0 0 0;
	width: 480px;
	background: url(../img/divider.png) repeat-x 0 top;
}		

form p{
	padding: 0 0 8px 0;
	overflow: auto;
	background: url(../img/divider.png) repeat-x 0 bottom;
}

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

form p.checkbox label {
    width: 460px;
}

input{
	width: 300px;	
	border: 1px solid #ccc;
	padding: 4px 6px;
	color: #000;
	font-size: 15px;
	line-height: 22px;
	background-color: #fff;
}

input[type=checkbox] {
    width: 30px;
}

select{
	margin: 9px 0 0;	
}

#order select{
	float: right;
	width: 120px;
	margin: 9px 190px 0 0;
}

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

input.button{
	width: 140px;
	margin: 0 0 0 165px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #e0d11f;
	border: none;
	background: url(../img/button.png) repeat-x left top;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

input.button:hover{
	color: #fff;
	cursor: pointer;
}

input.button:active{
	background: url(../img/button.png) left bottom;
	line-height: 32px;
}

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

#order div{
	padding: 0 0 8px 0;
	overflow: auto;
	background: url(../img/divider.png) repeat-x 0 bottom;
}  

#order .button{
	margin: 10px 0 0  160px;
} 

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

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

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



/*	Header
    ................................... */

#header h1{
	width: 328px;
	height: 74px;
	float: left;
	margin: 24px 0 0 -2px;
}

#header h1 a{
	width: 328px;
	height: 74px;
	display: block;
	background-image: url(../img/logo-annexcinema.png);
	text-indent: -9999px;
}

ul.user{
	float: right;
	margin: 42px 0 0 0;
	background-color: #000;
	text-align: center;
	font-size: 0.8em;
	padding: 0 10px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

ul.user li{
	float: left;
}

ul.user li a{
	padding: 9px 15px;
	display: block;
	color: #ebe9e9;
	font-weight: bold;
}

ul.user li a:hover{
	color: #fff;
}

li.border{
	border-right: 1px solid #380018;

}

li.user-border{
	border-right: 1px solid #380018;
	border-left: 1px solid #380018;
}

/*	Nav
    ................................... */

#nav ul{
	width: 1002px;
	margin: 0 0 0 0;
	height: 78px;
}

#nav ul li{
	float: left;
	width: 167px;
	text-align: center;
	position: relative;
}

#nav ul li.selected img,
#nav ul li.ancestor img{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -9px;
	top: 64px;
}

#nav ul li.ancestor:hover img{
	display: none;
}

#nav ul li a{
	height: 64px;
	line-height: 64px;
	width: 156px;
	display: block;
	background: url(../img/nav-border.png) no-repeat left top;
	color: #e0d11f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 5px;
}

#nav ul li a:hover,
#nav ul li.selected a,
#nav ul li.ancestor a{
	color: #fff;
}

#nav ul li ul{
	width: 167px;
	padding: 0 0 8px ;
	position: absolute;
	z-index: 10;
	height: inherit;
	top: -6664px;
	left: 1px;
	background-image: url(../img/trans.png);
	-moz-border-radius-bottomleft: 5px;
    	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#nav ul li:hover ul{
	top: 64px;
}

#nav ul li ul li{
	height: inherit;
}

#nav ul li ul li a{
	width: 157px;
	height: inherit;
	line-height: 1.2em;
	font-size: 90%;
	text-transform: none;
	padding: 8px 5px;
	color: #d8d8d8;
	background-image: none;
	border-bottom: 1px solid #2a2a2a;
}






/*	Page - Home
    ................................... */ 
    
    
.scrollable {
	position:relative;
	overflow:hidden;
	width: 1000px;
	height:235px;
	margin: 4px 0 0 0;

}


.scrollable .items {

	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable li {
	float:left;
	margin:0 2px 10px 11px;
	cursor:pointer;
	width:152px;
	height:227px;
	position: relative;
	background: url(../img/poster-shade.png) no-repeat center bottom;
}


.scrollable li img{
	width: 146px;
	height: 206px;
	padding: 2px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #eee;
}

.scrollable li:hover img{
	background-color: #999;
	border: 1px solid #999;
}


.scrollable {
	float:left;	
}


a.browse {
	background: url(../img/scroll-arrows.png) no-repeat;
	display:block;
	width:22px;
	height:47px;
	float:left;
	top: 310px;
	cursor:pointer;
	position: absolute;
	text-indent: -9999px;
}


a.right{ 
	background-position: -22px 0; 
	clear:right; 
	margin-right: 0px;
	right: -21px;
}

a.right:hover{ 
	background-position: -22px -47px; 
}


a.left{ 
	background-position: 0 0; 
	left: -21px;
} 

a.left:hover{ 
	background-position: 0 -47px; 
}


a.disabled {
	visibility:hidden !important;		
} 


ul#program-nav{
	background: url(../img/bg-nav.png) repeat-x 0 -8px;
	height: 68px;
	margin: 5px 0 0;
}

ul#program-nav li{
	height: 56px;
	width: 66px;
	padding: 4px 8px;
	float: left;
	font-size: 12px;
	margin: 0;
	text-align: left;
}

ul#program-nav li.today{
	width: 122px;
}

ul#program-nav li.today a{
	width: 122px;
}

ul#program-nav li span{
	font-size: 28px;
	text-transform: uppercase;
	text-indent: -2px;
}

ul#program-nav li a{
	color: #ae487c;
	height: 58px;
	width: 66px;
	display: block;
}

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


ul#program-nav li.active{
	background: url(../img/down-arrow.png) no-repeat 22px 55px;
}

ul#program-nav li.active span{
	color: #e0d11f;
}

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

ul.day{
	margin: 0 0 8px;
}

ul.day li{
	padding: 20px 145px 20px 0;
	background: url(../img/divider.png) repeat-x left bottom;
	position: relative;
}
ul.day li:hover{
	background-color: #f4f1f1;
}    

ul.day li a{
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 14px;
}
    
ul.day li a.button{
	position: absolute;
	right: 0;
	top: 12px;
	font-weight: normal;
	font-style: normal;
}

#content ul.day li.full{
	color: #959595;
}

ul.day li span{
	position: absolute;
	right: 0;
	top: 12px;
	color: #757575;
	width: 140px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 1px;
	background-image: url(../img/soldout.png);
}    
    
    
#banner{
	width: 474px;
    height: 220px;
	margin: 0 0 15px;
}

#banner img{
	width: 472px;
}

#banner h3{
	background: #771747 url(../img/bg-nav.png) left -5px;
	margin: -3px 0 0 0;
	color: #fafafa;
	font-size: 1.2em;
} 

#banner h3 a,
#banner h3.nolink{
	color: #fafafa;
	display: block;
	padding: 8px;
} 

.slide{
	border: 1px solid #fff;
}

.slide:hover,
{
	border-color: #841d4f;
}

.slide-nolink{
	border: 1px solid #841d4f;
}   

#latest-news{
	border-top: 3px solid #aaa;
	padding: 10px 0;
}    

#latest-news h3{
	color: #000;
}    
    
/*	Page - filmdetail
    ................................... */ 
    
.sidebar ul.day {
	background: url(../img/divider.png) repeat-x 0 top;
	padding: 2px 0 0;
}   
    
.sidebar ul.day li{
	padding: 20px 0;
	background: url(../img/divider.png) repeat-x 0 bottom;
	position: relative;
	color: #630c3b;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 0.9em;
}

.sidebar ul.day li:hover{
	background-color: #eceaea;
} 
  
.sidebar ul.day li a.button{
	top: 12px;
	text-transform: none;
}    
    
  
/*	Page - movies
    ................................... */ 
    
.movie-list{
	margin: 0 0 50px 0;
	overflow: auto;
}        

.movie-list li{
	height: 167px;
	float: left;
	background: url(../img/border-hor3.png) no-repeat left bottom;
	position: relative;
}

.movie-list li h2{
	font-size: 1.3em;
}

.movie-list li.left{
	width: 455px;
	padding: 20px;
	background-position: -4px bottom;
}

.movie-list li.right{
	width: 453px;
	margin: 0 2px 0 5px;
	padding: 20px;
	float: right;
	background-position: -6px bottom;
}     

.movie-list li img{
	width: 100px;
	border: 1px solid #fff;
	float: right;
	margin: 0 0 0 10px;
}

.movie-list li .rating img {
    width: 20px;
    margin: 1px 0 0 1px;
    border: none;
}

.movie-info{
	width: 152px;
	background-color: #b6b6b6;
	float: right;
	border: 1px solid #999;
	padding: 10px 10px 3px;
	margin: 0 0 20px 10px;
}

.movie-info img{
	border: 1px solid#fff;
	margin: 0 0 7px;
	max-width: 148px;
}

.movie-info p{
	font-size: 0.7em;
}  

.trailer{
	width: 640px;
	margin: 10px 0 15px;
}  
    

/*	Page - news
    ................................... */     
    
.news-item{
	padding: 0 10px 25px;
	margin: 0 0 20px;
	background: url(../img/divider.png) repeat-x 0 bottom;
}

.archive-list{
	margin: 0 5px 20px;
	padding: 0 0 18px;
	
}

.archive-list dt{
	color: #000;
	font-size: 1.3em;
	border-bottom: 2px solid #aaa;
}   

.archive-list dd{
	padding: 8px 0 12px 3px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../img/divider.png) repeat-x 0 bottom;
} 

a.rss{
	position: absolute;
	top: 214px;
	right: 12px;
	padding: 1px 20px 5px 0;
	background: url(../img/rss.png) no-repeat right top;
	letter-spacing: 1px;
	font-size: 12px;
	color: #cc7d2f;
	line-height: 19px;
	font-weight: bold;
}    
a.rss:hover{
	text-decoration: underline;
}


/*	Page - reservation
    ................................... */   
table.ticket{
	width: 620px;
	background-color: #fff;
	margin: 0 0 5px 0;
}

table.ticket td{
	border: 2px solid #000;
	padding: 10px;
}

td.narrow{
	width: 130px;
}

table.ticket p{
	text-transform: uppercase;
	
}

#reservations li{
	padding: 10px 0 20px;
	margin: 0 0 15px 10px;
	width: 620px;
	background: url(../img/divider.png) repeat-x left bottom;
	position: relative;
}

table.ticket a.delete{
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 11px;
	background-color: #000;
	padding: 4px 5px;
	color: #eee;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
}

table.ticket a.delete:hover{
	color: #fff;
	text-decoration: underline;
}

a.pdf {
	font-size: 13px;
	margin: 0 0 0 20px;
	border-bottom: 1px solid;
}

a.pdf:hover{
	border-bottom: 1px solid;
}

a.pdf img{
	margin: 0 0 -3px -3px;
	float: ;
}

img.stamp{
	position: absolute;
	right: 90px;
	bottom: 80px;
}

img.stamp.payed{
    right: 160px;
    bottom: 90px;
}


/*	Page - cms
    ................................... */  

.googlemap-map {
    width: 300px;
    height: 300px;
}

