/* color-scheme CSS for issue 2 */

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

div#splash-title {
    font-family: Garamond, Baskerville, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 2.4em;
    text-align: right;
    color: black;
    
    position: absolute;
    width: 47%;
    left: 0;
    top: 40%;
    padding-top: 25px;
/*    margin-left: 18%;*/
    border: 0px solid black;
}
div#splash-title a {
    text-decoration: none;
    color: black;
}
span.splash-issue-num {
    color: red;
}

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

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

*.toc-title-num, *.headline-num { 
    font-style: italic;
}
a.headline-num:hover {
/*	color: #83c928; */
}

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

.toc-type { 
	color: black; /* #75672b;  #aa9944; */
}



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

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

body {
	color: #000;	
/*	background-color: #657076; 
	background-color: #949b9f;
	background-color: #aaafb2; */
	background-color: #d0d3d5;
}

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

*.topbox { 
	border: 1px black solid; /* default */
	background-color: #30517a; 
/*	background-color: #344c78; */
/*	background-color: #213d64;
	background-color: #254269;
	background-color: #29456c; */
/*	background-color: #4a6578; */
/*	background-color: #2a4970;
	background-color: #2c4b73;
	background-color: #2d4d75;*/
/* 	background-color: #2e4e75;*/
}
*.mainHeader {
	color: #eae9de;
}
/*
*.mainHeader a { 
	color: white;
}
*.mainHeader a:active { 
	color: white;
}
*.mainHeader a:visited { 
	color: white;
}*/
*.mainHeader a, 
*.mainHeader a:active, 
*.mainHeader a:visited {
	color: #c2c2c2;
	color: #eae9de;
}

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

*.bottom-box { 
	/*background-color: #313a24; 
	background-color: #c6af61; */
	background-color: #30517a;
	background-image: url("../../images/003/footer_01.jpg"); 
	height: 90px;
}
