/*
Theme Name: Arcade Press 2006
Theme URI: https://example.com/arcade-press-2006
Author: GitHub Copilot
Author URI: https://github.com/
Description: A 2006-inspired WordPress theme for a gaming blog with a category button bar across the top.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arcade-press-2006
Tags: blog, two-columns, fixed-width, custom-background, custom-logo, threaded-comments
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #6a7482;
    color: #243246;
    font: 12px/1.6 Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #163f77;
    text-decoration: none;
}

a:hover {
    color: #0b2c59;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.site-shell {
    width: 960px;
    margin: 18px auto;
    border: 1px solid #586272;
    background: #dde3ea;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
}

.site-topline {
    height: 4px;
    background: #2e5d9d;
    border-bottom: 1px solid #94b2d2;
}

.site-header {
    background: #b8c1cb;
    border-bottom: 1px solid #7d8793;
}

.branding {
    padding: 18px 20px 14px;
}

.site-title {
    font: bold 30px/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.site-title a {
    color: #21344f;
    text-decoration: none;
    text-shadow: none;
}

.site-tagline {
    margin-top: 6px;
    color: #4d5d71;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: none;
}

.category-bar {
    padding: 6px 8px 0;
    background: #6f7b88;
    border-top: 1px solid #909ba8;
    border-bottom: 1px solid #55616f;
}

.category-bar-inner {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.category-menu {
    list-style: none;
}

.category-menu li {
    display: inline;
}

.category-pager {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    min-width: 0;
}

.category-page {
    display: none;
}

.category-page.is-visible {
    display: block;
}

.category-menu a {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 6px 11px;
    border: 1px solid #53606f;
    border-bottom: 0;
    background: #c8d0d8;
    color: #263a55;
    font-weight: bold;
    text-transform: none;
    font-size: 11px;
    letter-spacing: 0;
}

.category-menu a:hover,
.category-menu .current-cat a,
.category-menu .current_page_item a {
    background-color: #eef2f5;
    color: #143d76;
    text-decoration: none;
}

.category-more {
    margin: 0 0 1px;
    padding: 6px 11px;
    border: 1px solid #53606f;
    border-bottom: 0;
    background: #b8c2cb;
    color: #263a55;
    font: bold 11px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.category-more:hover {
    background: #eef2f5;
    color: #143d76;
}

.main-wrap {
    overflow: hidden;
    background: #eef2f5;
}

.content-column {
    float: left;
    width: 640px;
    padding: 20px 24px 24px;
}

.sidebar-column {
    float: right;
    width: 230px;
    padding: 20px 20px 24px 0;
}

.feature-box {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #a8b2be;
    background: #dce3ea;
}

.feature-box h2 {
    color: #1f3451;
    font: bold 20px/1.2 Arial, Helvetica, sans-serif;
}

.feature-box p {
    margin-top: 8px;
    color: #506073;
}

.post {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #bcc5cf;
}

.post-title {
    margin-bottom: 4px;
    font: bold 30px/1.05 Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.4px;
}

.post-title a {
    color: #193a6a;
    text-decoration: none;
}

.post-title a:hover {
    color: #0d2f5f;
    text-decoration: underline;
}

.post-meta {
    margin: 7px 0 12px;
    color: #67778b;
    font-size: 11px;
    text-transform: uppercase;
}

.post-content p,
.entry-summary p,
.comment-content p,
.page-content p {
    margin-bottom: 12px;
}

.post-thumbnail {
    margin: 0 0 12px;
    padding: 4px;
    border: 1px solid #adb7c2;
    background: #f9fbfc;
}

.post-thumbnail img {
    display: block;
    width: 100%;
    border: 1px solid #ccd3da;
}

.post-thumbnail-summary {
    max-width: 440px;
}

.post-thumbnail-full {
    margin-bottom: 16px;
}

.read-more {
    display: inline-block;
    margin-top: 6px;
    padding: 5px 10px;
    border: 1px solid #7d8997;
    background: #d2d9e1;
    color: #183a6b;
    font-weight: bold;
}

.widget {
    margin-bottom: 18px;
    border: 1px solid #a9b2bd;
    background: #f5f7f9;
}

.widget-title {
    padding: 8px 10px;
    border-bottom: 1px solid #9ba7b4;
    background: #8f9dad;
    color: #ffffff;
    font: bold 12px/1.2 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 10px;
}

.widget li {
    padding: 4px 0;
    border-bottom: 1px dotted #b6c0cb;
}

.widget li:last-child {
    border-bottom: 0;
}

.widget_search {
    padding-bottom: 12px;
}

.search-form {
    padding: 10px;
}

.search-form label {
    display: block;
    margin-bottom: 6px;
    color: #59697d;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-field,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #97a2af;
    background: #ffffff;
    color: #222222;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.search-submit,
.comment-form input[type="submit"],
.submit {
    margin-top: 8px;
    padding: 6px 10px;
    border: 1px solid #6d7988;
    background: #ccd4dc;
    color: #20344f;
    font: bold 11px Tahoma, Verdana, Arial, sans-serif;
    cursor: pointer;
}

.pagination {
    padding-top: 6px;
    font-weight: bold;
}

.pagination .nav-previous {
    float: left;
}

.pagination .nav-next {
    float: right;
}

.archive-title,
.comments-title,
.comment-reply-title,
.page-title {
    margin-bottom: 14px;
    color: #223751;
    font: bold 30px/1.05 Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.4px;
}

.comment-list {
    list-style: none;
    margin-bottom: 20px;
}

.comment-list li {
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #b0bac4;
    background: #f4f6f8;
}

.comment-meta {
    margin-bottom: 8px;
    color: #67798c;
    font-size: 11px;
}

.site-footer {
    clear: both;
    padding: 14px 20px 18px;
    border-top: 1px solid #9ca8b4;
    background: #d4dbe2;
    color: #58687b;
    font-size: 11px;
    text-align: center;
}

.site-footer a {
    color: #143d76;
}

.alignleft {
    float: left;
    margin: 4px 14px 10px 0;
}

.alignright {
    float: right;
    margin: 4px 0 10px 14px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

.clear {
    clear: both;
}

@media screen and (max-width: 980px) {
    .site-shell {
        width: auto;
        margin: 10px;
    }

    .category-bar-inner,
    .category-pager {
        display: block;
    }

    .category-menu-home {
        margin-bottom: 4px;
    }

    .category-more {
        margin-top: 6px;
        border-bottom: 1px solid #53606f;
    }

    .content-column,
    .sidebar-column {
        float: none;
        width: auto;
        padding: 16px;
    }

}