/* color-scheme CSS for issue 2 */

/* ******** splash colors ********* */
.splash {
	background-color: #f1f1f1;
}
.attribution {
	color: #5f5f5f;
}

#splash-title {
    font-family: Garamond, Baskerville, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
	font-size: 3.5em;
    text-align: left;
    color: black;
    
    position: absolute;
    left: 0;
    top: 18%;
    padding-top: 10%;
    margin-left: 27%;
    border: 0px solid black;
}
#splash-title a {
    text-decoration: none;
    color: #efeadd;
}
.splash-issue-num {
	color: #FF99CC;
}

/* ******** toc.css: ************** */

.toc-title-num, .headline-num { 
	color: #FF99CC;
	
	/* CHANGE */
	font-style: italic;
}

.headline-detail {
	/* <span...>Archive|Authors</span> */
	color: #FF99CC;
}

.toc-type { 
	color: black; 
}

.toc-author-name {
	width: 213px;
}

.toc-type-section {
	margin-left: -10px;
}

.title, .toc-piece em {
    font-style: normal;
}

/* ********* submit ************ */
.submit-type {
	color: #55341c;
}

/* ********** style.css ************** */

body {
	color: #000;
	background-color: #f1f1f1; 
}

a:link, a:visited, a:active {

	color: #6C5028;
	color: #70798C;
}

.topbox { 
	border: 1px black solid; /* default */
	background-color: #5f5f5f;
	background-color: #917C78;
}
.mainHeader {
	color: white;

}
*.mainHeader a { 
	color: white;
}
*.mainHeader a:active { 
	color: white;
}
*.mainHeader a:visited { 
	color: white;
}

.main { 
	background: #fff url(../../images/001/001-back.jpg) no-repeat top right; 
}
.topnav, .bottomnav, .boxnav { 

	background-color: #F5F1ED; /*#efeadd;*/
}

.bottom-box { 
	background-color: #313a24; /* backup in case image fails */
	background-image: url("../../images/028/footer.png");
	height: 90px;
}