#wrapper #header {
    background: #333 url(../img/green/header.jpg) 0 0 no-repeat;
}

#wrapper #header .search input#searchInput:focus {
    outline-color: #7FB30B;
}

#content p a {
    color: #7FB30B;
    border-bottom-color: #7FB30B;
    padding: 0 1px;
}

    #content p a:hover {
        border-bottom-style: solid;
        background: #F5FAEB;
    }

#content .post .postMeta .date {
    background: #FFF url(../img/green/postDateBg.png) 0 0 no-repeat;
    text-shadow: 0 -1px 0 #529300;
}

#content ol.postComments li.comment.comment-author-admin,
#content ol.postComments li.comment.bypostauthor {
    background: url(../img/green/commentAuthorBgTop.png) 0 0 no-repeat;
}

#content ol.postComments li.comment.comment-author-admin .commentBody,
#content ol.postComments li.comment.bypostauthor .commentBody {
    border-color: #e5eecf;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta,
#content ol.postComments li.comment.bypostauthor .commentMeta {
    color: #90b832;
    background: url(../img/green/commentAuthorBgBottom.png) 0 0 no-repeat;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta a,
#content ol.postComments li.comment.bypostauthor .commentMeta a {
    color: #90b832;
}


#content .postMeta h2 a {
    color: #E9F8C7;
}

#sidebar ul li a {
    color: #7FB30B;
}

#sidebar ul li a:hover {
    color: #7FB30B;
    background: #F5FAEB;
}

