body {
  background-image: url('/images/front-bg.gif');
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #444;
}

a {
  text-decoration:none;
  color:#444;
}

a:hover{
  text-decoration:underline;
}

#header {
  height: 100px;
  background-color: #DDEEF6;
}

#header-img {
  height: 150px;
  width: 660px;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/main_logo_v1.png');
  background-repeat: no-repeat;
}


#container {
  width: 950px;
  margin: 0 auto 0 auto;
}

#leaderboard {
  background-color: #b3d6e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
  width: 450px;
  margin: 30px;
  float: left;
}

#leaderboard .leaderboard-title {
  margin-top: 0;
  text-align: center;
}

#leaderboard .tweet-container {
  background-color: #d7e6ed;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 16px;
  margin-top: 32px;
  
}

#leaderboard .tweet-pic {
  margin-right: 16px;
  float: left;
}


#leaderboard .tweet-message {
  
}

#leaderboard .tweet-message a:link {
  text-decoration: none;
  color: #117b9f;
}

#leaderboard .tweet-message a:hover {
  text-decoration: underline;
}

#leaderboard .tweet-message a:visited {
  color: #117b9f;
  text-decoration: none;
}


#leaderboard .tweet-username {
  font-size: 1em;
}

#leaderboard .tweet-message-text {
  font-size: 1.3em;
}

#leaderboard .tweet-views {
  float: right;
  background-image: url('/images/badge15.png');
  color: white;
  margin-top: -45px;
  margin-right: -20px;
  width: 191px;
  height: 59px;
}

#leaderboard .tweet-views-container {
  margin-top: 15px;
  margin-left: 15px;
}

#leaderboard .tweet-views-number {
  font-size: 1.8em;
}

/* fake tweet input form */
#faketweet-form {
  width: 350px;
  margin: 30px;
  float: left;
}


#tweetLength {
  font-size: 0.8em;
  color: gray;
  margin: 5px;
}

.faketweet-field {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topright:5px;
  -x-system-font:none;
  background:#FFFFFF none repeat scroll 0 0;
  border-color:#EEEEEE;
  border-style:solid;
  border-width:1px 0 1px 1px;
  font-family:Helvetica,Arial,Sans-serif;
  font-size:18px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline-width:0;
  padding:8px 10px;
  width:330px;
}

#faketweet-button-container {

  margin: 25px auto 0 auto;
}

.faketweet-button {
  -moz-border-radius:5px;
  -moz-border-radius:5px;
  -x-system-font:none;
  background:#FFFFFF none repeat scroll 0 0;
  border-color:#EEEEEE;
  border-style:solid;
  border-width:1px 0 1px 1px;
  font-family:Helvetica,Arial,Sans-serif;
  font-size:32px;
  padding: 10px;
  font-weight: bold;
  margin: 0 auto 0 auto;
}

#advanced-link {
  margin-top: 5px;
}

#advanced-link a {
  font-size: 0.7em;
  text-decoration: none;
  color: #7fa0ab;
}

#advanced-options {
  text-align: center;
  display: none;
  font-size: 0.7em;
  padding: 10px;
}

body div#container.retweet{
  width:500px;
  margin:auto;
}

a.leader {
  width:130px;
  display:inline-block;
}

