/* 
ReelAnime 2010 Stylesheet
by Simon O'Shea
at Madman Entertainment
 */

@import url(reset.css);
@import url(jwbox.css);

* {
	margin: 0;
	padding: 0;
	outline: none;
}
header, section, aside, article, nav, footer {
	display: block;	
}
html {
	background: #000;
	color: #ccc;
}
body {
	font: 12px/21px Arial, sans-serif;
	text-align: left;
}
#container {
	margin: 25px auto;
	width: 982px;
}
h1 {
	text-indent: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
h2 {
	font-weight: bold;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}


/* Fonts */

/* IE */
@font-face {
  font-family: DINWeb;
  src: url(../fonts/DINWeb.eot);
}
@font-face {
  font-family: DINWeb;
  font-weight: bold;
  src: url(../fonts/DINWeb-Bold.eot);
}

/* Firefox et al */
@font-face {
  font-family: DINWeb;
  src: url(../fonts/DINWeb.woff) format('woff');
}
@font-face {
  font-family: DINWeb;
  font-weight: bold;
  src: url(../fonts/DINWeb-Bold.woff) format('woff');
}


/* Top Menu */

nav {
	background: url(../images/menu_bg.png) repeat-x;
	height: 39px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0 0 12px 0;
	z-index: 11px;
}
#menu li {
	float: left;
}
#menu li a {
	height: 39px;
	display: block;
}
#menu .home a {
	background: url(../images/menu_home.png) 0 0 no-repeat;
	width: 72px;
	text-indent: -9999px;
}
#menu .details a {
	background: url(../images/menu_details.png) 0 0 no-repeat;
	width: 151px;
	text-indent: -9999px;
}
#menu .on a,
#menu li a:hover,
#menu li a:active {
	background-position: 0 -39px;
}
#menu .films {
	background: url(../images/menu_films.png) 0 0 no-repeat;
	width: 99px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}
#submenu {
	margin-top: 8px;
	text-transform: uppercase;
	float: left;
}
#submenu li {
	font-size: 11px;
	display: inline;
}
#submenu li a {
	color: #aaa;
	padding: 12px;
}
#submenu li a:hover,
#submenu li a:active {
	color: #eee;
	text-decoration: none;
}
#submenu li.on a {
	color: #fff;
	cursor: default;
}


/* Home Page */

#hero {
	margin: 0 auto 14px auto;
	width: 980px;
	height: 522px;
	display: block;
}
#hero img {
	width: 980px;
	height: 522px;
	display: block;
}
#hero.loading {
	background: url(../images/loading.gif) center center no-repeat;
}
#cinemalink {
	width: 270px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 78px;
	margin: 0 0 0 220px;
}
#evalink {
	background: url(../images/feature_bg_evangelion.png) 0 0 no-repeat;
	padding: 0 175px 0 0;
	width: 500px;
	height: 60px;
	display: block;
	position: absolute;
	left: 50%;
	top: 538px;
	margin: 0 0 0 -490px;
}
#evalink:hover {
	background: url(../images/feature_bg_evangelion.png) 0 -60px no-repeat;
}
#features img {
	width: 318px;
	height: 120px;
	padding: 0 0 80px 0;
	margin: 0 12px 8px 1px;
}
#features .kingofthorn img { background: url(../images/feature_bg_kingofthorn.png) 0 120px no-repeat; }
#features .summerwars img { background: url(../images/feature_bg_summerwars.png) 0 120px no-repeat; }
#features .redline img { background: url(../images/feature_bg_redline.png) 0 120px no-repeat; }
#features .kingofthorn:hover img { background: url(../images/feature_bg_kingofthorn.png) 0 40px no-repeat; }
#features .summerwars:hover img { background: url(../images/feature_bg_summerwars.png) 0 40px no-repeat; }
#features .redline:hover img { background: url(../images/feature_bg_redline.png) 0 40px no-repeat; }

#container #features img.last {
	margin-right: 0;
}


/* Main Area */

#main {
	background: #000 url(../images/main_bg.png) center top no-repeat;
	border: 1px solid #666;
	margin: 8px auto;
	padding: 30px 20px 4px 20px;
}
#main p {
	margin-bottom: 12px;
}
#main ul {
	list-style: square;
	margin-bottom: 12px;
}
blockquote {
	font: bold 18px/26px Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
}
blockquote .source {
	font: normal 12px/21px Arial, sans-serif;
}
.column_left {
	font-size: 11px;
	line-height: 18px;
	background: #000;
	width: 298px;
	margin: 25px 0 0 0;
	float: left;
}
.column_right {
	background: #000;
	width: 630px;
	margin: 25px 0 0 0;
	float: right;
}
.column_right p {
	padding-bottom: 1px;
}
.column_left img,
.column_right img {
	padding: 0 12px 20px 0;
}
.copyright {
	clear: both;
}
.copyright p {
	font: 9px Arial, sans-serif;
	text-align: right;
	color: #555;
	margin-bottom: 0 0 10px 0;
}
img.rating {
	float: left;
	padding: 3px 14px 10px 0;
}
a.highlight {
	color: #fef58c;
}


/* Cinema Details page */

