html, body, p, img, h1, h2 {
  margin: 0; padding: 0; border: 0; vertical-align: bottom;
  }

html, body {
  height: 100%;
  }

body {
  font-size: 100%;
  font-family: 'trebuchet ms', arial, sans-serif;
  background: #fff url(../images/general/sepiafade3.png) repeat-x;
  }

#wrapper {
  max-width: 70em;
  min-width: 50em;
  padding: 0 20px 20px 120px;
  }

blockquote {
  max-width: 35em;
  }

p {
  max-width: 45em;
  margin: .7em 0 1em 0;
  color: #220;
  }

blockquote p {
  color: #004;
  }

a {
  color: #520;
  }

a:hover {
  color: green;
  }

a.pielink {
  text-decoration: none;
  }

a.pielink:hover {
  text-decoration: underline;
  }

a.backbutton {
  float: right;
  }

a.google-earth span {
	position: absolute;
	left: -3000px;
	margin: .5em 0 0 -5em;
	padding: .1em .3em;
	background: #d8f8d8;
	border: 1px solid black;
	text-decoration: none;
	color: black;
	}

a.google-earth:hover {
	background: white;
	}

a.google-earth:hover span {
	left: auto;
	}

h1 {
  font-size: 1.6em;
  margin: 2em 0 1em 70px;
  }

h2 {
  font-size: 1.2em;
  margin: 2em 0 .2em 100px;
  color: #520;
  }

.clickblurb {
  float: right;
  width: 200px;
  text-align: center;
  font-style: italic;
  color: #555;
  }

.floater {
  float: right;
  position: relative;
  clear: both;
  margin: 5px 0 10px 20px;
  border: 2px solid #ccc;
  }

.floater .thumb {
  width: 200px;
  }

.blowup {
  position: fixed;
  top: 20px;
  left: -3000px;
  z-index: 100;
  }

.showpic {
  z-index: 100;
  }

.showpic .blowup {
  left: 20px;
  }

.floater .grayout {
  position: absolute;
  top: 0;
  left: -3000px;
  width: 100%;
  height: 100%;
  background: url(../images/general/grayout2.png) 100% 0 no-repeat;
  cursor: pointer;
  }

.floater:hover .grayout,
.showpic .grayout {
  left: 0;
  }

.x-out {
  position: absolute;
  top: -24px;
  right: -16px;
  cursor: pointer;
  }

.bigpic {
  border: 3px solid;
  border-color: #443 #bba #ccb #665;
  cursor: pointer;
  display: block;
  }

.floater p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  padding: 0 5px 5px 10px;
  max-width: auto;
  margin: 0;
  color: #fdeabd;
  text-align: center;
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: .9em;
  }

.gallerybox {
  position: relative;
  width: 45em;
  }

.gallerybox .floater {
  float: left;
  position: relative;
  clear: none;
  margin: 5px 0 10px 20px;
  border: 2px solid #ccc;
  }

.gallerybox .floater .thumb {
  width: auto;
  height: 150px;
  }

.gallerybox .floater p {
  width: 90%;
  margin-left: 5%;
  padding-left: 0;
  padding-right: 0;
  }



/*XXXXXXXXXXXXXXXXXX Dropshadow/hover rules  XXXXXXXXXXXXXXX*/

.shadow-one {
	background: url(../images/dropshadows/xtra-thick-soft-ur.png) 100% 0 no-repeat;
	_background: none;
	}

.shadow-two {
	position: relative;
	padding: 30px 0 0 30px;
	background: url(../images/dropshadows/xtra-thick-soft-ll.png) 0 100% no-repeat;
	_background: none;
	}

.shadow-three {
	position: relative;
	background: url(../images/dropshadows/xtra-thick-soft-main.png) 100% 100%;
	_background: none;
	}

.shadow-four {
	position: relative;
	left: -23px;
	top: -30px;
	border: 2px solid;
	border-color: #ccb #665 #443 #bba;
	}

.shadow-five {
	position: relative;
	border: solid #aa9683;
	border-width: 27px 20px 25px 21px;
	background: #222;
	}
