/* ----- Style Sheet for the Double Luck web site -----   */

BODY {
        background      : #FFF8DC url(/@images/Background.jpg);
}

SUB {
        font-size       : smaller;
}

#HEAD4 {
        font-size       : xx-large;
        font-weight     : bold;
}

#HEAD3 {
        font-size       : x-large;
        font-weight     : bold;
}

#HEAD2 {
        font-size       : large;
        font-weight     : bold;
        font-style      : italic;
}

#DBL {
        color           : #990000;
        background      : transparent;
        font-family     : "Impact", arial, sans-serif;
        font-weight     : normal;
        white-space     : nowrap;
}

#FHEAD {
        background-color: Maroon;
        color           : #FFF8DC;
}

#FFOOT {
        background-color: #003300;
        color           : #FFF8DC;
}

#BANNER  {
        font-size       : smaller;
}

#DISCLAIMER {
        font-size       : smaller;
}

#PEOPLENAME {
        color           : #990000;
        background      : transparent;
        font-weight     : bold;
}

#PLACENAME {
        color           : #990000;
        background      : transparent;
        font-weight     : bold;
}

#THINGNAME {
        color           : #990000;
        background      : transparent;
        font-weight     : bold;
}

#BEERNAME {
        color           : #003300;
        background      : transparent;
        font-weight     : bold;
}

#DIVIDER {
        background-color: Silver;
        color           : Green;
        font-size       : 120%;
        font-style      : italic;
        font-weight     : bold;
}

#DATE {
        background-color: Silver;
        color           : Blue;
        font-style      : italic;
        font-size       : 120%;
}

#WARNING {
        color           : Red;
        background      : transparent;
        text-decoration : underline;
        text-transform  : uppercase;
        font-weight     : bold;
}

#CAUTION {
        border          : medium solid #990000;
        color           : #003300;
        background      : #FFCCCC;
        padding         : 4px 8px;
        margin          : 0px 10%;
}

#SIDEBAR {
        border          : medium solid #990000;
        color           : #003300;
        background-color: #FFCCCC;
        float           : right;
        width           : 33%;
        padding         : 4px 8px;
        margin          : 4px 8px;
}

#SIDEBAR4 {
    /*  border          : medium solid #990000;  */
        color           : #003300;
        background-color: #FFCCCC;
        padding         : 4px 8px;
        margin          : 8px 10%;
}
