@charset "UTF-8";
@import "/public/css/nyro.css";
/*
-----------------------------------------------
iff CSS
-----------------------------------------------
/*
 
1. GLOBAL STYLES
-------------------------------------------------------------------
1.0 Master/Reset
1.1 Accessiblity
1.2 Headings
1.3 Text Elements
1.4 Links and lists
1.5 Forms
1.6 Columns and Rows
1.7 Puffs and Boxes
1.8 Buttons
1.9 Tables
 
 
2. MAIN PAGE ELEMENTS
-------------------------------------------------------------------
2.0 Wrapper
2.1 Header
2.2 Masthead
2.3 Navigation
2.4 Main content
2.5 Footer
 
 
3. SPECIFIC PAGES
-------------------------------------------------------------------
3.0 Example Specific Page
 
 
4. LOWER LEVEL TEMPLATES
-------------------------------------------------------------------
4.0 Example Lower Level Template
*/
 
 
 
/*
1. GLOBAL STYLES
------------------------------------------------------------------- */
 
/* 1.0 Master/Reset
----------------------------------------------- */
html,legend{background:#fff;color:#000}
address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0; vertical-align: baseline;}
h1,h2,h3,h4,h5,h6,th{font-weight:normal}
fieldset,img{border:0}
input,select,textarea{font-family:inherit}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
td,th{vertical-align:top}
abbr,acronym,address,b,caption,cite,code,dfn,em,i,input,samp,select,strong,textarea,var{border:0;font-family:inherit;font-style:normal;font-variant:normal}
del,ins{text-decoration:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
q{quotes:none}q:before{content:"\2018"}q:after{content:"\2019"}q q:before{content:"\201c"}q q:after{content:"\201d"}

html {
	height:100%;
	background: #88b7dc url(/public/images/layout/bg2.jpg) repeat-x fixed center bottom;
}
body {
	font-size:75%;
height:100%;
	font-family:"Trebuchet MS","Trebuchet",Arial,Helvetica,sans-serif;
}

/* 1.2 Headings
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
 
/* 1.3 Text Elements
--
--------------------------------------------- */
p {
	line-height: 120%;
	margin-bottom: 0.8em;
}
code {
	font: normal 0.9em "Monaco","Courier New",Courier,sans-serif;
}
 
/* 1.4 Links and Lists
----------------------------------------------- */
a, a:link {color: #DF0B5B; text-decoration: none;}
a:visited {color: #DF0B5B;}
a:hover, a:focus, a:active {text-decoration: underline;}

dd {
	margin-bottom: 0.5em;
}
li {
	display: list-item;
}
 
 
/* 1.5 Forms
----------------------------------------------- */


 
#holdtitle{
color:#fff;
}
 
/* 1.6 Columns and Rows
----------------------------------------------- */


 
/* 1.7 Puffs and Boxes
----------------------------------------------- */

 
/* 1.8 Buttons
----------------------------------------------- */
button,
form input.button,
.submit input {
	background: #555;
	border: 1px solid #555;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	overflow: visible; /* overflow: visible + width: auto avoids IE adding double padding */
	padding: 3px 5px;
	width: auto;
}

button:hover,
button:focus,
button:active,
form input.button:hover,
form input.button:focus,
form input.button:active,
.submit input:hover,
.submit input:focus,
.submit input:active {
	background: #333;
}

form select.dropdown{
	background: #FFF;
	border: 1px solid #c1d82f;
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	overflow: visible; /* overflow: visible + width: auto avoids IE adding double padding */
	padding: 3px 5px;
	width: auto;
}

form#sms input,form#member input{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
float:left;
height:20px;
padding:4px;
width:192px;
}

/* 1.9 Tables
----------------------------------------------- */

.highlight{
	background: #c1d82f;
	color: #000;
	font-size: 1em;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
}

h6{
font-size:120%;
letter-spacing:80%;
font-weight: bold;
padding:5px 0px;
}
h6 span{
border-bottom:2px solid #ED2079;
}

 
/*
2. TOP LEVEL ELEMENTS
------------------------------------------------------------------- */
 
/* 2.0 Wrapper
----------------------------------------------- */
#wrapper:after {
	content: ".";
	clear: both;  
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/* \ */
* html #wrapper {
	height: 1%;
}
#wrapper {
	display: block;
	margin: 0 auto;
	width: 550px;
}
 
 
/* 2.1 Header
----------------------------------------------- */
#holding{
background: url('/public/images/layout/background.png') repeat-y;min-height:100%;
}
#navigation{
height:30px;
text-align:right;
}

