/* ******** splash colors ********* */
body.splash {
	background-color: #7c7f6a;
}
p.attribution {
	color: white;
}

div#splash-title {
    font-family: Garamond, Baskerville, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 4em;
    text-align: center;
    color: black;
    position: absolute;
    width: 100%;
    left: 0;
    top: 250px;
    border: 0px solid black;
}
div#splash-title a {
    text-decoration: none;
    color: black;
}
span.splash-issue-num {
    color: #59637A;
}

body.splash a.art_link {
	color: black;
}

img {
    border: 1px solid black;
}

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

*.toc-title-num, *.headline-num { 
    font-style: italic;
}
a.headline-num:hover {
}

.headline-detail, 
*.toc-title-num, 
*.headline-num {
	/* color of the issue number and words like "Archive", "About", etc. */
	color: #C53E26;
}

.toc-type { 
	color: black; 
}

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

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

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

a:link, a:visited, a:active {
	color: #8a8204;
}

*.topbox { 
	border: 1px black solid; /* default */
	background-color: #30517a; 
}
*.mainHeader {
	color: #eae9de;
}

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


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

*.bottom-box { 
	background-color: #30517a;
	background-image: url("../../images/026/footer-26.jpg"); 
	height: 90px;
}