html {
  text-align: center;
}
body {
  background-color: #E0E0E0;
  color: #36373B;
  font-family:  'Trebuchet MS', Helvetica, sans-serif
}
#body {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  width: 98%;
  margin: 0 auto;
  text-align: left;
}
h1 {
  margin: 0 0 .8em 0;
  padding: .8em 0 0 0;
  font-size: xx-large;
}
#header {
  height: 60px;
}
#search {
  padding-top: 10px;
  float: right;
}
.third {
  clear: left;
}
.feed {
  margin-top: .9em;
  margin-bottom: 1em;
  width: 30%;
  float: left;
  margin-right: 2%;
}
.feed h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.feed h2 a {
  color: #36373B;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  line-height: 2em;
}
.items {
  margin: 0;
  padding: 0;
}
.items li {
  margin: 0;
  padding: 2px 0 2px 0;
  width: 100%;
  list-style-type: none;
  text-indent: 0;
  border-bottom: 1px solid #444;
  line-height: 1em;
  clear: both;
}
.items a {
  color: #36373B;
  text-decoration: none;
  font-size: small;
  line-height: 1em;
  position: relative;
  z-index: 24;
}
.items a:visited {
  color: #444 !important;
}
.items a:hover {
  z-index: 25;
}
#leaderboard {
  text-align: center;
  clear: both;
  padding-top: .9em;
}
#leaderboard iframe {
  margin: 0 auto;
}
#footer {
  margin-top: 1em;
  clear: both;
  text-align: center;
  font-size: 90%;

}
.items li a .desc {
  width: 100%;
  position: center;
  top: 40px;
  left: 20px;
  border: .5px solid #808000;
  background-color: #FFFFFF;
  color: #000;
  text-align: left;
  font-size: small;
}