.site-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 1s ease 0s;
}
.header-content-wrapper {
    background: #fbefaa none repeat scroll 0 0;
    border-bottom: 5px solid #ffffff;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.entry-headline {
    color: #a5ce81;
    font-size: 35px;
    line-height: 100%;
    margin: 0 0 3px;
    padding: 0 0 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 50;
}

h2 {
    color: #c6afbb;
    font-size: 29px;
}
#wrapper-header .menu-box .current-menu-item > a, #wrapper-header .menu-box .current-menu-ancestor > a, #wrapper-header .menu-box .current_page_item > a, #wrapper-header .menu-box .current-page-ancestor > a {
    color: #ffffff;
}

.header-image {
    background-color: #ffffff;
    border-bottom: 1px solid #fbefaa;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
a {
    color: #a5ce81;
    text-decoration: underline;

}
#wrapper-footer {
    background: #a5ce81 none repeat scroll 0 0;
}