body {
    background-color: #242424;
    color: #cfcfcf;
    font-family: 'Verdana', sans serif;
}

a {
    color: #00c900;
}

a:hover {
    color: #fff;
}

.genesis-nav-menu a {
    color: #e1e1e1;
}

.site-header {
    background-color: #121212;
    border-bottom: 1px solid #303030;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #00c900;
}

input, select, textarea {
    background-color: #505050;
    border: 1px solid #939393;
    color: #d7d7d7;
}

.site-title a {
    background: url(/wp-content/uploads/2021/12/doncaprio-logo@2x-black-bg-small.png) no-repeat !important;
}

.genesis-nav-menu .sub-menu a {
    background-color: #242424;
    border: 1px solid #2c2a2a;
}

.site-header .sub-menu {
    border-top: 1px solid #121212;
}

.site-tagline {
    background-color: #282828;
    border-bottom: 1px solid #303030;
}

.site-inner {
    background-color: #242424;
}

.entry-title a, .sidebar .widget-title a {
    color: #d1d1d1;in
}

.site-footer {
    background-color: #121212;
}

.site-footer a:hover {
    color: #00c900;
}

.entry-title a:hover {
    color: #00c900;
}

.featured-content .entry {
    border-bottom: 2px solid #2e2e2e;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: #b3b3b3;
}

#author-info {
    background-color: #3a3a3a;
    border: 1px solid #2e2e2e;
}

#toc_container {
    background: #121212;
}

tr:nth-child(odd) {
    background: #000000;
}

.archive-description, .author-box {
    background-color: #4d4d4d;
}