/* Complete CSS Replacement for Country Club Kennels */
/* This replaces the missing Typepad CSS files */

/* CSS Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Body and Container */
body {
    background: #f6f6ee url('https://static.typepad.com/.shared/themes/jim/magnetic/green/bg.gif') repeat-x 50% 0;
    /* Fallback for when external image is unavailable */
    background: #f6f6ee;
    background: linear-gradient(to bottom, #e8e8d8 0%, #f6f6ee 100px, #f6f6ee 100%);
}

#container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background: transparent;
}

#container-inner {
    width: 100%;
    position: relative;
}

.row {
    width: 100%;
    clear: both;
}

.pkg:after {
    content: "";
    display: table;
    clear: both;
}

/* Banner Styles */
#banner {
    width: 100%;
    max-width: 1000px;
    height: 119px;
    margin: 0 auto 20px auto;
    position: relative;
    background: #4a7c59;
    background: linear-gradient(135deg, #4a7c59 0%, #5a8c69 50%, #4a7c59 100%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

#banner-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
}

#banner-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#banner-header h1 {
    margin: 0;
    padding: 0;
    height: 100%;
}

#banner-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-indent: 0;
    letter-spacing: 1px;
    
    /* Fallback for older browsers */
    line-height: 119px;
    text-align: center;
}

#banner-description {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

#banner:hover #banner-description {
    height: auto;
    opacity: 1;
}

/* Navigation Styles */
#nav {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#nav-inner {
    width: 100%;
    padding: 10px;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav-list-item {
    margin: 5px;
}

.nav-list-item a {
    display: block;
    padding: 10px 16px;
    background: #4a7c59;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: 2px solid #4a7c59;
}

.nav-list-item a:hover {
    background: #5a8c69;
    border-color: #5a8c69;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.nav-list-item a:active {
    transform: translateY(0);
}

/* Page Body */
#pagebody {
    width: 100%;
    clear: both;
    margin-top: 20px;
}

#pagebody-inner {
    width: 100%;
}

/* Main Content Area */
#alpha {
    width: 100%;
    float: none;
}

#alpha-inner {
    padding: 0 20px;
}

/* Sidebar */
#beta {
    width: 100%;
    float: none;
    margin-top: 30px;
}

#beta-inner {
    padding: 0 20px;
}

/* Entry Styles */
.entry {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.entry-inner {
    padding: 20px;
}

.entry-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.entry-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.entry-header a {
    color: #4a7c59;
    text-decoration: none;
}

.entry-header a:hover {
    color: #5a8c69;
    text-decoration: underline;
}

.entry-content {
    line-height: 1.6;
}

.entry-body {
    color: #444;
}

.entry-body p {
    margin-bottom: 15px;
}

.entry-body ul, .entry-body ol {
    margin: 15px 0;
    padding-left: 30px;
}

.entry-body li {
    margin-bottom: 8px;
}

.entry-footer {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    font-size: 11px;
    color: #666;
}

.entry-footer-info {
    margin: 0;
}

.separator {
    margin: 0 8px;
    color: #ccc;
}

.permalink {
    color: #4a7c59;
    text-decoration: none;
}

.permalink:hover {
    text-decoration: underline;
}

/* Date Headers */
.date-header {
    background: #4a7c59;
    color: white;
    padding: 8px 15px;
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Image Styles */
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.asset-image {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.asset-img-link {
    display: inline-block;
    line-height: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
    color: #333;
    margin-bottom: 10px;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p {
    margin-bottom: 15px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #4a7c59;
    text-decoration: underline;
}

a:hover {
    color: #5a8c69;
}

a:visited {
    color: #3a6c49;
}

/* Form Elements */
input, textarea, select {
    font-family: inherit;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #4a7c59;
    box-shadow: 0 0 5px rgba(74, 124, 89, 0.3);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    #banner {
        height: 80px;
        margin-bottom: 15px;
    }
    
    #banner-header a {
        font-size: 20px;
        line-height: 80px;
    }
    
    .nav-list {
        flex-direction: column;
    }
    
    .nav-list-item {
        width: 100%;
        margin: 2px 0;
    }
    
    .nav-list-item a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    
    #alpha-inner,
    #beta-inner {
        padding: 0 10px;
    }
    
    .entry-inner {
        padding: 15px;
    }
    
    .entry-header h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #banner {
        height: 60px;
    }
    
    #banner-header a {
        font-size: 16px;
        line-height: 60px;
    }
    
    #alpha-inner,
    #beta-inner {
        padding: 0 5px;
    }
    
    .entry-inner {
        padding: 10px;
    }
}

/* Two-column layout for larger screens */
@media screen and (min-width: 900px) {
    .layout-two-column-right #alpha {
        width: 65%;
        float: left;
        padding-right: 20px;
    }
    
    .layout-two-column-right #beta {
        width: 35%;
        float: right;
        margin-top: 0;
    }
    
    .layout-two-column-right #pagebody-inner:after {
        content: "";
        display: table;
        clear: both;
    }
}

/* PayPal Container */
#paypal-container-JFYLKMUB8EZV8 {
    margin: 20px 0;
    text-align: center;
}

/* Featured Entry */
.entry-featured {
    background-color: #f6ecd8;
    border-color: #e6b800;
}

.entry-featured .entry-header,
.entry-featured .entry-footer {
    display: none;
}

/* Print Styles */
@media print {
    body {
        background: white;
        color: black;
        font-size: 12pt;
    }
    
    #nav {
        display: none;
    }
    
    .entry {
        box-shadow: none;
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    a:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
        color: #666;
    }
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Focus styles for keyboard navigation */
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #4a7c59;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .entry {
        border-width: 2px;
    }
    
    .nav-list-item a {
        border-width: 2px;
    }
}
