/* mmd.css
 *
 * The "author" style sheet for written story pages.
 *
 * 4 September 2011, Lisa Lees
 */

a           {text-decoration: none;}
a:hover     {text-decoration: underline;}
a:link      {color: #F09018;}     /* orange-yellow */
a:active    {color: #FF1111;}     /* red */
a:visited   {color: #118811;}     /* dark green */

HR         {background-color: #884010;}
HR.bottom  {line-height: 1.0; margin: 1 0;}
HR.top     {line-height: 1.0; margin: 0 1;}

/* Everything should inherit "body" */
body   {color: #884010; background-color: #FFFFFF;
        font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.2;
		max-width: 880px;}

BLOCKQUOTE {margin: 0% 10%;}

TABLE  {font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.2;}

DL, OL, UL {
        margin-top: 3pt; margin-bottom: 3pt;}

DD {    margin-top: 3pt; margin-bottom: 3pt;}

DT, LI {margin-top: 5pt; margin-bottom: 2pt;}

PRE {   margin-top: 2pt; margin-bottom: 2pt;
        font-family: Lucidatypewriter,sans-serif;
        font-size: 14pt;}

CODE, TT {font-family: Lucidatypewriter,sans-serif;}

SMALL   {font-family: Lucidatypewriter,sans-serif;
         font-size: 10pt; line-height: 1.1;}

H1 {color: #884010;
    font: bold   180% Lucida,sans-serif;
	margin-bottom: 0.1em; margin-top: 0.1em;}
H2 {color: #884010;
    font: bold   150% Lucida,sans-serif;
	margin-bottom: 0.1em; margin-top: 0.1em;}
H3 {color: #884010;
    font: bold   130% Lucida,sans-serif;
	margin-bottom: 0.1em; margin-top: 0.1em;}
H4 {color: #884010;
    font: bold   120% Lucida,sans-serif;
	margin-bottom: 0.1em; margin-top: 1em;}
H5 {color: #884010;
    font: bold   110% Lucida,sans-serif;
	margin-bottom: 0.1em; margin-top: 0.7em;}
H6 {color: #884010;
    font: bold   100% Lucida,sans-serif;}

P.block     {text-indent: 0; line-height: 1.3; text-align: left;}
P.block-c   {text-indent: 0; line-height: 1.3; text-align: center;}
P.normal    {text-indent: 0; line-height: 1.2; margin-top: -2%; text-align: left;}
P.left      {text-indent: 0; margin-top: auto; text-align: left;}
P.right     {margin-top: auto; text-align: right;}
P.hang      {text-indent: -1.5em; margin-left: 1.5em;}
P.table-before {margin-bottom: 1pt;}
P.table-after  {margin-top: 1pt;}
P.navbar    {font-size: smaller; line-height: 1.0; margin: 0;}