.cinemas {
	background: #000;
	color: #aaa;
	margin: 25px 0 0 50px;
	float: left;
}
.cinemas h2 {
	color: #ffc92d;
	font-weight: bold;
	margin: 0 0 0 0;
}
.cinemas h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.cinemas p {
	font-size: 11px;
	line-height: 18px;
}
.cinemas a.cinemalink {
	font-weight: normal;
}
.cinemas img {
	margin: 8px 0;
}
.cinemas.au {
	background: url(../images/bg_cinemas_au.png) 0 0 no-repeat;
	padding: 0 0 0 40px;
}
.cinemas.nz {
	background: url(../images/bg_cinemas_nz.png) 0 0 no-repeat;
	padding: 0 0 0 40px;
}
.premiere {
	background: #c33332;
	color: #000;
	margin: 30px 0 20px 0;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.premiere a {
	color: #000;
}
.premiere h3 {
	color: #fff;
	margin: 0 0 10px 0;
}
.premiere img {
	margin: 5px 0 0 0;
	padding: 0;
}
.download {
	background: #fff59e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding: 10px 0 6px 0;
	margin: 30px 0 0 0;
}
.download a {
	background: url(../images/btn_download.png) 0 0 no-repeat;
	width: 278px;
	height: 66px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-indent: -9999px;
}
.download a:hover,
.download a:active {
	background: url(../images/btn_download.png) 0 -66px no-repeat;
}
.btn_sessions {
	background: #ffc92d;
	color: #000;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 6px 0 8px 0;
	padding: 2px 8px;
	display: table;
}
.btn_sessions:hover {
	background: #555;
	text-decoration: none;
}

/* Sessions pages */

#city {
	background: #333;
}
#sessions {
	background: #333;
	padding: 0 0 40px 0;
	margin: 0 auto;
}
#sessions header {
	background: #ffc92d;
	padding: 6px 12px;
	color: #000;
	display: block;
}
#sessions header.nz {
	background: #6b6e72;
	color: #fff;
}
#sessions h1 {
	font: bold 24px DINWeb, 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	text-indent: 0px;
	width: auto;
	height: auto;
}
#sessions h2 {
	font: 14px DINWeb, 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	display: inline;
	padding: 0 5px 0 0;
}
#sessions h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	display: inline;
}
#sessions h4 {
	display: block;
	clear: both;
	padding: 0 8px;
}
#sessions h4 a {
	color: #ffc92d;
	font-weight: bold;
}
#sessions a {
	font-weight: normal;
	color: #000;
}
#sessions .btn_map {
	background: #444;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: -15px 4px 0 0;
	padding: 2px 8px;
	float: right;
}
#sessions .btn_map:hover {
	background: #000;
	text-decoration: none;
}
#sessions table {
	font-size: 11px;
	margin: 1px 1px 20px 0;
	float: left;
}
#sessions th {
	font: bold 16px DINWeb, Arial, sans-serif;
	background: #555;
	color: #fff;
	text-align: left;
	padding: 8px 12px;
}
#sessions tr.odd {
	background: #444;
}
#sessions td {
	padding: 0 11px;
}


/* External Links (buttons) */

.btn_mobile_trailer {
	background: url(../images/btn_mobile_trailer.png) 0 0 no-repeat;
	width: 134px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	margin: 20px 20px 0 0;
	float: left;
}
.btn_trailer {
	background: url(../images/btn_trailer.png) 0 0 no-repeat;
	width: 134px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	margin: 20px 20px 0 0;
	float: left;
}
.btn_trailer:hover {
	background: url(../images/btn_trailer.png) 0 -39px no-repeat;
}
.btn_trailer:active {
	background: url(../images/btn_trailer.png) 0 -78px no-repeat;
}
a.btn_website {
	background: url(../images/btn_website.png) 0 0 no-repeat;
	width: 146px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	margin: 20px 20px 0 0;
	float: left;
}
a:hover.btn_website {
	background: url(../images/btn_website.png) 0 -39px no-repeat;
}
a:active.btn_website {
	background: url(../images/btn_website.png) 0 -78px no-repeat;
}


/* Footer */

#signup {
	background: url(../images/signup_bg.png) 0 0 no-repeat;
	height: 36px;
	font-size: 12px;
	border: 1px solid #444;
	margin-bottom: 16px;
}
#signup span {
	margin: 0 0 0 120px;
}
#signup .email {
	margin: 7px 0 0 20px;
}
#logos {
	width: 793px;
	margin: 0 auto;
	clear: both;
}
#logos li {
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#logos li a {
	display: block;
	height: 32px;
}
#link_mm			{ background: url(../images/logos.png) 0 0 no-repeat; width: 116px; }
#link_mm a:hover	{ background: url(../images/logos.png) 0 -32px no-repeat; width: 116px; }

#link_sn			{ background: url(../images/logos.png) -116px 0 no-repeat; width: 113px; }
#link_sn a:hover	{ background: url(../images/logos.png) -116px -32px no-repeat; width: 113px; }

#link_kd			{ background: url(../images/logos.png) -229px 0 no-repeat; width: 128px; }
#link_kd a:hover	{ background: url(../images/logos.png) -229px -32px no-repeat; width: 128px; }

#link_dn			{ background: url(../images/logos.png) -356px 0 no-repeat; width: 90px; }
#link_dn a:hover	{ background: url(../images/logos.png) -356px -32px no-repeat; width: 90px; }

#link_dg			{ background: url(../images/logos.png) -446px 0 no-repeat; width: 91px; }
#link_dg a:hover	{ background: url(../images/logos.png) -446px -32px no-repeat; width: 91px; }

#link_pn			{ background: url(../images/logos.png) -536px 0 no-repeat; width: 180px; }
#link_pn a:hover	{ background: url(../images/logos.png) -536px -32px no-repeat; width: 180px; }

#link_ll			{ background: url(../images/logos.png) -715px 0 no-repeat; width: 75px; }
#link_ll a:hover	{ background: url(../images/logos.png) -715px -32px no-repeat; width: 75px; }

