



 






* { margin: 0; padding: 0; outline: 0; }
ol, ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: 0; }

body
{
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Bitstream Vera Serif", serif;
    font-size: 12pt;
    line-height: 1.4;
    word-spacing: 0.1em;

    margin: 0px;
    padding: 0px;
    padding-top: 0.4em;
}

h1, h2, h3
{
    font-family: "Helvetica Neue", Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    word-spacing: 0em;
}

h1 {
    font-size: 164%;
    line-height: 0.854; /* 1.4/1.64 */
    margin-top: 1.358em;
    margin-bottom: 0.35em;
}

h2
{
    clear: both;
    font-size: 145%;
    line-height: 0.965; /*1.4/1.45 */
    margin-top: -0.35em;
    margin-bottom: 0.35em;
}

h3
{
    font-size: 118%;
    line-height: 1.186; /* 1.4/1.18 */
    margin-top: 1.3363em; /* 1/1.186 -0.35 = 0.84317 -0.35 = 0.49317*/ /* 2 lines: 1.6863 - 0.35 = 1.3363 */
    margin-bottom: 1.19317em; /* 0.84317 + 0.35 = 1.19317 */
}

p.definition
{
    margin-left: 3.4em;
    width: 27.2em;
    font-style: italic;
}

.print { display: none; }
.screen { display: block; }

/* STYLE */

.notes_left
{
    position: absolute;
    left: 0em;
    width: 2em;

    text-align: right;
    font-style: italic;
    color: rgb(180, 0, 0);
}

.notes_right
{
    position: absolute;
    left: 31em;
}

p.definition
{
    margin-bottom: 1.4em;
    margin-top: 1.4em;
}

p + p { text-indent: 1.4em; }
.file + p, p.definition + p, p + p.definition { text-indent: 0em; }

ul, ol
{
    margin-bottom: 0.7em; /* 1.4/2 */
    margin-top: 0.7em; /* 1.4/2 */
    list-style-position: outside;
    padding-left: 0em;
}

ul li { list-style-type: disc; }
ol li { list-style-type: none; font-style: italic; }


h1 + p:first-letter,
h2 + p:first-letter,
h3 + p:first-letter,
.file + p:first-letter
{
    font-size: 145%;
    line-height: 0.689; /*1/1.45*/
    margin-right: 0.05em;
    padding-right: 0.1em;
}

.first_word
{
    font-variant: small-caps; /* IE5 is confused with this combination */
    letter-spacing: 0.1em;
}

p.note
{
    margin-top: 1.4em;
    text-indent: 0em;
}

p.quote
{
    position: relative;
   
    margin-top: 1.4em;
    margin-bottom: 1.4em;

    text-indent: -0.5em;
    font-style: italic;
}
p.quote + p, p.quote + div + p { text-indent: 0em; }
p.quote:before { content: "\201C"; }
p.quote:after { content: "\201D"; }

q { font-style: italic; }
q:before { content: "\201C"; }
q:after { content: "\201D"; }

p { clear: right; }
.quoteauthor
{
    /*
    position: absolute;
    right: 0em;
    margin-top: 1.4em;
    */
    float: right;
    margin-bottom: 1.4em;
    
    text-transform: lowercase;
    letter-spacing: 0.15em;
    font-variant: small-caps;
    font-style: normal;
}

.quoteauthor:before
{
    letter-spacing: 0.5em;
    content: "\2014";
}

/* date */
span.quoteauthor span
{
    text-transform: none;
    letter-spacing: 0em;
}

