@import url('reset.css');
@import url('topnav.css');

body {
  font: 0.75em/1.4 arial, sans-serif;
}

#wrapper {
  max-width: 960px;
  min-width: 760px;
  margin: 0 auto;
}

#search {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 160px;
}

#search h1 {
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 16px;
  margin-right: 140px;
}

#search_box {
  float: right;
  margin: 60px 20px 0 0;
  text-align: right;
}

#statsLinks {
  text-align:center;
  margin-top: 40px;
    color: #aaa;
    opacity: 0.8;
}


#search_box .s_field {
  font-size: 1.4em;
  border: 1px solid #ccc;
  width: 340px;
  padding: 6px;
  vertical-align: bottom;
}

#search_box .s_button {
  border: none;
  background: transparent;
  font-size: 1.5em;
  cursor: pointer;
  vertical-align: bottom;
}

#search_box a {
  float: right;
}

#search_box .opts {
  text-align: left;
  margin: 3px 80px 0 -4px;
  font-size: 0.95em;
  width: 350px;
}

#footer {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  color: #aaa;
  font-size: 12px;
  opacity: 0.8;
}

#footer ul.links {
  list-style: none;
  display: inline;
}

#footer li {
  display: inline;
  padding: 14px;
}

#footer p {
  margin: 12px 0;
}

#footer p.info {
  margin-top: 30px;
}

#sponsors {
  margin-bottom: 40px;
}
