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

#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: 270px;
    padding-top: 25px;
    border: 0 solid black;
}
#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-title-num {
    color: #FD9749;
}
.splash-issue-num {
    color: #FEB781; 
}

#slideshow {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
} 

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

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

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

.toc-type { 
	color: black; 
}

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

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

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

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

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

.mainHeader {
	color: #eae9de;
}

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

.main { 
    background: linear-gradient(225deg, #E0CCD8 0%, #ffffff 800px);
}
.topnav, .bottomnav, .boxnav { 
	background-color: #D0B3C5;
}

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

.subtitle {
        font-style: italic;
}

.i-top {
    border-top: 0px;
}

img {
    border-left: 0px;
    border-right: 0px;
}
