/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  September 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* --- Meta styles and background --- */

body {
font: normal 12px/1.5 ;  /* should be medium except when fitting into a fixed container */
background: url(../assets/md5images/626400c127d5525bc841d7194ca598be.gif) no-repeat center top;
background-size: 100% 144px;
}

/* ---------------- Header ---------------- */

#dlr #header {
	position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}

#dlr #banner_image {
	display: block;
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#dlr #banner_link { line-height: 0; } /* removes header/nav gap in mbl */

	/* --- Logo --- */

#dlr #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "left:" for left aligned logo */
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: auto;
}


	/* --- Headers --- */

#dlr .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px ;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0;
	margin-bottom: 25px;
	
}
	/* --- citation --- */
#dlr .smallcaps {font-variant: small-caps;}
