/* css styles for EOL Project Publication Pages */

/* -------------------------------------------------------------------------
                     Color Scheme used for Page
                  (Update this for project colors)

    CSS/HTML Code        Color
    ----------------     ---------------
    #cd9154              Orange
    #a9a967              Light Olive
    #6589db              Blue (for navigation hovering)
    #330099              Purple (for link lettering)
    red                  Red (for link hovering)

---------------------------------------------------------------------------- */


html { font: 11pt/14pt Helvetica, sans-serif; }

a:link { color: indigo; text-decoration: none; }
a:active { color: indigo; text-decoration: none;  }
a:visited { color: indigo; text-decoration: none; }
a:hover { color: red; text-decoration: none; }

body { background: #ffffff; }

h1 { text-align: center; font-size: xx-large; }
h2 { font-size: 1.4em; } 

div.block { padding: 0 2em; }

div#header { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}
/* div#pubs { text-align: left } */

div#refs { 
    text-align: left;
    clear: both; /* return to left margin after using a float:left  */
}

.center1 { 
	margin-left: 20%; 
	margin-right: 20%; 
}

.center2 { 
	margin-left: auto; 
	margin-right: auto; 
	width: 85%; 
}

/* Link for "How to Submit Pulication References ..." */
a.header1nav, a.header1nav:link, a.header1nav:visited {
	display:block; 
	width:500px; 
	height:30px; 
    background:#cd9154; /* orange */
	border:1px solid #000; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:16px; 
	font-weight:bolder; 
	color:#fff; 
	line-height:30px; 
	overflow:hidden;
}
a.header1nav:hover { color:#fff; background:#6589db; } /* blue */
a.header1nav:active { color:#fff; background:#6589db; } /* blue */

/* Links for Publications, Conference Proceedings, etc. at top of page */
a.header2nav, a.header2nav:link, a.header2nav:visited {
	display:block; 
	/* width:200px; */
	width:160px; 
	height:25px; 
	background:#a9a967; /* light olive */
	border:1px solid #000; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:14px; 
	font-weight:bolder; 
	color:#000; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}
a.header2nav:hover { color:#fff; background:#6589db; } /* blue */
a.header2nav:active { color:#fff; background:#6589db; } /* blue */

/* Links for A-D, E-H, etc. in each section */
a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:95px; 
	height:20px; 
	background:#a9a967; /* light olive */
	border:1px solid #000; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:14px; 
	font-weight:bolder; 
	color:#000; 
	line-height:20px; 
	overflow:hidden; 
	float:left;
}
a.nav:hover { color:#fff; background:#6589db; } /* blue */
a.nav:active { color:#fff; background:#6589db; } /* blue */

