body {
  background-image: url(../images/gradient.png);
  background-color: #3d0909;
  background-position: top left;
  background-repeat: repeat-x;
  padding: 0;
  font:12px verdana, helvetica, sans-serif;
}

#container {
  margin: 40px auto;
  width: 1000px;
  padding: 0;
}

#logo {
  width: 1000px;
  height: 175px;
  background-image: url(../images/header2.jpg);
  margin: 0;
  padding: 0;
}

#teaser {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  letter-spacing: 5px;
}

#menu {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  letter-spacing: 2px;
}

#menu a {
  color: #fff;
  text-decoration: none;
}

#menu a:hover {
  color: #c40000;
  text-decoration: none;
}

#footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

#content {
  background-image: url(../images/background.png);
  background-position: top left;
  background-repeat: repeat;
  overflow: auto;
  min-height: 500px;
}

#content_block {
  width: 668px;
  float: left;
  margin: 0 20px 20px 20px;
}

#content_block p {
  font-size: 12px;
  line-height: 24px;
}

#content_block a {
  color: #6b0000;
  text-decoration: none;
}

#content_block a:hover {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #888;
  background-color: #ddd;
}

#sidebar_block {
  float: left;
  width: 252px;
  margin: 0 20px;
  font-size: 10px;
  line-height: 18px;
}

#sidebar_block a {
  color: #6b0000;
  text-decoration: none;
}

#sidebar_block a:hover {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #888;
  background-color: #ddd;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}

table th {
  border-bottom: 2px solid #ddd;
  padding: 6px 0 6px 6px;
  text-align: left;
}

table td  {
  border-bottom: 1px solid #ddd;
  padding: 6px 0 6px 6px;
}

li {
  line-height: 24px;
}

/* forms */

table.form {
    width: 100%;
    margin: 0 0 5px 0;
    border-collapse: collapse;
    border-top: 2px solid #ddd;
}

table.form caption {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 5px 10px;
}

table.form tr {
    margin: 0;
}

table.form td {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 10px;
    font-size: 10px;
    color: #555;
    line-height: 18px;
}

table.form th {
    width: 25%;
    text-align: right;
    margin: 0;
    padding-right: 10px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

table.form tr.TextInput input, table.form tr.PasswordInput input {
    width: 80%;
    font-size: 12px;
}

table.form tr.Textarea textarea {
    width: 80%;
    height: 300px;
    font-size: 12px;
}

table.form tr.Select select {
    width: 80%;
    font-size: 12px;
}

table.form tr.RadioSelect ul {
    margin-left: 0px !important;
}

table.form tr.RadioSelect ul li{
    list-style-type: none;
}

div.submit-row {
    text-align: right;
    margin-top: 10px;
}

div.submit-row input.default {
    background-color: #6b0000;
    border: 2px outset #390000;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 3px;
    font-size: 11px;
}

.forum_post {
    background: #eee;
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 10px;
}
.forum_post h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-left: 6px solid #ddd;
    padding-left: 10px;
    font-size: 11px;
}

.forum_post .meta {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 10px;
    float: right;
    width: 50%;
    text-align: right;
}

.forum_post .meta input {
    padding: 0px;
    height: 18px;
    width: 40px;
    font-size: 11px;
}
.forum_post .body {
    margin-top: 20px;
    padding: 10px;
}

.forum_post .body blockquote {
    background: #ddd;
    border: 3px solid #aaa;
    padding: 15px;
    margin: 20px;
    margin-right: 2px;
}

.forum_post .author {
    color: green;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

.news_article h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-left: 6px solid #ddd;
    padding-left: 10px;
}

.news_article .meta {
    margin-top: 0;
    padding-top: 0;
    color: #555;
    font-size: 10px;
    border-left: 6px solid #ddd;
    padding-left: 10px;
}

.news_article .body {
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 0;
}

.news_article .footer {
    color: #555;
    text-align: right;
    font-size: 10px;
    float: right;
    background-color: #ddd;
    margin-top: 0;
    padding: 5px 20px;
}

.news_article {
    overflow: auto;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.article_navigation {
    padding: 10px;
    margin-top: 10px;
}

.prev_next_navigation {
    overflow: auto;
}

.prev_next_navigation .prev {
    float: left;
}

.prev_next_navigation .next {
    float: right;
}

.article_comment {
    overflow: auto;
}

.article_comment .body {
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 0;
}

.article_comment .meta {
    color: #555;
    text-align: right;
    font-size: 10px;
    float: right;
    background-color: #ddd;
    margin-top: 0;
    padding: 5px 20px;
}

.album {
    overflow: auto;
    margin-bottom: 20px;
}

.album img {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.album h2 {
    font-size: 12px;
    margin: 10px;
}

.album p {
    margin: 10px;
}

.blurred td {
    color: #999;
}

.forum_overview td {
    padding: 10px;
}

.forum_overview .title a {
    font-weight: bold;
    font-size: 16px;
}

.forum_overview .description {
    margin-top: 5px;
    font-size: 10px;
}

.forum_overview .post_count {
    font-size: 18px;
    font-weight: bold;
    color: #aaa;
    text-align: center;
}

.forum_overview .last_post .author {
    font-weight: bold;
    margin-bottom: 5px;
}

table.roster .number {
    font-size: 20px;
    font-weight: bold;
    color: #888;
    text-align: center;
    width: 40px;
}

table.roster .name {
    font-size: 14px;
    font-weight: bold;
    width: 350px;
}

table.roster .information {
    font-size: 11px;
    line-height: 18px;
}

table.roster .information .primary_position {
    font-weight: bold;
}

table.roster .height {
    font-size: 14px;
    width: 35px;
}

table.roster .weight {
    font-size: 14px;
    width: 35px;
}

dl dt {
    font-weight: bold;
    font-size: 18px;
}

dl dd {
    margin: 0;
    padding: 15px 15px 15px 30px; 
    font-size: 14px;
}