/*
 *  generic primary stylesheet
 *  CS:JD  2007-04-12
 */

/* normalize basic styles */
* { margin: 0; padding: 0; }
h2,h3 { margin: 1em 0 0.6em 0; }
h4,h5,h6,ul,ol,dl,li,dt,dd,pre,p,form { margin: 1em 0 1.5em; }
ul, ol { padding-left: 2em; }
pre { font: 100% "Courier New", Courier, monospace; }

h2 { font-size: 130%; }
h3 { font-size: 112%; }
h4, h5, h6 { font-size: 100%; }

a { color: #666; }
a img { border: none; }
strong a { color: #627c8d; }
.menu { padding-left: 0; list-style: none; }

fieldset { border: none; padding: 0.5em 0; }
.formfield { margin: 1em 0; }
select, textarea, input.text { 
  color: #333;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #fff; 
  border: 1px solid #cacaca; 
}

option {
}

textarea:focus, input.text:focus, select:focus {
}

input.text[disabled] {
}
select[disabled] {
  background: #e4e4e4;
}

.jump a, a.jump {
  color: #004467;
  text-decoration: none;
}
.jump a:hover, a.jump:hover {
  text-decoration: underline;
}

.error { color: #a44; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; }
.error li { margin: 3px 0; }
.error label { font-weight: bold; }

address {
  font-style: normal;
}

/* page layout */
body {
  background: url(../images/bkg-gradient.jpg) 0 0 repeat-x #4a443a;
  color: #444;
  font: 75%/1.25 Arial, Helvetica, sans-serif;
}
#page {
  margin: 0 auto;
  padding-top: 28px;
  position: relative;
  width: 970px;
}
.page-wrap {
}
#banner {
  background: url(../images/bkg-banner-shadow.jpg) bottom left no-repeat;
  padding: 78px 10px 14px;
}
#logo {
  left: 10px;
  position: absolute;
  top: 28px;
  z-index: 10;
}
#logo a,
#logo img {
  display: block;
}
#pagetitle {
  background: #e3dfcd;
  padding: 30px 0 10px;
}
#pagetitle h1 {
  padding: 9px 0 7px 28px;
}
#pagetitle h1 img {
  display: block;
}
#main {
  background: url(../images/bkg-main.png) top left repeat-y;
  padding: 0 10px 1px;
}
#content {
  margin: 27px 50px 72px 28px;
}
#sidebar {
  display: none;
}
.home #sidebar {
}
#footer {
  background: url(../images/bkg-footer-shadow.png) top left no-repeat;
  clear: both;
  color: #b4b1a1;
  padding: 17px 12px 25px;
}
#footer .links {
  float: left;
  font-size: 83.34%;
  margin: 0;
  width: 650px;
}
#footer .links a {
  color: #b4b1a1;
  margin: 0 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}
#footer .links a:hover {
  text-decoration: underline;
}
#footer .links a.first {
  margin-left: 0;
}
#footer .links a.last {
  margin-right: 0;
}
#footer .copyright {
  float: right;
  font-size: 83.34%;
  margin: 0;
  text-align: right;
  width: 250px;
}
#navigation {
  cursor: default;
  font-size: 83.34%;
  line-height: 1;
  margin: 0;
  text-align: right;
}
#navigation li {
  display: inline;
  margin: 0 0 0 23px;
}
#navigation a {
  background-image: url(../images/menu-all-over.gif);
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: -moz-inline-box;
  display: inline-block;
}
#menu-home a { background-position: 1px 0; }
#menu-films a { background-position: -72px 0; }
#menu-news a { background-position: -147px 0; }
#menu-about a { background-position: -222px 0; }
#menu-contact a { background-position: -306px 0; }

#navigation a img {
}

#navigation a:hover {
  outline: none;
}
#navigation a:hover img { 
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* home page */
.home #main {
  padding: 0;
}
.home #content {
  background: url(../images/bkg-feature.png) top left no-repeat;
  margin: 0;
}
.home #film-banner {
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}
.home #film-banner img {
  border: none;
  display: block;
}
.home #film-banner .slide {
  float: left;
  margin-right: -950px;
  position: relative;
  visibility: hidden;
  width: 950px;
}
.home #content .active {
  visibility: visible;
  z-index: 10;
}
.home #content .last_active {
  z-index: 8;
}

.home #news_etc {
  background: url(../images/bkg-news_etc-repeat.jpg) 1px 0 repeat-y;
  overflow: hidden;
  padding: 0 1px;
}
.home #premiere {
  background: url(../images/bkg-premiere.png) top left no-repeat;
  float: left;
  height: 143px;
  position: relative;
  width: 643px;
}
#premiere_1 {
  left: 10px;
  position: absolute;
  top: 0;
}
#premiere_2 {
  left: 328px;
  position: absolute;
  top: 0;
}
#premiere h2 {
  margin: 0;
  position: absolute;
  top: -2000px;
}
#premiere a {
  display: block;
  width: 310px;
}
#premiere img {
  display: block;
}
.home #news {
  background: url(../images/bkg-news-home-bottom.png) bottom right no-repeat;
  float: right;
  min-height: 134px;
  padding-bottom: 9px;
  width: 325px;
}
.home #news h2 {
  background: url(../images/bkg-news-home-top.png) top right no-repeat;
  margin: 0;
  padding: 9px 18px;
}
.home #news ul {
  font-size: 91.7%;
  margin: 0;
  padding: 0 18px;
}
.home #news li {
  font-weight: bold;
  list-style: none;
  margin-top: 1em;
}
.home #footer {
  background: none;
  padding-top: 12px;
}

