@import url(reset.css);

/* ----------------------------------------
   Blazing Moon (http://www.blazingmoon.org)
   Styles global to the entire Blazing Moon site
   
   Version: 1.0.0 
   Author: Andy Giesler
   Author URI: http://www.blazingmoon.org 
   ---------------------------------------- */


#container
{
    margin: 100px auto 0;
    position: relative;
    width: 960px;
    text-align: left;
}



a:link {color: #333366;}
a:visited {color: #333366;}
a:active {color: #333366;}
a:hover {color: #333366;}

body 
{
    background: #050014;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	margin: 0px auto;
	text-align: center;
}

#logo
{
    position: absolute;
    left: -4em;
    top: -5em;
    width: 451px;
    height: 316px;
    display: block;
    text-indent: -200em;
    background: url(../img/blazing-moon-background-large.png) no-repeat;
}

#logoSmall
{
    position: absolute;
    top: -75px;
    left: 0em;
    width: 265px;
    height: 55px;
    display: block;
    text-indent: -200em;
    background: #0A051E url(../img/blazing-moon-logo-small.gif) no-repeat;
}



/* */
/* body styles */
/* */

H1      { padding: 1em 0; font-size: 2.8em; } /* guide title */
H2      { padding: 1em 0 0.5em 0; font-size: 2.4em; } /* page title */
H3      { padding: 1em 0 0.5em 0; font-size: 2.0em; font-style: italic; }
H4      { padding: 1em 0 0.5em 0; font-size: 1.6em; font-style: italic; font-weight: normal; }
P       { padding: 0 0 0.75em 0; font-size: 1.4em; line-height: 1.5em; }
UL, OL  { padding: 0 0 1em 2.5em; font-size: 1.4em; line-height: 1.5em; }
OL      { list-style-type: decimal; }
UL      { list-style-type: disc; }
OL UL, OL OL, UL UL, UL OL
        {padding: 0.5em 0 1em 3em; font-size: 1em; line-height: 1.5em; }
OL OL, UL OL
        { list-style-type: lower-alpha; }