/*
 * Article CSS stylesheet
 * by Keith Gaughan <kmgaughan@eircom.net>
 *
 * Copyright (c) Keith Gaughan, 2001
 *
 * This stylesheet may be copied and used freely. If you make alterations to it that you
 * feel may be useful, then send the modified stylesheet on to me. As it stands, I know
 */

body, td, th, div, p, caption, dl { font-family: Frutiger, Verdana, sans-serif; }

body
{
    margin: 1em 3em;
    background-color: #fff;
    color: #000;
}

/* Links */

/* I've omitted specifying a background colour because Nav4 explodes if I use
   background-color:inherit. Pity. */
a:link    { color: #c00; }
a:visited { color: #400; }
a:hover   { background-color: #fc8; }

/* Headers */

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }

h1 { margin-left: -1em; }
h3 { margin-left:  1em; }

/* Code formatting */

pre, code
{
    font-family: "Courier New", Courier, monospace;
    background: #ffb;
    color: #000;
}

pre
{
    margin-left: 5em;
    padding: 1ex;
}

/* The rest of the stuff */

p, dl { margin-left: 3em; }

p               { text-align: justify; }
p.lexicon-index { text-align: center; }
p.go-to-top     { text-align: right; }

caption, blockquote { font-style: italic; }

ol, ul { margin-left: 6em; }
ol ol, ul ul, ol ul, ul ol { margin-left: 1em; }

dl dt
{
    margin-top: 1ex;
    font-weight: bold;
}

dl dd
{
    font-weight: normal;
}

hr
{
    background-color: inherit;
    color: #ddd;
}

/*ul li, ol li
{
    margin-top: 1ex;
    margin-bottom: 1ex;
}*/

div.breadcrumb-line
{
    background-color: #ffb;
    color: #000;
    padding: 1ex;
}

