div.roundedbuffer
{
  border: 1px solid black;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 10px;
}

div.articlelink
{
  border: 0px;
  border-radius: 12px;
  padding: 4px;
}

div.articlelink img
{
  float: right;
}

div.articlelink h1
{
  font-family: 'Didact Gothic', sans-serif;
  font-size: xx-large;
  font-weight: normal;
  vertical-align: text-bottom;
  margin: 0px;
}

div.articlelink h2
{
  font-family: 'Didact Gothic', sans-serif;
  text-align: right;
  text-transform: lowercase;
  vertical-align: bottom;
  margin: 0px;
}

section#description p
{
  padding: 9px;
}

.clickable
{
  cursor: pointer;
}

.clickable:hover
{
  background: #fcf0e3;
}

.notyet
{
  opacity: 0.4;
}

section#article
{
  width: 1000px;
}

table#page
{
  width: 100%;
  min-height: 700px;
}

td.left
{
  height: 100%;
  width: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: small;
  padding: 20px;
}

td.left figure
{
  margin: auto;
  width: 400px;
}

td.right
{
  height: 100%;
  width: 50%;
  border: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}

td.both
{
  height: 100%;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: small;
  padding: 20px;
}

td.both figure
{
  margin: auto;
}

div.pagenav
{
  width: 994px;
  position: relative;
  display: float;
  bottom: 39px;
  left: 3px;
  opacity: 0.6;
}
div.leftnav
{
  float: left;
}
div.rightnav
{
  float: right;
}

.pageturn
{
  font-family: sans-serif;
  font-size: xx-large;
  text-decoration: none;
  padding: 0px 10px;
  background: #eeeeee;
}

#leftnavlink
{
  display: none;
}

#rightnavdummy
{
  display: none;
}

td.right>h1,td.right>div>h1
{
  font-family: 'Didact Gothic', sans-serif;
  font-size: xx-large;
  text-align: center;
}

td.right
{
  font-family: serif;
}

td.left figcaption
{
  text-align: left;
  font-family: 'Didact Gothic', sans-serif;
}

td.both figcaption
{
  font-family: 'Didact Gothic', sans-serif;
}

div.pagenavdummy
{
  position: absolute;
  bottom: 50px;
  height: 150px;
  width: 1000px;
}
