ul#everything {
  margin: 0;
  padding: 0 0 41px 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

ul#everything h3 {
  color: #fff;
  padding: 3px 0 3px 8px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 0.9em;
}

ul#everything p.summary {
  line-height: 1.3em;
}

li.results,
li.fixtures,
li.latest-news {
  width: 185px;
  float: left;
  overflow: hidden;
  margin: 0 10px 5px 0;
}

li.results ul,
li.fixtures ul,
li.latest-news ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

li.results ul li,
li.fixtures ul li,
li.latest-news ul li {
  margin: 0 0 10px 0;
}

ul#everything h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

ul#everything h4 a {
  color: #0c3c00;
  text-decoration: none;
}

ul#everything a.baselink {
  position: absolute;
  bottom: 0;
  background: url(/img/landingpage-baselink.gif) center right no-repeat #929292;
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px 0 0;
  margin: 0;
  width: 160px;
  line-height: 1.8em;
  height: 1.8em;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  border: 1px solid #929292;
}

ul#everything h4 a:hover {
  color: #2d4d21;
}

a.more {
  color: #598208;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
a.more span {
  width: 14px;
  background: url(/img/landingpage-more-bullet.gif) right no-repeat;
  display: inline-block;
}
div.latest {
  padding-bottom: 21px;
  overflow: hidden;
}