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

p#counter {
  width: 726px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1.5em;
  margin: 16px auto;
}

p#counter em {
  font-style: normal;
  color: #ffffcc;
}

div#columns,
div#recent_responses {
  width: 770px;
  background: url(/images/layout/columns.png) repeat-y;
  margin: 0 auto;
}
div#recent_responses {
  margin-bottom: 16px;
  padding: 16px 16px 0;
  background: url(/images/layout/clear_bg_2.png);
  overflow: hidden;
}
div#left_col,
div#right_col {
  width: 345px;
  float: left;
  margin: 16px;
}
div#left_col {
  margin-right: 32px;
}
div#recent_questions,
div#rss_button { margin-bottom: 36px; }

div#twitter  { margin-bottom: 9px; }

div#twitter,
div#flickr {
  position: relative;
  clear: both;
}

div#flickr { margin-bottom: 21px; }

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

div#recent_questions dl {
  background: url(/images/layout/clear_bg_locations.png) left bottom no-repeat;
  height: 52px;
  display: block;
  position: relative;
}

div#recent_questions dl dt {
  font-size: 9px;
  line-height: 1em;
  color: #ffffcc;
  text-transform: uppercase;
  font-weight: bold;
}

div#recent_questions dl dd {
  display: block;
  font-size: 12px;
  line-height: 1em;
  width: 148px;
  height: 10px;
  padding-top: 10px;
  padding-bottom: 14px;
  position: absolute;
  bottom: 0;
  background-image: url(/images/layout/chevrons.gif);
  background-repeat: no-repeat;
}

div#recent_questions dl dd a { color: #fff; }

div#recent_questions dl dd.location_1 {
  padding-right: 24px;
  left: 0;
  background-position: 160px center;
  text-align: right;
}

div#recent_questions dl dd.location_2 {
  padding-left: 24px;
  right: 0;
  background-position: -15px center;
  text-align: left;
}

ul#twitter_update_list li {
  padding: 12px;
  background: url(/images/layout/clear_bg_2.png) repeat;
}

ul#twitter_update_list li span a {
  font-size: 12px;
  padding: 0;
  font-style: normal;
  color: #ffffcc;
  display: inline;
} 

ul#twitter_update_list li a {
  font-size: 10px;
  color: #777;
  font-style: italic;
  padding-left: 8px;
  padding-top: 10px;
  display: block;
  text-align: right;
}

div#flickr_wrapper {
  width: 360px;
  line-height: 1em;
}

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

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

a.action_link {
  display: block;
  top: 2px;
  text-transform: uppercase;
  right: 0;
  position: absolute;
  color: #ffffcc;
  font-size: 10px;
  line-height: 1em;
}

div#twitter a.action_link {
  top: 16px;
  right: 6px;
}