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

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

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

img.i-top {
	border-bottom: 1px solid black;
}
 
/* ******** toc.css: ************** */

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

/* color of the issue number */
.headline-detail, 
*.toc-title-num, 
*.headline-num,
span.splash-issue-num {
	color: #992247;
}

.toc-type { 
	color: black; 
}



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

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

body {
	color: #000;	
	background-color: #655a50;
}

a:link, a:visited, a:active {
	color: #714A49;
}

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

*.mainHeader {
	color: #3f3736;
}

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


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

*.bottom-box { 
	background-image: url("../../images/011/footer.jpg");
	height: 90px;
}