#display_window{
width:177px;
height:282px;
background:url(/public/images/layout/logo.png) no-repeat;
position:absolute;
top:-20px;
}
#display_window_hold{
width:900px;
height:300px;
position:absolute;
margin-top:330px;
}
#display_window_premiere{
width:500px;
position:absolute;
right:0px;
margin-top:12px;
text-align:right;
}
#display_window_premiere .big{
background: url(../images/layout/p-hatching.png) repeat;
padding:0px 10px;
line-height:1.2em;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
font-size:140%;
text-shadow: 0px 0px 3px #000;
color:#fff;
}
#display_window_hold .big{
background: url(../images/layout/p-hatching.png) repeat;
padding:0px 10px;
line-height:1.6em;
font-size:240%;
text-shadow: 0px 0px 5px #000;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
color:#fff;
}
#display_window_hold .small{
background: url(../images/layout/p-hatching.png) repeat;
padding:0px 10px;
line-height:1.0em;
text-shadow: 1px 1px 3px #000;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
font-size:120%;
color:#fff;
}

.navlinks{
 padding: 20px 0 !important;
}

.lists{
line-height:150%;
}
.lists a{
color:#000;
padding:1px 5px;
}
.lists a:hover{
background:#DF0B5B;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-decoration:none;
color:#fff;
}

.film_cell{

padding:10px 5px;
background:url('/public/images/layout/IFF_CELL.gif') top center;
}

#display_behind{
height:400px;
}

a.buytickets {
	background:url('/public/images/layout/TICKETS.png') top left;
    height:50px;
	width:220px;
    display:block;
}
a:hover.buytickets {
	background:url('/public/images/layout/TICKETS.png') top right;
}
.buytickets span{
 display: none;
}

a.confirm {
	background:url('/public/images/layout/confirm.gif') top left;
    height:41px;
	width:145px;
    display:block;
	margin-top:10px;
}

#sectable td{
padding: 3px 15px 3px 0px;
}

a:hover.confirm {
	background:url('/public/images/layout/confirm.gif') top right;
}
.confirm span{
 display: none;
}

a.smsalerts {
	background:url('/public/images/layout/SMS.png') top left;
    height:50px;
	width:300px;
    display:block;
}
a:hover.smsalerts {
	background:url('/public/images/layout/SMS.png') top right;
}
.smsalerts span{
 display: none;
}

a.fullinfo {
	background:url('/public/images/layout/fullinfo.png') top left;
    height:50px;
	width:300px;
    display:block;
}
a:hover.fullinfo {
	background:url('/public/images/layout/fullinfo.png') top right;
}
.fullinfo span{
 display: none;
}

img.playframe{
width:220px;
height:160px;
}
 
    #nav-wrapper {
    width:800px;
    height:30px;
    margin:0 0 0 190px;
    padding:0;
    }

    #nav-wrapper span {
    display: none;
    }

    #nav-wrapper li, #nav-wrapper a {
    height:30px;
	width:180px;
    display:block;
	margin-right:10px;
    }

    #nav-wrapper li {
    float:left;
    list-style:none;
    display:inline;
    }

	.nav-sort{
	text-align:right;
	font-size:110%;
	}
	.nav-sort .selected, .nav-sort a .selected{
background:#C1D82F;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-decoration:none;
color:#000;
padding:0px 5px;
	}
	.nav-sort .normal, .nav-sort a.normal, .nav-sort a {
background:#6D6F71;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-decoration:none;
color:#fff;
padding:0px 5px;
behavior: url("/public/pngfix.htc");
	}

   /* .nav-films-active a{background:url('../images/layout/nav.png') -600px 0px no-repeat;!important }
    .nav-events-active a{background:url('../images/layout/nav.png') -600px -30px no-repeat;!important }
    .nav-tickets-active a{background:url('../images/layout/nav.png') -600px -60px no-repeat;!important }
    .nav-downloads-active a{background:url('../images/layout/nav.png') -600px -90px no-repeat;!important }
    .nav-films-active a:hover{background:url('../images/layout/nav.png') -900px 0px no-repeat;!important }
    .nav-events-active a:hover{background:url('../images/layout/nav.png') -900px -30px no-repeat;!important }
    .nav-tickets-active a:hover{background:url('../images/layout/nav.png') -900px -60px no-repeat;!important }
    .nav-downloads-active a:hover{background:url('../images/layout/nav.png') -900px -90px no-repeat;!important }
*/
    .nav-films a{background:url('../images/layout/n_a.png') center center no-repeat; }
    .nav-events a{background:url('../images/layout/n_e.png') center center no-repeat; }
    .nav-tickets a{background:url('../images/layout/n_t.png') center center no-repeat; }
    .nav-downloads a{background:url('../images/layout/n_d.png') center center no-repeat; }
    .nav-films a:hover {background:url('../images/layout/n_a_o.png') center center no-repeat; }
    .nav-events a:hover {background:url('../images/layout/n_e_o.png') center center no-repeat; }
    .nav-tickets a:hover {background:url('../images/layout/n_t_o.png') center center no-repeat; }
    .nav-downloads a:hover {background:url('../images/layout/n_d_o.png') center center no-repeat; }

