/********************************************************************************* 
 **  different colors for header 
 *********************************************************************************/
#logobar {
	background: url(images/header.gif) repeat-x;
}

#author {
	background: url(images/author.jpg) no-repeat;
}

#navigation {
	background: url(images/header_rhs.gif) top right no-repeat;
}

#navigation .articles_link a, #footer .articles_link a {
	background: url(images/articles_link.gif) no-repeat;
}

#navigation .articles_link a:hover, #footer .articles_link a:hover {
	background: url(images/articles_link_hover.gif) no-repeat;
}
/********************************************************************************* 
 **  end formatting header 
 *********************************************************************************/


/********************************************************************************* 
 **  different colors for main article 
 *********************************************************************************/
#content {
	margin-top: 1em;
}

.article_section {
	margin: 1.5em 20px 0 20px;
	clear: both;
}

h1#article_title {
	background: url(images/title.gif) no-repeat;
}

.drop-cap {
	color:white;
	background: #7e99aa;
	border:1px solid #003050;
	border:1px solid #3f5c57;
}

a:link {
	color: #37701d;
}

a:visited {
	color: #cc9c4a;
}

a:hover {
	color: #3789b4;
}
/********************************************************************************* 
 **  end formatting main article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting thumbprint images in Voynich article 
 *********************************************************************************/
.thumbprint_holder_left {
	border:1px solid #3f5c57;
}

.thumbprint_holder_right {
	border:1px solid #3f5c57;
}
/********************************************************************************* 
 **  end formatting thumbprint images in Voynich article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting for "figure" pages
 *********************************************************************************/
#image_text {
	border: solid 1px #c9b280;
}

.subheading {
	color: #993300;
}

.backlink a:link, .backlink a:visited, .backlink a:hover {
	color: #993300;
}
/********************************************************************************* 
 **  end formatting for "figure" pages
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting for "figure" pages
 *********************************************************************************/
#image_content table {
	float: left;
	margin-right: 20px;
}

.subheading {
	color: #993300;
}

.backlink a:link, .backlink a:visited, .backlink a:hover {
	color: #993300;
}
/********************************************************************************* 
 **  end formatting for "figure" pages
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting footer
 *********************************************************************************/
#footer {
	background: url(images/footer.gif) bottom repeat-x;
}

#copyright {
	background: url(images/copyright.gif) bottom left no-repeat;
}
/********************************************************************************* 
 **  end formatting footer
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting references for main article
 *********************************************************************************/
#reference_heading {
	background: url(images/references.gif) no-repeat;
}

#glossary_heading {
	background: url(images/glossary.gif) no-repeat;
}
/********************************************************************************* 
 **  end formatting references for main article
 *********************************************************************************/
