/* Style sheet for the subject index & list by title of pieces
transcribed by Pat Pflieger and available online at merrycoz.org
*/

body {
  background-color: #c7bfa1;
  color: #000000;
  padding: 10px;
 }

#kids {
  float: left;
  position: relative;
  background-color: #cacb91;
  color: #8b4500;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
  padding: 5px;
 }

#adults {
  float: right;
  position: relative;
  background-color: #cacb91;
  color: #8b4500;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #cacb91;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
  padding: 5px;
 }

#left {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

.mid {
  margin-bottom: 10px;
  text-align: center;
 }

#right {
  float: right;
  position: relative;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

#clear {
  clear: both;
 }

.contents {
  margin: 0;
  padding: 0 5% 5% 5%;
  line-height: 150%;
 }

hr {
  width: 25%;
  margin-top: 1em;
  margin-bottom: 1em;
 }

h4 {
  margin-top: 0;
  margin-bottom: 0;
 }

h5 {
  margin-top: 0;
  margin-bottom: 0;
 }

.top {
  margin-left: 5%;
  margin-right: 35%;
  line-height: 150%;
 }

.top a:link {
  text-decoration: underline;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.top a:visited {
  text-decoration: none;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.top a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.contents a:link {
  text-decoration: underline;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.contents a:visited {
  text-decoration: none;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.contents a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.others a:link {
  text-decoration: underline;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  background-color: #f1d161;
  color: #8b4500;
 }

.others a:visited {
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  background-color: #f1d161;
  color: #8b4500;
 }

.others a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.alpha a:link {
  text-decoration: underline;
  background-color: #c7bfa1;
  color: #8b4500;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
 }

.alpha a:visited {
  text-decoration: none;
  background-color: #c7bfa1;
  color: #8b4500;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
 }

.alpha a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.terms {
  margin-right: 1em;
  border-color: #8b4500;
  border-top-style: dotted;
  border-width: 1px;
  padding: 1em;
 }

.sub {
  margin-left: 2em;
  border-color: #8b4500;
  border-left-style: dotted;
  border-width: 1px;
  padding-left: 1em;
  padding-bottom: 1em;
  line-height: 1.5;
 }

.boxed {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 3px;
 }

.big {
  margin-bottom: 10px;
 }

.bottom {
  text-align: center;
 }

.bottom td {
  text-align: center;
  vertical-align: top;
 }

.bottom a:link {
  text-decoration:underline;
  color: #8b4500;
 }

.bottom a:visited {
  text-decoration:none;
  color: #8b4500;
 }

.bottom a:link:hover {
  color: #eee9bf;
  background: #8b8989;
 }

hr.bottom {
  margin-top: 1em;
  margin-bottom: 1em;
 }
