
/* ******** splash colors ********* */
body.splash {
	background-color: #dcdfdf;
}
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: black;
    
    position: absolute;
    width: 100%;
    left: 0px;
    top: 500px;
    padding-top: 25px;
    //border: 0px solid black;
}
div#splash-title a {
    text-decoration: none;
    color: black;
}

div#slideshow {
    width: 586px;
    margin-left: auto;
    margin-right: auto;
}    

img#art {
}

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: #118C8D;
}

.toc-type { 
	color: #118C8D; 
}

.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: #118C8D;
}

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

*.mainHeader {
	color: white;
}

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


*.main { 
    background: #fff url("../../images/013/background.jpg") no-repeat top right;
}

*.bottomnav, *.topnav, *.boxnav {
	background-color: #D4B797;
	//background-color: #D89E3A;
        color:#ffffff;
}

*.topnav, *.bottomnav, *.boxnav a {
	color:#ffffff;
}

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



