/* color-scheme CSS for issue 1 */

/* ******** splash colors ********* */
body.splash {
	background-color: #5f5f5f;
}
p.attribution {
	color: white;
	color: #78c603;
}
div#splash-title {
    font-family: Garamond, Baskerville, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
/*    font-size: 29pt; */
	font-size: 2.4em;
    text-align: center;
    color: black;
    
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
/*    margin-left: 19%;*/
}
div#splash-title a {
    text-decoration: none;
    color: black;
}
span.splash-issue-num {
	color: #fdbff8;
	color: #78c603;
	color: #7be717;
}
body.splash a.art_link {
	color: black;
}


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

*.toc-title-num, *.headline-num { 
	color: maroon;
	color: #78e007;
/*	color: #83f700; */
	color: #83c928; 
/*	color: #94ef0b;
	color: #7fd104; */
	color: #78c603;
}
a.headline-num:hover {
/*	color: #83c928; */
}

.headline-detail {
	/* <span...>Archive|Authors</span> */
	color: #78c603;
}

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



/* ********* submit ************ */
.submit-type {
	color: #aa9944;
/*	color: #78c603;
	color: #83c928; */
}

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

body {
	color: #000;
	background-color: #d1c8c8; /*#e8e8e8; #CC6600;*/
	background-color: #bac8c8;
	background-color: #c0c8c8;
	background-color: #c3c9ca;
/*	background-color: #c7c9c9; */
}

a:link, a:visited, a:active {
	color: #880809;
	color: #7a520d;
	color: #704f1e;
	color: #2d2b1f;
	color: #c48227;
	color: #895b0b;
	color: #7c5002; 
	color: #754a01;
	color: #874a01;
	color: #904a01; 
	color: #944a01;
	color: #943f0e;
	color: #9e3f0e;
	color: #6C5028;
}

*.topbox { 
	border: 1px black solid; /* default */
	background-color:  #75a1b7;
	background-color: #313a24;
	background-color: #5f5f5f;
}
*.mainHeader {
	color: white;
}
*.mainHeader a { 
	color: white;
}
*.mainHeader a:active { 
	color: white;
}
*.mainHeader a:visited { 
	color: white;
}

/*
*.headline-num { 
	color: maroon;
} */
*.main { 
	background: #fff url(../../images/001/001-back.jpg) no-repeat top right;
}
*.topnav, *.bottomnav, *.boxnav { 
/*	background: #fffff0;
	background: #cccc99;
	background: #c9c9bd;
	background: #d3d3c9;
	background: #d6d6d1;
	background: #dddfdb;
	background: #d5e2c5;
	background: #dae5ce;
	background: #dee5d5; 
	background: #e0e7d9;
	background: #e0e7de; */
	background-color: #eaf0e7; 
/*	background: #eaeade; */
}

*.bottom-box { 
	background-color: #313a24; /* backup in case image fails */
	background-image: url("../../images/001/footer-001.jpg");
	height: 90px;
}

