/*
 Global style sheet for lithfen.org
 David Schwaegler Feb 2012
*/

body {
 	margin:0 0 5px; 
 	border: 0;
 	padding:0; 
    color:#000000;
    background-color:#fef0d3;
    font-family: Georgia, Times, "Times New Roman", serif;
}
H1, H2 {
 text-align: center;
 }

H3 {
	margin-bottom: 0;
}

img 
{
	-moz-box-shadow: 6px 6px 5px #817762;
	-webkit-box-shadow: 6px 6px 5px #817762;
	box-shadow: 6px 6px 5px #817762; /* h-shadow v-shadow blur spread color */
}

img.thickFrame {
	border: 4px solid black;
}

#control {margin-top: 12px; text-align: center;}

#mapFrame {
	margin: 0 auto;
	border:1px solid black;
	width:640px;
}

.clear{
	clear: both;
}

a {color: #638E2A;}
a:visited {color: #441307;}

#links {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #447700;
	height: 2.25em;
	padding:0.25em;
	width: 100%;
	overflow:hidden;
}
#currentLink {
	background-color: #fef0d3;
	padding:0 1em;
}
#content {
	margin-left: auto; margin-right: auto;
	max-width:80ex; /* long lines are hard to read */
}
#links a {
	padding:0.25em;
	text-decoration: none;
}

#links a:link {color: white;}
#links a:visited {color: yellow}
#links a:hover {text-decoration: underline}

.emphasize {font-weight: bold}

.indent{
	margin: 0 3em;
}
#dates {
	margin: 0 auto;
	text-align: center;
}

#dates td { padding:1em; }

#tours {
  width: 90ex;
  margin: 0 auto;
}

#tourLeft
{
	float: left;
}

#sign {
	position: relative;
	background: url(sign.jpg); width: 1020px; height: 630px;
	background-repeat  :no-repeat;
	background-position:center;
	margin:0 auto;
}
#fentitle {
	position: absolute;
	top: 10px;
	left: 320px;
	width: 400px;
	font-size: 1.5em;
	text-align: center;
}

#calcareous {
	position: absolute;
	top: 480px;
	left: 5px;
	width: 405px;
}
#hills {
	position: absolute;
	top: 70px;
	left: 125px;
	width: 400px;
}
#hanging 
{
	position: absolute;
	font-size: .70em;
	top: 215px;
	left: 250px;
	width: 125px;
	height: 114px;
	overflow: auto;
}
#sedge {
	position: absolute;
	font-size: .75em;
	top: 230px;
	left: 585px;
	width: 125px;
	height:120px;
	overflow: auto;
}
#lives {
	position: absolute;
	top: 610px;
	left: 510px;
	width: 475px;
}
div.monitor
{
	float:left;
}
