/*
Bitblaze.com default stylesheet.
--------------------------------------------------------------------------------
$Revision: 81 $ $Date: 2006-07-01 15:18:25 +0200 (lø, 01 jul 2006) $
--------------------------------------------------------------------------------
Copyright 2003-2005 Daniel Schlyder.
*/



/* Layout */

body
{
    margin: 0;
    padding: 0;
}



#logo
{
    text-align: center;
    height: 121px;
    margin-top: 12px;
}

#contents
{
    position: absolute;
    left: 50%;
    width: 560px;
    margin-left: -280px;
}



/* Default font */

body, table, p, ul, ol
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol
{
    line-height: 18px;
    margin-top: 0;
}



h1
{
    color: #92499e;
    font-size: 32px;
    text-align: center;
    border: 4px solid #d9bfe0;
}

h2
{
    font-size: 16px;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}



a
{
    color: #92499e;
}
a:hover
{
    text-decoration: none;
}



p.before-ul
{
    margin-bottom: 0.5em;
}

ul
{
    list-style-type: square;
    list-style-position: inside;
    margin: 0 0 1em 1.5em;
}

ul ul
{
    margin: 0 0 0 1.5em;
}

li
{
    padding: 0 0 0.25em;
}



.cssource-footer
{
    font-size: 10px;
}

.cssource-footer .left
{
    float: left;
}

.cssource-footer .right
{
    float: right;
}
