/* color-scheme CSS for issue 4 */

/* ******** splash colors ********* */
body.splash {
/*    background-color: #5f5f5f; */
	background-color: #7c7f6a;
	background-color: #71736a;
}
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; */
    text-align: center;
    letter-spacing: 1px;
    color: white;
    
    position: absolute;
    /* width: 37%; */
    width: 100%;
    left: 0;
    top: 63%;
    padding-top: 25px;
    /*margin-left: 37%;*/
    border: 0px solid black;
}
div#splash-title a {
    text-decoration: none;
    color: black;
}
/*span.splash-issue-num {
    color: #ee6172;
    (See under toc.css below to change this)
}*/

body.splash a.art_link {
	color: black;
}
body.splash a.art_link:hover {
	color: #e52709;
}

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

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

/* color of the issue number and words like "Archive", "About", etc. */
.headline-detail, 
*.toc-title-num, 
*.headline-num,
span.splash-issue-num {
	color: #ee6172;
	color: #fd9424;
}

.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: #44430c;	
	/*color: #BEAF49;
	color: #9A9747;*/
	color: #746003;
}

*.topbox { 
	border: 1px black solid; /* default */
	background-color: #30517a; 
	background-color: #5f7960;
	background-color: #363E2F;
}

*.mainHeader {
	color: #eae9de;
}

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

*.main { 
    background: #fff url("../../images/004/bg04-iss004.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/004/footer-drum.jpg"); 
	background-image: url("../../images/004/iss04-vert-footer-fade.jpg");*/
	height: 90px;
}

