/* css stylesheet for HistoricHampshire.org  ver. 12 */
/* Updated: Dec. 13, 2010 */

html {
	width: 100%;
	height: 101%;
	margin-bottom: 1px;
	}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ 	margin: 0; 
	padding: 0; 
}

/* Text is aligned Center in Body and Container for IE 6 to center the div; Text must be Aligned Left in all other 2nd order divs like Welcome and Content */
body { 
	background-color: #3C5337;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	}
/* background-color: #3C5337 is dark green of the leaves in banner */
	
#container	{
	position:relative;
	margin:0 auto 10 auto;
	padding:0 0 1 0;
	width: 796px;
	background-color: #8BC3E4;
	text-align: center;
	}
/* NOTE THE LINE BELOW IS NECESSARY TO KEEP THE PAGE FORMAT!!!!! */	
<!-- #8BC3E4 is sky blue -->
/* #8BC3E4 is sky blue - was #F5F5DC very light gray; was #FFFACD */


#banner	{
	margin-top: 0px;
	margin-bottom: 20px;
	width: 760px;
	}

#welcome	{
	position:relative;
	margin:0 auto;
	background: #FFFACD; 
	margin: auto;
	width: 736px;
	height: 186px;
	padding:20 20 30 20px;
	text-align: left;
	color: black;
	}

/* added display: inline; */
#welcome .h1	{
	font-size: 3em;
	color: black;
	display: inline;
	}

#content	{
	position:relative;
	margin: 0 auto 20;
	width: 736px;
	padding:20 20 10 20px;
	overflow: hidden;
	background: #FFFACD;
	text-align: left;
	font-size: 1.1em;
	}
/* Lemonchiffon is #FFFACD - #FFFFCC is light tan of Fort Edwards */

#review	{
	position:relative;
	margin: 0 auto 20;
	width: 718px;
	padding:20 30 10 30px;
	overflow: hidden;
	background: #FFFACD;
	font-family: Georgia, times, serif;
	text-align: left;
	font-size: 1em;
	line-height: 125%;
	}
/* Lemonchiffon is #FFFACD - #FFFFCC is light tan of Fort Edwards */


#justify600 { 
	background: #FFFFE0;
	width: 600px;
	padding:20 30 10 30px;
	text-indent: 3em ; 
	text-align: justify; 
	font-size:  1em; 
	font-family: Georgia,times,serif;
	}
/* #FFFFE0 is light yellow - almost tan */


#tan820	{
	position:relative;
	margin: 0 auto 20;
	width: 820px;
	background: #FFFFCC;
	font-size: 1.1em;
	}
/* #FFFFCC is light tan of Fort Edwards */

/* for newspaper articles; has light gray background */
.newspaper { 
	background: #D3D3D3;
	text-indent: 3em ; 
	text-align: justify; 
	font-size:  13pt; 
	font-family: Georgia,times,serif;
	}


/* Floatbox is container for text boxes or images floated to the right to help solve the margin problem with different browsers */
/* added display: inline; */
#floatbox	{
	position:relative;
	float: right;
	display: inline;
	margin: 10px,2,0,10;
	width: 230px;
	}
/* Special notice text boxes */
#special1	{
	margin: 0 0 20 20;
	width: 168px;
	padding: 12;
	background: #D3D3D3;
	border: 4px solid #FF0000;
	color: black;
	}
/* Background - #D3D3D3 is LightGray; #0000FF is Blue; #DEB887 is Burlywood; #F4A460 is SandyBrown; #C0C0C0 is Silver */
/* Borders - #FF4500 is OrangeRed; #FF0000 is Red; #0000CD is MediumBlue */

#special2	{
	margin: 0 0 20 20;
	width: 176px;
	padding: 12;
	background: #FFEBCD;
	border: 4px solid #0000CD;
	color: black;
	}

/* author is for: Author box in articles  */
#author	{
	margin: 0 0 20 20;
	width: 168px;
	padding: 12;
	background: #D2B48C;
	border: 4px solid #A0522D;
	color: black;
	font-size: .9em;
	}

/* Navbox is only used on the opening page to introduce the different sections of the web site */
#navbox	{
	position:relative;
	float: right;
	margin: 60px,20,0,10;
	width: 182px;
	border: 2px solid #0000CD;
	text-align: left;
	padding: 0.5em 1em;
	color: navy;
	background: silver;
	}

/* standard Footer for all pages */
#footer {
	position:relative;
	margin:0 auto 10 auto;
	width: 766px;
	font-size: .8em;
	color: silver;
	}

p {
	margin: 0 0 1em 0;
	font-size: 1em;
	color: black;
}

/* for editorial comments */
.notation {
	text-indent: 3em; 
	font-size: 12pt; 
	font-family: Tahoma,arial,helvetica,sans-serif
	}


/* Drop capital first letter of important paragraphs */
.dropcap:first-letter {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 2em;
	font-weight:bold;
	left: 0px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	}

/* for section titles in articles */
.chaptertitle {
	font-weight:bold;
	text-indent: 0em ;
	padding-top: 5px;
		}

/* Div for bibliographies; see note on "em" below */
#biblio		{
	font-face: serif;
	font-weight: normal;
	color: black;
	}

/* This emphasis is really only supposed to occur in DIV ID=biblio - not in all DIVs */
div em {
	font-face: sans;
	font-weight: bold;
	letter-spacing: .05em;
	color: black;
	}

/* for quotes Extracted from text; left border is DimGray */
p.extract 	{
	border-left: 2px solid #696969;
	margin-left: 10px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .03em;
	color: #606060;
	}


/*  Div for FOOTNOTES */
#footnote	{
	margin: 0 0 .7em 3em;
	text-indent: -3em;
	font-size: .8em;
	}



h1 {
	font-size: 200%;
	font-weight: normal;
	}

h2 {
	font-size: 150%;
	line-height: 150%;
	font-weight: normal;
	color: black;
	}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: black;
	}

li {
	text-indent: -25px;
	padding-left: 25px;
	font-size: 110%;
	line-height: 120%;
	}
