/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 40px;
}
.postDate
{
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin-bottom:10px;
}
.postTitle
{
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #888;
    font-size: 0.9em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comments
{
  margin-bottom:40px;
}
.comment
{
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 0.9em;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #888;
    font-size: 0.9em;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #666;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 0.9em;
    margin-top: 10px;
    padding-bottom: 10px;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
