/*
 * GENERIC
 */

body {
  background: url('/images/star_high_bg.jpg');
  /* top/bottom, left/right */
  margin: 0 7% auto;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  color: white;
}

div.center {
  text-align: center;
}

p.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.lastupdated {
  font-size: small;
}

.smallnote {
  font-size: small;
}

/* for left-to-right divs*/
div.left {
  float: left;
  margin: 5px;
}

/*
 * this sucks, and is currently for tour, and maybe other stuff...?
 * things wrap around divs in odd ways and I text doesn't show up next
 * to them (good), then they overlap pix, but if they don't overlap pix
 * then text shows up next to them. Gah.
 */
table.menu {
  text-align: center;
  border: 0;
  /* The special centering trick */
  margin-left: auto;
  margin-right: auto;
}

table.menu td {
  padding: 4;
  margin: 3;
}

h1 {
  text-align: center;
  text-transform: uppercase;
}

h2.category {
  text-align: center;
  color: #DC5336;
}

h2.error {
  text-align: center;
}

td {
  font-family: Arial,Tahoma,Helvetica,sans-serif;
}

th {
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  background-color: #333333;
}

th.spacer {
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  background-color: #000000;
}

table.form {
  /* The special centering trick */
  margin-left: auto;
  margin-right: auto;
}

table.form td {
  padding: 4;
}

/*
 * used for "AUTHOR: Phil" type stuff, where type is
 * "AUTHOR"
 */
table td.type {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  width: 13%;
}

/*
 * Where it's what someone said - message boards, quotes, etc.
 */
table td.quote {
  background-color: #333333;
  color: #ffffff;
  padding: 30px;
}

/* Message subject, etc. */
.quote caption {
  font-size: large;
  text-align: left;
  color: red;
}

img {
  border: 0;
}

div.quick_menu {
  text-align: center;
  font-weight: bold;
}

a:link {
  color: #64ffff;
  text-decoration: none;
}

a:visited {
  color: #ffff00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.main {
  padding: 0px;
  margin: 0px auto;
  background-color: black;
  width: 100%;
  height: 100%;
  color: white;
}

.main div.content {
  background-color: black;
  margin: 0px auto;
  padding-left: 25px;
  padding-right: 25px;
  /* Need at least 1 for the background to behave */
  padding-top: 1px;
  padding-bottom: 25px;
  color: white;
}

.main div.rightbar {
  background-color: black;
  margin: 0px auto;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  font-size: small;
  width: 20%;
  border: 2px solid #bbbbbb;
  height: 100%;
}


/*
 * MENU
 */
div.header {
  background: url('/images/grad.jpg') repeat-x top;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  color: white;
}

div.logo {
  float: left;
}

div.coffin {
  float: right;
  margin-right: 5px;
}

.header ul, #submenu ul {
  display: block;
  /* padding: 100px 0px 0px 0px; */
  padding: 0px 0px 0px 0px;
  clear: both;
  margin: 0;
  height: 30px;
  /* I don't know what's with this purple thing I had on the left... */
  /* border-left: 1px solid #3F2844;*/
  list-style: none;
}

.header ul li, #submenu ul li {
  padding: 0;
  display: block;
  float: left;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  text-transform: uppercase;
}

.header ul li a, #submenu ul li a {
  padding: 0 10px 0 10px;
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.header ul li a:hover, #submenu ul li a:hover {
  background-color: #bbbbbb;
}

#submenu {
  /*background-color: #bbbbbb;*/
  /*background: url('/small_grad.jpg') repeat-x top;*/
  background-color: #000000;
}


/*
 * MAIN
 */
div.maingb {
  text-align: center;
  font-size: large;
}

p.disclaimer {
  font-size: small;
}

.searchsummary {
  text-transform: uppercase;
  text-align: center;
  font-size: large;
  color: #DC5336;
}


/*
 * NEWS
 */

.headline {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.news {
  margin-bottom: 40px;
}


/*
 * CALENADR
 */
table.calendar {
  border: 1px white;
  border-style: solid;
  width: 100%;
  padding: 1px;
  border-spacing: 3px;
}

td.calendar {
  border: thin solid white;
  text-align: left;
  vertical-align: top;
  width: 14%;
  height: 75px;
  padding: 5px;
}

div.prev {
  float: left;
  width: 33%;
}

div.cal_select {
  float: left;
  width: 33%;
  text-align: center;
}

div.next {
  float: right;
  text-align: right;
  width: 34%;
}

span.caldate {
  font-weight: bold;
}

span.caltoday {
  font-weight: bold;
  color: red;
}

/*
 * TOUR
 */
table.tour_dates {
  float: center;
  border: 0;
  width: 100%;
}

.tour_dates td {
  padding: 4;
  margin: 3;
}

.tour_dates caption {
  font-size: large;
  text-align: left;
}

.tour_notseen {
  color: gray;
}


/*
 * QUOTABLES
 */
table.quote {
  width: 90%;
}

table.quote_menu {
  width: auto;
  /* The special centering trick */
  margin-left: auto;
  margin-right: auto;
}

table.quote_menu td {
  width: 50%;
}

