/*********************************************************************
 * TITLE: wjduquette.css
 *
 * DESCRIPTION:
 *	Style sheet for the wjduquette.com website.
 *     
 *********************************************************************/
    
/* Standard Headlines */
H1 {color: blue;
    font-size: 2.3em;
    font-family: Courier New, monospace}

H2 {font-size: 1.8em; font-weight: bold;
    font-family: Courier New, monospace}

H3 {font-size: 1.3em; font-weight: bold;
    font-family: Courier New, monospace}

H4 {font-size: 1.1em; font-weight: bold;
    font-family: Courier New, monospace}

/* Standard Body; leave room for background graphic. */
BODY {
    color: black;
    margin-left: 85px;
    background-color: white;
    font-family: Times New Roman, serif}

/* For addresses */
ADDRESS, .address {
    text-align: center;
    font-family: serif}


/* For code samples */
CODE {font-size: 0.9em;
    font-family: Courier New, monospace}

/* For other monospace text */
TT {font-weight: bold;
    font-size: 1em;
    font-family: Courier New, monospace}

/* For formatting page slogans */
.slogan {
    font-size: 1.3em;
    font-weight: bold;
    font-family: Courier New, monospace}

/* For navigation lines */
.navline {
    font-size: 0.8em;
    font-weight: bold;
    font-family: Courier New, monospace}


/* For formatting main page subjects */
.subject {
    font-size: 1.3em;
    font-weight: bold;
    font-family: Courier New, monospace}

/* For book titles. */
.booktitle {
   font-weight: bold}

/* For review citations */
.reviewcite {
   font-size: 10pt;
   font-family: Helvetica, Arial, sans-serif;
}

/* For weblog post timestamps */
.poststamp {
   color: darkgray;
   font-size: 0.7em;
   font-family: Helvetica, Arial, sans-serif;
}

/* For author's names */
.author {
   font-weight: normal
}

/* For other mostly body text */
.text {
    font-size: 1em;
    font-weight: normal
    font-family: Times New Roman, sans-serif} 

/* For Ex Libris quotes */

.quote {
    font-size: 14pt;
    font-family: Times New Roman, serif;
}

.attribution {
   font-size: 12pt;
   font-weight: bold;
   font-family: Times New Roman, serif;
   margin-left: 0.5in;
}


/* Temporary: For oldstyle navbars */

.button {
   color: white;
   background-color: blue;
   text-align: center;
   font-size: 10pt;
   font-family: Helvetica, Arial, sans-serif}

/* Temporary: for bookmark descents */
.descent {
    font-size: 14pt;
    font-weight: bold;
    font-family: Courier New, monospace}


/* End of wjduquette.css */
    

