/* for IE < 9 with love */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section 
{
    display: block;
}

body
{
	max-width: 960px;
	margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    overflow-y: scroll;
}

pre 
{
    background-color: #F5F5F5;
    border: 1px solid lightgray;
    border-radius: 1em;
    line-height: 1.6em;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
    padding: 1em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small
{
    white-space: pre-wrap;
}

a
{
    color: #0088CC;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.top
{
    border-radius: 1em;
    position: relative;
    width: 100%;
    height: 198px;
    margin-top: 0.5em;
    line-height: 1em;
	background-image: url("bumblebee.jpg");
}

.top nav
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    line-height: 30px;
    background-color: transparent;
}

.top nav a
{
    border-radius: 5px;
    border: 1px solid white; 
    padding: 10px;
    font-weight: bold;
    background-color: green;
}

.top .active
{
    color: black;
    background-color: white;
    border: 1px solid green; 
}

.top h1
{
    position: absolute;
    top: 0px;
    left: 20px;
    line-height: 1.2em;
    padding: 10px 20px;
    border-radius: 5px;
    color: green;
    border: 1px solid black;
    background-color: white;
    opacity: 0.6;
}

.top h1 a
{
    opacity: 1;
    color: black;
}

.top a
{
    color: white;
}

.top nav a:hover
{
    color: black;
    background-color: white;
    border: 1px solid green;
}

section 
{
    margin-top: 2em;
}

footer
{
    position: relative;
    margin: 3em 0em 2em;
}

dl
{
    float: left;
    width: 40%;
    margin: 1em;
}

dt
{
    font-weight: bold;
    color: #0088CC;
    border-bottom: 2px solid lightgray; 
}

dd span
{
    font-weight: bold;
    float: left;
    width: 40%;
}

.pie span
{
    float:right;
    line-height: 150px;
    color: green;
}

