/**
 * Flamenet Webrings — Y2K portal styling.
 * Palette: #003399 primary blue, #CC0000 accent red, #FFCC00 yellow,
 *          #0000CC link blue, #660099 visited, #EEF2FF alt rows,
 *          #7F9DB9 table borders, #666666 muted text.
 */

/* -------------------------------------------------------
   Container
------------------------------------------------------- */
.fnwr-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0 0 10px 0;
}

.fnwr-container a {
    color: #0000CC;
    text-decoration: underline;
}

.fnwr-container a:visited {
    color: #660099;
}

.fnwr-container a:hover {
    color: #CC0000;
}

/* -------------------------------------------------------
   Header
------------------------------------------------------- */
.fnwr-header {
    border-bottom: 2px solid #003399;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.fnwr-page-title {
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.fnwr-nav {
    font-size: 11px;
}

.fnwr-nav-link {
    padding: 0 4px;
}

.fnwr-nav-active {
    font-weight: bold;
    color: #003399 !important;
    text-decoration: none !important;
}

/* -------------------------------------------------------
   Topic tabs
------------------------------------------------------- */
.fnwr-topic-tabs {
    margin: 8px 0;
    padding: 4px 0;
    border-bottom: 1px dotted #7F9DB9;
}

.fnwr-topic-tab {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #7F9DB9;
    color: #0000CC;
    text-decoration: none;
    font-size: 11px;
    margin: 0 2px 2px 0;
    background: #FFFFFF;
}

.fnwr-topic-tab:hover {
    background: #FFCC00;
    color: #003399;
    border-color: #003399;
}

.fnwr-tab-active,
.fnwr-tab-active:visited {
    background: #003399;
    color: #FFFFFF !important;
    border-color: #003399;
    text-decoration: none;
}

/* -------------------------------------------------------
   Tables
------------------------------------------------------- */
.fnwr-table {
    border-collapse: collapse;
    width: 100%;
    margin: 6px 0 10px 0;
    font-size: 11px;
    border: 1px solid #7F9DB9;
}

.fnwr-table th {
    background: #003399;
    color: #FFFFFF;
    text-align: left;
    padding: 4px 6px;
    font-size: 11px;
    border: 1px solid #7F9DB9;
}

.fnwr-table td {
    padding: 4px 6px;
    border: 1px solid #7F9DB9;
    vertical-align: top;
}

.fnwr-row-alt td {
    background: #EEF2FF;
}

.fnwr-ring-link {
    font-size: 12px;
}

.fnwr-ring-desc {
    color: #333333;
    font-size: 11px;
    margin: 2px 0 0 0;
}

.fnwr-meta {
    color: #666666;
    font-size: 10px;
}

/* -------------------------------------------------------
   Section headers
------------------------------------------------------- */
.fnwr-section-h {
    color: #003399;
    font-size: 13px;
    font-weight: bold;
    margin: 14px 0 4px 0;
    border-bottom: 1px solid #7F9DB9;
    padding-bottom: 2px;
}

/* -------------------------------------------------------
   Buttons
------------------------------------------------------- */
.fnwr-button,
.fnwr-button-secondary {
    display: inline-block;
    padding: 3px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #003399;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.4;
}

.fnwr-button {
    background: #003399;
    color: #FFFFFF !important;
}

.fnwr-button:hover {
    background: #0000CC;
    color: #FFCC00 !important;
}

.fnwr-button-secondary {
    background: #FFFFFF;
    color: #003399 !important;
}

.fnwr-button-secondary:hover {
    background: #FFCC00;
    color: #003399 !important;
}

/* -------------------------------------------------------
   Forms
------------------------------------------------------- */
.fnwr-form {
    margin: 6px 0;
    padding: 8px;
    background: #EEF2FF;
    border: 1px solid #7F9DB9;
}

.fnwr-form label {
    font-weight: bold;
    color: #003399;
}

.fnwr-form input[type="text"],
.fnwr-form input[type="url"],
.fnwr-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #7F9DB9;
    padding: 2px 4px;
}

/* -------------------------------------------------------
   Flash messages
------------------------------------------------------- */
.fnwr-msg {
    padding: 6px 10px;
    margin: 4px 0 8px 0;
    border: 1px solid #7F9DB9;
    font-size: 11px;
}

.fnwr-msg-ok {
    background: #EEF2FF;
    color: #003399;
    border-color: #003399;
}

.fnwr-msg-err {
    background: #FFEEEE;
    color: #CC0000;
    border-color: #CC0000;
}

.fnwr-empty {
    color: #666666;
    font-style: italic;
    margin: 8px 0;
}

/* -------------------------------------------------------
   Apply box (inside ring detail)
------------------------------------------------------- */
.fnwr-apply-box {
    margin: 8px 0;
    padding: 6px 10px;
    background: #FFCC00;
    border: 1px solid #003399;
}

.fnwr-apply-box p {
    margin: 0;
}

/* -------------------------------------------------------
   Ring nav strip (the embeddable widget)
   « Prev | List | Random | Next »
------------------------------------------------------- */
.fnwr-nav-strip {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 4px 10px;
    border: 1px solid #003399;
    background: #FFFFFF;
    color: #003399;
    line-height: 1.6;
    margin: 4px 0;
}

.fnwr-nav-strip .fnwr-nav-title {
    font-weight: bold;
    color: #003399;
    margin-right: 4px;
}

.fnwr-nav-strip .fnwr-nav-sep {
    color: #7F9DB9;
    margin: 0 4px;
}

.fnwr-nav-strip .fnwr-nav-arrow,
.fnwr-nav-strip .fnwr-nav-link {
    color: #0000CC;
    text-decoration: underline;
}

.fnwr-nav-strip .fnwr-nav-arrow:hover,
.fnwr-nav-strip .fnwr-nav-link:hover {
    color: #CC0000;
}

.fnwr-nav-error {
    color: #CC0000;
    border-color: #CC0000;
    font-style: italic;
}
