@import url(http://fonts.googleapis.com/css?family=Tangerine:bold);
@import url(http://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:regular,italic);

html
{
    margin: 0px;
    padding: 10%;
    background: #333;
}
body
{
    font-family: 'IM Fell Great Primer', serif;
    line-height: 120%;
}
article
{
    background: #89F;
    padding: 1em;
    position: relative;
    display: block;
    zoom: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
p
{
    margin: 0px;
    padding: 0.5em 0px 0px 0px;
}
header h1
{
    margin: 0em 0em -1em 0em;
    padding: 60px 0em 70px 150px;
    background: url( /images/slb-logo6.png ) no-repeat;
    font-size: 150%;
}

footer
{
    background: #89F;
    padding: 0.25em;
    border: 1em solid #333;
    text-align: center;
    width: auto;
}
article .first-letter
{
    color: #337;
    font-size: 225%;
    font-weight: bold;
    float: left;
    font-family: Tangerine, serif;
    display: block;
    padding: 2px 0.2em 2px 0px;
    margin: 5px 2px 0px -0.25em;
    line-height: 0.6;
}
section p:first-of-type:first-letter
{
    color: #337;
    font-size: 225%;
    font-weight: bold;
    float: left;
    font-family: Tangerine, serif;
    display: block;
    padding: 2px 0.2em 2px 0px;
    margin: 5px 2px 0px -0.25em;
    line-height: 0.6;
}
ul
{
    list-style: none;
    margin: 1em;
}
section h1
{
    font-size: 125%;
    margin: 1em 1em 0.2em 1em;
    font-weight: normal;
    text-decoration: underline;
}
aside
{
    padding: 0.1em;
    margin-top: 0.3em;
    margin-left: 1em;
    float: right;
    width: 20%;
    border: 1px solid #337;
}
section
{
    position: relative;
}

