body
{
        background-color: #000; 
        font-size: 62.5%; text-align: center;
        font-family: Verdana, "Bitstream Vera Sans", sans-serif;
        margin: 0; padding: 0; 
}
#header
{
        border-bottom: 1px solid #444; 
        background-color: #232323; 
        margin: 0 0 50px; 
}
#header h1
{
        font-size: .9em; color: #ddd;
        text-transform: uppercase; text-align: left;
        letter-spacing: .01em; padding: 10px 30px;
        font-weight: normal; margin: 0;
        font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}
#sleeve
{
        margin: 0 auto; padding: 0;
        text-align: left; width: 600px;
}
#title
{
        font-family: "Century Gothic", "Avant Garde Medium BT", "Trebuchet MS", sans-serif;
        font-size: 3em; font-weight: normal; color: #F8FCFF;
        margin: 0; padding: 0;
}
h2
{
        font-size: 1.2em; color: #D0E460; 
        font-weight: normal; display: block;
        letter-spacing: .1em; height: 20px;
        text-indent: -9999px; margin: 0;
        background: url(origins.gif) no-repeat 0 0
}
h3
{
        color: #C6F11C; font-size: 1.2em;
        letter-spacing: 0.1em;
        margin: 0 0 3em;
}

/* List Styles */

ul
{
        padding: 0;
        list-style-type: none
}
#menu
{
        margin: 0 0 50px 0; display: block;
        border-top: 1px solid #444
}
#menu li
{
        padding: 0; margin: 0; display: inline;
        list-style-type: none;
}
#menu li a
{
        padding: 12px 2px; font-size: 1.1em;
        text-decoration: none; display: block;
        letter-spacing: .05em
}
#menu li a:link, #menu li a:visited
{
        color: #ccc;
        border-bottom: 1px solid #444
}
#menu li a:hover
{
        color: #F8FCFF; background-color: #252525;
        border-bottom: 1px solid #555
}
.floaty
{
        width: 270px; margin: 30px 0 50px;
        padding: 0; float: left
}
.boaty
{
        width: 270px; margin: 30px 0 50px;
        padding: 0; float: right
}
.examples
{
        margin: 0; border-top: 1px solid #444
}
.examples li
{
        margin: 0; padding: 0; color: #E8E4E8;
        border-bottom: 1px solid #444
}
.examples li:hover
{
        border-bottom: 1px dotted #444
}
.examples li a
{
        padding: 10px 3px; font-size: 1em;
        text-decoration: none; letter-spacing: 0.15em;
        line-height: 1.6; display: block;
}
.examples li a:link, .examples li a:visited
{
        color: #e8e4e8
}
.examples li a:hover
{
        color: #D0E460
}
.listings
{
        margin: 0 0 50px; padding-left: 25px;
        border-left: 5px solid #232323;
        font-size: 1.2em; line-height: 1.8;
}
.listings li
{
        margin: 0 0 10px; display: block;
        line-height: 1.8; color: #E8E4E8;
        
}
.listings li a
{
        display: inline; padding: 0;
        text-decoration: none; letter-spacing: .05em;
        font-weight: bold; font-size: .9em;
}
.listings li a:link, .listings li a:visited
{
        color: #F8FCFF;
        border-bottom: 1px solid #444
}
.listings li a:hover
{
        color: #D0E460;
        border-bottom: 1px solid #555
}      

/* end List Styles */

#sleeve p
{
        font-size: 1.2em; line-height: 1.8;
        color: #E8E4E8; 
        margin-bottom: 20px
}
p a
{
        text-decoration: none; font-weight: bold;
        font-size: .9em; padding: 0 2px
}
p a:link, p a:visited
{
        color: #ddd;
        border-bottom: 1px solid #666
}
p a:hover
{
        border-color: #D0E460; color: #4D7B10;
        background-color: #D0E460
}
p#first
{
        margin-top: 30px
}
p#last
{
        margin: 50px 0; padding: 10px;
        border: 1px solid #444; clear: both;
        font-size: 1.1em; background-color: #232323;
}
#footer
{
        border-top: 1px solid #444; 
        background: #232323; margin: 50px 0 0;
}
address
{
        font-family: "Andale Mono", monospace;
        color: #ddd; display: block; padding: 10px 30px;
        font-size: 1.1em; font-style: normal;
        text-align: left
}
address:hover
{
        color: #F8FCFF; cursor: default;
}
address span
{
        font-family: Verdana, sans-serif;
        text-transform: uppercase;
        font-size: .9em; letter-spacing: .01em;
}
address:hover span
{
        color: #D0E460
}
acronym
{
        border-style: dotted; font-size: .9em; 
        font-weight: bold; border-color: #E8E4E8;
        border-width: 0 0 1px 0; cursor: help;
}
acronym:hover
{
        border-color: #D0E460
}
strong
{
        padding: 0; font-size: .9em;
        border-bottom: 1px dotted #D0E460;
        cursor: default;
}
strong:hover
{
        color: #D0E460; 
        border-bottom: 1px solid #E8E4E8
}
.stretch
{
        font-weight: bold; font-size: .9em;
        text-transform: uppercase;
        letter-spacing: .03em
}
hr
{
        display: block; height: 1px; 
        border: 0; background-color: #444;
        color: #444; width: 75%;
        margin: 0 auto 0 auto
}
