/* @override 
	http://rebelfilms.com.au/assets/css/styles.css
	http://www.rebelfilms.com.au/assets/css/styles.css
*/

/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– 
Rebel Films 2010 Style Sheet
version:   2.0
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

@import url(reset.css);


/* GLOBAL
=====================================================================*/

html {
	width: 100%;
	overflow-x: hidden; }
	
body {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
  	font-size: 75%;
  	line-height: 1.5;
  	font-family: Helvetica, sans-serif;
  	color: #d2d7db;
  	margin-bottom: 5em;
    overflow-x: hidden;
    overflow-y: auto; }
    
html > body   { font-size: 12px; }  /* All other browsers */
    
.noie6 { display: none; }
	
	

/* HEADERS
=====================================================================*/

h1, h2, h3, h4, h5, h6 { 
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.2;
	letter-spacing: -0.035em;
}

h1 {
  font-size: 4em; /* 60px */
  qqqline-height: 1.2; /* 72px */
  margin-top: 0;
  margin-bottom: 0em; }

h2 {
  font-size: 2.2em; /* 22px */
  qqqline-height: 3.6; /* 36px */
  margin-top: 0;
  margin-bottom: 0.818181em; }

h3 {
  font-size: 1.67em; /* 20px */
  qqqline-height: 0.9; /* 36px */
  qqqmargin-top: 0;
  qqqmargin-bottom: 1em;
  qqqcolor: #FFF;
  qqqtext-transform: uppercase; }

h4 {
  font-size: 1.5em; /* 18px */
  qqqline-height: 1; /* 18px */
  qqqmargin-top: 1em;
  margin-bottom: 0em; }

h5 {
  font-size: 1.3333em; /* 16px */
  qqqline-height: 1.125; /* 18px */
  qqqmargin-top: 1.125em;
  margin-bottom: 0em; }

h6 {
  font-size: 1.1667em; /* 14px */
  qqqline-height: 1.2857; /* 18px */
  qqqmargin-top: 1.2857em;
  margin-bottom: 0em; }
  

/* TYPOGRAPHY
=====================================================================*/

p {
  	qqqfont-size: 1.2em; /* 12px */
  	qqqline-height: 1.6;
  	qqqline-height: 19px; /* 18px */
  	margin-bottom: 1.5em; }
  	
em {
	font-style: italic; }
	
strong {
	font-weight: bold; }

.mainbar {
	color: #1f2224; }

#film .mainbar {
	color: #1f2224; }
	
#corporate .mainbar {
	color: #0E2F35; }


/* LISTS
=====================================================================*/

ul {
	list-style: none !important; }


/* LINKS
=====================================================================*/

/*GENERAL*/
a:link, a:visited { text-decoration: none; font-weight: bold; color:#CCC; }
a:hover, a:focus { text-decoration: none; color: #FFF;}

/*FILMS*/
#film .mainbar a:link, #film a:visited { text-decoration: none; font-weight: bold; color:#360E18; }
#film .mainbar a:hover, #film a:focus { text-decoration: underline; color: #8E0E0B;}

/*CORPORATE*/
#corporate .mainbar a:link, #corporate a:visited { text-decoration: none; font-weight: bold; color:#0E2F35; }
#corporate .mainbar a:hover, #corporate a:focus { text-decoration: underline; color: #5EAB80;}


/* GRID
=====================================================================*/

.container {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 960px; }

.fourcol, .sixcol, .eightcol, .twelvecol {
	display:inline;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 5px;
	margin-right: 5px; }

.fourcol {
  width: 310px; }
  
.sixcol {
  width: 470px; }

.eightcol {
  width: 630px; }

.twelvecol {
  width: 950px; }
  
  

/* LAYOUT
=====================================================================*/

.content {
	background: url(../images/global/content-bg.png) repeat;
	border: 1px solid #111f30;
	qqqborder-right: 0;
	qqqwidth: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	margin-left: 5px; }
	
#film .content, #corporate .content {
	qqqborder: 1px solid #111f30;
	qqqwidth: 953px !important; }
	
.sidebar {
	position: relative;
	z-index: 1001;
	width: 323px !important;
	padding-top: 1em;
	margin: 0;
	qqqpadding-left: 5px;
	qqqpadding-right: 10px;
	overflow: visible !important; }

.mainbar {
	margin: 0;
	qqqpadding-left: 5px;
	qqqpadding-right: 5px;
	background: #FFF;
	qqqwidth: 634px !important; }
	
	
	
/* SIDEBAR
=====================================================================*/

div#h1wrapper {
	width: 550px;
	overflow: hidden;
	border-bottom: none !important; }

h1 {
	z-index: 2000;
	padding: 0 9px 0 0;
	display: inline;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	line-height: 1;
	background: #FFF; }



/* Global Head
=====================================================================*/

#bgwrap {
	position: relative;
	width: 960px;
	margin: 0px auto;
	z-index: -1; }

#bgtexture {
	position: absolute;
	top: 0px;
	left: -340px;
	background-repeat: no-repeat;
	background-image: url(../images/global/body-background.jpg);
	width: 1474px;
	height: 803px; }
	
