/* From A Clear Blue Sky - Original Theme CSS */
/* Rebuilt to match Wayback Machine September 2025 version */

* { margin: 0; padding: 0; }

body {
    background: url("images/background.jpg") repeat-y center top #3F5CA2;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333333;
    margin: 0px auto;
    padding: 0;
}

a { color: #2e4188; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ===== WRAPPER ===== */
#wrapper {
    width: 960px;
    margin: 0px auto;
    position: relative;
}

/* ===== HEADER ===== */
#header {
    width: 960px;
    margin: 0px auto;
    position: relative;
    min-height: 230px;
}

#threeimages {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
}

#threeimages img {
    max-width: 390px;
}

#logo {
    width: 536px;
    margin: 0px auto;
    height: 191px;
    background: url("images/header_text.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* ===== NAVIGATION ===== */
#navigation {
    width: 960px;
    height: 30px;
    background: #495B9C;
    padding: 7px 0px 6px 0px;
    text-align: center;
    margin: 0px auto;
    border-top: 1px solid #6070AA;
    border-bottom: 1px solid #3A4C8C;
}

#navigation a {
    color: #FFFFFF;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    padding: 7px 12px;
    transition: background-color 0.2s;
}

#navigation a:hover {
    background-color: #3A4C8C;
    text-decoration: none;
}

#navigation a.active {
    background-color: #3A4C8C;
}

#navigation .sep {
    color: #8090CC;
    font-size: 11px;
}

/* ===== CONTENT AREA ===== */
#content-area {
    width: 779px;
    margin: 0px auto;
    position: relative;
}

#content-top {
    width: 779px;
    height: 12px;
    background: url("images/content_top.png") no-repeat;
    margin: 0px auto;
    font-size: 0;
}

#content-body {
    width: 739px;
    background: url("images/content-repeat.png") repeat-y;
    margin: 0px auto;
    padding: 20px 20px 10px 20px;
    min-height: 300px;
}

#content-bottom {
    width: 779px;
    height: 12px;
    background: url("images/content_bottom.png") no-repeat;
    margin: 0px auto;
    font-size: 0;
}

/* ===== HOMEPAGE LAYOUT ===== */
.home-layout {
    display: table;
    width: 100%;
    border-spacing: 0;
}

.home-left {
    display: table-cell;
    width: 240px;
    vertical-align: top;
    padding-right: 20px;
}

.home-left img {
    border: 1px solid #cccccc;
    padding: 3px;
    background: #ffffff;
}

.home-right {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
}

/* ===== QUOTE TEXT ===== */
.quote-large {
    color: #2e4188;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-style: italic;
}

.quote-medium {
    color: #2e4188;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-style: italic;
}

.quote-body {
    color: #2e4188;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic;
}

/* ===== BUTTONS ===== */
.home-buttons {
    margin-top: 15px;
}

.home-buttons a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.home-buttons a img {
    border: none;
    vertical-align: middle;
}

.home-buttons a:hover img {
    opacity: 0.85;
}

/* ===== FOOTER ===== */
#footer-top {
    width: 779px;
    margin: 0 auto;
    font-size: 0;
}

#footer {
    width: 779px;
    margin: 10px auto 30px;
    text-align: center;
    color: #8899CC;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.8;
}

#footer a {
    color: #AABBEE;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer .social-links {
    margin-bottom: 8px;
}

#footer .social-links a {
    margin: 0 8px;
}

#footer .copyright {
    color: #7788BB;
    font-size: 10px;
    margin-top: 5px;
}

/* ===== GENERIC CONTENT STYLES ===== */
.content-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

.content-text p {
    margin-bottom: 12px;
}

.content-text h2 {
    color: #2e4188;
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: normal;
}

.content-text h3 {
    color: #2e4188;
    font-size: 16px;
    margin: 15px 0 8px;
}

.content-text blockquote {
    margin: 12px 0 12px 20px;
    padding-left: 15px;
    border-left: 3px solid #495B9C;
    color: #555555;
    font-style: italic;
}

.content-text a {
    color: #2e4188;
    text-decoration: underline;
}

.content-text a:hover {
    color: #495B9C;
}

.content-text ul, .content-text ol {
    margin: 10px 0 10px 25px;
}

.content-text li {
    margin-bottom: 5px;
}

/* ===== BLUE BOX (sidebar style) ===== */
.blue-box-top {
    width: 100%;
    height: 10px;
    background: url("images/bluebox_top.png") no-repeat;
    font-size: 0;
}

.blue-box {
    background: #e8edf7;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #c8d0e8;
    border-radius: 0 0 4px 4px;
}

.blue-box h3 {
    color: #2e4188;
    font-size: 14px;
    margin-bottom: 8px;
}

/* ===== PAGE TITLE ===== */
.page-title {
    color: #2e4188;
    font-size: 24px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c8d0e8;
}

/* ===== MENU IMAGES (left/right caps) ===== */
#nav-wrapper {
    width: 779px;
    margin: 0 auto;
    position: relative;
}

#menu-left {
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 43px;
    background: url("images/menu_left.png") no-repeat;
}

#menu-right {
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 43px;
    background: url("images/menu_right.png") no-repeat;
}

/* ===== REVIEW / QUOTE ITEMS ===== */
.review-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
}

.review-item:last-child {
    border-bottom: none;
}

.review-text {
    font-style: italic;
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.review-author {
    color: #2e4188;
    font-weight: bold;
    font-size: 12px;
}

/* ===== CLEARFIX ===== */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== RESPONSIVE (basic - original was fixed width) ===== */
@media (max-width: 980px) {
    #wrapper, #header, #navigation, #content-area, #content-top,
    #content-body, #content-bottom, #footer, #nav-wrapper {
        width: auto;
        max-width: 960px;
    }
    
    #content-body {
        width: auto;
        padding: 20px 15px;
    }

    #threeimages img {
        max-width: 250px;
    }

    #logo {
        width: 400px;
    }
}

@media (max-width: 600px) {
    #threeimages {
        display: none;
    }

    #logo {
        width: 300px;
        height: 140px;
    }

    #navigation a {
        font-size: 11px;
        padding: 5px 6px;
    }

    .quote-large { font-size: 22px; }
    .quote-medium { font-size: 18px; }
    .quote-body { font-size: 15px; }

    .home-layout { display: block; }
    .home-left { display: block; width: auto; text-align: center; padding: 0 0 15px 0; }
    .home-right { display: block; }
}
