@charset "UTF-8"; /*----------------------------------------------------------------------
  Reference styles
------------------------------------------------------------------------
  CSS styles for references in the page...

  .footnote     is the styling of the footnote elements generated by the
                <% Cite %> directive

  .periodical   Styling for periodicals in the <% References %>
                directive.

  We may want to extend this for other reference styles e.g. web links
----------------------------------------------------------------------*/

.footnote { font-size: 60%; vertical-align: 30%; }

.periodical { margin-top: 0.5em; margin-bottom: 0.5em; }
#wrap .periodical p.abstract { font-size: 0.9em; line-height: 1.2em; margin: 0.25em 2em; }

/* Styles for individual elements - this is marked up in a
   microformats style! */
.periodical .article { font-weight: bold; margin-top: 0.5em; }
.periodical .authors { font-size: 80%; }
.periodical .publication { font-size: 80%; }
.periodical .title   { font-style: italic; }
.periodical .links   { font-size: 80%; }
.periodical .volume  { font-weight: bold; }
.periodical .links a { font-weight: bold; text-decoration: none; }

/* Tiger striping */
.ref_1 { background-color: #e0e4e7; }

/* Hide the following if the content is marked as "closed" */
.periodical.ref-closed .affiliation, .periodical.ref-closed .grants, .periodical.ref-closed .abstract { display: none; }


li.periodical { margin-top: 0em; background: none; padding-left: 10px; margin-left: 10px }

li.periodical h4 { background: transparent url(/core/gfx/icons-120724.png) 0 -1420px no-repeat; margin-bottom: 0px}
li.ref-coll   h4 { background-position:-16px -1400px; }
li.ref-closed h4 { background-position: -32px -1380px; }
li.periodical h4, li.periodical p { padding: 0 0 0 20px; }
li.periodical h4, li.periodical .authors, li.periodical .links, li.periodical .publication { font-size: 1em; }
