/* Overall document settings */

body {
  padding-left: 100px;
  width: 600px;
}

h3 {
  border-top: thin black dotted;
}

a {
  color: black
}
a:hover {
  text-decoration: none;
}

dl dt {
  font-weight: bold;
}

/* Thrutch-specific */

.author {
  font-style: italic;
  text-align: right;
}
.attribution {
  font-style: italic
}

.participants {
  font-style: italic
}

/* Sections */

#tagline {
  font-style: italic;
  margin-bottom: 10px;
}

#contents {
  border-left: medium solid black;
  padding-left: 15px;
}

#content {
  width: 600px;
}

.article {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: thin black solid;
}

.article p{
  text-align: justify;
}

#footnotes {
  border-left: medium solid black;
  padding-left: 15px;
}

.document-info {
  font-style: italic;
}


/* Images */

.figure {
  padding: 0px;
  margin-bottom: 10px;
  text-align: center;
}

img.landscape {
  width: 600px;
}

img.portrait {
  height: 500px;
}

.figure img {
  border: thin black solid
}

.figure .caption {
  margin: 0px;
  font-style: italic;
  text-align: center;
}

a img {
  cursor: -moz-zoom-in;
  border: none;
  margin: 0px;
}

#cover img {
  border: thin black solid;
}

#cover img.landscape {
  width: 400px;
}
#cover img.portrait {
  height: 400px;
}


/* Tables */

table {
  width: 400px;
  border: thin black solid;
  border-collapse: collapse;
  margin-bottom: 5px;
  min-width: 200px;
  border-spacing: 0px;
}
table thead td {
  color: white;
  background: black;
}
table td {
  border: thin black solid;
  padding: 2px;
}

table caption {
  color: white;
  background-color: black;
  font-weight: bold;
  caption-side: top;
  margin-top: 5px;
}

.editor-comment {
  font-style: italic;
}



/* for post-scan comments */
.comment {
  color: red;
}

