body {
  /* background: #000 url(../images/twitter_bg.gif) repeat-y top left; */
}

#header {
  background: #000 url(images/header_bg.jpg) no-repeat top left;
  width: 800px;
  height: 264px;
}

#popup {
  position: absolute;
  z-index: 50;
  width: 200px;
  background: #000;
  padding: 5px;
  text-transform: uppercase;
  border: 1px solid #aaa;
}

#popup table {
  border-collapse: collapse;
  border: none;
  padding: 0;
}

#popup table td {
  vertical-align: top;
  border: none;
  padding: 0;
}

#popup_img {
  padding-right: 5px;
}

#popup_title {
  text-weight: bold;
}

#popup_location {
  
}

#popup_followers {
  
}

#twitter_count {
  text-align: left;
  border-collapse: collapse;
  border: none;
  padding: 0;
}

#twitter_count td {
  vertical-align: top;
  border: none;
  padding: 0;
}

#twitters,
#twitter_table
{
  z-index: 0;
  margin: 0;
  padding: 0;
  background: transparent url(images/player_bg_768x960.jpg) no-repeat top left;
  width: 768px;
  min-height: 960px;
}

#twitter_table.loading {
  background: transparent url(images/ajax-loader.gif) no-repeat top left;
}

#twitters table {
  text-align: left;
  border-collapse: collapse;
  border: none;
  padding: 0;
}

#twitters td {
  text-align: left;
  padding: 0;
}

.fan_count {
  height: 14px;
  width: 200px;
  padding-top: 226px;
  text-decoration: underline;
}

#blakesTweets {
  width:800px;
  height:130px;
  display:block;
  background-color: #000;
  /* border: 1px solid #b72200; */
  padding: 0px;
}

#blakesTweets ul li {
  width:758px;
  height:24px;
  padding:5px;
}

/** Style the tweets */

#blakesTweets ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
}

#blakesTweets span.prefix {
  /* font-weight: bold; */
  height:28px;
  font-size:1em;
  line-height:1em;
}

#blakesTweets span.time {
  /* font-style: italic; */
  color: #b72200;
  height:12px;    
  float:left;
  margin-left:8px;
}

#blakesTweets span.status {
  /* font-style: italic; */
  height:12px;
  margin-top:0px;
  /* float:left; */
  margin-left:8px;
}

/* Lists
-------------------------------------------------------------- */

ul,
ul.menu {
  list-style-position: inside;
  list-style-type: disc;
}

ul.links li {
  padding: 0;
}

/* Pagers
-------------------------------------------------------------- */
.item-list {
  background: #000;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}

ul.pager {
  line-height: 1.667em;
  margin: 1.667em 0;
  font-size: 0.9em;
}

ul.pager a, ul.pager li.pager-current {
  border: 1px solid rgb(64,0,0);
  text-decoration: none;
  margin-right: 3px;
  padding: 3px 6px;
}

ul.pager li.pager-current {
  background: rgb(64,0,0);
  color: #b72200;
}

ul.pager a:link,
ul.pager a:visited {
  color:#b72200;
}

ul.pager a:hover,
ul.pager a:focus,
ul.pager a:active {
  background-color: rgb(64,0,0);
  color: #b72200;
  border: 1px solid rgb(64,0,0);
}

ul.pager span.pager-ellipsis {
  padding: 0 0.5em;
}

.item-list .pager li {
  margin: 0;
  padding: 0;
}
