 /* Change body background */
body {
    background-color: #008B45;
    background-attachment: fixed;
}
 /* Change sitename style */
.hdr h1, .hdr h1 a {
    color: #000000;
    font: bold 24pt/26pt Tahoma,sans-serif;
}
 /* Change default headlines */
.main .widget .headline {
    color: #008b45;
    font: bold 13px/15px Tahoma,sans-serif;
}
 /* Change Rebel Navigation */
.subpage-menu {
    height: 32px;
}
.subpage-menu .go-home.active,.subpage-menu .go-home:hover {
    background: #FAFAFA;
    border-bottom-color: #FAFAFA;
    color: #008b45;
    height: 24px;
}
.nav-menu li .title {
    background: #fff;
    border: 1px solid #008B45;
    color: #008B45;
    font: bold 12px/16px Tahoma,sans-serif;
    height: 23px;
    padding: 7px 15px 0;
}
.nav-menu li .title.private {
    border: 1px dashed #DDDDDD;
    color: #999999;
}
 /* Change first line of headline */
.main .widget .headline:first-line,
.main .widget .headline::first-letter {
    color: #008B45;
    font: bold 17px/18px Tahoma,sans-serif;
}
 /* Change splash headline */
.main .splash .widget .headline,
.main .splash .widget .headline:first-line,
.main .splash .widget .headline:first-letter {
   color: #008B45;
   font: bold 26px/29px Tahoma,sans-serif;
}
 /* Change post headline */
.main .article-content h1, 
.main .article-content h1 a {
    color: #008B45;
    font: bold 36px/39px Tahoma,sans-serif;
}
 /* Change post body font */
.article-body, 
.article-body p {
    color: #008B45;
    font: bold 15px/21px Tahoma,sans-serif;
}
 /* Change Twitter header */
.author-head .user .name  {
    color: #5C5C5C;
    font: 11px/10px Tahoma,sans-serif;
}
 .author-head .user .name .screen {
    color: #B9B9B9;
    font: 10px/12px Tahoma,sans-serif;
}
.widget:hover .widget-details .widget-date, .widget:hover .user .name .screen {
    color: #008B45;
}
 .widget-details .widget-date {
    color: #008B45;
}
.sections {
    background: #FFF;
}
