/*
 * Common style sheet for Mysteries Project web sites.
 *
 * Author: Sunpreet S. Jassal
 * Date: Dec 17, 2006
 */



* {
	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:.7em;
	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:1em;
	line-height:1.6em;	
}

.align_center 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.align_left 
{
	text-align:left;	
}
.align_right 
{
	text-align:right;
}
.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_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:both;
	margin:10px 0 0 10px;
}

.citation p {
	margin: 0;
}

table
{
	border-collapse:collapse;	
}

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

#about_this_source
{
	height:45px;
	background:url(../images/glass.gif) no-repeat;
	font-family:"Georgia", "Time New Roman", serif;
	padding: 0 0 0 20px;
	letter-spacing: 2px;
}

span.first_letter_big
{
	font-size:28px;	
}

/* archives images listing */

.archivesImageListing {
	background-color: #e4e3cd;
	border:1px solid #999;
	height: 230px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 20px 0;
}

.archivesImage {
	float: left;
	height: 200px;
	margin: 0;
	padding: 0;
	width: 200px;
}

.archivesCitation {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.italics {
	font-style: italic;
}

/* end archives image listing */

