/*  
Theme Name: Heavy Duck
Theme URI: http://www.heavyduck.com/
Description: Our custom theme for this website.
Version: 1.0
Author: Will Rogers
*/

body
{
	font-size: 11pt;
	font-family: Verdana,sans-serif;
    background-color: white;
    color: black;
    margin: 0;
    padding: 0;
}

#header
{
    background-color: #FEE;
    border-bottom: 1px solid #A33;
    padding-top: 12px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

#header #duck
{
    position: absolute;
    left: 20px;
    top: 17px;
}

#header #headertext
{
    margin-left: 86px;
}

#header #headertext .description
{
    padding-left: 2px;
}

#sidebar
{
    float: right;
    width: 220px;
    margin-bottom: 30px;

    font-family: Verdana,sans-serif;
    font-size: 10pt;
    color: #666;

    padding-right: 8px;
}

#sidebar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar h2
{
    font-size: 1em;
    color: #666;
}

#content
{
    margin-left: 36px;
}

#content.narrowcolumn
{
    margin-right: 250px;
}

#content.widecolumn
{
    margin-right: 36px;
}

#footer
{
    clear: both;
    border-top: 1px solid #CCC;
    padding: 9px 0 8px 36px;
    color: #999;
    font-family: Verdana,sans-serif;
    font-size: 10pt;
}

.post
{
    margin-bottom: 32px;
}

.navigation
{
    margin-top: 10px;
}

.postmetadata, .navigation
{
    font: normal 0.8em Verdana,sans-serif;
    color: #966;
}

h1, h2, h3
{
    font-family: Georgia,serif;
}

h1
{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

h2
{
    font-size: 1.2em;
    margin-top: 12px;
    margin-bottom: 3px;
}

h3
{
    font-size: 1em;
    margin-top: 9px;
    margin-bottom: 3px;
}

h3#comments
{
    margin-top: 31px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    color: black !important;
    text-decoration: none;
}

img
{
    border: none;
}


