div.comment div.text div.quote /* Quoted text-block within a post. */
{
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    font-family: sans-serif;
    margin: 4px 24px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
}

div.comment div.text div.quote div.excerpt /* Used for the actual quoted text in a post. */
{
    font-size: 8pt;
    font-family: sans-serif;
    margin: 0 0 0 12px;
    padding: 2px;
    border-width: 0;
    font-style: normal;
    font-weight: normal;
}

div.comment /* Wrapper div for an entire post. */
{
    width: 100%;
}

div.t /* Gradient border around a post. */
{
    background-color: white;
    height: 32px;
    background-position: 0 0;
    background-repeat: repeat-x;
    vertical-align: middle;
    padding: 0 10px 0 208px;
    margin: 0;
    line-height: 32px;
    position: relative;
}

div.t div.date
{
    font-size: 8pt;
    font-family: sans-serif;
    color: black;
    display: inline-block;
    height: 32px;
    margin: 0;
    line-height: 32px;
    vertical-align: middle;
}

div.middle /* Wrapper for the entire middle area of the post */
{
    font-size: 10pt;
    font-family: sans-serif;
    color: black;
    position: relative;
    border-width: 1px;
    border-style: solid;
    margin-left: 208px;
    margin-right: 8px;
}

div.sidebar /* Left part of the post */
{
    width: 196px;
    font-size: 10pt;
    font-family: sans-serif;
    color: black;
    position: relative;
    left: -208px;
    margin: 0 4px 0 8px;
}

div.text /* Wrapper around the text section of a post */
{
    position: relative;
    font-size: 10pt;
    font-family: sans-serif;
    color: black;
    cursor: text;
    padding: 4px;
    overflow: hidden;
}

div.b /* Gradient border around a post. */
{
    height: 14px;
    background-position: 0 -32px;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}

div.avatar
{
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    display: inline-block;
}

div.SideThingie
{
    position: absolute;
    width: 196px;
    top: 0;
    left: 8px;
    text-align: right;
    line-height: 0;
}

div.SideThingie div.Name
{
    font-size: 12pt;
    font-family: sans-serif;
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px 6px black;
    margin: 0;
    padding-right: 4px;
    width: 192px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
}

div.location
{
    width: 192px;
    height: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
    font-size: 8pt;
    margin: 0;
    color: black;
    font-family: sans-serif;
    font-style: italic;
    display: inline-block;
}

.QuoteColor /* div.quote and div.excerpt */
{
    color: #406080;
}

.QuoteBorderColor /* div.quote */
{
    border-color: #406080;
}

.QuoteBackgroundColor /* div.quote */
{
    background-color: #C0E0FF;
}
