/* ---------------------------------------- */
/* Trent Rolf                               */
/* Styles for rolfed.com                    */
/* ---------------------------------------- */

html, body
{
    background-color: #000000;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 120%;
    overflow:auto;
}

div#main-body
{
    position:absolute;
    top:150px;
    left:230px;
    right:230px;
    text-align: left;
}

div#header
{
    position:absolute;
    top:0;
    width:99%;
    height:150px;
    text-align: center;
}

div#left-sidebar
{
    position:absolute;
    top:150px;
    left:30px;
    width:170px;
    text-align: right;
}

div#right-sidebar
{
    position:absolute;
    top:150px;
    right:30px;
    width:170px;
    text-align: left;
}

div#main-body-nothome
{
    position:absolute;
    top:30px;
    left:50px;
    right:50px;
    text-align: left;
}

@media screen
{
    body>div#header
    { }
    body>div#main-body
    { }
    body>div#left-sidebar
    { }
    body>div#right-sidebar
    { }
}

/* Colors for the site */
.dark_green
{color: #25912A;}
.yellow
{color: #D1CB3F;}
.blue
{color: #3C77B3;}
.salmon
{color: #C2613E;}
.orange
{color: #D8A315;}
.red
{color: #D40E15;}
.light_blue
{color: #8DB9D8;}

a
{
    text-decoration: none;
}

.smallest_text
{
    font-size: 11px;
}
