body {
  font-family: helvetica, verdana, sans-serif;
  background-color: black;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 15px;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  background: transparent none repeat scroll 0 0;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: 10px;
    font-weight: normal; }

h4, h5, h6 {
  font-weight: bold;
  border-bottom: medium none; }

h1 {
  font-size: 188%; }

h2 {
  font-size: 155%; }

h3 {
  font-size: 140%; }

h4 {
  font-size: 115%; }

h5 {
  font-size: 100%;
  margin-top: 0em; }

h6 {
  font-size: 80%;
  margin-top: 0em; }

a:link, a:visited {
  text-decoration: none;
  color: white; }
a:hover {
  color: #bbbbbb; }

img {
  border: 0;
  max-width: 940px; }

ul {
  padding-left: 25px;
  margin: 5px 0px; }

table {
  width: 100%; }
  table.pretty_table td.title {
    line-height: 16px;
    font-size: 16px;
    height: 32px; }
  table.pretty_table th {
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
    vertical-align: middle; }
  table.pretty_table td {
    padding-left: 4px;
    padding-top: 4px; }
  table.pretty_table .last_post {
    width: 325px; }
  table.forums .small {
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 50px; }
  table.bulletins .small {
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 25px; }

form div.align {
  text-align: right; }
  form div.align input, form div.align select, form div.align textarea {
    margin: 3px 3px 3px 10px; }

.youtube {
  width: 430px;
  height: 286.667px; }

.image_scroller {
  width: 320px;
  height: 210.989px; }

.small_player {
  width: 200px;
  height: 135px; }

.large_player {
  width: 420px;
  height: 135px; }

.even_row {
  background-color: #193350; }

.odd_row {
  background-color: #331950; }

.monospace {
  font-family: monospace;
  border: 2px dotted gray;
  padding: 5px;
  margin: 5px 0px; }

.quote {
  font-style: italic;
  border: 1px dotted gray;
  padding: 5px;
  margin: 5px 0px; }

.hidden {
  display: none; }

.m {
  margin-right: 10px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  padding: 0px;
  margin: 0px; }

.center {
  text-align: center; }

table.center {
  margin-left: auto;
  margin-right: auto; }

.subtext {
  font-size: 10px;
  font-style: italic;
  margin-left: 7px; }

.fit_wide {
  max-width: 430px; }

.fit_small {
  max-width: 220px; }

.fit_half {
  max-width: 320px; }

.halfcol {
  width: 340px;
  float: left; }

.widecol {
  width: 450px;
  float: left; }

.smallcol {
  width: 240px;
  float: left; }

img.thumb {
  max-width: 150px; }

img.user_image {
  margin-right: 10px;
  float: left; }

img.small_user_image {
  float: right;
  width: 200px; }

div.container {
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  background-color: #202020;
  margin-top: 10px; }
  div.container .body {
    padding: 5px 10px; }
  div.container .dropdown {
    float: right;
    line-height: 12px;
    font-size: 12px; }
    div.container .dropdown .dropdown_header a {
      padding: 4px 7px 5px 7px;
      margin: 4px 0 0 0; }
    div.container .dropdown .dropdown_body {
      width: 8em;
      right: 0; }
  div.container .header {
    padding: 0px 10px;
    border-bottom: 3px solid #193350;
    color: white; }
    div.container .header .left {
      font-size: 16px;
      line-height: 16px;
      padding: 6px 0 3px 0; }
  div.container .footer {
    padding: 0px 10px;
    border-top: 3px solid #193350; }
    div.container .footer .pagination {
      padding: 0px;
      padding-top: 7px; }

.pagination {
  padding: 5px; }
  .pagination a, .pagination a:visited, .pagination span {
    font-size: 12px;
    padding: 0 3px; }

.notice {
  border: 2px solid red;
  text-align: left;
  width: 450px; }
  .notice ul, .notice li {
    font-size: 12px;
    list-style: square; }
  .notice div.container-body {
    padding: 10px 10px; }

.errorExplanation {
  border: 2px solid red;
  padding: 10px;
  margin: 10px; }
  .errorExplanation ul, .errorExplanation li {
    font-size: 12px;
    list-style: square; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; }

textarea.huge_input {
  width: 100%;
  height: 500px; }

textarea.large_input {
  width: 100%;
  height: 250px; }

textarea.small_input {
  width: 100%;
  height: 100px; }

.dropdown {
  position: relative; }
  .dropdown .dropdown_header {
    text-align: center; }
    .dropdown .dropdown_header a, .dropdown .dropdown_header a:visited {
      display: block;
      color: white;
      text-decoration: none;
      background: #202020; }
      .dropdown .dropdown_header a:hover, .dropdown .dropdown_header a:visited:hover {
        background: gray; }
  .dropdown .dropdown_body {
    border: 1px solid gray;
    background: #202020;
    position: absolute;
    display: none;
    z-index: 100; }
  .dropdown .block a {
    display: block;
    color: white;
    text-decoration: none;
    background: #202020;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    margin: 0; }
    .dropdown .block a:hover {
      background: gray; }

.navbar {
  margin-left: 7px;
  padding: 0; }
  .navbar a {
    width: 113.333px; }
  .navbar .dropdown {
    float: left;
    margin: 0 1px 0 0; }
  .navbar .dropdown_header a, .navbar .dropdown_header a:visited {
    font-size: 16px;
    line-height: 16px;
    text-align: center; }
  .navbar .dropdown_body a {
    -moz-border-radius: 0em;
    -webkit-border-radius: 0em; }

#header {
  border-bottom: 2px solid #193350; }
  #header img.logo {
    width: 700px;
    margin: 10px;
    float: left; }

#status {
  -moz-border-radius-bottomright: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  -webkit-border-bottom-left-radius: .5em;
  background: #202020;
  padding: 1px 10px; }
  #status .left {
    text-align: left;
    padding: 3px 0px; }
  #status .right {
    float: right;
    position: relative;
    line-height: 15px; }
  #status .dropdown {
    float: right; }
    #status .dropdown a {
      padding: 3px 7px; }
    #status .dropdown .dropdown_body {
      width: 200px;
      right: 0;
      padding: 3px 8px;
      text-align: right; }

