/* This is the CSS file for Annotated List of Sources pages. */




/* for the year heading in items */

h3 {
    color: #000000;
}

/* no longer used */

h4 {
    color: #000000; background-color: #FFFFFF; font-size: 1em; font-weight: normal;
    margin: .5em 0 0 0;
}


div.synopsis {margin: 2em 0em 1em 0em}

nav#page-nav {margin: 2em 0 1em 0em}

li.cited-item {margin: .5em 0 0 0;}

li.linked-item {margin: .5em 0 0 0;}

li.grouped-items {margin: .5em 0 0 0;}

li.note {margin: .5em 0 0 0;}

/* a child of a cited item: it should be indented or in some other way appear to be part of the main item but subordinate */



li.related-cited-item {margin: .5em 0 0 0;}

li.related-linked-item {margin: .5em 0 0 0;}

ul.sub-items {margin: 0 0 0 1em;}

ul.directory-entry {margin: .5em 0 0 1em;}


/* --- text formatting --- */

span.citation {color: #006666; font-weight: bold;}

span.short-citation {color: #6E260E; font-weight: bold;}

span.grouped-citations {color: #006666; font-weight: bold;}

span.note {color: #000000; font-weight: normal;}

span.related-items {color: #000000; font-weight: normal;}








