
/* CSS stylesheet file for client site */
/* (c) 2006 David Byers Web Friday */

BODY { background: white; color: black; margin: 0px }

div#content {position: absolute; left: 0px; width:auto; vertical-align: top;
background: #fff; padding: 0px 0px 0px 0px; margin: 0px;}

H1 {font-family: Arial, Helvetica, sans-serif; font-size: 28px; text-align: center;
font-weight: bold; font-style: italic; color: #06f; margin-top: 0px; margin-bottom: 0px;
display: block }

H2 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align: center;
font-weight: bold; font-style: normal; margin-top: 0px; margin-bottom: 10px; line-height: 1.1;
color: #000; display: block; }

H2.market { font-family: Arial, Helvetica, sans-serif; font-size: 28px; text-align: center;
     font-weight: bold; font-style: normal; margin-top: 0px; margin-bottom: 3px; line-height: 1.1;
     color: #000; display: block; }

H3 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-align: center;
     font-weight: normal; color: #06f; margin-top: 0px; margin-bottom: 0px;
     display: block }

H3.market { font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align: center;
     font-weight: bold; color: #000; margin-top: 0px; margin-bottom: 3px;
     display: block }

p {font-size: 18px; background: #fff; text-align: left; margin-top: 0px; margin-bottom: 18px }

p.menu {font-size: 16px; background: #9cf; font-weight: bold; font-style: italic;
         text-align: center; padding-top: 5px; padding-bottom: 5px; letter-spacing: 1px }

p.admin {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center;
font-weight: normal; margin-top: 0px; margin-bottom: 0px; background: #ffc; }

P.market { font-size: 18px; background: #fff; text-align: center;
 margin-top: 0px; margin-bottom: 3px }

P.caption { font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;
            font-weight: normal; font-style: italic; margin-top: 3px; margin-bottom: 18px }

/* Paragraph options template

P.template {
 font-family: Times new roman, Times, serif;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 text-align: left; right;
 font-weight: bold; normal;
 font-style: italic; normal;
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 1.1;
 color: #00c;
 display: block;
 display: inline;
 text-indent: 1cm;
 background: yellow;
 }

*/

A:link { color: #06f; text-decoration: underline }     /* unvisited link */
A:visited { color: purple; text-decoration: underline }  /* visited links */
A:active { color: red; text-decoration: none }     /* active links */
A:hover { color: red; text-decoration: underline}  /* mouse on links */

IMG.navigate { display: block }

/* setting the anchor border around IMG elements requires contextual selectors */
A:link IMG { border: none }
A:visited IMG { border: none }
A:active IMG { border: none }

TABLE { border-color: #000;
 border-style: none;
 border-width: 0;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

TR { line-height: 1.1; font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-align: center;
 border-color: #000;
 border-style: none;
 border-width: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

TD { line-height: 1.1; font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-align: center;
 border-color: #000;
 border-style: none;
 border-width: 0px;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }


LI { display: list-item }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic; text-align: left }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 2em }
BLOCKQUOTE { margin-left: 2em; margin-right: 2em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { font-size: 22px; margin-left: 15px; text-align: left; line-height: 150%; }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

hr { border-top: solid; color: #000; margin-bottom: 20px; }

