/* main.css -- Simple CSS layout file for Hulubei.Net's main page.  */

/*
 * Copyright (C) 2005 Tudor Hulubei <tudor@hulubei.net>.
 * Distributed under the GNU General Public License.
 */

html
{
    /*font-family: "Trebuchet MS", "Luxi Sans", "Bitstream Vera Sans", "Verdana", "Tahoma", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;*/
    font-family: "Georgia", "Trebuchet MS", "Luxi Sans", "Bitstream Vera Sans", "Verdana", "Tahoma", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
    font-size: small;
    margin: 0;
    border: 0;
    padding: 0;
    color: white;
    background-color: #606078;
    background-image: url('../graphics/Sketch.gif');
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

a,
a:link,
a:visited,
a:active,
a:focus
{
    background-color: #606078;
    color: white;
    text-decoration: none;
}

a:hover
{
    background-color: #606078;
    color: #ff6600;
    text-decoration: none;
}

a.MailTo,
a.MailTo:link,
a.MailTo:visited,
a.MailTo:active,
a.MailTo:focus
{
    background-color: #606078;
    color: white;
}

a.MailTo:hover
{
    background-color: #606078;
    color: #ff6600;
}

a
{
    font-size: large;
    font-style: italic;
    padding: 0 0 0 1em;
}

hr
{
    color: #ff7700;
    background-color: #ff6600;
    background-image: none;
    margin: 0;
    border: 0;
    padding: 0.25em 0.25em 0.25em -0.25em;
    height: 1px;
    text-align: left;
}

address
{
    font-style: normal;
}

div#Members
{
    background-image: url('../graphics/HulubeiNet.gif');
    background-position: right center;
    background-repeat: no-repeat;
    padding: 1em 0 0 1em;
    margin: 0;
    border: 0;
}

div#Design
{
    background-color: #606078;
    color: white;
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    right: 1em;
    bottom: 1em;
    text-align: right;
}