#homepage #bgtexture {
	background-image: url(../images/global/homepage-background.jpg); }

.newsletter {
	height: 38px;
	line-height: 38px;
	text-align: right; }
	
.newsletter img {
	padding-top: 14px; }
	
.signup {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 10px;
	width: 940px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	z-index: 1004;
	display: none; }
	
.signup form {
	text-align: right; }
	
.signup input.forminput {
	background: transparent;
	border: 1px dashed #3d4246;
	color: #737d87;
	padding-left: 3px; }
	
.signup input.formbutton {
	border: none;
	background: #737d87;
	color: #FFF;
	cursor: pointer;
	font-weight: bold; }

.logo {
	height: 40px; }

.logo a {
	display: block;
	width: 630px;
	height: 40px; }
	
#homepage .logo {
	height: 60px; }
	
#homepage .logo a {
	width: 950px;
	height: 60px; }
	
	

/* Navigation
=====================================================================*/

ul.globalnav {
	padding-top: 8px;
	margin-bottom: 2em;
	margin-left: 4px;
	overflow: hidden;
	qqqheight: 14px; }

ul.globalnav li {
	float: left;
	padding-right: 24px;
	margin-right: 14px;
	line-height: 1em;
	background: transparent url(../images/global/square.gif) no-repeat 100% 40%; }
	
ul.globalnav li.last {
	background: none;
	padding-right: 0;
	margin-right: 0; }
	
ul.globalnav li a {
	color: #6f8191;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase; }
	
ul.globalnav li a:hover {
	color: #d2d7db; }

	
	
/* Contact Bar
=====================================================================*/

#contactbar {
	width: 100%;
	background: url(../images/global/content-bg.png) repeat;
	border-top: 1px solid #111f30;
	border-bottom: 1px solid #111f30;
	z-index: 1003;
	margin-bottom: 1.5em;
	display: none; }
	
.contact {
	padding: 10px 0 18px;
	position: relative;
	width: 960px;
	overflow: hidden;
	margin: 0 auto; }
	
/*.contact a.close {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 45px;
	height: 10px;
	line-height: 10px;
	padding-left: 15px;
	background: url(../images/global/button-close.gif) no-repeat !important;
	display: block;
	opacity: 0.5; }*/
	
.contact h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0; }
	
