/*****************************************************************
 * local changes to styles
 *****************************************************************/

/** link color for homepage **/ 
#pageid-home #content-block h2, #pageid-home #content-block h3, #pageid-home #content-block h2 a, #pageid-home #content-block div.home-announce a {
    color: #000066;
}
 
/** links in header **/
div#header ul.button-list li span {
    color: #000066;
}
/**darker color in the header/footer bar  **/
#header .bar, #footer .bar {
background-color:#000066;
}
/** lighter color in header/footer bar **/
#header .bar-inner, #footer .footer-group {
background-color:#000066
}

/** color of links in column three on home page.  **/
#col-3 ul.pub-links, #col-3 ul.pub-links li a {
	color:#666666;
}

/** adjust the margins as needed to allow for taller/shorter logos  - this is probably all you need to adjust if your search box isn't centered in the colored bar  **/
#header #main-logo {
	border:medium none;
	margin:10px 0 0 24px; /** values are: top right bottom left **/
}

/** if you want the logos to be side-by-side, delete this style **/
#col-3 .sidebar-icon-group img {
	display: block;
    margin-left: auto;
    margin-right: auto 
}

ul.jnl-links {
    list-style-type: none;
    font-size:0.85em;
    line-height:0.8em;
}

ul.coverlines {
    list-style-type:none;
    font-size:1.2em;
    line-height:1.2em;
}

ul.coverlines li {
    background-image: url(/icons/home/smdot_cl.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
}

ul.mostart {
    font-size:1.2em;
    line-height:1.2em;
}

#col-3 ul.pub-links li {
    text-transform:capitalize;
}

#header .banner-ads {
	top: 10px;
	left: 500px;
}

#pageid-toc #cover-image {
    width:117px;
}

#pageid-archive table#archive-covers td img {
    width:117px;
	border:1px solid #cccccc;
}
#pageid-archive table#archive-covers td{
 vertical-align:bottom;
}

/* Display reference numbers in references list (per publisher request) */
#pageid-content ol.reference-list {
	list-style-type: decimal;
	margin-left: 30px;
}

