/**
 * Engaging Students: Essays in Music Pedagogy
 *
 *
 */
 
#esitem {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; /*Helvetica Neue is chosen for rendering musical signs uniformly across different devices*/
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

#esitem a {
	text-decoration: none;
	font-family: inherit;
	word-wrap: break-word;
}

#esitem a:link, #esitem a:active, #esitem a:visited {
	color: #107ab7;
	font-family: inherit;
}

#esitem a:hover {
	color: #000;
	background: none;
	text-decoration: underline;
}

#esitem hr {
	border: none;
	border-top: thin solid #636466;
}

#esitem sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

#esitem blockquote {
	padding: 0 0 0 20px;
	margin-left: 0px;
	border-left: 1px solid #949494;
}

#esitem img {
	max-width: 100%;
	margin-bottom: 1em;
	display: block;
}

#esitem table {
	border-collapse: collapse;
	border-bottom: 1px solid #949494;
	margin-bottom: 1.5em;
}

#esitem th, #esitem td {
	padding: 5px 10px;
	line-height: 1.5;
}

#esitem tr {
	border-bottom: 1px solid #949494;
}

#esitem h2 {
    font-size: 1.6em; 	
}

#esitem h3 {
	font-size: 1.4em;
}

#esitem h4 {
	font-size: 1.17em;
}

#esitem h5 {
	font-size: 1em;
}

#esitem .abstract, #esitem .keywords p {
    width: 80%;
}

#esitem .bibliography ul li {
    list-style-type: none;
	margin-bottom: 0.9em;
	text-indent: -2em;
	padding-left: 2em;
    word-wrap: break-word;
}

#esitem .bibliography ul {
    padding-left: 0;
}

#esitem .metadata {
	border-bottom: 1px solid black;
	margin-bottom: 3em;
}

#esitem .dates {
	margin-top: 2.5em;
}

#esitem .dates p, #esitem .authoraffiliation, #esitem .email {
    margin-top: 0;
    margin-bottom: 0.1em;
}

#esitem .articleauthor {
	margin-top: 1em;
	margin-bottom: 0.2em;
}

#esitem .article h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#esitem .article h4 em {
	font-style: normal;
	font-size: inherit;
}

#esitem .imgcenter img {
	margin: 1em auto 2.5em auto;
}

#esitem div.imgcenter p.caption {
	text-align: center;
}

#esitem .board {
    margin-bottom: 2em;
}

#esitem .board ul {
    margin-left: 0;
    padding-left: 0;
}

#esitem .board ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}