/* ----------------------------------------------------------------*/
/* CSS for the Meat Mongers web site.  All site CSS is here. *//* ----------------------------------------------------------------*/
/* Link descriptions. */a:link {            color: #0000AA;  text-decoration: underline;  }a:visited {            color: #3333FF;  text-decoration: underline;  }a:active {            color: #FF00FF;  text-decoration: underline;  }/* ----------------------------------------------------------------*//* These styles describe the main divisions of the pages.*/.navbar {  position: relative;     left: 0px;      top: 0px;  }

/* ----------------------------------------------------------------*/
/* Redefinitions of standard HTML tags. */

h1 {      font-size: x-large;
    font-family: Helvetica, Arial, sans-serif;     font-style: normal;    font-weight: boldest;     text-align: center;     margin-top: 0;  margin-bottom: 0;
  }

h2 {      font-size: large;
    font-family: Helvetica, Arial, sans-serif;
     font-style: normal;    font-weight: bold;     text-align: left;     margin-top: 15px;  margin-bottom: 0;  }

h3 {      font-size: medium;
    font-family: Helvetica, Arial, sans-serif;
     font-style: normal;    font-weight: bold;     text-align: left;     margin-top: 5px;  margin-bottom: 0;  }

/* ----------------------------------------------------------------*/
/* Styles used within the individual pages. */
.bordered-block {      border-width: 4px;      border-color: #3300FF;      border-style: outset;  background-color: #CCCCCC;  }
/* For block items which need to be outlines. */

.book-title {
  font-style: italic;
  }
/* Used for book names. */

.bp {
  font-weight: bold;
   font-style: italic;
  }
/* Used for references to the site itself ("The Broad Pennant") */
.error-msg-1 {        color: red;    font-size: large;  font-weight: bold;  }
/* Use for error messages on error pages. */

.game-title {
  font-weight: bold;
  }
/* For game titles, duh. */

.page-heading {
        font-size: x-large;
      font-family: Helvetica, Arial, sans-serif;       font-style: italic;      font-weight: boldest;       text-align: center;
  text-decoration: underline;       margin-top: 0;    margin-bottom: 10px;
  }
/* Use for page heading above the h1 heading. */

.para-head {
  font-weight: bold;
  }
/* Use at the start of paragraphs as in-line headers. */
.para-std {    font-size: medium;   font-style: normal;  font-weight: normal;   text-align: justify;
  margin-left: 10px;  }
/* Use for common text paragraphs. */

.para-wide {    font-size: medium;   font-style: normal;  font-weight: normal;   text-align: justify;  }
/* Use for paragraphs using the full with of the area. */

.reference {
  margin-left: 20px;
  text-indent: -10px;
  }
/* Paragraph formatting for entries on the Reference page. Modifies the para-std style. */

.ship-name {
  font-style: italic;
  }
/* ----------------------------------------------------------------*//* Reformatted with minor changes from the   CSS Menu Button Wizard by thesitewizard at   http://www.thesitewizard.com/wizards/css-menu-buttons.shtml.*/#tswcssbuttons {       width: 160px;  text-align: center;  }#tswcssbuttons ul {      margin: 0;     padding: 0;  list-style: none;  }#tswcssbuttons li {      display: block;       margin: 0;      padding: 0;   list-style: none;  font-family: Arial, Helvetica, sans-serif;  }#tswcssbuttons li a {           display: block;             width: 160px;            border: 1px outset #0000FF;  background-color: #CCCCCC;             color: #3300CC;         font-size: small;   text-decoration: none;  }#tswcssbuttons li span {           display: block;             width: 160px;            border: 1px outset #0000FF;  background-color: #AAAAAA;             color: #3300CC;         font-size: small;       font-weight: bold;   text-decoration: none;  }#tswcssbuttons li a:hover {             color: #CCCCCC;  background-color: #3300CC;       font-weight: bold;  }/* ----------------------------------------------------------------*/
