/* -*- css -*- */

.yurt {
//  background-color: rgb(255, 153, 102);
  min-width: 900px;
  text-align: center;
}

div#adsense {
  float: right;
  position: relative;
  right: 120px;
}

div#content {
  background-image: url(images/celtic-cross.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 150px 7pc;
  margin: 0 auto;
  width: 900px;
  height: 1024px;
  text-align: left; }

div#time-line {
  border-style: groove;
  border-width: 3px;
  width: 400px;
  height: 560px;
  overflow: hidden;
  list-style-type: none;
  padding-right: 1pc;
  padding-left: 1pc;
  left: 0pt;
  float: left;
  margin-top: 7pc;
  margin-left: 2pc;
  background-color: rgb(255, 204, 102);
  font-family: Arial,Helvetica,sans-serif;
  font-size: smaller;
  opacity: 0.7;
}

div#time-line:hover {
  overflow: scroll;
  opacity: 1 }

div#time-line dt {
  position: relative;
  float: left;
  padding-top: 4px;
}

div#time-line dd {
  position: relative;
  float: right;
  width: 310px;
  margin-top: -2.3ex;
}

div#time-line p {
  font-size: larger;
  font-weight: bold;
}

div#roll-call {
  border-style: groove;
  float: right;
  width: 200px;
  font-family: Papyrus;
  font-size: larger;
  font-weight: bold;
  background-color: rgb(153, 0, 0);
  padding-left: 5px;
  color: rgb(255, 204, 102);
  margin-top: -64px;
  margin-right: 120px;
  opacity: 0.8;
  z-index: 10;
}

div#roll-call p  { z-index: 1; }
div#roll-call a  { z-index: 1; color: rgb(255, 204, 102); }
div#roll-call ul { z-index: 4; }
div#roll-call li { z-index: 2; }
div#roll-call li img { height: 0; width: 0; }

div#roll-call:hover {  opacity: 1; }
div#roll-call li:hover { 
  background-color: rgb(255, 204, 102);
  color: rgb(153, 0, 0); }
div#roll-call li:hover a { 
  background-color: rgb(255, 204, 102);
  color: rgb(153, 0, 0); }
div#roll-call li:hover img {
  position: relative;
  background-color: rgb(255, 204, 102);
  font-size: smaller;
  float: right;
  top: -50px;
  right: -30px;
  opacity: 1;
  z-index: 3; }

div#roll-call li:hover img#tricia { 
  height: 86px;
  width: 128px; }
div#roll-call li:hover img#kyle { 
  top: -81px;
  width: 96px;
  height: 128px; }
div#roll-call li:hover img#bethany { 
  height: 128px;
  width: 96px; }
div#roll-call li:hover img#ming { 
  width: 81px;
  height: 128px; }
div#roll-call li:hover img#momma { 
  right: -72px;
  width: 128px;
  height: 96px; }
div#roll-call li:hover img#taharka { 
  right: -50px;
  top: -100px;
  height: 115px;
  width: 128px; }
div#roll-call li:hover img#cardinal {
  right: -56px;
  top: -20px;
  width: 128px;
  height: 126px; }

div#intro {
  margin: 3pc;
  font-family: Papyrus;
  font-size: large;
  font-weight: bold;
  color: rgb(42, 42, 213);
}

div#intro a { border-style: none;
  color: rgb(0, 0, 102);
}

