/* ================================================================
   FRONT PAGE / ARCHIVE — standalone stylesheet
   Loaded only by oldFrontPage.php and archive/index.php
   DO NOT add rules here that affect global forum layout.
   ================================================================ */

/* ----------------------------------------------------------------
   Sidebar h2 nav-list link treatment
   ---------------------------------------------------------------- */
.frontpage-layout .frontpage-sidebar h2 {
    font-weight: normal;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 0;
}

.frontpage-layout .frontpage-sidebar h2 a:link,
.frontpage-layout .frontpage-sidebar h2 a:visited {
    color: #009;
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 5px;
    border-bottom: 1px #ddd solid;
}

.frontpage-layout .frontpage-sidebar h2 a:hover {
    background: #eee;
    color: #000;
    display: block;
    padding: 2px 2px 2px 5px;
    border-bottom: 1px #94a6d8 solid;
}

/* ----------------------------------------------------------------
   Category filter bar — active badge highlight
   ---------------------------------------------------------------- */
.frontpage-cat-filter.fp-cat-active {
    outline: 2px solid #555;
    outline-offset: 1px;
}