#lower_navbar div.dropdown_header a, #lower_navbar div.dropdown_header a:visited {
  padding: 5px 0; }

#main_navbar {
  color: #193350;
  margin-top: 15px; }
  #main_navbar div.dropdown_header a, #main_navbar div.dropdown_header a:visited {
    padding: 10px 0 6px 0;
    -moz-border-radius-topright: .5em;
    -webkit-border-top-right-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -webkit-border-top-left-radius: .5em; }

#alignment-div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 700px; }

#footer {
  text-align: center;
  color: #333333; }

.fliers_large img {
  max-height: 400px;
  max-width: 225px; }

div.event {
  width: 455px; }
  div.event div.col {
    margin-left: 8em;
    text-align: justify; }
  div.event div.head {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 6em; }

div.forum_boards div.forum_board {
  border-bottom: 2px solid gray; }

div.forum_post {
  padding: 5px;
  margin: 5px 0px; }
  div.forum_post div.forum_post_avatar {
    float: left;
    padding-right: 5px;
    border-right: 1px solid gray;
    text-align: left;
    width: 100px; }
    div.forum_post div.forum_post_avatar img {
      max-width: 100px; }
    div.forum_post div.forum_post_avatar .name {
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      color: white; }
    div.forum_post div.forum_post_avatar .group {
      font-size: 11px;
      font-style: italic;
      margin-bottom: 7px; }
    div.forum_post div.forum_post_avatar .post_count {
      margin-top: 7px; }
    div.forum_post div.forum_post_avatar .date {
      font-size: 10px;
      font-style: italic; }
    div.forum_post div.forum_post_avatar .links {
      margin-top: 7px; }
  div.forum_post div.forum_post_body {
    border-left: 1px solid gray;
    padding-left: 5px;
    margin-left: 105px; }
    div.forum_post div.forum_post_body img {
      max-width: 100%;
      max-height: 1080px; }

.user div.avatar {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 150px; }
  .user div.avatar img {
    max-width: 150px; }
.user img {
  max-width: 400px;
  max-height: 400px; }
.user .text {
  margin-left: 160px; }

.album_entry .description {
  margin: 5px; }

.album_index table {
  border-spacing: 10px;
  width: 680px; }
.album_index img {
  max-height: 93.667px;
  max-width: 93.667px;
  margin: 3px; }
.album_index td {
  text-align: center;
  border: 1px solid gray;
  height: 99.667px;
  width: 99.667px;
  padding: 0; }

.album_photo {
  text-align: center; }
  .album_photo img {
    max-width: 680px; }
