/***********************************************************************\
*									*
*	2001.css							*
*									*
*	Purpose: a stylesheet to give a 'cool' look and feel.		*
*	WARNING! An evolving document intended mainly for my home	*
*	page. May alter radically at any time!				*
*									*
*	Author:	    Simon Brooke <simon@jasmine.org.uk>			*
*	Copyright:  (c) 2001 Simon Brooke. Rights Reserved.		*
*									*
\***********************************************************************/


BODY
{
    font-family: Helvetica, Arial, sans-serif; 
    background-color: black;
    margin-left: 10%;
    margin-right: 25%;
    margin-top: 0em;
    margin-bottom: 10em;
    color: #60C030;
}

H1, H2, H3, H4, H5, H6, DT
{
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    font-family:  Helvetica, Arial, sans-serif; 
    color: lime;
    background: transparent url( /~simon/images/graduated_pinstripe.png) no-repeat;
    text-align: left;
}

TH
{
    color: lime;
    background: transparent url( /~simon/images/greenshade.png);
    text-align: left;
}

P, UL, LI, TD
{
    padding-left: 5%;
    padding-right: 15%;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
    text-align: justify;
    color: #60C030;
    background: transparent;
}

BLOCKQUOTE
{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: left;
    font-style: italic;
}

PRE, CODE, TT, KBD, SAMP

{
    font-family:  monospace; 
    color: green;
    background-color: black;
}

VAR, CITE, DFN, DD
{
    font-style:     italic;        
}


ADDRESS
{
    font-style:     normal;
    font-family: cursive;
    letter-spacing: .1em;
}


IMG
{
    padding: 4px;
}    


INS
{
    text-decoration: underline;
}

DEL
{
    color: white;
    background-color: red;
}


.activenav
{
    background: transparent url( /~simon/images/greenshade.png);
    color:      #008000;
    padding:	0em 2em 0em 1em;
}
.navigation
{
    background: transparent;
    color:      #008000;
    padding:	0em 2em 0em 1em;
}
.navbox
{
    background: transparent;
    position: fixed;
    overflow: visible;
    top: 0;
    bottom: 50%;
    right: 0;
    left: 75%;
}

.illustration
{
    float: right;
    width: 310px;
    padding: 10px;
    margin: 10px;
    border: thin solid #008000;
    font-size: 80%;
    font-style: italic;        
    background: transparent url( /~simon/images/graduated_pinstripe.png) no-repeat;
}


.illustration IMG
{
    float: right;
}

.warning, .actionDangerous
{
        text-transform: none;
        font-style:     normal;
        font-weight:    bolder;
        background:     red;
        color:  yellow;
        
}

.actionSafe
{
}


.prompt
{
    font-style:     normal;
    font-weight:    bolder;
}

.widget
{
}

.help
{
    font-style:     italic;        
}

A:link
{
        color: rgb( 128, 255, 0);
        background: transparent;
}


A:visited
{
        color: lime;
        background: transparent;
}


A:active
{
        color: rgb( 128, 255, 0);
        background: transparent;
}


A:hover
{
        color: yellow;
        background:  #408020;
        
}


