/* CSS Document */

body {
  background: url(../web-images/fp_bg.jpg) top left repeat-x #ddd6c4;
  text-align: center;
  font-family: times new roman, times, serif;
  font-size: 1em;
}


/* ////////////////////
Replacing previous CSS in resets-min.css 
//////////////////// */

.main-menu,
.main-menu li {
  margin: 0;
  padding: 0;
}

nav ul { 
  list-style: none;
}

.subMenu h2,
.subMenu ul {
  margin: 0;
}

ul.list-style-none {
  list-style: none;
}

/* /////////////////////////
Colors
//////////////////////////*/

/* Body text color */
.mainText, 
.subMenu h2,
.subMenu h2 a,
.subMenu h2 a:visited,
.frontFooter {
  /* color: #f4deab; */
  /* color: #cebba2; */
  color: #c8b981;
}

/* Links with light background */
a:link, 
a:visited, 
a:hover {
  color: #82210e;
}

/* Links with dark background */
.subMenu ul a,
.subMenu ul a:visited,
ul.aboutTheProject a,
ul.aboutTheProject a:visited {
  color: #c49741;
}

/* Greenish gold on dark background */
.frontFooter a,
.frontFooter a:visited {
  color: #8d843b;
}

/* end text and link colors */

/* ////////////////////
Link decoration 
//////////////////// */

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
.frontFooter a {
  text-decoration: underline;
}

/* //////////////////
General styles
////////////////// */

#topIntroduction {
  background: url(../web-images/fp_banner.jpg) top left no-repeat;
  width: 889px;
  height: 525px;
  margin-left: auto;
  margin-right: auto;
}
/* 
#topIntroduction h1,
#topIntroduction h2 {
  display: none;
} */

#bottomHalf {
  background: url(../web-images/fp_bottom_bg.jpg) top left repeat-x #301a0a;
}

#introduction {
  background: url(../web-images/fp_bottom_text_bg.jpg) top left repeat-y #1e0f00;
  margin-left: auto;
  margin-right: auto;
  width: 889px;
}

.mainText {
  padding-top: 10px;
  background: url(../web-images/fp_bottom_head.jpg) top left no-repeat;
  padding: 35px 45px 50px 270px;
  text-align: left;
  /* color: #a27d31; */
}


.seeAlso {
  float: left;
  width: 225px;
  padding-top: 35px;
  padding-left: 30px;
  text-align: left;
}

.subMenu {
  width: 219px;
  background: #160b09;
  margin-bottom: 15px;
}

.subMenu h2 {
  background: url(../web-images/fp-leftmenu_top.gif) top left no-repeat;
  padding: 15px 10px 3px 10px;
  text-align: center;
}

.subMenu h2,
.subMenu h2 a {
  text-transform: uppercase;
  font-variant: small-caps;
  /* color: #777136; */
  font-size: .95em;
  letter-spacing: .1em;
}

.subMenu ul {
  font-size: .9em;
  padding: 23px 20px 20px 20px;
  background: url(../web-images/fp-leftmenu_sep.jpg) top center no-repeat;
}

.subMenu ul li {

  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../web-images/fp-leftmenu_bullet.jpg) top left no-repeat;
  background-position: 0px 3px;
}


.mainText p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.4em;
}


#mainTitleMenu {
  text-align: left;
  margin-left: 60px;
  padding-top: 215px;
}

#mainTitleMenu li {
  width: 326px;
  height: 73px;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-top: 7px;
}

.explore {
  background-image: url(../web-images/fp_explore.png);
}

.spatial {
  background-image: url(../web-images/fp_spatial.png);
}

.narrative {
  background-image: url(../web-images/fp_narrative.png);
}

#mainTitleMenu a {
  display: block;
  padding-top: 16px;
  width: 226px;
  height: 27px;
  padding-left: 95px;
  font-size: 18px;
}

ul.aboutTheProject {
  margin-top: 35px;
  /* margin-left: 25px; */
}

ul.aboutTheProject li {
  margin-bottom: 10px;
}

/* ul.aboutTheProject a:link {
  color: #777136;
} */

.frontFooter {
  border-top: double 3px #34240a;
  margin: 10px 25px 0px 25px;
  padding: 10px 10px 40px 10px;
  text-align: left;
  line-height: 1.5;
  /* color: #8d843b; */
}

.frontFooter .UNL {
  float: right;
}

/* /////////////////
Accessibility Fixes
///////////////// */

/* Skip to main content link */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a.sr-only-focusable:hover, a.sr-only-focusable:focus {
  color: #345c87;
  text-decoration: underline;
}

.static-banner-wrapper {
  background-color: #cce5f2;
  border-bottom: 1px solid #226e95;
  padding: 0px 20px;
}

.static-banner {
  margin: auto;
  max-width: 890px;
  padding: 15px 0px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .static-banner {
    text-align: center;
  }
}

.static-banner p {
  font-size: 14px; /* Change to fit site */
  margin: 0;
}

.static-banner p a,
.static-banner p a:visited {
  color: #0000EE;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.static-banner p a:hover {
  background: none;
  color: #010194;
  margin: 0;
  padding: 0;
}