/**
 * This file holds the styles that effect the basic content elements within the
 * content areas. Since these styles can be quite lengthy, they've been placed
 * in a file of their own.
 *
 */

.body a.block,
.body blockquote,
.body dd,
.body dl,
.body dt,
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6,
.body ol,
.body p,
.body pre,
.body ul
{
    margin-bottom: 10px;
}

.body a.block,
.body blockquote,
.body dl,
.body ol,
.body p,
.body pre,
.body ul
{
    font-family: Georgia, serif;
    font-weight: normal;
    line-height: 1.6;
}

.body a.block
{
    display: block;
    font-family: Helvetica Neue, Hevetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 30px;
    text-align: center;
    text-decoration: none;
}

.body blockquote
{
    max-width: 340px;
    border-left: 2px solid #5a3c1b;
    font-style: italic;
    padding: 5px 0px 5px 10px;
    margin-left: 30px;
}

.body dl,
.body ol,
.body ul
{
    max-width: 340px;
    padding: 0px 30px;
}

.body dt
{
    width: 100px;
    color: #5a3c1b;
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 5px 0px;
    text-align: right;
}

.body dd
{
    border-left: 2px solid #5a3c1b;
    overflow: hidden;
    padding: 5px 0px 5px 5px;
}

.body pre
{
    padding: 10px 30px;
}

.body hr
{
    height: 1px;
    width: 200px;
    background-color: #dddddd;
    border-width: 0px;
    margin: 20px 50px;
}

#content > .body > a.block,
#content > .body > blockquote,
#content > .body > dl,
#content > .body > form,
#content > .body > h1,
#content > .body > h2,
#content > .body > h3,
#content > .body > h4,
#content > .body > h5,
#content > .body > h6,
#content > .body > ol,
#content > .body > p,
#content > .body > pre,
#content > .body > ul
{
    margin-left: 200px;
    max-width: 400px;
}

#content .body > blockquote
{
    margin-left: 230px;
}

#content > .body > hr
{
    margin-left: 300px;
}

/*
 * postlink elements
 *
 */
 
.postlink .body > p
{
    line-height: 1.5;
}
