/* Maine Historical Society - Past Perfect Online Styles */
/* Created by Jamie Peloquin Design <http://www.jamiepeloquin.com> */

/* @group Clean House */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

a {
	text-decoration: none;
	border-bottom: 1px solid;
}

/* @end */

/* @group Elements */

html {
	background-color: #663;
	font-size: 100%;
	padding: .85em;
}

body { 
	position: relative;
	margin: 0 auto;
	width: 80.2em;
	background-color: #fff;
	border: .1em solid #333;
	font: 62.5% Verdana, "Bitstream Vera Sans", sans-serif;
	/* 1em = 10px */
}

h1 small {
	text-transform: capitalize;
}

a {
	color: #424200;
}

a:hover {
    color: #600;
}

address {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Classes */

.button {
	padding: .2em .4em;
	background-color: #e1f09b;
	border: .2em solid #c1d074;
}

.button:hover {
	border-color: #8e9300;
}

.button:active {
	background-color: #cbd400;	
}

/* @end */

/* @group Ids */

#masthead {
	background: #000 url(images/masthead_background.gif) no-repeat right bottom;
	position: relative;
	height: 6.6em;
	padding: 5.4em 1.6em 0 16.1em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

a#link-home {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 113px;
	border: 3px solid #000;
}

#masthead h1 {
	color: #fff;
	font-size: 2.2em;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

#tagline {
	position: absolute;
	right: 1.6em;
	top: 5.4em;
	width: 17em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #e5e5b7;
	font-size: 1em;
	line-height: 1.5em;
}

#content {
	padding: 1.8em 1.6em 2em 16.1em;
	color: #222;
}

#content * {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content p, ul, ol, dl, table {
	margin-bottom: 1.5em;
}


#footer-nav, #footer address, #footer-othersites {
	margin: 1.5em 0;
}

#footer-nav {
	border: .1em solid #5e6200;
	border-width: .1em 0;
	background-color: #fffced;
	padding: .5em 1.6em .5em 16.1em;
}

#footer-nav p {
	font-size: .9em;
	line-height: 1.5em;
}

#footer address, #footer-othersites {
	margin-left: 16.1em;
	line-height: 1.5em;
}

#footer address span, #footer-othersites p {
	font-size: 1.1em;
}


/* @end */







