/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/1.3em Arial, Helvetica, sans-serif;
	color: #00;
	background: #FFF;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	outline: none;
	text-decoration: underline;
	color: #000;
}

a:hover {
  text-decoration: none;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

h1 {
  text-indent: -100em;
  height: 628px;
  background: #fff url(../images/site/header.jpg) no-repeat top left;
  margin: 0 0 5px 0;
}

h2 {
}

h3, h4 {
  text-indent: -100em;
  height: 22px;
  background-color: transparent;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

h5 {
  margin-bottom: 1em;
  margin-top: 2em;
}

h3 + h5 {
  margin-top: 0px;
}

/* layout */

#container {
  width: 958px;
  margin: 0 auto;
  position: relative;
}

#container div {
  margin: 0 0 5px 0;
  overflow: hidden;
  position: relative;
  width: 758px;
  padding: 140px 100px 60px 100px;
}

#container div div {
  margin: 0 0 0 0;
  float: left;
  width: 45%;
  outline: 0px solid pink;
  padding: 0 10% 0 0;
  font: 14px/1.3em Arial, Helvetica, sans-serif;
}

#container div div div,
#container div div.second-tier {
  padding-right: 0;
  font: 12px/1.3em Arial, Helvetica, sans-serif;
}

#container #synopsis {
  background: #ffc700 url(../images/site/synopsis.gif) no-repeat 100px 60px;
  padding-bottom: 40px;
  min-height: 400px;
}

#container #stills {
  background: black;
  position: relative;
  padding-top: 100px;
  padding-bottom: 85px;
}

#container #bios {
  background: #3eaeff;
}

#container #news {
  background: #ff5398;
  margin-bottom: 0;
}

#overlay {
  display: none;
}

/* top */

#play-trailer {
  position: absolute;
  top: 420px;
  left: 700px;
  text-indent: -100em;
  width: 112px;
  height: 112px;
  background: transparent url(../images/site/play_button.png) no-repeat bottom left;
}

a#play-trailer:hover {
  background-position: top left;
}

/* stills */

#stills #slideshow {
  width: 750px;
  overflow: hidden;
  border: 5px solid #fff;
  background: #fff;
  padding: 0 0;
  margin-bottom: 20px
}

#stills a {
    color: #fff;
}

#stills #slideshow ol {
  width: 100000px;
  overflow: hidden;
  margin-left: -2299px;
}

#stills #slideshow ol li {
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#stills #slideshow ol li img {
  display: block;
}

#previous,
#next {
  height: 17px;
  width: 100px;
  background-position: top left;
  background-color: #000;
  background-repeat: no-repeat;
  text-indent: -100em;
  display: block;
  position: absolute;
  top: 106px;
  left: 810px;
  z-index: 10000;
  
}

#previous {
  background-image: url(../images/site/button_stills-previous.gif);
  left: 350px;
}

#next {
  background-image: url(../images/site/button_stills-next.gif);
}

a#previous:hover,
a#next:hover,
a#previous.inactive,
a#next.inactive {
  background-position: bottom left;
}

a#previous.inactive,
a#next.inactive {
  cursor: default;
}

/* sysnopsis */

#synopsis p {
  display: none;
}

#synopsis div {
  min-height: 470px;
  margin-bottom: 40px !important;
}

#synopsis div.second-tier div {
  width: 45%;
  padding-right: 10%;
}

#synopsis div.second-tier div.second-tier {
  padding-right: 0;
} 



#synopsis h4 {
  margin-top: 15px;
}

#synopsis img {
  float: left;
  display: block;
  clear: both;
}

#synopsis ol li {
  margin-bottom: .5em;
}

/* bios */

#bios a {
	margin-top: 40px;
  text-indent: -100em;
  overflow: hidden;
  height: 17px;
  display: block;
  background: transparent url(../images/site/button_bios-contact.gif) no-repeat top left;
}

#bios a:hover {
  background-position: bottom left;
}

/* headers */

#stills h3 {
  background-image: url(../images/site/hed_stills.gif);
  margin-bottom: 30px;
}

#bios h3 {
  background-image: url(../images/site/hed_director-bio.gif);
  height: 55px;
}

#bios h4.mark {
  background-image: url(../images/site/hed_producer-bio.gif);
}

#bios h4.william {
  background-image: url(../images/site/hed_william-bio.gif);
}

#news h3 {
  background-image: url(../images/site/hed_news-screenings.gif);
  height: 29px;
  margin-bottom: 8px;
}

#news h4 {
  background-image: url(../images/site/hed_press.gif);
}

h4#starring {
  background-image: url(../images/site/hed_starring.gif);
}

h4#credits {
  background-image: url(../images/site/hed_key-credits.gif);
}

.tip {
  background: transparent url(../images/site/whiteish.png);
  width: 200px;
  padding: 5px 10px;
    font: 11px/1.3em Arial, Helvetica, sans-serif;
}
