/*
 * Default Style sheet for the Sir Henry Bard's Regiment homepage.
 *
 */

/* The main body settings */
body {
  background: #fce4c6 url("/images/pageart/background-tile.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  font-family: Book Antiqua, Times New Roman, Serif;
  color: #34160C;
}
 
/* Menu Styles */
 
.mainnav {
  z-index: 7;
  text-align: left;
  text-decoration: none;
  top: 55px;
  position: fixed;
  left: 380px;
}

.mainnav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  font-style: italic;
}

.mainnav ul li {
  list-style-type: none;
  display: inline;
  padding: 0.5em;
}

.mainnav li a {
  text-decoration: none;
  color: #34160C;
}

.mainnav li a:hover {
  background-color: #34160C;
  color: #fce4c6;
}

.mainnav li a:visited {
  text-decoration: none;
}

.mainnav li a:active {
  text-decoration: none;
}

.mainnav h1 {
  display: none;
}


.subnav {
  position: relative;
  text-align: center;
  text-decoration: none;
}

.subnav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}

.subnav ul li {
  list-style-type: none;
  display: inline;
  padding: 0.5em;
}

.subnav li a {
  color: #34160C;
}

.subnav li a:hover {
  background-color: #34160C;
  color: #fce4c6;
}

.subnav li a:visited {
  text-decoration: none;
}

.subnav li a:active {
  text-decoration: none;
}

.subnav h1 {
  display: none;
}

/* Page Body Style */

.body {
  position: absolute;
  left: 360px;
  top: 110px;
  bottom: 100px;
  overflow: auto;
  right: 0;
  padding-right: 1em;
}

.body p {
  text-indent: 2em;
  margin-left: 1em;
}

.body h1 {
  font-size: 130%;
  text-decoration: none;
}

.body h2 {
  font-size: 110%;
  text-indent: 0.5em;
  text-decoration: none;
}

.body h3 {
  font-size: 105%;
  text-indent: 1em;
  font-style: italic;
}

.body a {
  text-decoration: none;
}

.body a:hover {
  background-color: #34160C;
  color: #fce4c6
}

.body a:visited {
  text-decoration: none;
}

.body a:active {
  text-decoration: none;
}

/* sub formating forms */

.body form p {
  text-indent: 0em;
}

/* figures */

.figure {
  float: right;
  
}
.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

/* scaled images */
img.scaled {
  width: 100%;
}

/* turn off borders for images */
img {
  border: 0;
}

/* copyright and stuff */
.bottom {
  z-index: 10;
  position: fixed;
  bottom: 30px;
  right: 0.5em;
}

.bottom address {
  font-size: 80%;
  text-align: right;
}

.bottom p {
  text-align: right;
  font-size: 80%;
}

/* page art classes */
.people img { 
  z-index: 5;
  margin: 0em;
  position: fixed;
  left: 0px;
  bottom: 0px;
}

.map img {
  z-index: 0;
  margin: 0;
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.banner img {
  z-index: 7;
  margin: 0em;
  position: fixed;
  left: 0px;
  top: 0px;
}

.skreg img {
  z-index: 7;
  margin: 0em;
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.validation {
  position: fixed;
  left: 3px;
  bottom: 0px;
  z-index: 6;
}

/* Bibliography */

.biblio ul {
  font-size: smaller;
}

.biblio ul li {
  list-style-type: none;
}

/* blank for this class */
.pageart {
}

/* source code class */
.source {
  background: #FFFFFF;
  padding: 1em;
  border: solid;
}