abbr, acronym
{
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

em, dfn, var { font-style: italic; }
a { text-decoration: none; }

ul.citation li
{
    list-style-type: none;
    text-indent: -1.4em;
    margin-left: 1.4em;
}

span.name
{
    white-space: nowrap;
}

div span.name
{
    text-transform: lowercase;
    letter-spacing: 0.15em;
    padding-left: 0.15em;
    font-variant: small-caps;
    font-style: normal;
}

span.amp
{
    font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 110%;
    line-height: 0.9091;
}

span.at
{
    font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 130%;
    line-height: 0.7407;
    position: relative;
    bottom: -0.15em;
}

div.figure
{
    text-align: center;
    margin-left: 2em;
    width: 30em;
    padding-top: 8px;
    padding-bottom: 9px;
}

/* COLORS */

a { color: rgb(0, 93, 253); }
li span, ul.citation li { color: black; }
span.amp, span.at, li, h1 + p:first-letter, h2 + p:first-letter, h3 + p:first-letter, .file + p:first-letter, dfn, .required
{
    color: rgb(180, 0, 0);
}

/* XXX new stuff */

p.signature
{
    text-indent: 0px;
    text-align: right;
}

#feed_icon
{
    position: relative;
    bottom: -3px;
}

.share_icon
{
    position: relative;
    bottom: -2px;
}

/* suppress increase of line height */
sup, sub { line-height: 0; }

.file:first-letter
{
    font-size: 100%;
    line-height: 1;
    margin-right: 0em;
    padding-right: 0.1em;
    color: black;
}

#search-text, .text-field
{
    border: 0;
    border-bottom: rgb(0, 93, 253) 1px dotted;
    background-color: rgb(234, 244, 253);
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Bitstream Vera Serif", serif;
    font-size: 100%;
}

#search-button
{
    border: 0;
    background-color: transparent;
    color: rgb(0, 93, 253);
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Bitstream Vera Serif", serif;
    font-style: italic;
    font-size: 100%;
}

#container
{
    padding-top: 1.1em;
    width: 44em;
}

#header
{
    width: 44em;

    font-size: 12pt;
    line-height: 1.4;

    border-bottom: gray 1px dotted;
    padding-bottom: 0.9em; /* trial and error */
}

#header-title
{
    float: left;
    width: 30em;
}

#header-title h1
{
    white-space: nowrap;
}

.clearer
{
    clear: both;
}

#header-side
{
    float: right;
    width: 12em;

    font-style: italic;
    margin-left: 2em;
}

#main
{
    float: left;
    width: 30em;

    font-size: 12pt;
    padding-top: 0.7em;
}

#sidebar
{ 
    float: right;
    width: 11.9em;  

    font-style: italic;
    margin-left: 2em;
    padding-top: 0em;
}

#footer { clear: both; }

body > div
{
    padding-left: 2.5em;
}

#sidebar li
{
    list-style-type: none;
}

#sidebar input
{
    font-style: italic;
}

.separator
{
    text-align: center;
    color: rgb(180, 0, 0);
    padding-bottom: 1.4em;
}

.subtitle
{
    font-style: italic;
}

h1 a { color: black; }

.read_more { font-style: italic; white-space: nowrap; }
.read_more a { color: rgb(180, 0, 0); }

.symbol
{
    font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    line-height: 0;
    vertical-align: super;
    color: rgb(180, 0, 0);
}

.file
{
    font-style: italic;
}

.paginate
{
    text-align: center;
}

h2 a, h3 a
{
    color: black;
}

.entry_actions
{
    font-style: italic;
}

.keywords
{
    font-style: italic;
    color: rgb(180, 0, 0);
}

a:hover
{
    text-decoration: underline;
}

a:link
{
    text-decoration: none;
}

.comment-separator
{
    margin-top: -1px;
    padding-bottom: 0.6em;
    border-bottom: dotted 1px black;
    margin-bottom: 0.8em;
}

.comment
{
    color: black;
}



.comment-preview
{
    margin-top: -2px;
    border-top: solid 1px black;
}



.comment-body
{
    font-style: italic;
}



.comment-author
{
    font-style: italic;
    text-align: right;
}





td#captcha img
{
    width: 140px;
    vertical-align: middle;
}

div.captcha img
{
    width: 140px;
    height: 30px;
    vertical-align: bottom;
}

td.label { padding-right: 0.5em; text-align: left; white-space: nowrap; }
input.text-field { width: 11em; }
input#e-mail { width: 11em; }
#author_fields { width: 30em; }

.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
.red { color: rgb(180, 0, 0); }
.italic { font-style: italic; }
.output { color: rgb(180, 0, 0); font-style: italic; }

div.left { margin-left: -0.8em; min-width: 8em; } /* trial and error */
div.right { margin-right: -0.8em; min-width: 8em; }

a.trackback
{
    color: rgb(180, 0, 0);
    font-style: italic;
    white-space: nowrap;
}

div.smiley
{
    text-align: right;
    position: relative;

    bottom: 19px;
    left: 24px;
}

.comment-body img
{
    margin-top: -3px;
    position: relative;
    bottom: -3px;
}

/* Form elements */

input.text, textarea
{
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Bitstream Vera Serif", serif;
    font-size: 12pt;
    line-height: 1.4;
}

textarea
{
    width: 30em;
    height: 11.2em; /* 8*1.4 */
    margin: -1px;
    margin-bottom: -7px; /* kludge */

    /*border: black dotted 1px;*/
    border: 0;
    border-bottom: dotted 1px black;

    border-top: 0;
    margin-top: -0.7em;
    padding-top: 0.7em;

    background-color: rgb(234, 244, 253);
}

input.checkbox
{
    line-height: 1.4;
}

h2 span.id
{
    color: rgb(180, 0, 0);
    position: absolute;
    width: 2em;
    left: 0em;
    text-align: center;
}

.half
{
    width: 15em;
}



