/* ToponomiaSeri.css
Revised: 2000 Feb 25
Copyright (c) 2000 Instituto Lingüístico de Verano, A.C.
*/

/* normal stuff */

body, p {
    /* line-height: 120%; */ /* This line causes Nav4 to make spacing too tight in H1;
      so, stick we'll to specifying it below as part of font attributes. */
    font-family: "Times New Roman", Times, serif;
    color: black;
}
p {
    font: small/120%;
    text-align: left;
    margin: .5em 2em .5em 2em;
}

/* main title and related stuff */
p.heading, p.author { font-family: Leelawadee, 'Century Gothic', Geneva, Arial, Helvetica, sans-serif; }
h1 {
    font: bold x-large/120%;
    text-align: center;
	line-height: 40px;
}
p.heading  { font: bold medium/120%; text-align: center;  }
p.author    { font: bold large/120%; text-align: center; margin-bottom: 2em; }
p.outline    { font: small/120%; margin: 0 2em  } /* NB: same font as <p> */
/* section headings */
h2 { font: bold large/120%; margin-top: 2em;  }
h3 { font: bold medium/120%; margin-top: 2em;  }
h4 { font: bold small/120%; margin-top: 1.5em;  }
h5 { font: italic small/120%; margin-left: 1em; }

/* 
  Endnotes and entries in the appendix get hanging indent. 
  nota2 is for the second and subsequent paragraphs in a long endnote. */
p.nota, p.entry { text-indent: -2em;  }
p.nota, p.nota2, p.entry { margin-left: 4em;  }

.link { font: smaller; text-align: center } /* used with <p> */
/* links to/from notes are special */
a.nota, a.nota:link, a.nota:active, a.nota:visited  {
    font: smaller;
    color : navy;
}

/* highlight the Seri words */
.headword  { color: navy; font: bold; } /* headwords in the appendix */
.seri { color: navy; font: bold } /* elsewhere */


