@font-face {
font-family: ari-w9500;
src: url("/fonts/ari_w9500/ari-w9500.ttf");
font-weight: normal;
}
@font-face {
font-family: ari-w9500;
src: url("/fonts/ari_w9500/ari-w9500-bold.ttf");
font-weight: bold;
}

body {
    background-color: #000000;
    background-image: var(--background-image);
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'ari-w9500';
    color: #86cecb;
    scrollbar-face-color: #373b3e;
    scrollbar-highlight-color: #86cecb;
    scrollbar-3dlight-color: #373b3e;
    scrollbar-darkshadow-color: #373b3e;
    scrollbar-shadow-color: #373b3e;
    scrollbar-arrow-color: #373b3e;
    scrollbar-track-color: #373b3e;
    max-width: 100%;
}
a:link {
    color: #86cecb;
    text-decoration: none;
}
fieldset {
    border: 0px;
}
a:visited {
    color: #86cecb;
    text-decoration: none;
}

a:hover {
    color: #f3008e;
    text-decoration: underline;
}

.main {
    width: 750px;
    margin: 0 auto;
    border: 3px solid #86cecb;
    background-color: #000000;
}

.header {
    background-color: #000000;
    padding: 10px;
    text-align: center;
    border-bottom: 3px solid #86cecb;
}

.content {
    display: flex;
}

.sidebar {
    width: 180px;
    padding: 10px;
    border-right: 3px solid #86cecb;
    background-color: #111111;
}

.main-content {
    width: 570px;
    padding: 10px;
}

.footer {
    text-align: center;
    padding: 10px;
    border-top: 3px solid #86cecb;
    font-size: 10px;
}

.marquee {
    background-color: #000000;
    color: #31e6f0;
    padding: 5px;
    border-top: 1px solid #86cecb;
    border-bottom: 1px solid #86cecb;
    font-weight: bold;
}
.blinkies {
    width: 150px;
    height: 40px;
}

.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    color: #f3008e;
}
.webrings_sidebar {
    animation: blink-animation 1s steps(2, start) infinite;
    color: #f3008e;
    font-weight: bold;
    font-size: 25px;
    display: block;
    margin-bottom: -10px
}

.links_sidebar {
    animation: blink-animation 1s steps(2, start) infinite;
    color: #f3008e;
    font-weight: bold;
    font-size: 25px;
    display: block;
    margin-bottom: -20px
}


@keyframes blink-animation {
    to { visibility: hidden; }
}

.button {
    border: 2px outset #86cecb;
    background-color: #000000;
    color: #86cecb;
    padding: 2px 5px;
    font-weight: bold;
    text-decoration: none;
}

.button:hover {
    border: 2px inset #86cecb;
    background-color: #137a7f;
}

.guestbook {
    background-color: #111111;
    border: 1px solid #86cecb;
    padding: 5px;
    font-size: 12px;
}

.alert {
    color: #f3008e;
    font-weight: bold;
}

.warning {
    color: #a40ca8;
    font-weight: bold;
}

.news {
    border: 1px solid #86cecb;
    margin-bottom: 10px;
    padding: 5px;
}

.news-title {
    background-color: #373b3e;
    color: #e12885;
    padding: 2px;
    font-weight: bold;
    border-bottom: 1px solid #86cecb;
}

.news-date {
    font-size: 10px;
    color: #86cecb;
}

.news-content {
    padding: 5px;
}
ul {
  list-style-type:none
}
#webrings {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);   
}
.ring {
    width: 100px;
    flex-shrink: 0;            
}
#ipod-iframe {
    transform: scale(1);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform-origin: 0 0;
    height: 380px;
  }


