/*
 * 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 {
	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: #111;
	border:1px solid #333;
	line-height:14px;
	padding:10px;
	font-size:10px;
	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;
}

#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: #111;
	border:1px solid #333;
	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 */


/* view images (larger/largest) */
#OtherContent {
	font-family: 'Arial Narrow', Tahoma, Verdana, sans-serif;
	color: #fff;
	margin: auto;
	padding: 20px 0 0 0;
	width: 800px;
}

#OtherContent h1 {
     font-family: 'Arial Narrow', Tahoma, Verdana, sans-serif;
     font-weight: bold;
     font-style: normal;
     font-size: 2.2em;
     color: rgb(255, 223, 92);
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid rgb(227, 27, 90);
}

#viewImage {
	margin: 0;
	padding: 0;
}

#viewImage img{
	display: block;
	margin: auto;
}

#viewText {
	margin: 0;
	padding: 0;
	text-align: left;
}

#viewImageCitation {
	background-color: #111;
	border:1px solid #333;
	color: #fff;
	line-height:14px;
	padding:10px;
	font-size:10px;
	margin:10px 0 20px 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#referring {
	margin: 0 0 20px 0;
	text-align: right;
}

#flashintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* end view images (larger/largest) */

