/*
  Stylesheet for TC Journal.
  This is based on a stylesheet created by Andreas Blixt (http://blixt.org).
  Timothy J. Finney, 2010.
 */
body {
  font-family: arial, helvetica;
  width: 840px;
}
dd {
  margin: 1em;
}
dt {
  margin-top: 1em;
}
div.content, div.article {
  background: url(TC-bg.png);
  border: #68002f solid 2px;
  clear: left;
  padding: 1em;
}
div.content.inactive {
  display: none;
}
ol#toc {
  background: #E8E8E8;
  height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol#toc a {
  background: #9A9A9A;
  color: #68002F;
  display: block;
  float: left;
  height: 2em;
  padding-left: 10px;
  text-decoration: none;
}
ol#toc a:hover {
  background-color: #D4D4D4;
  background-position: 0 -120px;
}
ol#toc a:hover span {
  background-position: 100% -120px;
}
ol#toc li {
  float: left;
  margin: 0 1px 0 0;
}
ol#toc li a.active {
  background-color: #68002F;
  background-position: 0 -60px;
  color: #fff;
  font-weight: bold;
}
ol#toc li a.active span {
  background-position: 100% -60px;
}
ol#toc span {
  display: block;
  line-height: 2em;
  padding-right: 10px;
}
p.abstract {
  font-size: 0.9em;
  line-height: 1.5em;
}
