html {
background: url('/images/body_background.gif') repeat-x top left #000;
  font-family:georgia;
  color: #FFF;
}

#gimmick {
  color: #999;

  background-color: #333;
  text-align: center;
  font-size: .8em;
  padding: .5em;
}

label {
  display: block;
}

table {
  width: 100%;
}
table thead tr th {
  font-weight: bold;
}

table thead tr { 
  border-bottom: 1px solid #999;
}


#container {
  width: 648px;
  margin: 0 auto;
  background: url('/images/waytop.gif') no-repeat top center #40464c;
  border-left: solid #333 2px;
  border-right: solid #333 2px;  
  padding-top:5px;
}

#container #header {
  background: url('/images/header_background.jpg') #000 no-repeat top center;
  height: 202px;
  position: relative;
}

body#rockersontwitter #container #header {
  background: url('/images/rockers_header_background.jpg') #000 no-repeat top center;
}

body#comediansontwitter #container #header {
  background: url('/images/comedians_header_background.jpg') #000 no-repeat top center;
}


#nav {
  position: absolute;
  left: 420px;
  top: 85px;
}

#nav li a {
  width: 218px;
  height: 18px;
  display: block;
  margin-bottom: 20px;
}

#nav li a span {
  display: none;
}

#nav li a span {
  display: none;
}


/** Rappers Nav **/
#nav li#recent_tweets a {
  background: url('/images/nav/recent.gif') no-repeat top left;
}
#nav li#recent_tweets a:hover {
  background: url('/images/nav/recent.gif') no-repeat 0 -18px;
}

#nav li#list a {
  background: url('/images/nav/list.gif') no-repeat top left;
}
#nav li#list a:hover {
  background: url('/images/nav/list.gif') no-repeat top left;
  background: url('/images/nav/list.gif') no-repeat 0 -18px;  
}
#nav li#suggestions a {
  background: url('/images/nav/suggestions.gif') no-repeat top left;
}
#nav li#suggestions a:hover {
  background: url('/images/nav/suggestions.gif') no-repeat 0 -18px;
}





#container #header h1 {
  display: none;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}


#container #content {
 background: url('/images/content_top.gif') no-repeat top center; 
 padding-top: 15px; 
 min-height: 300px;
}

#tweets {
 
}

#tweets .tweet {
  border-bottom: 1px dotted #666;
  padding: .75em 1em .75em 1em;  
}

#tweets .tweet.odd {
 background-color: #52585f; 
}

#tweets .tweet p.status {
  color: #ffffb7;
}

p {
  margin-bottom: .75em;
}

.byline {
  padding-top: 4px;
}

a {
  color: #999;
}

a:hover {
  color: #666;
}

.byline {
  font-size:0.8em;  
  color: #999;
}

.byline .date {
}

#tweets .tweet p {
  margin: 0;
}

img.profile_image {
  border: 1px solid #333;
  float: left;
  margin-right: 1em;
}


#rappers .rapper {
  border-top: 1px dotted #999;
  padding-top: .75em;
  padding-bottom: .75em;
  overflow: auto;
}
#rappers .rapper p {
  padding: 0;
  margin-bottom: .25em;
  
}
a.name_url {
  color: inherit;
}

.split {
  color: #333;
}

#footer {
  text-align: center;
  background: #40464C url(/images/waytop.gif) repeat-y scroll center top;
  padding: .3em 1em .3em 1em;
  font-size:0.8em;  
  color: #8fa84a;
}

#footer p {
  margin: 0;
}

.permalink a {
text-decoration:none;
}
.permalink a:hover {
text-decoration:underline;
}

#stuff {
  padding: 1em;
}

.meta_data {
  border: 1px solid #999;
  position: absolute;
  z-index: 100;
  padding: 2px 2px 0px 2px;
  background-color: #999;
}

.meta_data_element,
.meta_data_element img {
  z-index: 500;
  padding: 0;
  margin: 0;
}


