
/* ******** splash colors ********* */
body.splash {
	background-color: #ebf0ea;
}
p.attribution {
	color: black;
}

div#splash-title {
    font-family: Garamond, "Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 3.4em;
    text-align: center;
    letter-spacing: 3px;
    color: black;
    
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    padding-top: 25px;
    border: 0px solid black;
}
div#splash-title a {
    text-decoration: none;
    color: white;
}

body.splash a.art_link {
	color: black;
	text-decoration: none;
}
body.splash a.art_link:hover {
	text-decoration: underline;
}

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

*.toc-title-num, *.headline-num { 
    font-style: italic;
}
a.headline-num:hover {
/*	color: #83c928; */
}

/* color of the issue number and words like "Archive", "About", etc. */
.headline-detail, 
*.toc-title-num, 
*.headline-num,
span.splash-issue-num {
	color: #024D4A;
	color: #76060B;
	color: #DC8811;
	color: #E8D22F;
	color: #E4C33E;
}

.toc-type { 
	color: black; /* #75672b;  #aa9944; */
}



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

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

body {
	color: #000;	
	background-color: #E4EFD0;
	background-color: #f7f4d5;
	background-color: #ebf0ea;
}

a:link, a:visited, a:active {
	color: #2D5346;
}

*.topbox { 
	border: 1px black solid; /* default */
	background-color: #494c2f;
}

*.mainHeader {
	color: #eae9de;
}

*.mainHeader a, 
*.mainHeader a:active, 
*.mainHeader a:visited {
	color: #eae9de;
}

*.main { 
    background: #fff url("../../images/007/bg05.jpg") no-repeat top right;
}
*.topnav, *.bottomnav, *.boxnav { 
	background-color: #eae9de;
}

*.bottom-box { 
	background-color: #5F3D10;
	background-image: url("../../images/007/footer02.jpg");
	height: 90px;
}

