/* header color */
#header {
    background-color: #979E45 !important;
}

/* Buttons */
#container input[type=submit] {
    background:#979E45 !important;
}

/* Navigation - background */
#access {
    background: #667334 !important;
}

/* Navigation - current and active item */
#access a:hover, 
#access li.current_page_item > a, 
#access li.current-menu-item > a,
#access li.current-menu-ancestor > a {
    background: #58612C !important;
}
/* Navigation */
#access li li {
    background: #667334 !important;
}

/* Links at content pages */
#posts-nav a,
#posts-nav a:hover,
#posts-nav a:visited,
#content a.page-numbers,
#content a.page-numbers:hover,
#content a.page-numbers:visited,
table a,
table a.visited,
.breadcrumb a,
.breadcrumb a.visited,
#comments .comment-author a,
.comment-meta a,
#respond a,
.widget-area a,
.entry-title a:hover,
#footer a,
.entry-summary a,
.entry-meta a,
section#content > article > .entry a,
section#content > article > .entry a.active,
section#content > article > .entry a.hover,
section#content > article > .entry a.visited {
    color: #979E45 !important;
}