#nav-films-links{
background: #d0156c url('../images/layout/navshadow.png') -690px bottom no-repeat ;
}
#nav-events-links{
background: #f5bf37 url('../images/layout/navshadow.png') -500px bottom no-repeat ;
}
#nav-tickets-links{
background: #e67c33 url('../images/layout/navshadow.png') -310px bottom no-repeat ;
}
#nav-downloads-links{
background: #7e2e7c url('../images/layout/navshadow.png') -120px bottom no-repeat ;
}


a#home{
display:block;width:329px;
height:200px;background:url('../images/logos/logo_200.png');
}
a#home span{
display:none
}

#rotatimg{
background:#fff;
display:block;width:200px;
margin-left:-10px;float:left;
height:200px;
}
#rotatsp{
padding:10px 0;
height:200px;
}

#contain_gallery{
float:right;
display:block;
width:550px;
}

.gonext{float:right;}
.goback{float:left;display:none;}

.gallerynav {
height:19px;
left:-25px;
position:relative;
top:-20px;
width:580px;
z-index:99;
}


/* 2.2 Masthead
----------------------------------------------- */

 
 
/* 2.3 Navigation
----------------------------------------------- */


#footer ul {
	width:780px;
	float: left;
	margin: 0;
	padding: 0em 0;
	clear:right;
}
#footer ul li {
	list-style: none;
	float: left;
	display:block;
}

#smstable{
background:#6D6F71;
color:#fff;
font-weight:bold;
}

#rightable td { padding: 5px 8px;background:#e7e7e7;vertical-align:top;}
#rightable tr { border:1px solid #fff;}

#smstable td { padding: 5px 12px 5px 12px;}
#smstable tr { border:1px solid #fff;}

#smstable a{
color:#323232;
text-decoration:none;
background:#c1d82f;
padding:1px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#smstable a:hover{
color:#323232;
background:#a5ba29;
}

.warn{
text-align:center;
padding: 5px 8px;
background:#ecd7d7 !important; 
}
 
 
/* 2.4 Main content
----------------------------------------------- */

.content{
font-size:100%;
line-height:130%;
}

.req{
padding-left:8px;
font-size:80%;
background:url(/public/images/layout/req.gif) top left no-repeat;
}

.smsbg{
width:840px;
margin:20px auto;
padding:10px 10px;
background:#fff;
}

a.ica{
display:block;
padding:2px 0px;
color:#6D6F71;
}

p.large {
	font-size: 1.5em;
	margin-top:  0.6em;
	float: left;
	font-weight: normal;
	width: 356px;
}

form#stay * {
	line-height: 100%;
}
form#stay h2 {
	float: left;
	width: 510px;
	margin-top: 1em;
	padding-bottom: 0.5em;
}
form#stay input {
	width: 192px;
	height: 20px;
	float: left;
	padding: 4px;
	background: transparent;
}
.input_wrapper {
	display: block;
	width: 200px;
	height: 24px;
	margin-top: 2px;
	background: url(/public/images/layout/form.gif) 0 0 no-repeat;
}

form#stay button {
	width: 70px;
	height: 24px;
	float: left;
	text-indent: -9999px;
	outline: none;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#secondary h2 {
	color: #333;
}
#secondary ul {
	width: 510px;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-bottom: 4px solid #e5e5e5;
}
#secondary ul li {
	list-style: none;
	float: left;
}

#secondary p.last {
	margin-top: 1em;
	width: 100%;
	float: left;
}

p.small{
font-size:80%;
}
p.asmall{
font-size:80%;
}

/* 2.5 Footer
----------------------------------------------- */

 
.btop{
background:url('/public/images/layout/b_top.png') no-repeat;
height:9px;
width:960px;
margin-left:-10px;
display:block;
}
 
.bbig{
width:620px;
margin-top:10px;
float:left;
}
.bimg{
width:300px;
height:450px;
margin-top:10px;
float:right;
display:block;
}

.bnormal{
background:#fff;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
padding: 10px 20px;
width:920px;
min-height:100px;
margin-left:-10px;
}
 .content .bnormal{
padding-top:10px;
line-height:120%;
}

.contentbio, div.contentbio p{
line-height:180% !important; 
}
.btop_nm{
background:url('/public/images/layout/b_top.png') no-repeat;
height:9px;
width:960px;
display:block;
}
 
.bnormal_nm{
background:#fff;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
padding: 0 20px;
width:920px;
}

.delimg{
margin-right:10px;
}

/*
3. SPECIFIC PAGES
------------------------------------------------------------------- */
 
/* 3.0 Example Specific Page
----------------------------------------------- */

img, div, a, input { behavior: url(/public/iepngfix.htc) }

.abi{
font-weight:bold;
font-style:italic; 
}
