/*  Stylesheet for twosheds.com  */

body {
  color: #000000;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

textarea, input {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}

ul {
  margin: 1px;
  margin-left: 15px;
  padding: 1px;
}

/*  For links ...  */
a:link {
  color: #0000ee;
  text-decoration: none;
}
a:visited {
  color: #551abb;
  text-decoration: none;
}
a:active {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*  For page title  */
.title {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

/*  For subtitle above table on main page  */
td.tableheader {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

/*  For town name subheadings on main page  */
td.town {
  font-weight: bold;
}

/*  For "Last Post" column header  */
td.lastpost {
  font-size: .6em;
  text-align: center;
}

/*  Make text red  */
.red {
  color: #ff0000;
  text-align: right;
}

/*  Special for the ClubChat file date line, if there are new posts  */
.plain {
  font-size: .7em;
  font-weight: normal;
}
.newposts {
  font-size: .7em;
  font-weight: normal;
  color: #ff0000;
}

/*  Slightly larger font for the other fun stuff section of the main page table  */
td.funstuff {
  font-size: 1em;
  font-weight: bold;
}

td.term {
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}

td.definition {
  padding-left: 10px;
}

a.indent30 {
  padding-left: 30px;
}

.searchForm {
  padding-left: 30px;
}

.small {
  font-size: .8em;
}

.tiny {
  font-size: .7em;
}
