#wrapper {
	font-size: 9pt;
	line-height: 12pt;
	font-family: Arial,Helvetica,Verdana, sans-serif;
	color: #333;
	background: transparent;
	position: relative;
	width:435px;
}

h2 {
  font-size:16pt;
  font-family:Arial, Helvetica, Verdana, sans-serif;
  color:#003766;
  font-weight:lighter;
  float:left;
}

.rules-link {
  float:right;
  padding-top:0px;
}

div.columnheading {
  border-bottom:1px solid #333;
  height:30px;
  margin-top:15px;
}

a,
a:link {
	font-weight: bold;
	color: #000020;
}
a:hover{color:#fff;}

ul,
ul li {
	list-style-type: none;
}

/* Twitter client
----------------------------------------------------------------------------*/

#twitter-area {
	clear: both;
	margin: 0;
}

a#tw-donate {
	float: right;
}

div.tweet {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #000020;
	clear: both;
}

div.tweet img {
	float: left;
	margin: 0 5px 5px 0px;
}

div.tweet p {
	margin-left: 60px;
	margin-bottom: 3px;
}

div.tweet p.controls {
  font-size:9px;
}

div#twidgets_sayfie {
	margin: 0;
	padding-top: 20px;
}

div#twidgets_sayfie a {
	display: block;
	height: 21px;
	float: left;
}

div#twidgets_sayfie a#tw_tweet_this_sayfie {
	background: url('images/tweet-this-btn.gif') no-repeat left top;
	float: right;
	width: 85px;
	height: 26px;
}

div#twidgets_sayfie a#tw_next_sayfie {
	background: url('images/prev.gif') no-repeat left top;
	width: 26px;
}

div#twidgets_sayfie a#tw_prev_sayfie {
	background: url('images/next.gif') no-repeat left top;
	width: 27px;
}

/* The top posters area
------------------------------------------------------*/
div#stats {
	clear: both;
	padding-top: 10px;
}

div#stats img {
  float: none;
}

div#top-posters {
	width: 360px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

div#top-posters h2 {
	font-size: 120%;
	padding-bottom: 10px;
	color: #003366;
}

ul#carousel {}

li.tile {
	width: 120px;
	float: left;
	text-align: center;
}

div.top-tweet {
	width: 120px;
}

div.top-tweet img {
	display: block;
}

div.top-tweet p {}

span.disclaimer-box {
	padding: 5px 10px;
	border: 1px solid #333;
}

div.spinner {
	background: url('images/spinner.gif') no-repeat center 50px;
	width: 100%;
	height: 200px;
}

/* Handling retweets
----------------------------------------------------------------------------*/
div.retweet {
  padding-bottom: 0;
}

div.retweet-stats img {
  float:none;
  display: inline;
}

.placeholder,
.retweet-count {
  display:block;

  float: left;
  height:16px;
}

#tweets .retweet-count {
  text-align:left;
  height:19px;
  padding-top:3px;
}

.placeholder {
  width:60px;
  margin-right:5px;
  border-right:1px solid #333;
}

.top-tweets-count {
  float:left;
  width:200px;
}

div.retweet-stats img {
  margin:1px;
}

div.retweet-persona {
  border-right:1px solid #333;
  margin-left:60px;
}

.retweet-persona .retweeter-image {
  height:20px;
  margin-left:2px;
  margin-right:2px;
}

.retweet-persona span {
  float: left;
}

div.tweet div.retweeter-persona p {
  margin-left: 0;
  margin-bottom: 0;
}

div.tweet div.retweeter-persona p.retweeted-time {
  line-height:10px;
  font-size: 8px;
}

div.retweeter-persona p.screen-name {
  text-decoration: underline;
  line-height:10px;
  font-size:9px;
}

div.retweet-stats span.reach-score {
  display:block;
  float:right;
  padding-top:3px;
}

#top_retweets .retweet-stats span.reach-score {
  padding-top: 0;
  margin-left: 20px;
}

div#error_explanation h2 {
  display: block;
  float: none;
}

div#error_explanation li {
  list-style-position: inside;
}

#loungeList {
    margin-left: auto;
    margin-right: auto;
}

.centered {
    text-align: center;
    margin-bottom: 5px;
}

.navlist {
    text-align: center;
}

.navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#footer {
    margin-top: 5px;
}

/* Catchalls
----------------------------------------------------------------------------*/
.hidden {
	display: none;
}

.clear {
	clear: both;
}

/* Development */
table{border-collapse:collapse;}
tr td{border:1px solid #eee;padding:5px;}
tr.failed td,tr.failed td a{background-color:#f9f9f9;color:#aaa;}
tr.banned td,tr.banned td a{background-color:#ffe8e8;color:#fe6969;}
