﻿body
{
}

.copyright
{
    margin-top: 4em;
    color: #C0C0C0;
    text-align: left;
    font-size: 10px;
}

/*
 * ENTRY DISPLAY
 */
.entrytop
{
    margin-bottom: 1em;
}

.entrytop a:link, .entrytop a:visited
{
    color: blue;
    text-decoration: none;
}

.entrytop a:hover
{
    text-decoration: underline;
}

.entrytop .header
{
    color: #7070FF;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 8px;
    padding-bottom: 1px;
}

.entrytop .headernotpublished
{
    text-decoration: line-through; 
    color: #7070FF;
    margin-bottom: 8px;
    padding-bottom: 1px;
    background-color: #DDEEFF;
    border: 2px solid red;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

.entrytop .header #title, .entrytop .headernotpublished #title
{
    font-size: 110%;
    font-weight: bold;
}

.entrytop .header #category
{
    font-style: italic;
}

.entrytop .header a, .entrytop .headernotpublished a
{
    font-size: 140%;
    font-weight: bold;
    text-decoration: none;
}

.entrytop .entry
{
    color: Black;
}

.entrytop .footer
{
    border-top: 1px solid #C0C0C0;
    margin-top: 8px;
    padding-top: 1px;
    font-size: 85%;
}

.entrytop .footer .hilight
{
    font-weight: bold;
    color: #800000;
}

/*
 * COMMENT DISPLAY
 */
.commenttop
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #EEEEFF;
    padding: 0.5em;
}

.commenttop .header, .commenttop .trailingdiv
{
    clear: both;
}

.commenttop .footer
{
    margin-bottom: 1em;
}

.commenttop .comment
{
    padding-top: 0.5em;
    padding-left: 80px;
    padding-bottom: 1em;
}

.commenttop .avatar
{
    float: left;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #EEEEFF;
}

.commenttop .hilight
{
    font-weight: bold;
    color: #800000;
}

.commenttop a:link, .commenttop a:visited
{
    color: blue;
    text-decoration: none;
}

.commentrss
{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #C0C0C0;
}

.commenttitle
{
    font-weight: bold;
    color: #800000;
}

.createcomment
{
    padding-top: 1.5em;
}

td.description
{
    font-size: 80%;
}

table.commentform
{
    border: 0px;
}

table.commentform tr
{
    border: 0px;
}

table.commentform td
{
    border: 0px;
}

/*
 * EDIT 
 */
table.edittable
{
}

table.edittable input[type="text"]
{
    width: 350px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
/*
 * TABLE 
 */
table.blogtable
{
}

table.blogtable thead tr
{
}

table.blogtable thead td
{
    background-color: #0090C0;
    color: White;
    font-weight: bold;
    font-size: 120%;
}
 
table.blogtable tr
{
}

table.blogtable td
{
}

table.blogtable tr.alternate td
{
    background-color: #E0E0E0;
}
