/*
 * Copyright (c) 2004-2012
 * Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.  
 * 
 * This work is licensed under the Creative Commons Attribution License.
 * To view a copy of this license, visit
 * http://creativecommons.org/licenses/by/2.0/ or send a letter to
 * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
 * USA.
 */

body {
  color: black;
  background: rgb(140,120,120);
  font-family: times new roman, times, serif;
  margin: 0;
}
img {
  border: none;
}
#translations {
  margin: 0;
  padding: 0 0.5em;
  background: white;
}
#translations p {
  margin: 0.25em 0;
  text-align: right;
}
.translationstatus {
  width: 100%;
  border: 1px black dotted;
}
#translationstatus th {
  background-color: rgb(182,38,133);
  color: white;
}
.status-bad {
  background-color: rgb(100%,50%,50%);
}
.status-medium {
  background-color: rgb(100%,100%,50%);
}
.status-good {
  background-color: rgb(50%,100%,50%);
}
.status-bad, .status-medium, .status-good {
  text-align: center;
}
#translinks {
  font-size: 90%;
}
#main {
  width: 700px;
  margin: 0 auto;
}
#content {
  color: black;
  background: white url('./images/turtles.jpg') no-repeat;
  padding: 0px 20px 20px 20px;
  border: solid 1px black;
}
#content .bar {
  background: rgb(182,38,133);
  color: white;
  font-family: garamond, times new roman, times, serif;
  font-weight: normal;
  font-size: 8pt;
  margin: 0px;
  padding: 0px 0px;
  text-align: center;
}
#content .tagline {
  color: black;
  font-family: garamond, times new roman, times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14pt;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  text-align: center;
}
#content .title1, .title3 {
  color: black;
  font-family: garamond, times new roman, times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24pt;
  padding: 0px;
  margin: 0px;
}
#content .title1 {
  text-align: left;
}
#content .title3 {
  text-align: right;
}
#content .title2 {
  background: rgb(182,38,133);
  color: white;
  font-family: garamond, times new roman, times, serif;
  font-weight: normal;
  font-size: 64pt;
  margin: 0px;
  padding: 0px 20px;
  text-align: center;
}
#content .authorlist {
  color: black;
  font-family: garamond, times new roman, times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16pt;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
#content .authorlist a {
  color: black;
  text-decoration: none;
}
.versionlist {
  border: 1px black dotted;
  margin: 0 0.5in;
  padding: 2px;
  font-size: 90%;
}
.versionlist ul {
  list-style-type: square;
}
.versionlist h3 {
  margin: 0;
  background-color: rgb(182,38,133);
  color: white;
}
#versiontable th {
  background-color: rgb(182,38,133);
  color: white;
  border-right: 1px black dotted;
  border-bottom: 1px black dotted;
}
#versiontable td {
  font-size: 90%;
  border-right: 1px black dotted;
  border-bottom: 1px black dotted;
}
#versiontable li {
  margin-left: -0.25in;
}
.glossary {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
