
/*
Original design: andreas05 (v2.5 - Jun 01, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {background:#cccccc url(bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif; color:#555555;}
a {background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {float:left; margin:0 10px 5px 0;}

/* Headers */
h1 {color:#555; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title {margin:20px auto -9px; width:700px;}
#container {background:#ffffff url(../img/phoenix.jfif) bottom left no-repeat; border:20px solid #555; color:#555; margin:0 auto 15px; padding:10px; width:700px; line-height:1.3em;}
#sidebar {float:left; padding-left:175px; width:110px;}
#sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;}
#sidebar p a {font-weight:400;}
#main {float:right; width:500px;}
#footer {clear:both; color:#aaa;}

/* Menu */
.menu {border:2px solid #f8f8f8; color:#286ea0; display:block; font-size:1.4em; font-weight:bold; padding:4px 2px 4px 10px; width:120px;}
.menu:hover {background-color:#f8f8f8; border:4px solid #cccccc; color:#333333; text-decoration:none;}

/* Various classes */
.credits {color:#777; font-size:0.9em; margin-bottom:0;}
.credits a {color:#777;}

/* === Custom Dark Theme & Fire Effect === */

body {
    background-color: #121212;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

/* Fire particles background effect */
#fire-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
}

#fire-particles canvas {
    filter: blur(1.2px) brightness(1.3); /* Soft glow */
}

/* Fire flicker animation */
@keyframes glowFlicker {
    0%   { filter: drop-shadow(0 0 5px #ff6600); }
    25%  { filter: drop-shadow(0 0 15px #ff3300); }
    50%  { filter: drop-shadow(0 0 25px #ff9900); }
    75%  { filter: drop-shadow(0 0 15px #ff3300); }
    100% { filter: drop-shadow(0 0 5px #ff6600); }
}

/* Smooth, soft corners */
#container, #main, #sidebar {
    border-radius: 12px;
}

/* Updated sidebar */
#sidebar {
    background-color: #1a1a1a;
    box-shadow: 0 0 15px rgba(255, 100, 0, 0.15);
    border-radius: 12px;
    padding: 10px;
    color: #f0f0f0;
}

/* Menu links inside sidebar */
a.menu {
    display: block;
    padding: 6px 10px;
    margin: 4px 0;
    background: #2c2c2c;
    border-radius: 8px;
    text-shadow: 0 0 3px rgba(255, 140, 0, 0.3);
    box-shadow: 0 0 6px rgba(255, 80, 0, 0.1);
    color: #ffa94d;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

a.menu:hover {
    background: #3a1f00;
    color: #fff3e0;
    box-shadow: 0 0 10px rgba(255, 120, 0, 0.4);
}
#sidebar h2 {
    color: #ff6600;
    text-shadow: 0 0 5px #ff4500;
}

/* === Clean Chat Marquee for Light Background === */
#chatMarquee {
    display: block;
    width: 100%;
    padding: 8px 16px;
    margin: 1px 0;
    color: #333333; /* dark gray text */
    font-family: Verdana, sans-serif;
    font-size: 0.95em;
    background-color: #f8f8f8; /* very light gray background */
    border-radius: 6px;
    border: 1px solid #dddddd;
    white-space: nowrap;
    overflow: hidden;
}
