body {
  background-color: #e0e6e6;
  color: #333333;
  font-family: sans-serif;
}

img {
  border: 0px;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #00aa00;
  text-decoration: underline;
}

div.main-column {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 72%;
}

div.wide-page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

div.main {
  padding: 15px;
}

div.side-column {
  position: absolute;
  top: 0px;
  left: 72%;
  right: 0px;
  background-color: #b8cccc;
}

div.biglogo {
  margin: 15px 0px 15px 0px;
  text-align: center;
}

table.short-header {
  background-color: #b8cccc;
  width: 100%;
}

table.short-header img {
  float: left;
  padding-top: 5px;
  padding-right: 0.5em;
}

table.short-header h3 {
  margin: 0px;
}

div.postings {
  padding: 0px 15px 0px 15px;
}

div.posting {
  margin-bottom: 1em;
}

div.posting div.header {
  padding-left: 1em;
  color: white;
  background-color: #6699cc;
  background-image: url("/Resources/postback.png");
  background-repeat: repeat-y;
  border-bottom: 1px solid black;
}

div.posting div.header span {
  float: right;
  padding: 0px 0.5em 0px 1em;
}

div.posting div.body {
  padding: 1px 0.5em 1px 0.5em;
  background-color: #d8dddd;
}

div.posting div.comments {
  text-align: right;
}

div.highlight {
  height: 135px;
  text-align: center;
}

div.highlight img {
  margin-top: 15px;
}

div.highlight img {
  border: 1px solid black;
}

div.box {
  margin: 14px;
  padding: 5px;
  background-color: #e0e6e6;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
 
div.box h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  // border-bottom: 1px solid #003366;
}

div.sitemap {
  overflow: hidden;
}

div.sitemap ul {
  margin-top: 0px;
  padding-left: 1.5em;
}

div.sitemap a.active {
  background-color: #ffffff;
  padding: 0px 5px 0px 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.box div.scripture {
  background-color: #e0e6e6;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  margin-top: 4px;
}

form th {
  text-align: left;
  vertical-align: top;
}

form td {
  vertical-align: top;
}

textarea {
  width: 100%;
}

div.posting-preview, div.comment-preview {
  background-color: white;
  border: 2px inset gray;
  padding: 15px 15px 5px 15px;
  margin-bottom: 1em;
}

div.comment .header {
  font-weight: bold;
}

div.comment .body {
  padding-left: 1em;
}

div.code-block {
  margin: 0px 1em 0.5em 1em;
  background-color: #eeeedd;
  border: 1px dashed gray;
  padding: 0.5em;
  font-family: monospace;
  overflow: auto;
}

span.p_triple, span.p_character {
  color: #007700;
}

span.p_word {
  color: #770000;
}

span.p_defname {
  color: #000077;
  font-weight: bold;
}
