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

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

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

img.i-top, img.i-bottom, img {
        border-left: 0px;
        border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
 
/* ******** 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: #9f2f2f;
}

.toc-type { 
	color: 9f2f2f; 
}

.toc-author-name {
	color: black;
}

.toc-type {
	color: black;
}

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

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

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

a:link, a:visited, a:active {
	color: #9f2f2f;
}

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

*.mainHeader {
	color: white;
}

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


*.main { 
    background: #fff url("../../images/012/background.jpg") no-repeat top right;
}
*.topnav, *.bottomnav, *.boxnav { 
	background-color: #9f2f2f;
        color:#ffffff;
}
*.topnav, *.bottomnav, *.boxnav a {
	color:#ffffff;
}

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



