/*
 * Default Style sheet for the Sir Henry Bard's Regiment homepage.
 *
 */
 
.mainnav {
  text-decoration: none;
}

.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;
}

.body {
  position: relative;
}

.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;
}

.figure {
  float: right;
  width: 25%;
  /*border: thin black solid;*/
  padding: 0.5em;
  margin: 0.5em;
  
}
.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

img {
  border: 0;
}

.bottom {
  position: relative;
  text-align: center;
  line-height: 0.25em;
}

.bottom address {
  font-size: 80%;
}

.pageart {
  display: none;
}

.validation {
  display: none;
}

body {
  background-color: #fce4c6;
  font-family: Book Antiqua, Times New Roman, Serif;
  color: #34160C;
}
