html, body, table, td, th {
  font-family: Helvetica, Arial, Geneva, sans-serif;
  color: #333333;
  font-size: 14px;
  background-color: #f9f9ff;
}
a {
  text-decoration: none;
}
a:link {
  color: #0000c0;
}
a:visited {
  color: #0000f0;
}
div.top {
  font-size: 50px;
  height: 60px;
  margin: 2px;
  padding: 0px;
  color: #606060;
}
.masthead {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 50px;
  color: #000050;
}
a.masthead:link {
  color: #000050;
}
a.masthead:visited {
  color: #000050;
}
.masthead_shadow {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 50px;
  color: #b0b0b0;
}
div.left {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 120px;
  margin: 0px;
  padding: 0px;
  
}
div.middle {
  position: absolute;
  top: 90px;
  left: 140px;
  margin: 0px;
  padding: 0px;
  width: auto;
}
div.right {
  display: inline;
}

.pagenav {
  margin-bottom: 40px;
  background-color: #e8e8ee;
  padding: 5px;
}
.contextnav { 
  margin-bottom: 40px;
  background-color: #e8e8ee;
  padding: 5px;
}
.usernav {
  margin-bottom: 40px;
  background-color: #e8e8ee;
  padding: 5px;
}
.nav_heading { 
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.nav_element {
  display: block;
  margin-bottom: 4px;
}
.nav_element:hover {
  background-color: #e8e8ff;
}
.nav_current { 
  margin-bottom: 4px;
}
ul {
  list-style: none;
  padding-left: 1em;
}

.input_label {
  display: inline;
}
.required {
  display: inline;
  font-size: 8px;
  color: #aaaaaa;
}
.required_missing {
  display: inline;
  font-size: 8px;
  color: #cd0000;
}

div.spacer {
  display: inline;
  width:  50px;
}

.story {
  margin: 0px 10px 10px 0px;
  padding: 5px;
  background-color: #e8e8ee;
}
.headline {
  font-size: 24px;
  display: inline;
}
.created {
  display: inline;
  font-size: 10px;
  color: #888888;
}
.user {
  display: inline;
  font-size: 10px;
}

.photo {
  display: block;
  float: left;
  margin: 10px;
  width: 100px;
  height: 140px;
}
.thumb {
  display: block;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}
.caption {
  display: block;
  font-size: 10px;
  text-align: center;
  height: 5em;
}

.hidden {
  display: none;
}
