div[id^="trail"] {
    background-image: url("graphics/ui/cusors/Normal\ Select.gif");
    margin: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    transform: translate(-12px, -12px);
    pointer-events: none;
    position: fixed;
    z-Index: 100;
    height: 32px;
    width: 32px;
}

.hidetrail:hover~[id^="trail"],
*:has(.hidetrail:hover)~[id^="trail"] {
    display: none;
}

::-webkit-scrollbar {
    width: 0.75vw;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: block
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #c0c0c0;
    background-image: url(graphics/ui/combo.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotateX(-90deg);
    transform: rotateY(-90deg);
    border: 0.15vw outset #fff;
}

::-webkit-scrollbar-button:vertical:decrement {
    background-color: #c0c0c0;
    background-image: url(graphics/ui/comboup.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotateX(180deg);
    border: 0.15vw outset #ffffff;
}

::-webkit-scrollbar-track {
    background-image: url(graphics/ui/scrollbartrack.gif)
}

::-webkit-scrollbar-thumb:vertical {
    border: 0.15vw outset #fff;
    background-color: #c0c0c0
}

::-webkit-scrollbar-corner:vertical {
    background-color: #000
}

:-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block
}

::-webkit-scrollbar-button:horizontal:end:decrement,
::-webkit-scrollbar-button:horizontal:start:increment {
    display: none
}

::-webkit-scrollbar-button:horizontal:increment {
    background-color: #c0c0c0;
    background-image: url(graphics/ui/comboright.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotateX(-90deg);
    transform: rotateY(-90deg)
}

::-webkit-scrollbar-button:horizontal:decrement,
::-webkit-scrollbar-button:horizontal:increment {
    border: 0.15vw outset #fff;
}

::-webkit-scrollbar-button:horizontal:decrement {
    background-color: #c0c0c0;
    background-image: url(graphics/ui/comboleft.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotateX(180deg);
}

::-webkit-scrollbar-track-piece {
    margin: 0.05vw;
}

::-webkit-scrollbar-thumb:horizontal {
    border: 0.15vw outset #fff;
    background-color: #c0c0c0
}

@font-face {
    font-family: 'picoCAD';
    src: url("graphics/fonts/picoCAD.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Road';
    src: url("graphics/fonts/Road.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    cursor: url("graphics/ui/cusors/Normal\ Select.gif"), default;
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #000;
    background-image: url("graphics/backgrounds/space.gif");
    margin: 0%;
    overflow-x: hidden;
}

section {
    margin: auto;
    margin-bottom: 0;
    width: 60%;
}

header {
    width: 100%;
    text-align: center;
}

.headingtop {
    width: 40%;
    display: block;
    margin: 28px auto 40px;
    animation: headingFlicker 1.4s infinite;
}

@keyframes headingFlicker {
    0%, 100% {
        filter: drop-shadow(0 0 6px #ffb347) drop-shadow(0 0 16px #ff7a1a);
    }
    50% {
        filter: drop-shadow(0 0 1px #ffb347) drop-shadow(0 0 3px #ff7a1a);
    }
}

section>nav {
    width: 100%;
    line-height: 1.5vw;
    display: flex;
    background: -webkit-linear-gradient(left, #08216b, #a5cef7);
    border: solid;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    padding: 0.25%;
}

nav>a {
    margin-right: 0.5%;
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 1vw;
    text-decoration: none;
    text-wrap: nowrap;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

nav>a:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

section>div {
    width: 100%;
    margin: 2%;
    overflow: hidden;
    text-align: center;
}

div>h1 {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 1.5vw;
    color: #fff;
}

div>h2 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.2vw;
    color: #fff;
}

div>h3 {
    font-size: 0.8vw;
    margin-top: 1%;
    margin-bottom: 1%;
}

div>p {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 1.2vw;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
}

p>a {
    display: inline !important;
    padding-left: 0% !important;
    color: #08216b;
}

div>a {
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    font-size: 1.2vw;
}

a:hover~[id^="trail"],
*:has(a:hover)~[id^="trail"] {
    background-image: url("graphics/ui/cusors/Link\ Select.gif");
}

div>textarea {
    font-size: 0.75vw;
    resize: none;
}

div>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

button {
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 1vw;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

button:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

button:hover~[id^="trail"],
*:has(button:hover)~[id^="trail"] {
    background-image: url("graphics/ui/cusors/Link\ Select.gif");
}

img {
    width: 100%;
}

hr {
    margin: auto;
    width: 98%;
    border-width: 0.15vw;
    border-bottom-color: #fff;
    border-left: none;
    border-right: none;
}

input {
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
}

input:hover~[id^="trail"],
*:has(input:hover)~[id^="trail"] {
    background-image: url("graphics/ui/cusors/Link\ Select.gif");
}

ul {
    font-size: 1vw;
    padding-left: 1.5vw;
}

section>footer {
    width: 100%;
    margin: 2%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    overflow: hidden;
    text-align: center;
    background-color: silver;
    margin: 2%;
    margin-bottom: 0%;
    border: solid;
    border-width: 0.2%;
    border-bottom-width: 0;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: #c0c0c0;
    color: #212529;
}

footer>p {
    margin: auto;
    margin-bottom: 1%;
    font-size: 1vw;
    font-family: "MS Sans Serif";
}

.flex {
    display: flex;
    justify-content: space-around;
}

.window {
    border: solid;
    border-bottom-color: #424242;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: silver;
    color: #212529;
}

.window-header {
    border-bottom-style: solid;
    border-bottom-width: 0.1vw;
    border-bottom-color: #dee2e6;
    background: -webkit-linear-gradient(left, #08216b, #a5cef7);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.25vw;
    padding-bottom: 0%;
}

.window-header h2 {
    font-family: "MS Sans Serif";
    font-size: 1vw;
    white-space: nowrap;
    text-align: left;
    margin: 0%;
}

.window-header img {
    width: 1vw;
    display: inline-block;
    vertical-align: text-top;
}

.window-commands {
    margin: 0%;
    padding-bottom: 0.25vw;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    vertical-align: text-top;
    column-gap: 0.15vw;
}

.window-header .maximize {
    background-image: url(graphics/ui/maximize.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 0.85vw;
    height: 0.85vw;
    margin: auto;
    vertical-align: text-top;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.window-header .maximize:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.window-header .close {
    background-image: url(graphics/ui/close.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 0.85vw;
    height: 0.85vw;
    margin: auto;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.window-header .close:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.wintext {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 1vw;
    font-family: "MS Sans Serif";
    color: #212529;
    ;
}

.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    margin: 0%;
    display: block;
    animation: scan 0.1s 0s infinite;
    pointer-events: none;
    background-image: url(graphics/ui/scanlines.png);
}

@keyframes scan {
    from {
        top: 0;
        ;
    }

    to {
        top: 1px;
    }
}

.container {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.guestbook {
    width: 100%;
    height: 100%;
}

.livestream {
    margin-top: 1vw;
}

#open24 {
    position: fixed;
    left: 0.6%;
    bottom: 3%;
    width: 9%;
    z-index: 30;
}

.stream-inner {
    padding: 0.6vw;
    background: #0d3a2a;
}

.stream-row {
    display: flex;
    gap: 0.6vw;
    align-items: stretch;
}

.stream-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.stream-col-big {
    flex: 3 1 0;
}

.stream-col-small {
    flex: 2 1 0;
}

.wlabel {
    height: 1.7vw;
    line-height: 1.7vw;
    background: #186c4d;
    color: #f5f2e6;
    font-size: 0.85vw;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 0 0.5vw;
    border: 0.12vw solid #0a2b1f;
    border-bottom: none;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.stream-body {
    position: relative;
    height: 22vw;
    background: #0d3a2a;
    overflow: hidden;
}

.stream-body-fill {
    height: auto;
    flex: 1 1 auto;
}

.streamframe {
    width: 100%;
    height: 100%;
    border: 0.15vw solid #0a2b1f;
    background: #000;
    display: block;
    box-sizing: border-box;
}

.chat-block {
    margin-top: 0.6vw;
    position: relative;
}

.color-btn,
.icon-btn {
    width: 1.7vw;
    height: 1.7vw;
    flex: 0 0 auto;
    border: 0.12vw solid #0a2b1f;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95vw;
    line-height: 1;
}

.color-btn {
    background: #0052cc;
}

.icon-btn {
    background: #c0c0c0;
    color: #000;
}

.icon-btn:active {
    transform: translate(1px, 1px);
}

.hidden {
    display: none !important;
}

.popup {
    position: absolute;
    bottom: 2.4vw;
    left: 0.3vw;
    z-index: 60;
    display: none;
    background: #0d3a2a;
    border: 0.15vw solid #0a2b1f;
    padding: 0.35vw;
    gap: 0.25vw;
    flex-wrap: wrap;
    width: 15vw;
    box-shadow: 0.2vw 0.2vw 0 rgba(0, 0, 0, .4);
}

.popup.show {
    display: flex;
}

.color-palette {
    left: 0.3vw;
}

.emoji-picker {
    left: auto;
    right: 3.5vw;
}

.color-palette .swatch {
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 0.2vw;
    cursor: pointer;
    border: 0.1vw solid rgba(0, 0, 0, .3);
}

.color-palette .swatch:hover {
    outline: 0.12vw solid #fff;
}

.emoji-picker .emoji {
    font-size: 1.1vw;
    cursor: pointer;
    padding: 0.1vw 0.15vw;
    line-height: 1;
}

.emoji-picker .emoji:hover {
    background: #186c4d;
}

.chat-img {
    max-width: 100%;
    max-height: 9vw;
    display: block;
    margin-top: 0.2vw;
    border: 0.1vw solid #0a2b1f;
}

/* ---- Woodoo data dashboard + realtime feed ---- */
.woodoo-data {
    align-items: stretch;
    gap: 0.6vw;
}

.data-panel {
    flex: 1.7 1 0;
    min-width: 0;
}

.feed-panel {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.data-panel,
.feed-panel {
    background: silver;
    border: solid;
    border-width: 0.18vw;
    border-color: #fff #424242 #424242 #fff;
    padding: 0.3vw;
    box-sizing: border-box;
}

.data-title {
    background: -webkit-linear-gradient(left, #08216b, #a5cef7);
    background: linear-gradient(to right, #08216b, #a5cef7);
    color: #fff;
    font-weight: bold;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 0.95vw;
    letter-spacing: 0.5px;
    padding: 0.25vw 0.4vw;
    margin-bottom: 0.35vw;
}

.metric {
    background: #e9e9e9;
    border: 0.12vw solid #808080;
    padding: 0.3vw;
    margin-bottom: 0.4vw;
}

.metric:last-child {
    margin-bottom: 0;
}

.metric-head {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.8vw;
    color: #222;
    text-align: center;
    margin-bottom: 0.2vw;
}

.metric-chart {
    width: 100%;
    height: auto;
    display: block;
    background: #f4f4f4;
    border: 0.1vw solid #b0b0b0;
}

.metric-legend {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.66vw;
    color: #111;
    margin-top: 0.15vw;
    text-align: left;
}

.metric-legend .lg-row {
    display: flex;
    align-items: center;
    gap: 0.3vw;
    white-space: pre;
}

.metric-legend .sw {
    width: 0.7vw;
    height: 0.7vw;
    flex: 0 0 auto;
    border: 1px solid #555;
}

.metric-legend b {
    color: #0a7d16;
}

.feed-scroll {
    flex: 1 1 0;
    min-height: 0;
    background: #001a0e;
    border: 0.12vw solid #0a2b1f;
    color: #4dff88;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.72vw;
    line-height: 1.5;
    padding: 0.3vw 0.4vw;
    overflow: hidden;
    text-align: left;
}

.feed-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

/* ---- nav-linked content panels (Completed / Roadmap / Guide / Guestbook) ---- */
.panel-body {
    padding: 0.6vw 1vw;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 0.95vw;
    line-height: 1.5;
    color: #f5f2e6;
    text-align: left;
    background: #0d3a2a;
    border: 0.12vw solid #0a2b1f;
}

.panel-body p {
    margin: 0.35vw 0;
}

.panel-body ul,
.panel-body ol {
    margin: 0.35vw 0 0.35vw 1.5vw;
}

.panel-body li {
    margin: 0.2vw 0;
}

.panel-note {
    color: #7fbf9a;
    font-size: 0.8vw;
    font-style: italic;
}

.devlog-head {
    font-weight: bold;
    color: #ffd27f;
    margin: 0.5vw 0 0.2vw;
    border-bottom: 0.1vw solid #0a2b1f;
}

.devlog-box {
    text-align: left;
    color: #f5f2e6;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 0.9vw;
    line-height: 1.5;
}

/* each list (Completed / Upcoming) shows ~8 items, then gets its own scrollbar */
.devlog-box ul {
    margin: 0.3vw 0 0.4vw 1.4vw;
    max-height: 34vw;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.6vw;
}

.devlog-box li {
    margin: 0.2vw 0;
}

/* ---- wiki-style Join Guide ---- */
.wiki-body {
    background: #f5f2e8;
    color: #1a1a1a;
    padding: 0.6vw 0.9vw;
    text-align: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.72vw;
    line-height: 1.35;
    border: 0.12vw solid #0a2b1f;
    overflow: hidden;
}

.wiki-title {
    font-size: 1.1vw;
    margin: 0 0 0.3vw;
    padding-bottom: 0.15vw;
    border-bottom: 0.12vw solid #333;
    color: #111;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}

.wiki-body h2 {
    font-size: 0.85vw;
    margin: 0.55vw 0 0.15vw;
    padding-bottom: 0.1vw;
    border-bottom: 0.07vw solid #aaa;
    color: #222;
    text-align: left;
    white-space: normal;
}

.wiki-body p {
    margin: 0.22vw 0;
    color: #1a1a1a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.72vw;
}

.wiki-body ul,
.wiki-body ol {
    margin: 0.22vw 0 0.22vw 1.5vw;
    font-size: 0.72vw;
    padding-left: 0;
}

.wiki-body li {
    margin: 0.12vw 0;
    font-size: 0.72vw;
}

.wiki-body a {
    color: #0645ad;
    text-decoration: none;
}

.wiki-body a:hover {
    text-decoration: underline;
}

.wiki-toc {
    display: inline-block;
    float: right;
    margin: 0 0 0.4vw 0.7vw;
    background: #f0f0f0;
    border: 0.1vw solid #aaa;
    padding: 0.3vw 0.7vw 0.35vw 0.4vw;
    font-size: 0.72vw;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.wiki-toc-head {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2vw;
}

.wiki-toc ol {
    margin: 0 0 0 1.3vw;
}

.wiki-soon {
    display: inline-block;
    background: #ffe9b0;
    border: 0.08vw solid #d4a017;
    color: #7a5a00;
    font-size: 0.72vw;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    padding: 0.08vw 0.35vw;
    font-style: italic;
}

/* ---- guestbook (atabook-style book of guests) ---- */
.gb-book {
    background: #000;
    border: 0.15vw solid #d4d400;
    padding: 1vw 1.2vw;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

.gb-title {
    color: #ffff00;
    font-size: 1.7vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.7vw;
    white-space: normal;
    text-shadow: 0.08vw 0.08vw #000;
}

.gb-brick {
    background-color: #6e1414;
    background-image:
        repeating-linear-gradient(0deg, rgba(0, 0, 0, .38) 0 1px, transparent 1px 9px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, .38) 0 1px, transparent 1px 20px);
    border: 0.12vw solid #d4d400;
    color: #fff;
    padding: 0.5vw 0.8vw;
    box-sizing: border-box;
    line-height: 1.4;
}

.gb-intro {
    display: inline-block;
    max-width: 85%;
    margin: 0 auto 0.7vw;
    font-weight: bold;
    text-align: center;
}

.gb-stats {
    color: #ffff00;
    font-size: 0.82vw;
    font-weight: bold;
    margin: 0.4vw 0 0.7vw;
}

.gb-post {
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
    max-width: 82%;
    margin: 0 auto 0.9vw;
    text-align: left;
}

.gb-post input,
.gb-post textarea {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8vw;
    padding: 0.3vw;
    background: #1a1a1a;
    color: #fff;
    border: 0.1vw solid #d4d400;
    box-sizing: border-box;
}

.gb-name {
    width: 14vw;
    max-width: 100%;
}

.gb-msg {
    min-height: 3vw;
    resize: vertical;
}

.gb-sign {
    align-self: flex-start;
    font-size: 0.8vw;
    padding: 0.3vw 1.4vw;
    cursor: pointer;
    background: #ffff00;
    color: #000;
    font-weight: bold;
    border: 0.12vw outset #d4d400;
}

.gb-entry {
    max-width: 82%;
    margin: 0.6vw auto;
    text-align: left;
    border: 0.12vw solid #d4d400;
}

.gb-head {
    background: #000;
    padding: 0.35vw 0.7vw;
    font-size: 0.78vw;
}

.gb-head > div {
    margin: 0.04vw 0;
}

.gb-lbl {
    color: #ffff00;
    font-weight: bold;
    display: inline-block;
    width: 4vw;
}

.gb-val {
    color: #fff;
}

.gb-text {
    border-top: 0.12vw solid #d4d400;
    text-align: left;
    word-break: break-word;
}

/* guestbook list: fixed height (~5 entries), scroll beyond so the board never grows endlessly */
#gbList {
    max-height: 55vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.feed-time {
    color: #2a9d5a;
}

.feed-tag {
    color: #ffd27f;
    font-weight: bold;
}

#chatlog {
    height: 7vw;
    overflow-y: auto;
    background: #0d3a2a;
    border: 0.15vw solid #0a2b1f;
    padding: 0.3vw 0.5vw;
    font-size: 0.85vw;
    text-align: left;
    line-height: 1.5;
    color: #dfece4;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.chatline {
    display: flex;
    align-items: flex-start;
    padding: 1px 0;
}

.chat-time {
    color: #9ca3af;
    font-family: Consolas, "Courier New", ui-monospace, monospace;
    flex-shrink: 0;
    margin-right: 0.4vw;
}

.chat-body {
    overflow-x: hidden;
    min-width: 0;
}

.chat-name {
    font-weight: bold;
}

.chat-text {
    color: #dfece4;
    word-break: break-word;
}

.chatrow {
    display: flex;
    gap: 0.3vw;
    margin-top: 0.3vw;
}

.chatrow input {
    font-size: 0.85vw;
    padding: 0.25vw;
    border: 0.15vw solid #0a2b1f;
    background: #0d3a2a;
    color: #f5f2e6;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.chatrow #chatname {
    width: 6vw;
    flex: 0 0 auto;
}

.chatrow #chatmsg {
    flex: 1 1 auto;
    min-width: 0;
}

.chatrow button {
    font-size: 0.85vw;
    cursor: pointer;
    padding: 0.25vw 1.2vw;
}

.gifypet {
    width: 314px;
    height: 321px;
    border: none;
}

.navlink {
    width: 180px;
    height: 180px;
    border: none;
}

.bannerlink {
    width: 468px;
    height: 60px;
    border: none;
}

.halfwidth {
    width: 50%;
}

.homelogo {
    width: 90px;
    max-width: 40%;
    display: block;
    margin: 0 auto;
}

.ca-line {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2vw;
    text-align: center;
    margin: 1.8vw 0 0;
    white-space: nowrap;
}

.nomargin {
    margin: 0%;
}

.dropdown {
    position: relative;
    width: 60%;
}

.dropdown-topbtn {
    position: absolute;
    margin-right: 0.5%;
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 1vw;
    text-decoration: none;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.dropdown-topbtn:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.dropdown-list {
    display: none;
    position: absolute;
    line-height: normal;
    width: 40%;
    top: 90%;
    font-size: 1vw;
    font-family: "MS Sans Serif";
}

.dropdown-list.show {
    display: block;
}

.dropdown-list a {
    font-size: 1vw;
    font-family: "MS Sans Serif";
    line-height: normal;
    width: 150%;
    padding-left: 10%;
    display: flex;
    justify-content: space-between;
}

.dropdown-list a:hover {
    background-color: #08216b;
    color: #fff;
}

.dropdown-list h1 {
    font-size: 1vw;
    font-family: "MS Sans Serif";
    line-height: normal;
    margin: 0%;
}

.dropdown-list p {
    font-size: 1vw;
    font-family: "MS Sans Serif";
    line-height: normal;
    margin: 0%;
}

.dropdown-inner {
    width: 160%;
    left: 158%;
    top: 0;
    z-index: 1;
}

.dropdown .dropdown-list .dropdown:hover>.dropdown-list {
    display: block;
}

.nav-text {
    margin: auto;
    padding: 1%;
}

.nav-text h1 {
    color: #000;
}

.nav-text p {
    color: #000;
}

.clippy {
    display: inline;
    position: fixed;
    margin: 0%;
    width: 15%;
    bottom: 0;
    right: 0;
    margin-right: 0.5%;
}

.clippy-img {
    float: right;
    width: 40%;
    margin: 0%;
}

.clippy-box {
    position: relative;
    width: 95%;
    padding: 1%;
    padding-right: 1.4%;
    padding-bottom: 1.4%;
    font-size: 1vw;
    color: black;
    text-align: left;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    background-color: #ffc;
    border-color: #000;
    border: solid;
    border-width: 1%;
    border-radius: .5em;
    margin: auto;
    float: right;
}

.clippy-box p {
    margin: 5%;
    font-size: 1vw;
    color: #000;
    text-align: left;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.clippy-box:before,
.clippy-box:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.clippy-box:before {
    left: auto;
    right: 34.5%;
    bottom: -1.3vw;
    border-style: solid;
    border-width: 0 1vw 1.3vw 0;
    border-color: #000 #000 transparent transparent;
}

.clippy-box:after {
    left: auto;
    right: 35%;
    bottom: -1vw;
    border-style: solid;
    border-width: 0 0.8vw 1vw 0;
    border-color: #ffc #ffc transparent transparent;
}

.clippy-button {
    width: 18%;
    background-color: #ffc;
    border: solid;
    border-width: 0.15vw;
    border-radius: .2em;
    border-color: #bcbcbc;
    text-align: center;
    text-decoration: none;
    font-size: 1vw;
}

.clippy-button:active {
    text-decoration: none;
    color: #000;
}

.hide {
    display: none;
}

.alt-header {
    background: linear-gradient(to right, #000080, #1034a6);
}

.links {
    width: 65%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
}

.links .link {
    margin-top: 1%;
    margin-bottom: 1%;
    font-family: "MS Sans Serif";
    font-size: 1vw;
    display: inline-flex;
    color: #888c8f;
    text-decoration: none;
    text-shadow: #fff 0.05vw 0.05vw;
    border: none;
}

.active {
    text-shadow: none !important;
    color: #000 !important;
}

.slider {
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 90%;
    height: 0.5vw;
    appearance: none;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-left-color: #424242;
    border-top-color: #424242;
    background: #fff;
}

.slider:hover~[id^="trail"],
*:has(.slider:hover)~[id^="trail"] {
    background-image: url("graphics/ui/cusors/Link\ Select.gif");
}

.slider::-moz-range-thumb {
    appearance: none;
    width: 0.45vw;
    height: 1.2vw;
    border: solid;
    border-radius: 0;
    border-bottom-color: #424242;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: silver;
}

.slider::-webkit-slider-thumb {
    appearance: none;
    width: 0.75vw;
    height: 1.5vw;
    border: solid;
    border-radius: 0;
    border-bottom-color: #424242;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: silver;
}

.toolbar {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0.75%;
    margin-bottom: 0.75%;
}

.togglebtn {
    background-image: url(graphics/ui/mediaplayer/play.gif);
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 2.5vw;
    height: 1.25vw;
    margin: auto;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.togglebtn:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.skip-buttons {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
}

.back {
    background-image: url(graphics/ui/mediaplayer/backskip.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    margin: auto;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.back:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.next {
    background-image: url(graphics/ui/mediaplayer/forwardskip.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    margin: auto;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.next:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.vertical-hr {
    width: 0%;
    border: solid;
    border-width: 0.15vw;
    border-color: #888c8f;
    border-right-color: #fff;
    border-top: none;
    border-bottom: none;
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
}

.time {
    position: relative;
    padding: 1%;
    border-style: solid;
    border-width: 0.15vw;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-left-color: #888c8f;
    border-top-color: #888c8f;
    font-size: 1vw;
    font-family: "MS Sans Serif";
    color: #212529;
    ;
}

.time::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: calc(100% - 0.2vw);
    height: calc(100% - 0.25vw);
    border-style: solid;
    border-width: 0.15vw;
    border-bottom-color: #dfe0e3;
    border-right-color: #dfe0e3;
    border-left-color: #050608;
    border-top-color: #050608;
}

.marquee {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    position: relative;
    width: 100%;
    height: 2vw;
    overflow: hidden;
}

.marquee-right {
    display: flex;
    width: 850%;
    position: absolute;
    left: 0;
    animation: track-right 35s linear infinite;
}

@keyframes track-right {
    0% {
        left: -425%;
    }

    100% {
        left: 0%;
    }
}

.marquee-left {
    display: flex;
    width: 850%;
    position: absolute;
    left: 0;
    animation: track-left 35s linear infinite;
}

@keyframes track-left {
    0% {
        left: 0%;
    }

    100% {
        left: -425%;
    }
}

.track {
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.marquee img {
    margin-left: 0.3vw;
    margin-right: 0.3vw;
    width: 5.75vw;
    height: 2vw;
}

.graphics {
    overflow-y: scroll;
    height: 25vw;
    padding-top: 2%;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 1%;
}

.graphics img {
    width: 31%;
}

.blinkie img {
    width: 47%;
}

.myspace {
    font-family: Verdana;
    font-size: 0.8vw;
    color: #000;
    text-align: start;
    margin-left: 3%;
}

.myspace-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.myspace-contact>a {
    width: 47%;
}

.myspace>a {
    cursor: url("graphics/ui/cusors/Link\ Select.gif"), pointer;
    font-weight: normal;
    color: #039;
    text-decoration: none;
}

.myspace>a:hover {
    font-weight: normal;
    color: #C00;
    text-decoration: underline;
}

.bumper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.25vw;
    column-gap: 0.25vw;
    margin-bottom: 0.25vw;
}

.bumper>img {
    width: 24%;
}

.me {
    border: solid;
    border-width: 0.01vw;
    border-color: #424242;
}

.the {
    position: absolute;
    left: 16%;
    top: 35%;
    font-family: sans-serif;
    font-size: 4vw;
    color: #eef228;
}

.poll {
    position: absolute;
    left: 30%;
    top: 33%;
    width: 19%;
}

.toll {
    position: absolute;
    right: 16%;
    top: 29%;
    font-family: Road;
    font-size: 6vw;
}

.img-hr {
    width: 2%;
    clip-path: margin-box;
    margin-bottom: -20%;
}

.poll-box {
    width: 15vw;
    margin: auto;
    margin-bottom: 1vw;
    text-align: unset;
    font-size: 1vw;
    color: #FFFFFF;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.poll-box>div {
    flex-basis: 100%;
}

.poll-box .lable {
    float: left;
    text-align: left;
    margin-left: 5%;
}

.poll-box .input {
    float: left;
    margin-left: 5%;
    width: 0.75vw;
    height: 0.75vw;
    border-width: 0.01vw;
}

.submit-box {
    padding: 1%;
    display: flex;
    justify-content: center;
    column-gap: 0.25vw;
}

.poll-box .submit {
    height: 1.25vw;
    width: 3vw;
    font-size: 0.75vw;
}

.pics {
    background-image: url("graphics/backgrounds/servers.gif");
    overflow-y: hidden;
}

.home {
    display: inline;
    position: fixed;
    margin: 0%;
    width: 15%;
    top: 0;
    left: 0;
}

.sidebar {
    background: silver;
    border-top: 0.15vw solid #fff;
    border-bottom: 0.15vw solid #424242;
    padding-bottom: 20%;
    width: 13%;
}

.tools {
    position: relative;
    top: -0.1vw;
    width: 3.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tool {
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    background-position: 50% !important;
    display: inline-block;
    width: 35%;
    height: 1.25vw;
    vertical-align: text-top;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.tool-options {
    width: 60%;
    height: 25%;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 10%;
    border: 0.15vw solid #fff;
    border-top-color: #424242;
    border-left-color: #424242;
}

.outer-canvas {
    border: solid;
    border-width: 0.15vw;
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
    background-color: #808080;
    width: 87%;
}

.canvas {
    cursor: url("graphics/ui/cusors/Precision\ Select.gif"), crosshair;
    position: relative;
    background-color: #fff;
    margin: 1%;
    height: 95%;
    margin-right: 10%;
}

.canvas-pics {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 1%;
}

.canvas:hover~[id^="trail"],
*:has(.canvas:hover)~[id^="trail"] {
    background-image: url("graphics/ui/cusors/Precision\ Select.gif");
}


.handle {
    position: absolute;
    height: 0.1vw;
    width: 0.1vw;
    background-color: #fff;
    border: solid;
    border-width: 0.1vw;
    border-color: #424242;
    border-bottom: 0;
    border-right: 0
}

.bottombar {
    background: silver;
    border-top: 0.15vw solid #fff;
    margin-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.selection-box {
    position: relative;
    margin-right: 0.25%;
    border: 0.1vw solid #fff;
    border-top-color: #424242;
    border-left-color: #424242;
    width: 1.5vw;
    height: 1.5vw;
    background-image: url(graphics/ui/paint/checker.gif);
}

.selection {
    width: 0.5vw;
    height: 0.5vw;
    position: absolute;
    border: solid;
    border-width: 0.15vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
}

.colour {
    border: 0.1vw solid #fff;
    border-top-color: #424242;
    border-left-color: #424242;
    width: 0.67vw;
    height: 0.67vw;
}

.stuatus {
    border: 0.15vw solid #fff;
    border-top-color: #424242;
    border-left-color: #424242;
}

.text {
    text-align: start;
    padding-left: 1%;
    font-family: "MS Sans Serif";
    font-size: 0.85vw;
    color: #000000;
}

.pics-window {
    overflow-y: scroll;
    height: 22vw;
    padding: 1%;
    margin: 1%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 1%;
    background-color: #808080;
    padding: 1%;
    border: 0.2vw solid #fff;
    border-top-color: #424242;
    border-left-color: #424242;
}

.x {
    height: 11vw;
    display: flex;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: scroll;
}

.dropdown-list .pico-dropdown {
    padding-left: 0%;
    font-family: picoCAD;
    text-align: left;
    color: #ff77a8;
    font-size: 1vw;
    margin-top: 0%;
}

.plus {
    background: url(graphics/ui/picoCAD/plus.gif) no-repeat;
    background-color: none;
    border: none;
    margin-left: 5%;
    background-size: 75%;
    background-position: top 40% left 35%;
    width: 1.25vw;
    height: 1.25vw;
}

.dropdown-list .pico-dropdown:hover {
    width: 98%;
    background-color: #ff77a8;
    color: #7e2553;
}

.error {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.2vw;
    justify-content: space-evenly;
    margin: 2%;
}

.ok {
    display: inline-block;
    width: 5vw;
    margin: auto;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    font-size: 1vw;
    border: solid;
    border-width: 0.2vw;
    border-color: #fff;
    border-bottom-color: #424242;
    border-right-color: #424242;
    background: #c0c0c0;
    color: #212529;
}

.ok:active {
    border-color: #424242;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.webring {
    margin: auto;
    line-height: 30%;
}

.webring>* {
    display: inline-block;
    width: 30%;
}

.blog {
    background-image: url("graphics/backgrounds/paper-top.gif"), url("graphics/backgrounds/paper.gif");
    background-position: left top, left top 25.5vw;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 100% auto;

}

.blog-box {
    border: solid;
    border-bottom-color: #52a5ef;
    border-right-color: #52a5ef;
    border-left-color: #52a5de;
    border-top-color: #52a5de;
    background: #fff;
    color: #212529;
    text-align: left;
    padding: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    width: auto;
}

.blog-box h1,
h2,
h3,
h4,
h5 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #212529;
}

.blog-box p {
    color: #212529;
}

.blog-box hr {
    border-color: #ef5a6b;
    border-width: 0.1vw;
}

#recentpostlistdiv h1 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
}

#postDate {
    font-size: 0.8vw;
}

sup a {
    text-decoration: none;
}

.sources {
    font-size: 0.9vw;
    padding-inline-start: 2vw;
}

.source::after {
    content: " ";
    background-image: url(graphics/ui/link.gif);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.857em;
    padding-right: 1em;
}

#nextprev {
    text-align: center;
    margin-bottom: 1%;
    font-size: 1.5vw;
}

.updates-box {
    overflow-y: scroll;
    height: 3vw;
}

.updates-box li::marker {
    content: '-  ';
}

.updates-box::-webkit-scrollbar {
    display: none;
}

.blog-footer {
    border: solid;
    border-bottom: none;
    border-right-color: #52a5ef;
    border-left-color: #52a5de;
    border-top-color: #52a5de;
    background: #fff;
    color: #212529;
    text-align: left;
    padding: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    width: auto;
}

#footer p {
    color: #000;
    text-align: center;
}

#footer a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.sam-and-max {
    background-image: url(graphics/sam_&_max/sam_&_max.gif), url(graphics/backgrounds/Street.gif);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
    background-size: 50% 100%, 100% 100%;
    overflow: hidden;
}

.sam-and-max-nav {
    background-image: url(graphics/backgrounds/sm-bg.gif);
    background-size: 50% auto;
    border-style: solid;
    border-bottom-color: #c7d1e0;
    border-right-color: #c7d1e0;
    border-left-color: #3b4f6d;
    border-top-color: #3b4f6d;
    z-index: 100;
}

.sam-and-max-nav>.SM-navbtn {
    border: none;
    background: none;
}

.sam-and-max-content {
    background-color: #dbdabf;
    margin: 0%;
    position: relative;
    height: 25vw;
    z-index: 0;
}

.theme_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    margin: 0%;
    display: block;
    pointer-events: none;
    background-size: cover;
}

.theme_overlay.hallows {
    display: inline-block;
    background-image: url("graphics/themes/halloween/blood-drip.gif");
}

.theme_1.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-wave.gif");
}

.theme_2.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-creep.gif");
}

.theme_3.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-hello.gif");
}

.theme_4.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-dance.gif");
}

.theme_5.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-hang.gif");
}

.theme_6.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-run.gif");
}

.headingtop.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/headingtop.gif");
}

.headingbottom.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/headingbottom.gif");
}

.theme_title.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/spookyedition.gif");
}

.left.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-dootleft.gif");
}

.right.hallows {
    display: inline-block;
    content: url("graphics/themes/halloween/skeleton-dootright.gif");
}

.theme_overlay.crimbo {
    display: inline-block;
    background-image: url("graphics/themes/crimbo/snow.gif");
}

.theme_1.crimbo {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/crimbo/santa-wave.gif");
}

.theme_2.crimbo {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/crimbo/christmasbike.gif");
}

.theme_3.crimbo {
    display: inline-block;
    width: 50%;
    content: url("graphics/themes/crimbo/christmastree.gif");
}

.theme_4.crimbo {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/crimbo/fireplace.gif");
}

.theme_5.crimbo {
    display: inline-block;
    content: url("graphics/themes/crimbo/reindeer.gif");
}

.theme_6.crimbo {
    display: inline-block;
    content: url("graphics/themes/crimbo/sneakingsanta.gif");
}


.headingtop.crimbo {
    display: inline-block;
    content: url("graphics/themes/crimbo/headingtop.gif");
}

.headingbottom.crimbo {
    display: inline-block;
    content: url("graphics/themes/crimbo/headingbottom.gif");
}

.theme_title.crimbo {
    display: inline-block;
    content: url("graphics/themes/crimbo/CrimboEdition.gif");
}

.left.crimbo {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/crimbo/santadancing-left.gif");
}

.right.crimbo {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/crimbo/santadancing-right.gif");
}

.theme_overlay.valentine {
    display: inline-block;
    background-image: url("graphics/themes/valentine/hearts.gif");
}

.theme_1.valentine {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/valentine/fairy.gif");
}

.theme_2.valentine {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/valentine/bubsvalgift.gif");
}

.theme_3.valentine {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/valentine/mickey.gif");
}

.theme_4.valentine {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/valentine/Valentinespin.gif");
}

.theme_5.valentine {
    display: inline-block;
    content: url("graphics/themes/valentine/dogvalentine.gif");
}

.theme_6.valentine {
    display: inline-block;
    content: url("graphics/themes/valentine/bear.gif");
}

.headingtop.valentine {
    display: inline-block;
    content: url("graphics/themes/valentine/headingtop.gif");
}

.headingbottom.valentine {
    display: inline-block;
    content: url("graphics/themes/valentine/headingbottom.gif");
}

.theme_title.valentine {
    display: inline-block;
    content: url("graphics/themes/valentine/ValentineEdition.gif");
}

.left.valentine {
    display: inline-block;
    width: 50%;
    content: url("graphics/themes/valentine/heart-spin.gif");
}

.right.valentine {
    display: inline-block;
    width: 50%;
    content: url("graphics/themes/valentine/heart-spin.gif");
}

.theme_overlay.easter {
    display: inline-block;
    background-image: url("graphics/themes/easter/falling-petals.gif");
}

.theme_1.easter {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/easter/easter-bunny-25.gif");
}

.theme_2.easter {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/easter/happy-easter-egg-with-bow.gif");
}

.theme_3.easter {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/easter/Easterbunny.gif");
}

.theme_4.easter {
    display: inline-block;
    width: 75%;
    content: url("graphics/themes/easter/easter-bunny-chasing-egg.gif");
}

.theme_5.easter {
    display: inline-block;
    content: url("graphics/themes/easter/Easterbunny-flower.gif");
}

.theme_6.easter {
    display: inline-block;
    content: url("graphics/themes/easter/easter-bunny-eggs.gif");
}

.headingtop.easter {
    display: inline-block;
    content: url("graphics/themes/easter/headingtop.gif");
}

.headingbottom.easter {
    display: inline-block;
    content: url("graphics/themes/easter/headingbottom.gif");
}

.theme_title.easter {
    display: inline-block;
    content: url("graphics/themes/easter/easteredition.gif");
}

.left.easter {
    display: inline-block;
    width: 50%;
    content: url("graphics/themes/easter/egg-left.gif");
}

.right.easter {
    display: inline-block;
    width: 50%;
    content: url("graphics/themes/easter/egg-right.gif");
}