/*
 * EMuck style sheet
 *
 * Boy... do we need to go through HOOPS to get IE and NS formatting
 * things the same!
 *
 * $Log: style.css,v $
 * Revision 1.19  1999/03/23 06:49:22  lar3ry
 * Use percent margins
 * Add .demo
 *
 * Revision 1.18  1999/03/23 05:28:18  lar3ry
 * Add .demo
 *
 * Revision 1.17  1999/03/18 09:52:06  lar3ry
 * Add .example and BLOCKQUOTE.normal
 *
 * Revision 1.16  1999/03/05 22:04:45  lar3ry
 * Make some more changes to get NS4/Win to render reg-me better
 *
 * Revision 1.15  1999/03/05 21:21:20  lar3ry
 * Fix TABLE description
 *
 * Revision 1.14  1998/11/05 23:18:04  lar3ry
 * Change visited link to a shade of purple
 *
 * Revision 1.13  1998/09/15 09:35:20  lar3ry
 * Make sure hyperlinks are monospaced in <PRE> blocks
 *
 * Revision 1.12  1998/09/09 21:12:55  lar3ry
 * Some changes for csslint (there were some to be done!)
 *
 * Revision 1.11  1998/09/03 11:30:21  lar3ry
 * More tweaks
 *
 * Revision 1.10  1998/08/28 13:07:24  lar3ry
 * Add background for splash screen
 *
 * Revision 1.9  1998/08/26 11:42:23  lar3ry
 * Remove some stuff that was confusing IE5
 *
 * Revision 1.8  1998/08/26 10:37:23  lar3ry
 * Make some more tweaks
 *
 * Revision 1.7  1998/08/24 21:37:57  lar3ry
 * Add PRE to the mono-faced fonts
 * Some tweaks for Table specs
 *
 * Revision 1.6  1998/08/17 22:02:34  lar3ry
 * Incorporate stuff from W3C Steely
 *
 * Revision 1.5  1998/08/11 20:38:19  lar3ry
 * Forgot TH tag!
 *
 * Revision 1.4  1998/07/30 21:10:24  lar3ry
 * Add brown entries [smile]
 *
 * Revision 1.3  1998/06/18 12:45:39  lar3ry
 * Replaced by Steely Core style sheet; this just has other formatting in it
 * now
 *
 * Revision 1.2  1998/01/30 15:23:25  lar3ry
 * I "lint"ed the style sheet (!)
 *
 */

BODY, TABLE {
    margin-left:	5%;
    margin-right:	5%;
    border-style:	none;
    width:		auto;
    font-family:	verdana, lucida, helvetica, sans-serif;
    letter-spacing:	normal;
}

BODY {
    color:		black;
    background:		#ffffe0;
}

TABLE.menu {
    margin-left:	0;
    margin-right:	0;
}

BODY.frame {
    margin-top:		0;
    margin-left:	0;
    margin-right:	0;
    margin-bottom:	0;
    width:		auto;
    color:		black;
    background:		#ffffe0;
    border-style:	none;
    font-family:	verdana, lucida, helvetica, sans-serif;
    letter-spacing:	normal;
}

BODY.splash {
    background:		#ffffff;
    color:		black;
    border-style:	none;
    width:		auto;
    margin-left:	10%;
    margin-right:	10%;
    font-family:	verdana, lucida, helvetica, sans-serif;
    letter-spacing:	normal;
}

.demo {
    border-style:	solid;
    border-width:	medium;
    margin-right:	+5%;
}

.example {
    margin-left:	10%;
    margin-right:	10%;
    border-style:	solid;
    border-width:	medium;
    /*
     * background:		#ffffff;
     * color:		black;
     */
}

H1, H2, H3, H4, H5, H6, DT, LEGEND {	
    color:		#036;
    margin-left:	-5%;
}

HR {
    color:		#036;
    background:		#ffffe0;
}

A, BLOCKQUOTE, CITE, DD, DEL, DFN, DIV, DL, EM,
FORM, IFRAME, IMG, LI, OBJECT, OL, P, Q,
SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER, DIR,
FONT, HR, MENU, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL,
LEGEND {
    font-family:	verdana, lucidabright, lucida, helvetica, sans-serif;
}	

PRE A {
    font-family:	'Monotype.com', 'Courier New', Courier, monospace;
}

A, ADDRESS, BLOCKQUOTE, CITE, DD, DEL, DFN, DIV, DL, DT, EM,
FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, LI, OBJECT, OL, P, Q,
SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER, DIR,
FONT, HR, MENU, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL,
LEGEND {
    word-spacing:	normal;
    text-transform:	none;
    text-decoration:	none;
    border-style:	none;
}	

PRE, CODE, KBD, SAMP {
    font-family:	'Monotype.com', 'Courier New', Courier, monospace;
    word-spacing:	normal;
    text-transform:	none;
    text-decoration:	none;
    border-style:	none;
}

H1, H2, H3, H4, H5, H6 {
    font-family:	Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif;
}

EM, STRONG {
    color:		black;
    background:		#ffffe0;
}

STRONG {
    font-weight:	bold;
}

EM {
    font-style:		italic;
}

CITE, DFN, .note {
    font-style:		italic;
}

ADDRESS {
    font-style:		italic;
    letter-spacing:	.1em;
}

ACRONYM {
    letter-spacing:	0.1em;
}

A:link {	
	font-weight:	bold;
	color:		#F30;
}	

A:visited {	
	font-weight:	bold;
	color:		#A4A;
}	

A:active {	
	font-weight:	bold;
	color:		#F30;
}	

A:hover {	
	color:		#F30;
}	

A.offsite {	
	font-weight:	normal;
	color:		#C30;
}	

BLOCKQUOTE {
    font-style:		italic;
}

BLOCKQUOTE.demo, BLOCKQUOTE.example, BLOCKQUOTE.legal, BLOCKQUOTE.normal {
    font-style:		normal;
}

.offset {
    margin-left:	5%;
    margin-right:	5%;
}

ADDRESS { 
    text-align:		center;
    font-weight:	bold;
    font-size:		small;
}

.hide {
  display:		none;
  color:		white;
  background:		white;
}

/* original style.css */

.left {
    float:		left;
}

.farleft {
    float:		left;
    margin-left:	0;
}

.right {
    float:		right;
}

.center {
    text-align:		center;
}

.clear {
    clear:		both;
}

.clearLeft {
    clear:		left;
}

.clearRight {
    clear:		right;
}

.ljust {
    text-align:		left;
}

UL {
    list-style:		url(/emuck/blueball.gif) circle;
}

UL UL {
    list-style:		url(/emuck/greenball.gif) square;
}

.legal {
    font-size:		80%;
}

.note {
    margin-left:	+5%; 
    margin-right:	+5%;
    margin-top:		1ex; 
    margin-bottom:	1ex;
}

STRONG.brown {
    background:		#ffcc99;
    color:		black;
}

.blue {
    color:		blue;
}

CAPTION, COL, COLGROUP, TABLE, TH, TR, TD, TBODY {	
    color:		black;
    background:		#ffcc99;
    text-decoration:	none;
}

CAPTION, COL, COLGROUP, TH, TR, TD, TBODY {	
    font-family:	verdana, lucida, helvetica, sans-serif;
}	

.menu {
    background:		#ffffe0;
    font-size:		80%;
}