.contact a:link, .contact a:visited {
	background: url(../images/global/bullet-link.gif) 0px 1px no-repeat;
	text-decoration: none !important;
	font-weight: normal !important;
	padding-left: 15px;
	color: #999 !important; }
	
.contact a:hover, .contact a:focus { 
	text-decoration: none !important;
	color: #FFF !important;}
	
.contact a.close {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 45px;
	height: 10px;
	line-height: 10px;
	padding-left: 13px;
	color: #FFF;
	background: url(../images/global/button-close.gif) no-repeat;
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; }
	
.contact a.close:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; }
	


/* FOOTER
=====================================================================*/

.footer, .footer a {
	qqqborder-top: 1px solid #888;
	qqqwidth: 960px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 9px;
	color: #333;
	font-weight: bold; }
	
.credits {
	text-align: right; }
	 


/* Homepage
=====================================================================*/
	
.tagline {
	background: transparent url(../images/global/content-bg.png) repeat;
	padding: 10px 0;
	margin: 0 5px 4em;
	border-top: 1px solid #111f30;
	border-bottom: 1px solid #111f30;
	qqqborder: 1px solid #fff; }
	
.tagline img {
	display: block;
	width: 950px; }
	
/*.newsbar {
	width: 950px;
	overflow: hidden;
	padding-top: 7px;
	qqqposition: relative;
	margin-bottom: 6em;
	qqqbackground: none !important;
	border-top: 1px solid #FFF; }*/
	
.newsbar {
	overflow: hidden;
	margin-bottom: 5em; }
	
.newsmedia {
	height: 355px;
	padding-top: 6px;
	border-top: 1px solid #999; }
	
.newsmedia img {
	width: 630px;
	height: 355px; }
	 
.newstext {
	height: 355px;
	padding-top: 6px;
	qqqborder-top: 1px solid #999;
	overflow: visible; }
	
.newstext .news-category {
	padding: 0;
	margin-bottom: 1;
	margin-top: 13px;
	line-height: 1; }
	
.newstext .news-category span {
	padding: 0 3px 1px;
	color: #FFF;
	qqqfont-weight: bold;
	text-transform: uppercase;
	background: #5ebbab; }
	
#homepage h3 {
	font-size: 20px;
	display: inline;
	background: #FFF;
	text-transform: uppercase;
	padding-right: 5px;
	color: #1f2224;
	line-height: 1;
	qqqleft: -20px;
	top: -5px;
	position: relative; }
  
  
	
#sitenav {
	width: 950px;
	overflow: hidden;
	background: transparent url(../images/global/stripe-homepage.gif) repeat;
	margin-bottom: 5px; }
	
#sitenav ul {
	width: 100%;
	background: #000;
	overflow: hidden; }
	
#sitenav ul li {
	text-indent: -9999px; }
	
	
/* NEUTRAL STATES */	
#sitenav ul li#sitenav-store a { background-image: url(../images/global/button-store.jpg); }
#sitenav ul li#sitenav-facilities a { background-image: url(../images/global/button-facilities.jpg); }
#sitenav ul li#sitenav-corporate a { background-image: url(../images/global/button-corporate.jpg); }
	
#sitenav ul li a {
	width: 315px;
	height: 175px;
	display: block;
	background-position: 0 0; }
	
#sitenav ul li a:hover {
	background-position: 0 -175px; }
	
	
	
	
#sitenav-min {
	width: 100%;
	margin-bottom: 25px; }
	
#sitenav-min ul {
	width: 100%;
	overflow: hidden; }
	
#sitenav-min ul li {
	padding: 2px 0;
	border-top: 1px solid #FFF; }
	
#sitenav-min ul li a {
	font-weight: normal;
	qqqline-height: 0.9em;
	padding: 5px;
	color: #000;
	background: #FFF;
	display: block;
	text-transform: uppercase; }
	

/* FILMS GRID
=====================================================================*/
	
ul#filmgrid {  }
	
ul#filmgrid li {
	height: 220px;
	position: relative;
	cursor: pointer !important;
	margin-bottom: 4em;
	overflow: visible;
	qqqborder-top: 1px solid #CCC;
	qqqpadding-top: 5px; }

ul#filmgrid li a {
	cursor: pointer !important;
	text-decoration: none;
	display: block; }

ul#filmgrid li a img {
	height: 182px;
	padding-top: 5px;
	border-top: 1px solid #CCC; }	
			
