/* Layout and style */

html {
  background: #534741;
  font-family: georgia;
}

body {
  width: 1000px;
  margin: 0 auto;
}

#header, #content, #footer {
  float: left;
}

#logo {
  display: block;
  width: 320px;
  background: red;
  height: 156px;
  float: left;
  background: url(/images/logo.gif) no-repeat;
}

#logo span {
  display: none;
}

#header {
  position: relative;
  width: 1000px;
}

#login {
  position: absolute;
  top: 40px;
  right: 0px;
  text-align: right;
  width: 500px
}

#login span {
  width: 400px;
  display: block;
  float: left;
  padding: 10px;
  color: white;
}

#login span em {
  color: #ff00ff;
}

#navigation {
  display: block;
  margin-left: 400px;
  width: 588px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#navigation a {
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  width: 125px;
  float: left;
  background: url(/images/menu.png) bottom left;
  border-left: 1px solid #C6A289;
  border-top: 1px solid #C6A289;
  border-right: 1px solid #5E4C3F;
}

#navigation a:hover {
  background-position: top left;
}

#navigation a.selected {
  background: white;
  color: #333;
  border-color: white;
}

#wrapper {
  background: white;
  width: 1000px;
  display: block;
  float: left;
  font-style: italic;  
}

#content {
  background: white;
  padding: 10px 40px 40px 40px;
  width: 920px;
}

.green {
  color: green;
}

.red {
  color: red;
}

/* Buttons */

.button {
  line-height: 2.5;
  background: #ff00ff;
  padding: 8px;
  color: white !important;
  text-decoration: none !important;
  font-style: italic;
  font-size: 15px;
  border-top: 1px solid #ff99ff;
  border-left: 1px solid #ff99ff;
  border-right: 1px solid #cc00cc;
  border-bottom: 1px solid #cc00cc;
}

.button.vote {
  float: left;
  border: none;
}

.inline.button {
  float: none;
  clear: none;
  display: inline;
}

.button.spammer {
  background: red;
}

.button.notsure {
    margin-bottom: 20px;
    background-color: grey;
}

.button.nonspammer {
  background: #18BF17;
  clear: both;
}

.huge {
  width: 280px;
  height: 50px;
  margin: 20px auto;
  display: block;
}

.button.inline.huge {

  display: block;
  clear: none;
  margin: 0;
}


/* Text */

h2 {
  font-size: 32px;
  line-height: 2;
  padding-top: 10px;
  margin-bottom: 10px;
}

h2 .name {
  color: #ff00ff;
}

p, .p {
  padding: 5px 0;
}

#content li {
  line-height: 1.6;
}

#content a {
  color: #ff00ff;
}

#content.thin {
  width: 626px;
  border-right: 1px solid #C6A289;
}

span.blocked {
  color: #aaa;
}
span.nonblocked {
  color: #666;
}

#footer {
  width: 100%;
}

#footer a {
  color: #8F7D74;
  float: right;
  display: block;
  padding: 10px;
}
#footer a:hover {
  color: #CFB5A8
}

.score {
  
}

.centered {
  text-align: center;
}

.negative {
  color: red;
  opacity: 0.5;
}

.positive {
  color: #00ff00;
  opacity: 0.5;
}

#rhs {
  float: right;
  width: 240px;
  padding-left: 10px;
  background: white;
  padding: 10px 20px 40px 20px;
  margin-right: 5px;
}

#rhs h2 {
  text-align: center;
  width: 100%;
}

#rhs .button {
  width: 220px;
  margin-left: 10px;
  float: none !important;
}

#rhs span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3
}

#rhs ul {
  display: block;
  margin-left: 20px;
}

#rhs ul li {
  text-align: center;
  padding: 2px 10px;
  border-bottom: 1px solid white;
  color: white;
}

#rhs ul li.spammer {
  background: #FFAFAF;
  color: #333;
}

#rhs ul li.nonspammer {
  background: #96EF95;
  color: #666;
}

#rhs p {

}

.tweets li {
  padding: 10px;
  float: none;
  width: 590px;
}

.tweets li.even {
  background: #eee;
}

.avatar {
  width: 48px;
  height: 48px;
  background: #ff00ff;
  float: left;
  margin: 8px 20px 0 0;
}

ul.list {
  float: left;
  width: 300px;
}

#pagination {
  float: left;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.example {
  background: #ccc;
  width: 500px !important;
  margin: 10px auto;
}