/* Stylesheet for School of the Prophets */

body {
  background-color: aliceblue;
  font-family: arial, sans-serif;
}

h1 {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-bottom: 0px;
  font-weight :  bold;
  letter-spacing :  5px;
  text-transform :  uppercase;}

  .title {
  background-color : #4F7792;
  color :  White;
 }

div.index {
  border-width: thin;
  border-color: steelblue;
  border-style: solid;
  background-color: lightsteelblue;
  length: 95%;
  margin-bottom: 2em;
}

div.index table {
  font-size: smaller;
}

div.index td,  div.index th{
  padding-left: 8px;
}


li {
  padding-bottom: 10px;
}

A.simple {
  text-decoration: none;
  color: black;
}

div.index A {
  text-decoration: none;
  color: purple;
}

div.index A:HOVER {
  color: tomato;
}

span.black A {
  text-decoration: none;
  color: black;
}


.tagline {
  text-align: center;
  font-style: italic;
  font-family: 'times new roman', serif;
  margin-bottom: 3px;
}

.info {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
  font-family: 'times new roman', serif;
  color: steelblue;
}

.error {
  font-style: italic;
  font-family: 'times new roman', serif;
  color: red;
}

.info A {
  color: steelblue;
}

table.events td, table.events th {
  padding-left: 10px;
  padding-right: 10px;
}

.blurb {
  margin-left: 1em;
  margin-right: 2em;
  font-family: 'times new roman', serif;
}

h3 {
  margin-top: 2em;
}

h3.name {
  margin-top: 1em;
}


table.table1 {
  background-color: steelblue;
}

table.table1 th {
  background-color: lightsteelblue;
}

table.table1 td {
  background-color: #E5F0FF;
}

td.pad {
  padding-left: 10px;
  padding-right: 10px;
}

table.tapes {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 1em;
}

table.tapes td,  table.tapes th {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
}


table.tapes th.name {
  text-align: left;
}

table.tapes td.name {
  text-align: left;
  font-style: italic;
}
