/* Copyright (C) 2008 Crush & Lovely */

div.featured_question, div#film {
  margin-bottom: 16px;
  width: 100%;
  background: url(/images/video/bg.png) repeat;
}

div#featured_question_contents {
  width: 786px;
  margin: 0 auto;
  padding: 24px 0 0 16px;
}

div#featured_question_contents div {
  width: 252px;
  float: left;
  padding: 0;
  margin-right: 10px;
  display: block;
  clear: none;
  position: relative;
}
div#featured_question_contents div#header-content {
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
}
div#featured_question_contents div#header-content h2 {
  margin: 0 0 4px;
}
div#featured_question_contents div#header-content h2 span {
  display: inline;
}
div#featured_question_contents div#header-content p#counter {
  margin: 0 16px 0 0;
  padding: 0 0 20px;
  width: auto;
  font-size: 12px;
}
div#featured_question_contents div#most-recent-video {
  width: auto;
  float: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 0;
}
div#featured_question_contents div#most-recent-video img {
  width: 750px;
}
div#featured_question_contents div#most-recent-video .num_responses {
  line-height: 1.5em;
}

div#featured_question_contents div a:hover { text-decoration: none; }

div#featured_question_contents div a,
div#featured_question_contents div span { display: block; }

div#featured_question_contents div img {
  padding: 10px;
  width: 232px;
  background: url(/images/layout/clear_bg_1.png) repeat;
}

div#featured_question_contents div span.question,
div#featured_question_contents div span.location {
  color: #ffc;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.25em;
  margin-top: 6px;
}
div#featured_question_contents div span.location {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  text-transform: none;
}

div#featured_question_contents div span.num_responses {
  position: absolute;
  top: 48px;
  left: 10px;
  background: url(/images/layout/clear_bg_2.png) repeat;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #fff;
  width: 92px;
  padding: 0 0 4px 0;
  display: block;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 1px;
}

div#featured_question_contents div span.num_responses span {
  display: block;  
  background: url(/images/layout/clear_bg_2.png) repeat;
  width: 92px;
  padding: 6px 0;
  margin-bottom: 2px;
  font-size: 18px;
  color: #ffffcc;
}

/* Individual video page */

div#film_contents {
  width: 770px;
  margin: 0 auto;
  padding: 24px 0 53px 0;
  position: relative;
}

div#film_contents div#share_button a {
  position: absolute;
  bottom: 17px;
  left: 0;
}

div#film_contents div#ipod a {
  width: 162px;
  height: 24px;
  background: url(/images/video/ipod.gif) 0 0 no-repeat;
  bottom: 17px;
  right: 0;
  position: absolute;
  text-indent: -9999em;
}

div#film_wrapper { margin-top: 4px; }