body {
  font-family:"Helvetica Neue",Helvetica, Arial,"Lucida Grande",sans-serif;
  background-color:#d5d6d7;
  color:#333;
  text-align:center;
  width:640px;
  margin:0 auto;
}

a {
  text-decoration:none;
}

a img {
  border:0px;
}

div.centered {
  margin:0 auto;
}

/* header */
div.header {
  width:620px;
}

div.header-logo {
}

div.nav-buttons {
  padding:5px;
  text-shadow: 2px 2px 2px black;
}

div.nav-buttons a.nav-button {
  background-color:midnightblue;
  color:#d5d6d7;
  font-size:20px;
  font-weight:bold;
  padding:5px;
  box-shadow: 0 0 10px gray;
}

div.nav-buttons a.nav-button-selected {
  color:deepskyblue;
}

/* footer */
div.footer {
  width:620px;
}

/* content */
div.content {
  width:620px;
}

div.movie-list {
  width:560px;
  text-align:left;
}

div.movie-list img.movie-poster {
  margin:3px;
  box-shadow: 0 0 10px gray;
}

div.movie-list h2 {
  color:#d5d6d7;
  background-color:slategray;
  box-shadow: 0 0 10px gray;
  width:550px;
  padding:5px;
  text-shadow: 2px 2px 2px black;
  margin:5px 0;
}

div.movie-summary {
  width:590px;
  text-align:justify;
  padding:10px;
  margin:5px;
  background-color:whitesmoke;
  background:url('//static.hd-trailers.net/images/mobile/lightpaperfibers.png');
  box-shadow: 0 0 10px gray;
  min-height:203px;
  height:auto !important;
  height:203px;
}

div.movie-summary h1 {
  margin-top:0px;
  text-shadow: 2px 2px 2px gray;
}

div.movie-summary img.movie-poster {
  float:left;
  margin:0 10px 10px 0;
  box-shadow: 2px 2px 2px gray;
}

div.summary-buffer {
  clear:both;
}

div.videos {
  margin:5px;
  padding:10px;
  background-color:whitesmoke;
  background:url('//static.hd-trailers.net/images/mobile/lightpaperfibers.png');
  box-shadow: 0 0 10px gray;
}

table.clips {
  width:590px;
}

table.clips td {
  padding:3px;
}

table.clips td.date {
  width:90px;
}

table.clips td.trailer-name {
  text-align:right;
  padding-right:10px;
}

table.clips td.video-clip,
table.clips td.video-clip-empty {
  text-align:center;
  width:70px;
}

table.clips td.video-clip {
  background-color:midnightblue;
  text-shadow: 2px 2px 2px black;
  box-shadow: 2px 2px 2px gray;
}

table.clips td.video-clip a {
  color:#d5d6d7;
  font-size:20px;
  font-weight:bold;
}

table.clips td.source {
  width:20px;
  text-align:center;
}

/* facebook */
div.facebook {
  width:590px;
  text-align:left;
  padding:10px;
  margin:20px 5px 5px 5px;
  background-color:whitesmoke;
  background:url('//static.hd-trailers.net/images/mobile/lightpaperfibers.png');
  box-shadow: 0 0 10px gray;
  min-height:100px;
  height:auto !important;
  height:100px;
}

div.fb-like {
  margin-bottom: 10px;
  margin-top: 5px;
}

/* ads */
div.mobile-top-win,
div.mobile-center-win,
div.mobile-bottom-win {
  margin:10px auto;
  height:60px;
}
