body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.5;
    background: #f6c783;
    color: #811602;
    margin: 0;
}

}

header
{
    background:#5a2f1d;
    color:white;
    padding:20px;
}

header h1
{
    margin:0;
}

nav a
{
    color:#f1e6d6;
    margin-right:16px;
    text-decoration:none;
}

main
{
    padding:30px;
}

ul
{
    list-style:none;
    padding:0;
}

li
{
    margin-bottom:20px;
}




.red-dirt-banner {
    width:1080px;
    height:300px;
    background:linear-gradient(#d8c7a0,#c9b487);
    border-radius:160px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.red-dirt-title {
    font-family:'Rye', serif;
    font-size:110px;
    color:#8b2a14;
    letter-spacing:4px;
    text-shadow:
        2px 2px 0 #5a180d,
        4px 4px 0 rgba(0,0,0,0.25);
}

.red-dirt-sub {
    font-family:Georgia, serif;
    font-size:36px;
    color:#efe7d3;
    margin-top:-10px;
}


.gig-grid
{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    gap:28px;
    margin-top:24px;
}

.gig-card
{
    text-decoration:none;
    color:inherit;
}

.gig-card:hover
{
    transform:translateY(-6px);
    transition:0.18s;
}

.gig-poster-thumb
{
    width:100%;
    border-radius:18px;
    box-shadow:0 10px 28px rgba(0,0,0,0.35);
}

.gig-meta
{
    text-align:center;
    margin-top:10px;
}

.gig-date
{
    font-weight:bold;
}

.gig-venue
{
    font-size:0.95em;
}

.gig-city
{
    font-size:0.85em;
    opacity:.7;
}

.gig-list
{
    list-style:none;
    padding:0;
    margin:0;
}

.gig-row
{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.gig-thumb
{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 6px 14px rgba(0,0,0,0.3);
}

.gig-info
{
    font-size:1.05em;
}

.site-header
{
    background:#6e3b1e;
    padding:14px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.site-brand
{
    display:block;
}

.site-banner
{
    height:72px;
    display:block;
}

.site-nav a
{
    color:#a7a895;
    text-decoration:none;
    margin-left:18px;
    font-size:16px;
}

.site-nav a:hover
{
    color:#f6c783;
}

.gig-poster
{
    width:50%;
    max-width:540px;
    border-radius:18px;
    display:block;
    margin:32px auto;
    box-shadow:0 16px 36px rgba(0,0,0,0.35);
}

main
{
    max-width:900px;
    margin:auto;
    padding:30px 20px;
}

.site-header
{
    background:#6e3b1e;
    padding:10px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    overflow:hidden;
}

.site-banner
{
    width:32%;
    height:auto;
    display:block;
}

.site-header
{
    background:#6e3b1e;
    padding:14px 24px;
}

.site-banner
{
    width:32%;
    height:auto;
    display:block;
}

.site-nav
{
    margin-top:6px;
}

.site-header
{
    background:#6e3b1e;
    padding:14px 0;
}

.site-brand
{
    display:block;
    max-width:1000px;
    margin:auto;
}

.site-banner
{
    width:320px;
    height:auto;
    display:block;
}

.site-nav
{
    max-width:1000px;
    margin:6px auto 0 auto;
}

.site-nav a
{
    color:white;
    text-decoration:none;
    margin-right:18px;
}


main
{
    max-width:900px;
    margin:auto;
    padding:30px 20px;
}

.gig-row
{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:18px;
}

.gig-thumb
{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:10px;
}

.site-header
{
    background:#6e3b1e;
    padding:12px 20px;
    text-align:center;
}

h1, h2, h3
{
    color:#811602;
}

.gig-title
{
    color:#811602;
    font-size:34px;
}

.gig-date
{
    color:#811602;
    font-weight:600;
}

.gig-time
{
    color:#a33a22;
}

.gig-info
{
    color:#5e1403;
}

.gig-thumb
{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
    box-shadow:0 6px 18px rgba(0,0,0,.25);
}

main
{
    max-width:900px;
    margin:auto;
    padding:30px 20px;
}

.site-header
{
    background:#6e3b1e;
    padding:12px 20px;
    text-align:left;
}

.site-brand
{
    display:block;
    margin-left:2%;
}

.site-banner
{
    width:320px;
    height:auto;
    display:block;
}



.site-header
{
    background:#7f5e41;
    padding:12px 20px;
    text-align:left;
}

.site-header
{
    background:#7f5e41;
    padding:12px 20px;
    text-align:left;
    box-shadow:0 2px 8px rgba(0,0,0,.25);
}

footer
{
    text-align:center;
    font-family:Verdana, Arial, sans-serif;
    font-size:9px;
    color:#811602;
    opacity:0.85;
    margin-top:40px;
    padding:20px 0;
}

.admin-table
{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.admin-table th
{
    text-align:left;
    padding:8px;
    border-bottom:2px solid #811602;
}

.admin-table td
{
    padding:8px;
    border-bottom:1px solid rgba(0,0,0,.15);
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: 18px;
}

form p {
    margin-bottom: 22px;
}

input,
select,
textarea {
    padding: 8px 10px;
    border: 1px solid #999;
    border-radius: 4px;
}

textarea {
    width: 100%;
    min-height: 120px;
}

button {
    padding: 8px 16px;
    font-size: 18px;
    cursor: pointer;
}

.content {
    max-width: 720px;
    margin: 0 auto;
}

.bg-picker {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.bg-option input {
    display:none;
}

.bg-option img {
    width:120px;
    border-radius:8px;
    border:2px solid transparent;
    cursor:pointer;
}

.bg-option input:checked + img {
    border:3px solid #8b0000;
}

.admin-actions {
    display:flex;
    font-weight:600;
    gap:20px;
    margin-bottom:20px;
    margin-right: 28px;
}

/* promotion block */

.promo-box {

    background:#f2e4c7;
    border-radius:10px;
    border:1px solid #d4b483;

    padding:16px;

    width:100%;
    max-width:520px;

    font-family:Georgia, serif;
    font-size:16px;
    line-height:1.45;

    box-shadow:0 4px 10px rgba(0,0,0,.15);

}


/* button */

.promo-btn {

    background:#8b2e1a;   /* red dirt */
    color:#f4e2b8;        /* warm sand */

    border:none;
    border-radius:8px;

    padding:10px 18px;

    font-size:15px;
    font-weight:600;

    cursor:pointer;

    box-shadow:0 3px 6px rgba(0,0,0,.2);

}

.promo-btn:hover {

    background:#a73a22;

}

a.promo-btn {
    text-decoration:none;
    display:inline-block;
}