/* supplement.css — Cake Appeal IT */

/* --- Blog nav button (no stile_* class, parent ul has font-size:0) --- */
#header ul.menu_topmenu li.menu-item a,
#header ul.menu_topmenu li.menu-item a:link,
#header ul.menu_topmenu li.menu-item a:visited {
    font-size: 13px !important;
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    padding: 0 14px !important;
    color: #715c5e !important;
    text-transform: uppercase;
    text-indent: 0 !important;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #715c5e;
    background: #fff !important;
    text-decoration: none;
    vertical-align: top;
}
#header ul.menu_topmenu li.menu-item a:hover {
    color: #fff !important;
    background: #715c5e !important;
    border-bottom-color: #715c5e;
}

/* --- Content area links: override global a{color:#fff} --- */
#contentarea a,
#contentarea a:link,
#contentarea a:visited {
    color: #715c5e;
    text-decoration: underline;
}
#contentarea a:hover {
    color: #E2017A;
    text-decoration: underline;
}
/* Sidebar links */
#nav a,
#nav a:link,
#nav a:visited {
    color: #715c5e;
    text-decoration: none;
}
#nav a:hover {
    color: #E2017A;
}

/* --- Static cake gallery grid --- */
.cake-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}
.cake-gallery-grid a {
    display: block;
    width: calc(33.33% - 6px);
    overflow: hidden;
    border: 2px solid #e8dfe0;
    text-decoration: none !important;
}
.cake-gallery-grid a:hover {
    border-color: #715c5e;
}
.cake-gallery-grid a img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.cake-gallery-grid a:hover img {
    transform: scale(1.04);
}

/* --- Missing decorative image stubs --- */
/* content_bg.gif used as repeat-x header on some form/sidebar sections */
#login-form .inputbox {
    background: #f8f4f4 !important;
}

/* --- Footer menu Blog link --- */
#footer ul.menu_footermenu li.menu-item a,
#footer ul.menu_footermenu li.menu-item a:link,
#footer ul.menu_footermenu li.menu-item a:visited {
    color: #fff;
    text-decoration: none;
}
#footer ul.menu_footermenu li.menu-item a:hover {
    text-decoration: underline;
}

/* --- romli links container --- */
#contentarea .romlidata,
#contentarea div[class*="romli"] {
    padding: 10px 0;
}
#contentarea .romlidata a,
#contentarea div[class*="romli"] a {
    color: #715c5e;
    text-decoration: underline;
}
