/*
 * Common style sheet for Mysteries Project web sites.
 * Adapted from legacy style sheet in use with existing 
 *
 * Author: Sunpreet S. Jassal
 * Date Created: Dec 17, 2006
 *
 * Last Updated: Feb 23, 2007
 */



* {
	padding:0;
	margin:0;
}

body {
	font-size: 100%;	
}



img 
{
	margin:0;
	padding:0;
	border:0;
	display:block;	
}



h1 
{
	font-family: Georgia, serif;
	font-weight:700;
	background-color:transparent;
	margin-bottom:.5em;
	color:#6e1e14;
	font-style:italic;
	font-size:2em;
}

h2 {
	font-family: Georgia, serif;
	font-weight:500;
	margin-bottom:.7em;
	line-height:20px;
}

p 
{
	margin-bottom:2em;
	line-height:1.6em;	
}

.align_centre, .align_center 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.align_left 
{
	text-align:left;	
}
.align_right 
{
	text-align:right;
}
span.underline, .underlined 
{
	text-decoration:underline;	
}
.float_left 
{
	float:left;		
}
.float_right 
{
	float:right;		
}
br {
	clear:both;	
}
.bold 
{
	font-weight:bold;	
}
.indent 
{
	margin-left:2em;
}
.noclear 
{
	clear:none;
}
.strike 
{
	text-decoration: line-through;	
}

.page, .page_number 
{
	text-align:center;
	font-weight:bold;
	clear:both;	
}
.block 
{
	display:block;
}

.nospace 
{
	padding:0px;
	margin:0px;	
}

.large 
{
	font-size:130%;	
}
.notation 
{
	border-bottom:1px dotted;	
}

.citation
{
	background-color:#e4e3cd;
	border:1px solid #a49d87;
	line-height:14px;
	padding:10px;
	font-size:10px;
	clear:right; /*SA 20120405 changed from clear:both to accommodate archives/map/indexen.html */
	margin:10px 0 0 10px;
}

table
{
	border-collapse:collapse;	
}

.imageListing {
	cursor: pointer;
	border: 1px solid #9C9E6D ;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}


