/* mmdE.css
 *
 * The "author" style sheet for comic pages.
 *
 * 29 March 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.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.3;
		max-width: 880px;}

BLOCKQUOTE {margin: 0% 10%;}

TABLE  {font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.3;
		margin-top: 0%; margin-bottom: 0%;
		margin-left: 0%; margin-right: 0%;}
		
IMG    {border-color: #000000;}

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.2;}

H1 {color: #884010;
    font: bold   175% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H2 {color: #884010;
    font: bold   150% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H3 {color: #884010;
    font: bold   130% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H4 {color: #884010;
    font: bold   120% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H5 {color: #884010;
    font: bold   110% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H6 {color: #884010;
    font: bold   100% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}

P.dialog    {text-indent: 1em; line-height: 1.3;
             margin-left: 1em; margin-right: 1em; margin-top: 0%;
			 margin-bottom: 0%;}

P.r-table	{text-indent: 1em; line-height: 1.3;
             margin-left: 1em; margin-right: 1%; margin-top: 0%;
			 margin-bottom: 0%;}

P.l-table	{text-indent: 1em; line-height: 1.3;
             margin-left: 1%; margin-right: 1em; margin-top: 0%;
			 margin-bottom: 0%;}
			 
P.tdor		{text-align: center;  background-color: #000000;
			 margin-left: 0%; margin-right: 0%; margin-top: 0%;
			 margin-bottom: 0%;}
			 
P.hang      {text-indent: -1.5em; margin-left: 1.5em;}

P.table-before {margin-bottom: 1pt;}
P.table-after  {margin-top: 1pt;}

P.ebook       {width:600px;}
P.panel       {margin-top: 9px; margin-bottom: 3px;}
P.navbar      {font-size: smaller; line-height: 1.0; margin: 0;}

DIV.e-image   {margin-left:1em; width:600px; text-align:center;}
DIV.e-footer  {margin-left:1em; width:600px; text-align:center;}
DIV.e-text    {margin-left:1em; width:600px;}
/* For comic home page: */
DIV.i-image   {margin-left:1em; text-align:center;}
DIV.i-footer  {margin-left:1em; text-align:center;}
DIV.i-text    {margin-left:1em;}
