#container {
  margin: 0px auto;
  width: 960px;
  font-family: "Helvetica Neue", "Helvetica";
  color: #222222; }

#prompt {
  margin: 0px auto;
  width: 600px; }
  #prompt #search-field {
    width: 480px; }
  #prompt #search-button {
    margin-left: 10px; }

#threads {
  margin-top: 15px; }
  #threads .thread.odd {
    background-color: #e3e3e3; }
  #threads .thread {
    padding: 5px;
    padding-left: 10px; }
    #threads .thread table {
      width: 100%; }
      #threads .thread table .subject {
        width: 40%; }
      #threads .thread table .poster, #threads .thread table .latest_poster, #threads .thread table .reply_count {
        width: 20%; }
