/* 
    Document   : common.css
    Created on : 01/04/2009, 1:47:22 PM
    Author     : Ruxton
    Description:
        Purpose of the stylesheet follows.
*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.0em;
    color: #BD8D46;
}

    h1 a {
        color: #BD8D46;
    }
h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #BD8D46;
    color: #BD8D46;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    color: #BD8D46;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
    line-height: 16px;
    height: 16px;
    color: #BD8D46;
}

a {
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p {
    margin-bottom: 1.0em;
}
    p.description
    {
        margin: 0;
    }
    p.subcat
    {
        font-size: 0.8em;
    }

    #footer p.left { float: left; text-align: left; margin: 0; }

    #footer p.right { float: right; text-align: right; margin: 0; }

.poweredby { font-style: italic; }

ul.directory li {
    padding-left: 20px;
    background-image: url('/site/directoreye/templates/grfx/home_16.png');
    background-repeat: no-repeat;
    background-position: 0 0px;
}
