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

div#film_wrapper {
  width: 770px;
  height: 433px;
  background: url(/images/layout/loading.gif) 50% 50% no-repeat;
}

div#columns {
  width: 770px;
  margin: 16px auto 0 auto;
}

div#left_col {
  float: left;
  width: 508px;
  padding: 16px 16px 0 16px;
  background: url(/images/layout/clear_bg_1.png) repeat;
}

div#right_col {
  float: right;
  width: 214px;
}

div#location_story,
div#audio_tracks { margin-bottom: 36px; }

div#location_story p { margin-bottom: 12px; }

div#location_story p a { color: #ffffcc; }

div#flickr,
p#question_also_asked_in {
  background: url(/images/layout/clear_bg_1.png) repeat;
  margin-bottom: 16px;
  position: relative;
}

div#twitter {
  background: url(/images/layout/clear_bg_1.png) repeat;
  position: relative;
}

div#twitter ul li { padding-bottom: 0; }

div#twitter p {
  font-size: 9px;
  line-height: 1.35em;
  color: #ffffcc;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

div#twitter span a { color: #ffffcc; }

div#twitter a { color: #888; }

div#twitter { padding: 16px 16px 36px 16px; }

div#flickr { padding: 16px 0 26px 16px; }

div#flickr_wrapper a img { padding: 0 16px 16px 5px; }

div#flickr a.action_link,
div#twitter a.action_link {
  display: block;
  bottom: 16px;
  text-transform: uppercase;
  right: 16px;
  position: absolute;
  color: #ffffcc;
  font-size: 10px;
  line-height: 1em;
}

div#rss_button {
  padding: 0 16px 16px 16px;
  background: url(/images/layout/clear_bg_1.png) repeat;
}

div#rss_button a {
  width: 182px;
  height: 42px;
  text-indent: -9999em;
  background: url(/images/layout/rss_small.gif) 0 0 no-repeat;
  display: block;
}

p#question_also_asked_in {
  padding: 16px;
  font-size: 18px;
  line-height: 1.35em;
  color: #53bbf0;
  font-weight: normal;
  text-transform: uppercase;
}

p#question_also_asked_in a { color: #ffffcc; }

p#question_also_asked_in span { color: #fff; }

div#location_responses div.errorExplanation {
  color: red;
}

div#location_responses div.errorExplanation ul {
  list-style-type: disc;
  font-size: 11px;
  padding-left: 18px;
  padding-bottom: 18px;
}