/*
Theme Name: RisBootstrap
Description: A modern WordPress theme built with Bootstrap 5 and HTML5 semantic markup for improved SEO and accessibility.
Author: Jason Russo
Version: 1.1.04
License: GPL v2 or later
Text Domain: risbootstrap
Tags: bootstrap, responsive, accessibility, seo, html5
*/

/* Theme Custom Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: auto;
    height: auto;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.site-main {
    min-height: 60vh;
}

.widget-title {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.widget {
    margin-bottom: 2rem;
}

.site-footer {
    background: #333;
    color: #fff;
    padding: 3rem 0 1rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}
.site-info {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #555;
    color: #999;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .entry-header {
        margin-bottom: 1rem;
    }
}

/* Focus styles for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .site-header,
    .site-footer,
    .sidebar,
    .no-print {
        display: none !important;
    }
}
