/* color-scheme CSS for issue 2 */

/* ******** splash colors ********* */
body.splash {
	background-color: #5f5f5f;
	background-color: #b4d2e5; /* a light blue */
	background-color: #b9c9d4; /* a lighter blue */
	background-color: #c3c9ca; /* the body bg from issue 1 */
}
p.attribution {
	color: #5f5f5f;
}

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

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

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

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

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



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

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

body {
	color: #000;
	/*background-color: #c3c9ca;
	background-color: #87786c;
	background-color: #a09186;*/
	background-color: #afa6a0;
	
	background-color: #d6d2d0; /* lighter */
}

a:link, a:visited, a:active {
	/*color: #6C5028;
	color: #2593de;*/
	color: #11669b;
}

*.topbox { 
	border: 1px black solid; /* default */
	/* background-color: #5f5f5f;*/
	background-color: #603c22;
}
*.mainHeader {
	color: white;
	
	/* CHANGE */
	/*font-family: Garamond;
	font-size: 195%;*/
}
*.mainHeader a { 
	color: white;
}
*.mainHeader a:active { 
	color: white;
}
*.mainHeader a:visited { 
	color: white;
}

/*
*.headline-num { 
	color: maroon;
} */
*.main { 
	/*background: #fff url(../../images/002/back-01.jpg) no-repeat top right;*/
	/*background: #fff url(../../images/002/back-02.jpg) no-repeat top right; */
	background: #fff url(../../images/002/back-03.jpg) no-repeat top right; 
	background: #fff url(../../images/002/back-04.jpg) no-repeat top right; 
	/*background: #fff url(../../images/002/back-05.jpg) no-repeat top right;*/
	/*background: #fff url(../../images/002/back-06.jpg) no-repeat top right;*/
}
*.topnav, *.bottomnav, *.boxnav { 
	/*background-color: #eaf0e7; 
	background-color: #ede9e8;
	background-color: #edebe8;*/
	background-color: #eae9de;
}

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

