@charset "utf-8";
/* ----------------------------------
  CompanyName Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Colors 
grey: 	DCDDDE
Dark Grey: 58595B
green:	C8DFBE
dark green:	8EBD7A
Red:	 D2232A
Blue:	00AEEF
For drop caps see this article :  http://safalra.com/web-design/typography/css-drop-caps/*/
body {
	background-color:#ddd;
	color:#000;
	font-family: "Times New Roman", Times, serif;
	text-align:center;}
a, a:visited, a:hover{
	color:#00C;
	text-decoration:none;}
a:hover {text-decoration:underline;}
a.red {color:#D2232A;}

.block  {
	background-color:#BED8B1;
	margin-bottom:1em;
	padding-left: 10px;
	padding-top: 10px;
}


#shadow {
	background: url('/img/site/pageshadow.jpg') repeat-y left top;
	width: 930px;
	margin:0pt auto;
	}
#search {
	position:relative;
	top: 8px;
	right: 5px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;}	
#wrapper {
	width:900px;
	border:1px solid #8EBD7A;
	background:#fff;
	margin:0pt auto;
	min-height: 200px;
	text-align:left;}
#main {
	width:100%;
	position:relative;}
#mainContent {
	float:right;
	width:615px;
	margin:15px 15px 15px 0;} 
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;}
a#logo {
	text-indent:-99999px;
	width:291px;
	height:52px;
	background: url(../betasite/img/JaffreyHistoryOrg.png) no-repeat left top;
	display:block;}
p {
  /*text-align   : justify;*/
  line-height  : 1.5em;}  
p.citation {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-indent: 5px;
	margin-left: 30px;
	margin-right: 30px;}
	
.dropCap{
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.63em for 3 lines */
  margin-left  : 0;
  margin-right : 0.5em;
  height       : 4.5em;}  /* use 4.5 for 3 lines */
.dropCap span{
  font-size    : 5.6em;   /* use 5.6em for 3 lines */
  line-height  : 1.0em;}
.dropCap + span{
  margin-left  : -0.5em;}
  
	
h1 {color:#D2232A;}

.abstract { 
	color:#D2232A;
	padding-left:3em;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;}
.abstract h1 {
	margin-left:-1.5em;
	font-size:120%}
.abstract p {	line-height:1.2}

.chapters { 
	background-color:#fff;
	padding-left:1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	}	
.chapters_right{ 
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	border-style: solid; 
	background-color:#fff;
	padding-left:1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	}	
.chapters h2 {
	color: #333;
	font-family: "Gill Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-transform: uppercase;
	}
	
.chapters a {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}	
.chapters ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: -20px;
	}
.chapters ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C00;
	text-transform: none;
	}
.chapters p {	
	line-height: normal;
	font-size:12px;}
.chapters p.introduction{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#630;}
.chapters p.list {
	margin-top: 0;
	margin-bottom: 0;}
.chapters p.list + p.list {
  	margin-top: .0cm;
	margin-bottom: 0;}
.chapters_booktitle {
	font-style:italic;}

.photos {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

div.pullphoto {
  float: right;
  width: 30%;
  border: thin silver solid; 
  margin: 0.5em;
  padding: 0.5em;
}
div.pullphoto p {

  margin-top: 0.5em;
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

/* Current page styling */
#overview .overview,#built .built,#natural .natural,#economy .economy,
#people .people,#events .events,#maps .maps,#images .images,
#databases .databases,#pubs .pubs,#docs .docs,#links .links,
#acknowledge .acknowledge,#sitemap .sitemap,#info .info
 {font-weight:700;}

