@charset "UTF-8";

html, body {
  color: white;
  background-color: black;
}

table.layout {
  height: 100%;
  width: 100%;
}

td.layout {
  padding: 20px;
}

div.layout {
  width: 960px;
  margin: auto;
  background-repeat: no-repeat;
}

div.layout.bg.sharp {
  background-image: url('../images/bg-sharp-showtimes.jpg');
}

div.layout.bg.blur {
  background-image: url('../images/bg-blur.jpg');
}

div#main {
  height: 538px;
  border: 1px solid white;
}

ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg-replace {
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.loading {
  background: url('../images/spinner.gif') no-repeat center center;
}

p {
  font-size: 16px;
}

#main a {
  text-decoration: underline;  
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

/* footer styles */
 
div#footer {
  margin-top: 10px;
}

div#footer img {
  margin-right: 10px;
}

div#sp {
  float: left;
}

div#fb {
  margin-left: 50px;
  float: left;
}

#footer ul.nav {
  float: right;
}

#footer ul.nav li {
  margin: 0 0 0 0;
  padding: 0 4px 0 4px;
  float: left;
  border-right: 1px dotted white;
}

#footer ul.nav li.last {
  border-right: 0;
  padding-right: 0;
}

#bs {
  clear: right;
  float: right;
  font-size: 80%;
  color: #666;
}

#bs a {
  color: #666;
}

/* common styles for content pages */

.shadow {
  text-shadow: black 1px 1px 0px;
}

div.h1-underlay {
  position: absolute;
  height: 50px;
  width: 960px;
  top: 50px;
  background-color: white;
  opacity: 0.25;
}

h1.bg-replace {
  position: absolute;
  height: 0px;
  width: 960px;
  top: 50px;
  background-position: top center;
  padding-top: 50px;
  z-index: 2;
}

/* back link for content pages */

ul.nav.back {
  position: absolute;
  top: 60px;
  z-index: 3;
}

ul.nav.back li a {
  background-image: url('../images/nav/arrows-30.png');
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  outline: none;
  background-repeat: no-repeat;
}

ul.nav.back a, ul.nav.back a:visited {
  background-position: 0px 0px;
}

ul.nav.back a:hover, ul.nav.back a:active {
  background-position: 0px -30px;
}

/* image gallery */

div.gallery {
  position: absolute;
  height: 300px;
  width: 720px;
  top: 180px;
  margin: 0 120px;
  text-align: center;
  overflow: hidden;
  text-shadow: black 1px 1px 0px;
}

div.gallery .item {
  display: inline-block;
  height: 300px;
  margin: 0 30px;
}

div.gallery .item .image {
  border: 1px solid white;
}

div.gallery .credit {
  font-style: italic;
  font-size: 80%;
}

div.gallery-help {
  position: absolute;
  width: 958px;
  top: 480px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-shadow: black 1px 1px 0px;
}

/* scroll buttons */

a.scroll {  
  position: absolute;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  outline: none;
  background: none;
  background-image: url('../images/nav/arrows-30.png');
}

a.scroll.left {
  display: none;
  background-position: 0px 0px;
}

a.scroll.left:hover, a.scroll.left:active {
  background-position: 0px -30px;
}

a.scroll.right {
  display: none;
  background-position: -60px 0px;
}

a.scroll.right:hover, a.scroll.right:active {
  background-position: -60px -30px;
}

a.scroll.up {
  display: none;
  background-position: -30px 0px;
}

a.scroll.up:hover, a.scroll.up:active {
  background-position: -30px -30px;
}

a.scroll.down {
  display: none;
  background-position: -90px 0px;
}

a.scroll.down:hover, a.scroll.down:active {
  background-position: -90px -30px;
}

/* for trailer pages (and other video-embed pages) */
div.video {
  position: absolute;
  top: 135px;
  height: 385px;
  width: 640px;
  margin: 0px 160px;
  overflow: hidden;
}