ul#filmgrid li a span {
	position: absolute;
	top:  145px;
	qqqleft: -5px;
	font-size: 14px;
	overflow: hidden;
	color: #0e2235;
	display: inline;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 0 4px 4px;
	line-height: 1.2em;
	background: white; }
				
ul#filmgrid li a:hover span {
	color: #000000; }




/* Film Pages
=====================================================================*/

/*SIDEBAR*/

#subnav {  }
	
#subnav span {
	padding: 10px 16px;
	display: block;
	color: #5ebbab;
	margin-bottom: 15px; }

#subnav li {
	border-bottom: 1px solid #131a23;
	color: #46576b;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: normal !important;
	font-size: 14px;
	letter-spacing: -1px; }
	
a#subnav-buydvd {
	font-size: 24px;
	font-weight: normal !important;
	margin: 0;
	padding: 2px 5px 2px 5px;
	line-height: 1;
	color: #FFF !important;
	background: #920051;
	display: inline;
	overflow: hidden;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	qqqborder-top: 1px solid #360e18;
	qqqmargin-top: 3px !important; }
	
#subnav li a {
	display: block;
	padding: 10px 16px; }
	
#subnav li a:link, #subnav li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal; }
	
#subnav li a:hover, #subnav li a:focus {
	color: #8b96a4;
	text-decoration: none;
	font-weight: normal; }
	
#subnav li em {
	padding-right: 15px;
	margin-right: 7px;
	background: transparent url(../images/global/square.gif) no-repeat 100% 70%;
	color: #818a94;
	line-height: 0.9; }
	
#subnav li span em {
	color: #5ebbab; }

/*FLV PLAYER*/

#flvwrapper {
	position: relative;
	width: 630px; }
	
#flvplayer {
	width: 630px;
	height: 357px;
	qqqmargin-bottom: 15px; }

/*LOCALNAV*/

ul#localnav {
	position: relative;
	top: -3px;
	width: 416px;
	overflow: hidden;
	qqqmargin-bottom: 10px;
	background: #5ebbab; }
	
/*#corporate ul#localnav {
	background: #0E2F35;
	padding: 10px;
	width: 177px; }
	
#corporate ul#localnav li {
	text-transform: uppercase; }
	
#corporate ul#localnav li#logo {
	margin-bottom: 5px; }
	
#corporate ul#localnav li span {
	font-weight: bold;
	margin-right: 5px; }*/

#film ul#localnav li {
	qqqmargin-right: 0px;
	font-size: 10px;
	float: left; }
	
#film ul#localnav li a {
	display: block;
	line-height: 0.9;
	padding: 5px 20px 5px 10px;
	color: #FFF;
	font-weight: normal;
	background:  url(../images/global/arrow-right.png) 91% 54% no-repeat; }
	
#film ul#localnav li a:hover {
	background: #3f7e73 url(../images/global/arrow-down.png) 94% 50% no-repeat; }


	
/*LAYOUT*/
	
#mainbarcontent {
	padding: 18px;
	padding-bottom: 0;
	background: #FFF; }
	
.filmelement {
	margin-bottom: 5em;
	position: relative;
	
	 }
	
#corporate .filmelement {  }
	
.filmelement h5 {
	font-size: 24px;
	margin: 0;
	qqqpadding: 2px 0 2px 5px;
	line-height: 1;
	color: #FFF;
	background: #1f2224;
	display: inline;
	overflow: hidden;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	qqqborder-top: 1px solid #360e18;
	qqqmargin-top: 3px !important; }
	
#corporate .filmelement h5 {
	color: #0E2F35; }

.filmelementbody {
	qqqbackground: #FFF;
	margin-top: 5px; }
	
#synopsis {
	margin-top: 45px; }
	
/*GALLERY*/
	
#slideshow {
	width: 630px;
	height: 400px;
	overflow: hidden; }
	
#slideshow img {
	min-height: 400px;
	width: 594px;
	max-width: 594px; }
	
