body 
{
    background-color: #5da083;
    
    color: #ffffff;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 100%;
    margin: 0px; 
}
a
{
   color: #ffffff;
}
p, td, blockquote 
{
    font-size: 1.0em;
}
code, kbd, pre, tt
{
    font-family: monospace;
}
h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.5em;
}
.title_navigation 
{
    border: 1px solid #ceb37e;
    width: 100%;
}
.title
{
    background-color: #004606;
    color: #ffffff;
    text-align: center;
    width: 40%;
}
.main_subtitle
{
    line-height: .5em;
}
.navigation
{
    background-color: #7da360;
    color: ;
    text-align: left;
    white-space: nowrap;
}
.navigation_title
{
    width: 100%;
    border-bottom:  1px solid;
    text-align: left;
}
#sidebar
{
    font-family: "Verdana", sans-serif;
    width: 15%;
}
.sidebar_box 
{
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}
.sidebar_box th 
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    background-color: #3f7533;
    color: #ffffff;
    text-align: center;
}
.sidebar_box td 
{
    border: 1px solid #000000;
    font-size: .85em;
    width: 100%;
}
.sidebar_box a
{
    color: #000000;
}
.ljtabs
{
    background-color: #2f7345;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    color: #ffffff;
    font-family: "Tahoma", sans-serif;
    margin-bottom: 0;
    padding: 1em 1em .5em 1em;
    text-decoration: none;
    width: 40%;
}
.content
{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-family: "Tahoma", sans-serif;
    width: 100%;
    padding: .5em;
}
.content a
{
    color: #000000;
}
/* Box effect */
.entry, .calendar_month, .month_day, .comment_page, .replyto
{
    margin: 0.25em 0.5em 0.25em 0.5em;
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: justify;
}
.entry .text, .calendar_month .calendar, .month_day .posts, .comment_page .comments, .replyto .text
{
    margin: 0;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #ffffff;
    padding: .5em;
}

html>body .entry .text, html>body .calendar_month .calendar, html>body .month_day .posts, html>body .comment_page .comments, html>body .replyto .text {
  border-bottom-width: 0;
}

.entry .subject, .calendar_month .header, .month_day .header, .comment_page .header, .replyto .subject
{
    border-bottom: 1px solid #000000;
    border-left: 1em solid #000000;
    font-size: 0.8em;
    margin-bottom: 0;
    padding-left: 0.8em;
}
.entry .comments, .calendar_month .subjects, .month_day .footer, .comment_page .footer, .replyto .footer
{
    border-right: 1em solid #000000;
    border-top: 1px solid #000000;
    font-size: 0.8em;
    margin-top: 0;
    padding-right: 0.8em;
    text-align: right;
}
/* Entry */
.entry .text .userpic, .replyto .text .userpic
{
    float: left;
    margin: .1em .5em .1em .5em;
}
.entry .text .clearer, .replyto .text .clearer
{
    clear: left;
    display: block; 
}
.entry .text .currents
{
    margin-top: 0;
}
/* Comments */
.comment_page .leave_comment, .selector
{
    text-align: center;
}
.comment_page .footer .pages
{
    text-align: left;
}
/* YearPage specific CSS */
.calendar
{
    width: 100%;
}
.calendar .day, .calendar .day_with_posts
{
    border: 1px solid #000;
    width: 14%;
}
.calendar .day_with_posts
{
    background-color: #a97b5b;
}
.calendar .day_with_posts a
{
    display: block;
    text-decoration: none;
    width: 100%;
}
.comment_bar_one, .comment_bar_two, .comment_bar_screened
{
    width: 100%; margin-top: 1em;
}
.comment_bar_one
{
    background-color: #a97b5b;
    color: #ffffff;
}
.comment_bar_two
{
    background-color: #ceb37e;
    color: #000000;
}
.comment_bar_screened
{
    background-color: ;
    color: ;
}
#footer
{
    background-color: #ffffff;
    color: #000000; 
    font-size: .8em;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    width: 80%;
}
#footer a
{
    color: #000000;
}

