/* same as hikes.css and mojave.css */

/* body */
body {
  color: #000066;
  background-color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 76%;
  text-align: center;
}

/* links */
a:link {
  color: #000066;
  background-color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #661666;
  background-color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #000066;
  background-color: #ffffff;
  text-decoration: underline;
}
a:active {
  color: #ffffff;
  background-color: #000066;
  text-decoration: none;
}
a:focus {
  color: #ffffff;
  background-color: #000066;
  text-decoration: none;
}

/* text alignment exceptions */
#header-align-left, #main-align-left {
    text-align: left;
}

/* padding and margins */
h1, h2, h3, h4, p {
  padding: 5px 0px 5px 0px;
  margin: 20px 0px 20px 0px;
}

/* headings */
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}

/* lists */
ul {
  padding: 0px;
}
li {
  list-style-type: none;
  margin: 5px 0px 5px 0px;
  font-size: 1em;
  font-weight: normal;
}

/* outer frame */
#outerframe {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* navigation bars */
/* style 1 */
#nav a:link {
  text-decoration: underline;
}
#nav a:visited {
  text-decoration: underline;
}
#nav li {
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px;
}
/* style 2 */
#nav2 a:link {
  text-decoration: none;
}
#nav2 a:visited {
  text-decoration: none;
}
#nav2 a:hover {
  text-decoration: underline;
}
#nav2 li {
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px;
}
/* style 3 */
#nav3 a:link {
  text-decoration: none;
}
#nav3 a:visited {
  text-decoration: none;
}
#nav3 a:hover {
  text-decoration: underline;
}
#nav3 li {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  margin: 10px;
  line-height: 1.5em;
}

/* footer */
#footer {
  font-style: italic;
  font-size: 0.9em;
  margin: 30px;
  padding: 30px;
}

/* error pages */
#error {
  text-align: left;
}
#error a:link {
  text-decoration: underline;
}
#error a:visited {
  text-decoration: underline;
}

/* text styles */
.bold {
  font-weight: bold;
}

/* image borders */
img {
  border: solid 1px #000000;
}

/* image outer border styles - used with p */
#noborder {
  border: none;
}
.border400 {
  width: 402px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  border: solid 6px #666666;
}
.border450 {
  width: 452px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  border: solid 6px #666666;
}
.border600 {
  width: 602px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  border: solid 6px #666666;
}

/* caption styles */
.caption {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
}
