body {
  background: #0a3a5e url('/images/bg-page.jpg') no-repeat center top;
  font-family: Verdana, sans-serif;
  font-size: .8em;
}

#outer {
  width: 569px;
  margin: 100px auto 0;
  position: relative;
}

#inner {
  margin-bottom: 20px;
  background: #FFF url('/images/bg-inner.png') no-repeat center top;
  border: solid 1px #DCDCDC;
  padding: 110px 15px 15px 15px;
}

.copy {
  color: #FFF;
}

/* click-subscribe */

#click-subscribe {
  width: 190px;
  height: 42px;
  background: url('/images/btn-want-tweets.png');
  position: absolute;
  right: 0;
  top: -50px;
}

/* subscribed */

#subscribed {
  padding: 10px;
  border: solid 1px #C8C8C8;
  margin-bottom: 15px;
}

#subscribed h3 {
  color: #163D51;
  margin-bottom: 5px;
}

/* sort-by */

#sort-by {
  padding: 10px 0;
}

#sort-by li {
  display: inline;
  padding-right: 5px;
}

/* tweets */

#tweets {
  padding: 10px;
  border: solid 1px #C8C8C8;
}

#tweets li {
  border-bottom: solid 1px #EAEAEA;
}

#tweets li.alt {
  background: #F8F8F8;
}

#tweets li.ad {
  text-align: center;
  padding: 10px 0;
}

/* tweet */

#tweets li.tweet {
  height: 100px;
  position: relative;
}

#tweets li.tweet img {
  border: #DCDCDC solid 1px;
  position: absolute;
  top: 10px;
  left: 10px;
}

#tweets li.tweet h2 {
  position: absolute;
  font-weight: normal;
  top: 10px;
  left: 70px;
}

#tweets li.tweet a.name {
  text-transform: uppercase;
  text-decoration: none;
  color: #B1B1B1;
}

#tweets li.tweet a.name:hover {
  text-decoration: underline;
}

#tweets li.tweet .description {
  position: absolute;
  top: 2em;
  left: 70px;
  width: 33%;
}

#tweets li.tweet .follow {
  font-size: 0;
  text-indent: -999em;
  display: block;
  background: url('/images/btn-follow.png') no-repeat;
  width: 49px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 65px;
}

#tweets li.tweet .divider {
  display: block;
  background: url('/images/divider.png') repeat;
  overflow: hidden;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 2em;
  bottom: 10px;
}

#tweets li.tweet .tweet {
  position: absolute;
  top: 2em;
  right: 10px;
  width: 45%;
}

#tweets li.tweet .retweet {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#tweets li.tweet .retweet .icn-retweet {
  position: absolute;
  width: 25px;
  height: 16px;
  overflow: hidden;
  left: -30px;
  top: 0px;
  background: url('/images/icn-retweet.png') no-repeat;
}