/* about / bio pages */
.bio h2 {
  font-size: 100%;
}
.bio h2 strong {
  color: #627c8d;
}
/* contact page */
.contact #content {
  overflow: hidden;
}
.contact_address {
  float: left;
  margin-right: 18px;
  width: 240px;
}
.contact_address h2 {
  color: #627c8d;
  font-size: 100%;
}
.contact_people {
  float: left;
  margin-right: 18px;
  width: 240px;
}
.contact_people ul {
  list-style: none;
  padding-left: 0;
}
.contact_people strong {
  display: block;
  color: #627c8d;
}
.contact_people em {
  display: block;
}
.contact_people a {
}
dl.news {
  overflow: hidden;
}
dl.news dt {
  clear: left;
  float: left;
  font-size: 91.7%;
  margin-top: 2px;
  padding-right: 18px;
  width: 100px;
}
dl.news dd {
  float: left;
  margin-top: 0;
  width: 600px;
}
dl.news dd h3 {
  font-weight: normal;
  margin-top: 0;
}
dl.news dd h3,
dl.news dd h3 a {
  color: #444;
}
/* films page */
.films #main {
  padding-bottom: 0;
}
.films .main_wrap {
  background: url(../images/bkg-film.png) top left repeat-y;
  overflow: hidden;
}
.landingpage .main_wrap {
  background: none;
}
.films #sidebar {
  float: left;
  display: inline;
}
.films #sidebar img {
  display: block;
}
.films #sidebar .img_placeholder {
  background: #e0e5e9;
  width: 306px;
  height: 468px;
}
.films #primary {
  overflow: hidden;
}
.films #pagetitle:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.films #pagetitle h1 {
  float: left;
}
.films #pagetitle .subtitle {
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0;
  padding-left: 28px;
  text-align: center;
  text-transform: uppercase;
  width: 136px;
}
#film_selector {
  float: right;
  margin: 0;
  padding-right: 10px;
}
#film_selector fieldset {
  border: 0 none;
  margin: 0;
  padding: 12px 0 0 0;
  position: relative;
}
#film_selector label {
  display: block;
  left: 0;
  position: absolute;
  top: -18px;
}
.films #content {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 2em;
  padding-left: 28px;
}
.landingpage #content {
  margin-right: 28px;
}
#film_details {
  float: left;
  margin-right: 30px;
  width: 260px;
}
#film_landingpage {
  background: url(../images/bkg-indevelopment.gif) top right repeat-y;
  overflow: hidden;
}
#film_landingpage ul.film_highlights {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  width: 690px;
}
#film_landingpage li.film_details {
  width: 200px;
  float: left;
  margin: 0 0 0 28px;
  padding: 136px 0 36px;
}
#film_landingpage li.first {
  clear: left;
  margin-left: 0;
}
#film_indevelopment {
  float: right;
  padding: 20px 11px;
  width: 178px;
}
#film_indevelopment h2 {
  font-size: 100%;
  margin-top: 0;
  text-transform: uppercase;
}
#film_indevelopment p {
  font-size: 91%;
}
#film_indevelopment ul.film_list {
  list-style: none;
  padding-left: 0;
}
#film_indevelopment ul.film_list li {
  background: url(../images/bullet-chevron.gif) 0 1px no-repeat;
  margin: 0 0 3px 0;
  padding-left: 10px;
}
#film_indevelopment ul.film_list a {
  color: #627c8d;
  font-weight: bold;
}

/* styles for single film display */
.film_desc {
  float: left;
  width: 275px;
}

h2.film_title {
  color: #627c8d;
  font-size: 200%;
  font-weight: normal;
  margin-top: 0;
}
dl.roles {
  margin: 0 0 3em;
}
dl.roles dt {
  color: #999;
  display: inline;
  font-size: 83.34%;
  margin: 0.6em 0.6em 0 0;
  text-transform: uppercase;
}
dl.roles dd {
  color: #444;
  display: inline;
  font-size: 91.67%;
}
p.film_links {
  color: #666;
  font-size: 91.67%;
}
p.film_links a {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}
p.film_links a span {
  text-decoration: underline;
}
p.buttons {
  margin: 2em 0 1em;
}
/* styles for multi-film display - when needed to override single film styles */
#film_landingpage h2.film_title {
  font-size: 150%;
}
h2.film_title a {
  color: #627c8d;
  text-decoration: none;
}
#film_landingpage .film_desc {
  float: none;
  width: auto;
}
.film_thumb {
  background: #e0e5e9;
  position: absolute;
  top: 0;
  width: 200px;
}
.film_thumb a {
  display: block;
  height: 120px;
}
.film_thumb img {
  display: block;
}
.film_highlights .more {
  bottom: 30px;
  margin: 0;
  position: absolute;
}

.newsitem {
  position: relative;
  padding-left: 160px;
}
.newsitem .date {
  position: absolute;
  left: 31px;
  margin: 0.25em 0 0 0;
  top: 0;
  width: 100px;
}
.newsitem .newsitem_content {
}