/* Static elements */
body {
    background-color: #000000;
    margin: 0px;
    text-align: center;
}

p,div {
    font-family: verdana;
    color: #FFFFFF;
    font-size: 10px;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

p {
    margin-right: 60px;
    margin-left: 8px;
    margin-bottom: 10px;
    margin-top: 6px;
}

a {
    text-decoration: none;
    color: #E2969F;
}

a:hover {
    /* text-decoration: underline; */
    color: #FFC9D1;
}

/* Invididual elements */
#main_panel {
    width: 400;
    border-left: 1px dashed #E2969F;
    border-right: 1px dashed #E2969F;
    border-bottom: 1px dashed #E2969F;
    text-align: left;
    background-color: #130001;
    margin: 0 auto;
}

#footer {
    clear: both;
}

/* Footer Widgets */
.footer-widgets-container {
    padding: 15px 0;
    text-align: center;
}

.footer-widgets {
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.footer-widgets .widget {
    margin: 5px;
    display: inline-block;
}

.footer-widgets .widget img {
    border: none;
    vertical-align: middle;
}

.footer-widgets .widget-title {
    color: #E2969F;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

/* Ensure images in widgets don't break the layout */
.footer-widgets img {
    max-height: 31px; /* Match the height of existing footer images */
    width: auto;
}

/* Class definitions */
.post {
    text-align: justify;		
}

.post_content {
    padding: 10px 12px;
}

.post_header_subject {
    background-color: #48091A;
    float: left;
    color: #FFC9D1;
    text-align: left;
    font-weight: bold;
    padding-left: 2px;
}

.post_header_author {
    background-color: #48091A;
    color: #E2969F;
    text-align: right;
}

.post_header_date {
    text-align: right;
    color: #E2969F;
    margin-top: 10px;
}

.post_body {
    padding: 10px 12px;
}

.post_footer {
    margin-bottom: 10px;
    text-align: right;
}

p {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
}

.archive_post_header_subject {
    background-color: #48091A;
    color: #FFC9D1;
    text-align: left;
    font-weight: bold;
    padding-left: 2px;
}
input {
    background-color: #48091A;
    border: #E2969F 1px solid;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10;
}

select {	
    background-color: #48091A;
    border: #E2969F 1px solid;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10;
}

textarea {
    background-color: #48091A;
    border: #E2969F 1px solid;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10;
}

/* Comments Section */
.comment-box {
    color: #fff;
    margin-bottom: 12px;
    font-family: monospace;
    border-radius: 4px;
}
.comments-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.comment-meta {
    margin-bottom: 0;
}
#comments {
    padding: 10px 12px;
}
.comment-form-box {
    background: #2a1818;
    color: #fff;
    padding: 10px 12px;
    font-family: monospace;
    border-radius: 4px;
    margin-top: 24px;
}
.comment-form-box h3 {
    margin-top: 0;
    color: #fff;
    font-size: 1.1em;
}
.comment-form-box input[type="text"],
.comment-form-box input[type="email"],
.comment-form-box textarea {
    width: 100%;
    margin-bottom: 6px;
    background-color: #48091A;
    border: #E2969F 1px solid;
    color: #fff;
    font-family: monospace;
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 4px;
}
.comment-form-box input[type="submit"] {
    background: #48091A;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 3px;
    cursor: pointer;
    font-family: monospace;
    font-size: 10px;
}