/* color-scheme CSS for issue 6 */

/* ******** splash colors ********* */
body.splash {}

p.attribution { color: black; }

div#splash-title {
    font-family: Garamond, "Baskerville", "Times New Roman", Times, serif;
    font-style: italic; font-weight: normal; /*font-size: 225%;*/ font-size: 40px;
    text-align: center; letter-spacing: 1px;
    position: absolute; left: 0; top: 325px;
    width: 100%;
    padding-top: 25px;
}
div#splash-title a {
    text-decoration: none;
    color: ;
}

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

body.splash a.art_link {
	color: #685925;
	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 of the issue number and words like "Archive", "About", etc. */
.headline-detail, 
*.toc-title-num, 
*.headline-num,
span.splash-issue-num { color: white; }

.toc-type { color: black; }



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

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

body {
	color: #000; 
	background-color: #F8F8FF;
	background-color: #EEEEFC; 
	background-color: #EBEBFA;
	background-color: #EDEDFA;
	background-color: #F0F0FA;
}

a:link, a:visited, a:active {
	color: #746A49;
	color: #645B3B;
/*	color: #584F30;*/
	color: #685925;
}

*.topbox { 
	border: 1px black solid;
	background-color: black;
	/* issue 6 */
	border-width: 0px;
}

*.mainHeader {
	color: #eae9de;
}

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

/* different color scheme for title for issue 6 */
div#splash-title a, 
div.toc-title, 
.mainHeader > a.header-title { color: #B3A946; }

*.main { 
	background: #fff url("../../images/006/grad13.jpg") no-repeat top right;
}
*.topnav, *.bottomnav, *.boxnav { 
	background-color: #eae9de;
	/* issue 6 */
	border-width: 0px; 
}

*.bottom-box { 
	background-color: black;
	background-image: url("../../images/006/footer02.jpg");
	height: 90px;
	/* issue 6 */
	border-width: 0px;
}

/* Issue-specific workaround for Ed Pavlić */
.toc-author-name, .toc-piece { font-family: Garamond, Times, serif; }
.toc-author-name { letter-spacing: 1px; }
