@charset "utf-8";
/* 
    General body formatting
*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 75%;
  background: #FAF0E6; /*Linen*/
  background-image: url(img/tile.png);
  background-repeat: repeat;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
}
a{
  text-decoration: none;
}
a:link {
  color: #8B4513; /*SadleBrown*/
}
a:visited {
  color: #8B4513; /*SadleBrown*/
}
a:hover {
  color: #000000; /*Black*/
  text-decoration: none;
  font-weight: bold;
}
.clear {
  clear: both;
}
h1, h2, h3, h4 {
  font-family: Verdana, Geneva, sans-serif;
}

/* 
    Navigation formatting
*/
.navLink {
  line-height: 20px;
  border-bottom: 2px solid #DEB887; /*BurlyWood*/
  margin-bottom: 10px;
  margin-left: 10px;
  background-image: url('./img/flame-grey.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  font-size: small;
  font-weight: bold;
}
.navLink:hover {
  background-image: url('./img/flame-red.jpg');
  text-decoration: none;
  border-bottom: 2px solid #000000; 
}
.navText {
  margin-left: 20px;
}

/* 
    General body container formatting
*/
.ssBody #container {
  width: 800px;  
  height: 120px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: justify; /* this overrides the text-align: center on the body element. */
}
.ssBody #header {
  width: 800px;
  height: 102px;
  margin-top: 5px;
  background-image: url(img/banner.png);
  background-repeat: no-repeat;
}
#mainContent {
  background-image: url(img/background.png);
  background-repeat: repeat-y;
}

.ssBody #sidebarLeft {
  float: left;
  width: 144px;
  padding: 3px;
  margin-left: 23px;
}
.ssBody #panelRight {
  float: right;
  width: 564px;
  padding: 3px;
  margin-right: 38px;
  border-left: 3px solid #DEB887; /*BurlyWood*/
}

/* 
    panelRight specific element formatting
*/
.slTitle {
  text-align: center;
  margin-bottom: 4px;
  margin-top: -3px;
  font-weight: bold;
}
.prIgne {
  text-align: center;
  line-height: 10px;
}
.prSilence {
  text-align: center;
  line-height: 20px;
}

#panelRight a:hover {
  color: #000000; /*Black*/
  text-decoration: none;
  font-weight: normal;
}

#panelRight h1 {
  font-size: large;
}
#panelRight h2 {
  font-size: small;
}
#panelRight h3 {
  font-size: small;
  margin-top: 25px;
}
#panelRight h4 {
  font-size: small;
  font-weight: normal;
  margin-top: 25px;
}

/* 
    News object formatting (panelRight)
*/
.newsHead {
  border-bottom: 1px solid #DEB887; /*BurlyWood*/
}
.newsInfo {
  font-size: x-small;
  color: #666;
  line-height: 10px;
  margin-top: -7px;
}
.newsBody {
  margin-left: 15px;
}
.newsOld {
  border-top: 1px solid #DEB887; /*BurlyWood*/
}
.eventHead {
  border-bottom: 1px solid #DEB887; /*BurlyWood*/
}
.eventInfo {
  font-size: x-small;
  color: #666;
  line-height: 10px;
  margin-top: -7px;
}
.eventBody {
  margin-left: 15px;
}
.eventImg {
  display: block;	
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.more_inf {
  font-size: 10px;
  color: #A7A7A7;
}
.hLib {
  border-bottom: 1px solid #DEB887;
}
.libInfo {
  font-size: x-small;
  color: #666;
  line-height: 10px;
  margin-top: -7px;
  margin-left: 15px;
}
.footnote {
  font-size: x-small;
  color: #666;
}
.footnoteVerse {
  font-size: x-small;
  color: #666;
  margin-left: 50px;
  margin-right: 50px;
}

.leadPara:first-letter {
  font-weight: bold;
  font-size: large;
  color: #97774D;
  margin-left: 5px;
}
.leadPara:first-line {
  letter-spacing: 1px;
  word-spacing: 4px;
}
.quotes {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: inherit;
  margin-bottom: -10px;
}
.sup {
  vertical-align: super;
  font-size: 8px;
}
.libVerse {
  margin-left: 50px;
  margin-right: 50px;
}
#ctc {
  margin-left: 45px;
  margin-right: 45px;
  margin-top: -12px;
}
#ctc table {
  margin-left: auto;
  margin-right: auto;
}

#page {
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#page img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 5px;
}
.bookNav {
  font-size: small;
  margin-top: 0px;
  margin-left: -20px;
  padding-top: 10px;
  font-weight: bold;
}
#bookTitle {
  font-size: medium;
}

/* 
    General body footer formatting
*/
.ssBody #footer {
  width: 800px;
  height: 52px;
  padding: 6px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background-image: url(img/footer.png);
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.ssBody #footer p {
  margin: 0; 
  padding: 10px 0; 
  text-align: center;
  font-size: xx-small;
}