#prev, #next {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #000;
	top: 200px;
	z-index: 1002; }
	
#prev {
	left: 0.5em;
	background: #000 url(../images/global/gallery-prev.png) no-repeat 50% 50%; }
	
#next {
	right: 0.5em;
	background: #000 url(../images/global/gallery-next.png) no-repeat 50% 50%; }

/*FILES + LINKS*/

#fileslinks li a {
	display: block;
	width: auto;
	padding: 9px 9px 9px 20px;
	background: #b9adb0 url(../images/global/bullet-red.gif) 8px 50% no-repeat; }
	
#fileslinks li a.alt {
	background: #d6d0d2 url(../images/global/bullet-red.gif) 8px 50% no-repeat; }
	
#fileslinks li a:hover {
	background: #aa9b9f url(../images/global/bullet-red.gif) 8px 50% no-repeat; }
	
#fileslinks li a.alt:hover {
	background: #e0d9db url(../images/global/bullet-red.gif) 8px 50% no-repeat; }
	
#fileslinks li a:link, #fileslinks li a:visited { text-decoration: none; font-weight: normal; color:#360E18; }
#fileslinks li a:hover, #fileslinks li a:focus { text-decoration: none; color: #360E18;}
	
/*DVD*/

#dvd .filmelementbody {
	width: 100%;
	overflow: hidden; }

#dvd img {
	width: 220px !important;
	display: block;
	float: left; }

#dvd ul {
	float: left;
	color: #FFF; }
	
#dvd ul li {
	padding: 5px;
	display: block;
	background: #aa9b9f;
	margin-bottom: 0.5em; }
	
#dvd ul li.buy {
	background: #000;
	padding: 0;
	font-weight: bold; }
	
#dvd ul li.buy a {
	background: url(../images/global/buynow.gif) no-repeat;
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 46px; }


/*CREDITS*/

#credits .filmelementbody {
	width: 100%;
	overflow: hidden; }
	
#credits ul {
	width: 100%;
	overflow: hidden; }
	
#credits ul li {
	margin-bottom: 0;
	width: 50%;
	float: left; }
	
#credits ul li p.last {
	margin-bottom: 0; }	

/*COMMENTS*/

#comments {
	background: #141414;
	padding: 20px 18px;
	background: url(../images/global/stripe-grey.gif) repeat;
	color: #BEBEBE; }
	
#comments a:link, #comments a:visited {
	color: #999 !important;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase; }
	
#comments a:hover, #comments a:focus {
	color: #FFF !important;
	text-decoration: none; }
	
	
/* ABOUT
=====================================================================*/	

#about .sidebar h1 {
	padding: 0 0 0 16px;
	width: auto;
	margin: 0; }
	
#about .mainbar h1 {
	padding: 0;
	width: auto;
	margin: 0;
	margin-left: -5px; }
	
#about h4 {
  font-size: 1.5em; /* 18px */
  line-height: 1; /* 18px */
  margin-top: -10px;
  margin-bottom: 0.5em; }
	
#about #mainbarcontent {
	padding-top: 0; }
		
.aboutelement {
	border-bottom: 1px solid #CCC;
	margin-bottom: 25px;
	padding-bottom: 15px; }
	
.aboutelement.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0; }
	
.aboutelement img {
	margin-bottom: 5px;
	border: 5px solid;
	width: 588px; }
	

/* BAD BROWSER
---------------------------------------------------------------------- */
#badbrowser {
	width: 100%;
	height: 100%;
	background: #000000;
	text-align: center; }

#badbrowser table {
	width: 100%;
	height: 100%;
	background: #000000;	
	text-align: center; }

#badbrowser td {
	text-align: center;
	vertical-align: middle; }

#badbrowser a {
	color: #333;
	background: #999;
	padding: 1px 4px;
	margin: 0 10px; }

#badbrowser a:hover {
	color: #333;
	background: #FFF;
	text-decoration: none; }
