@import url( reset.css );
@import url( base.css );
@import url( menu.css );

body {
  background-color: #f0efdf;
  font-family: Verdana;
  font-size: 90%;
  }

a {
  text-decoration: none;
  color: #48b98d;
  }

/* --- header --- */
#header-wrapper {
  background-image: url( ../images/header-bg.jpg );
  background-repeat: repeat-x;
  height: 315px;
  }

#header {
  position: relative;
  width: 937px;
  margin: 0 auto;
  }

h1 {
  position: relative;
  text-indent: -3000px; 
  background-image: url( ../images/full-header.jpg );
  background-repeat: no-repeat;
  width: 937px;
  height: 348px;
  margin: 0 auto;
  left: -10px;
  }

#slogan {
  display: none;
  }

h1 a {
  position: absolute;
  top: 20px;
  left: 0;
  height: 71px;
  width: 254px;
  }

/* --- content --- */
#content-wrapper {
  position; relative;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f0efdf;

  }

#content {
  position: relative;
  width: 800px;
  margin: 30px auto;
  color: #59542f;
  }

/* --- footer --- */
#footer-wrapper {
  height: 250px;
  font-size: 60%;
  padding-top: 15px;
  border-top: 1px solid #666451;
  text-align: right;
  background-color: #97947b;
  }

#footer {
  position: relative;
  width: 800px;
  margin: 0 auto;
  }

#footer p {
  width: 800px;
  margin: 0 auto;
  }

#footer a {
  color: #f0efdf;
  }

.vcard {
  padding-bottom: 1em;
  }

.vcard .adr {
  padding-bottom: 1em;
  }

.vcard .type {
  display: none;
  }

/* --- map list --- */
ol#maplist {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  }

ol#maplist li {
  display: block;
  position: relative;
  width: 330px;
  height: 75px;
  float: left;
  margin-left: 20px;
  padding: 5px;
  border-top: 1px dashed #97947B;
  }

ol#maplist li:hover {
  background-color: #F9F9F1;
  }

ol#maplist li p {
  font-size: 90%;
  width: 220px;
  text-align: center;
  }

ol#maplist li a {
  position: relative;
  display: block;
  color: #59542F;
  top: -5px;
  left: -5px;
  width: 340px;
  height: 80px;
  }

ol#maplist li img {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #97947B;
  }

dt {
  font-weight: bold;
  }

dd {
  margin-bottom: 20px;
  }

/* --- Specific styles for trail pages -- */
#map {
  float: right;
  width: 200px;
  text-align: center;
  font-size: 80%;
  }

img#mapThumb {
  border: 1px solid gray;
  }

p.trailContent {
  padding-right: 250px;
  }

#map_printing {
  display: none;
  }

/* --- gallery --- */
.gallery{
  margin: 0;
  padding: 0;
  list-style: none;
  }

.gallery li{
  float: left;
  display: inline; /* For IE so it doesn't double the 1% left margin */
  width: 208px;
  margin: 0 0 10px 1%;
  padding: 10px 0;
  height: 208px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
  position: relative; /* This is the key */
  margin-bottom: 4em;
  }

.gallery a,
.gallery img{
  display: block;
  width: auto;
  height; auto;
  margin: 0 auto;
  }

a img{ 
  border: none;
  }

.gallery a:link,
.gallery a:visited,
.gallery a:focus,
.gallery a:hover,
.gallery a:active{
  padding: 3px;
  background: #eeefef;
  width: 200px;
/*  height: 200px; */
  border: 1px solid gray;
  position: absolute;
  top: 50%;
  left: 50%; /* position it so that image's top left corner is in the center of the list item */
  margin: -100px 0 0 -100px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
  }

.gallery a:hover{
  border-color:#dfdfdf;
  }

/* float clearing for IE6 */
* html #clearfix{
  height: 1%;
  overflow: visible;
  }

/* float clearing for IE7 */
*+html #clearfix{
  min-height: 1%;
  }

/* float clearing for everyone else */
#clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  }

.TrailBox {
  float: left;
  background-color: #F9F9F1;
  padding: 5px;
  border-top: 1px dashed #97947B;
  width: 200px;
  margin-left: 20px;
  }

