body, html, .ow_page_container .ow_page{color:#333333}
.base_index_page .ow_page_wrap{background-image:url(https://www.thesapphiclibrary.com/ow_userfiles/themes/theme_image_176.jpg)}
h1{color:#333333}
.ow_header{background-image:url(https://www.thesapphiclibrary.com/ow_userfiles/themes/theme_image_161.jpg)}
a, .ow_content a{color:#CC0066}
.sitelogo{background-image:url(https://www.thesapphiclibrary.com/ow_userfiles/themes/theme_image_149.png)}
.ow_main_menu li a{color:#333333}
.ow_txt_value{color:#CC0066}
/********************************************************************************
 *
 *     Filename:        base.css (Modernized Pencil Theme - 2025)
 *     Description:     SkaDate/Oxwall Pencil Theme - Clean & Mobile-Friendly
 *     Version:         1.1.0 (optimized Dec 2025)
 *
 *     Major changes:
 *     • Removed old IE hacks
 *     • Improved mobile responsiveness
 *     • Better organization & consistency
 *     • Ready for CSS variables / future upgrades
 *
 ********************************************************************************/

/* 1. CSS Reset */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "Tahoma", "Arial", "Lucida Grande", sans-serif;
    color: #553d2f;
    font-size: 13px;
    line-height: 18px;
    background-color: #fff5fb;
    min-width: 320px;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; vertical-align: middle; }
a { color: #578581; text-decoration: none; }
a:hover { text-decoration: underline; }

/* 2. Typography & Headings */
h1, h2, h3, h4, h5 {
    color: #796458;
    margin: 0;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    line-height: 1;
    padding-left: 0;
    color: #715848;
    text-transform: uppercase;
}

h2 { font-size: 18px; }
h3, h4 { font-size: 13px; }

/* 3. Layout */
.ow_canvas {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    word-wrap: break-word;
}

.ow_page_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 16px;
    padding: 0 10px;
}

.ow_page {
    padding: 16px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    min-height: 400px;
}

.ow_content { float: left; width: 100%; }
.ow_sidebar {
    float: right;
    width: 168px;
    margin-right: -201px;
}

/* Footer */
.ow_footer {
    height: 99px;
    background: #fffdff;
    border-top: 1px solid #dad1d7;
    color: #715848;
    margin-top: -99px;
    clear: both;
    text-align: center;
    line-height: 99px;
    font-size: 11px;
}

/* 4. Forms & Inputs */
input[type="text"],
input[type="password"],
textarea,
select {
    background: #fffdff;
    border: 1px solid #ffc3d5;
    padding: 8px;
    font-size: 13px;
    color: #553d2f;
    border-radius: 3px;
    width: 100%;
}

textarea { min-height: 100px; resize: vertical; }

input[type="submit"],
input[type="button"] {
    background: #8bbcb8 url('images/btn_grad_big.png') repeat-x;
    color: white;
    border: 1px solid #5c8a86;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

/* 5. Boxes & Blocks */
.ow_box {
    background: #fff;
    border: 1px solid #f094a7;
    border-radius: 0 0 6px 6px;
    margin-bottom: 20px;
    padding: 12px;
}

.ow_box_cap {
    background: #f094a7 url('images/box_cap.png') repeat-x;
    color: white;
    padding: 10px 12px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    font-family: 'UbuntuBold', sans-serif;
}

/* 6. Console (Top Bar) */
.ow_console {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 11px;
    color: #553d2f;
}

/* 7. Mobile-first Media Query */
@media (max-width: 1024px) {
    .ow_canvas,
    .ow_page_container { max-width: 100%; padding: 0 10px; }

    .ow_sidebar {
        float: none;
        width: 100%;
        margin: 20px 0 0;
    }

    .ow_content,
    .ow_page { float: none; width: 100%; }
}

@media (max-width: 768px) {
    body { font-size: 14px; line-height: 1.5; }

    h1 { font-size: 24px; }
    h2 { font-size: 20px; }

    .ow_box { padding: 12px; margin-bottom: 16px; }

    input[type="text"],
    input[type="password"],
    textarea,
    select { padding: 10px; font-size: 14px; }
}

/* 8. Final touch – make sure everything is responsive */
img, video, iframe { max-width: 100%; height: auto; }