/* AUTHENTIC 2000's FORUM CSS - MSN ERA STYLING */

body {
    font-family: Tahoma, 'MS Sans Serif', Verdana, Arial, sans-serif;
    font-size: 8pt;
    background: #d4d0c8;
    margin: 0;
    padding: 3px;
    color: #000;
    line-height: 1.1;
}

.container {
    width: 750px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #000080;
}

/* Header - Classic Windows XP style */
.header {
    background: #316ac5;
    color: white;
    padding: 6px;
    text-align: center;
    border-bottom: 1px solid #000080;
    height: 40px;
}

.header h1 {
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
}

.subtitle {
    font-size: 7px; /* very small */
    margin-top: 0px;
    color: #ffffcc; /* subtle text */
}

/* Navigation - Classic button style */
.navbar {
    background: #ece9d8;
    padding: 3px;
    border-bottom: 1px solid #808080;
    font-size: 8pt;
}

.navbar a {
    color: #000080;
    text-decoration: none;
    padding: 2px 6px;
    margin-right: 2px;
    border: 1px outset #ece9d8;
    background: #ece9d8;
    font-size: 8pt;
}

.navbar a:hover {
    background: #ddeeff;
    border: 1px inset #ece9d8;
}

/* Breadcrumb */
.breadcrumb {
    background: #f0f0f0;
    padding: 3px 6px;
    font-size: 8pt;
    border-bottom: 1px solid #c0c0c0;
}

.breadcrumb a {
    color: #000080;
    text-decoration: none;
}

/* Content area */
.content {
    padding: 6px;
}

/* Tables - Classic forum table style */
table.forum-table {
    width: 100%;
    border: 1px solid #000080;
    border-collapse: collapse;
    margin-bottom: 6px;
    font-size: 8pt;
}

.category-header {
    background: #000080;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    font-size: 8pt;
    text-align: left;
}

.forum-header {
    background: #c0c0c0;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #808080;
    font-size: 8pt;
}

.forum-name {
    padding: 6px;
    border: 1px inset #f0f0f0;
    background: #ffffff;
    width: 45%;
}

.forum-stats {
    padding: 6px;
    border: 1px inset #f0f0f0;
    background: #f8f8f8;
    text-align: center;
    width: 15%;
    font-size: 8pt;
}

.forum-lastpost {
    padding: 6px;
    border: 1px inset #f0f0f0;
    background: #f8f8f8;
    width: 25%;
    font-size: 8pt;
}

/* Form elements */
input[type="text"], input[type="password"], input[type="email"], textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    border: 1px inset #c0c0c0;
    padding: 2px;
}

input[type="submit"], .button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    background: #ece9d8;
    border: 1px outset #ece9d8;
    padding: 2px 8px;
    cursor: pointer;
}

input[type="submit"]:hover, .button:hover {
    background: #ddeeff;
}

input[type="submit"]:active, .button:active {
    border: 1px inset #ece9d8;
}

/* Messages */
.welcome-msg {
    background: #ffffcc;
    border: 1px solid #808080;
    padding: 4px;
    margin: 3px 0;
    font-size: 8pt;
}

.error-msg {
    background: #ffcccc;
    border: 1px solid #ff0000;
    padding: 4px;
    margin: 3px 0;
    font-size: 8pt;
}

/* Posts */
.post-header {
    background: #e0e0e0;
    padding: 3px 6px;
    border: 1px solid #808080;
    font-size: 8pt;
    font-weight: bold;
}

.post-content {
    padding: 6px;
    border: 1px inset #f0f0f0;
    background: #ffffff;
    font-size: 8pt;
}

.post-info {
    background: #f0f0f0;
    padding: 3px 6px;
    border-top: 1px solid #c0c0c0;
    font-size: 7pt;
    color: #666;
}

/* User info */
.user-info {
    background: #f8f8f8;
    padding: 6px;
    border: 1px inset #e0e0e0;
    width: 150px;
    font-size: 8pt;
    vertical-align: top;
}

.user-avatar {
    text-align: center;
    margin-bottom: 6px;
}

.user-avatar img {
    max-width: 64px;
    max-height: 64px;
    border: 1px solid #808080;
}

/* Pagination */
.pagination {
    text-align: center;
    padding: 6px;
    font-size: 8pt;
}

.pagination a, .pagination span {
    padding: 1px 4px;
    margin: 0 1px;
    border: 1px outset #ece9d8;
    background: #ece9d8;
    text-decoration: none;
    color: #000080;
    font-size: 8pt;
}

.pagination a:hover {
    background: #ddeeff;
}

.pagination .current {
    background: #316ac5;
    color: white;
    border: 1px inset #ece9d8;
}

/* Footer */
.footer {
    background: #ece9d8;
    padding: 6px;
    text-align: center;
    border-top: 1px solid #808080;
    font-size: 7pt;
    color: #666;
}

/* Links */
a {
    color: #000080;
    text-decoration: underline;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #ff0000;
}

/* Login tabs - MSN style */
.login-tabs {
    margin-bottom: 6px;
}

.login-tab {
    display: inline-block;
    padding: 3px 12px;
    background: #ece9d8;
    border: 1px solid #808080;
    border-bottom: none;
    cursor: pointer;
    font-size: 8pt;
    margin-right: 2px;
}

.login-tab.active {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}

.login-form {
    border: 1px solid #808080;
    background: #ffffff;
    padding: 12px;
    position: relative;
}

/* BBCode toolbar */
.bbcode-toolbar {
    margin-bottom: 3px;
}

.bbcode-button {
    padding: 1px 4px;
    margin: 0 1px;
    font-size: 8pt;
    background: #ece9d8;
    border: 1px outset #ece9d8;
    cursor: pointer;
}

.bbcode-button:hover {
    background: #ddeeff;
}

/* Online indicator */
.online-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    margin-right: 3px;
}

/* Admin styles */
.admin-panel {
    background: #fff0f0;
    border: 1px solid #ff8080;
    padding: 6px;
    margin: 6px 0;
}

/* Classic scrollbar (for webkit browsers) */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: #c0c0c0;
    border: 1px inset #c0c0c0;
}

::-webkit-scrollbar-thumb {
    background: #ece9d8;
    border: 1px outset #ece9d8;
}

::-webkit-scrollbar-thumb:hover {
    background: #ddeeff;
}

/* Classic 2000's effects */
.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

/* Small elements */
small {
    font-size: 7pt;
}

/* Bold and emphasis - 2000's style */
b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}