body #branding {
    border-top: 10px solid #359dd9;
}
/* header menu */
body #branding #access li {
    background: unset;
    background-color: #359dd9;
    border: 2px solid #fffffd;
    border-radius: 12px;
}
body #branding #access li:hover{
    background: unset;
    background-color: #e6e6fa;
    border: 2px solid #fffffd;
    border-radius: 12px;
}
/* title */
#content .entry-title,
#content .entry-title a,
#content .c2PageTitle,
.search-results .page-header,
.search-no-results .entry-header,
#content h3.c2Title.templateTitle {
	border-radius:10px!important;
	background-color: #359dd9!important;
}
/* Sidebar */
body #secondary .widget {
    background: #ffffff;
}