/* E-ZOOS.BIZ - Retro Stylesheet */
/* Best viewed in Netscape Navigator 4.0 or Internet Explorer 5.5 */

/* Reset - keeping it minimal like the old days */
body {
    margin: 0;
    padding: 0;
    font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
    background-color: #87CEEB;
    color: #000080;
}

/* Blink effect - use JavaScript or <blink> tag for old browsers */
.blink {
    /* Modern browsers can use this, old browsers ignore */
    text-decoration: blink;
}

/* Rainbow text - just pick a fun color for old browsers */
.rainbow {
    color: #FF00FF;
}

/* Main container table styling */
.main-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.main-table td {
    box-sizing: border-box;
}

/* Header styling */
.header-cell {
    width: 612px;
    background-color: #4682B4;
    text-align: center;
    padding: 10px;
}

.site-title {
    font-family: "Marker Felt Wide", "Marker Felt", -apple-system, sans-serif;
    font-size: 81px;
    font-style: italic;
    color: #FFFF66;
    letter-spacing: 2px;
    margin: 0;
    filter: url(#hammered-gold) drop-shadow(-1px -1px 0px #000080) drop-shadow(1px -1px 0px #000080) drop-shadow(-1px 1px 0px #000080);
}

/* Navigation bar */
.nav-bar {
    width: 612px;
    background-color: #D3D3D3;
    padding: 2px;
    text-align: center;
    border-top: 2px solid #4682B4;
    white-space: nowrap;
}

.nav-bar a {
    color: #666666;
    text-decoration: none;
    font-family: "Marker Felt", "Marker Felt Wide", -apple-system, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 4px;
    margin: 0 1px;
}

.nav-bar a:visited {
    color: #666666;
}

.nav-bar a:hover {
    color: #333333;
    text-decoration: none;
}

/* Sidebar styling */
.sidebar-cell {
    width: 140px;
    background-image: url('../images/zebra-pattern.png');
    background-color: #DEB887;
    vertical-align: top;
    padding: 10px 5px;
}

/* Right sidebar - decorative only */
.sidebar-right {
    width: 48px;
    background-image: url('../images/zebra-pattern.png');
    background-color: #DEB887;
    vertical-align: top;
    padding: 10px 5px;
}

/* Sidebar buttons */
.sidebar-btn {
    display: block;
    width: 85px;
    margin: 10px auto;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #000080;
    background-color: #C0C0C0;
    border: 3px outset #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-btn:hover {
    background-color: #A0A0A0;
}

.sidebar-btn:active {
    border-style: inset;
}

/* Main content area */
.content-cell {
    width: 612px;
    background-color: #B0E0E6;
    vertical-align: top;
    padding: 20px;
}

/* Animal display boxes */
.animal-box {
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
    vertical-align: top;
}

.animal-img {
    width: 200px;
    height: 180px;
    object-fit: cover;
    image-rendering: pixelated;
    border: 3px solid #4682B4;
}

.animal-name {
    font-family: "Times New Roman", serif;
    font-size: 24px;
    color: #4682B4;
    margin-top: 5px;
}

/* Pixelation effect for images */
.pixelated {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

/* Featured Animals - Floating Cutout Style */
/* Using table layout for 1999 browser compatibility */
.featured-animals {
    text-align: center;
    margin: 20px 0;
}

.animal-cutout {
    display: inline;
    text-align: center;
    vertical-align: bottom;
    margin: 0 15px;
}

.animal-cutout a {
    text-decoration: none;
}

.cutout-img {
    /* No borders - floating on background */
    border: none;
}

/* Badge styles */
.badge-new {
    background-color: #FF0000;
    color: #FFFF00;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
}

.badge-hot {
    background-color: #FF6600;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
}

/* Footer styling */
.footer-cell {
    background-color: #4682B4;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 11px;
}

.footer-cell a {
    color: #FFFF00;
}

/* Visitor counter */
.visitor-counter {
    font-family: "Courier New", monospace;
    background-color: #000000;
    color: #00FF00;
    padding: 3px 8px;
    border: 2px inset #333333;
}

/* Guestbook styling */
.guestbook-entry {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    padding: 10px;
    margin: 10px 0;
}

/* Form elements - retro style */
input[type="text"],
input[type="email"],
textarea {
    font-family: "Courier New", monospace;
    background-color: #FFFFFF;
    border: 2px inset #808080;
    padding: 3px;
}

input[type="submit"],
button {
    font-family: Arial, sans-serif;
    background-color: #C0C0C0;
    border: 3px outset #FFFFFF;
    padding: 5px 15px;
    cursor: pointer;
}

input[type="submit"]:active,
button:active {
    border-style: inset;
}

/* Horizontal rule - 3D effect */
hr {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #FFFFFF;
    height: 2px;
}

/* Marquee styling */
.marquee-container {
    background-color: #000080;
    color: #FFFF00;
    padding: 5px;
    overflow: hidden;
}

/* "Under Construction" styling */
.under-construction {
    background-color: #FFFF00;
    color: #000000;
    padding: 10px;
    text-align: center;
    border: 3px dashed #FF0000;
}

/* WordArt-style headers */
.wordart {
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 36px;
    color: #FFD700;
}

/* Link styling */
a:link {
    color: #0000FF;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #FF0000;
}

/* Table borders - classic style */
.bordered-table {
    border: 2px solid #000000;
    border-collapse: collapse;
}

.bordered-table td,
.bordered-table th {
    border: 1px solid #000000;
    padding: 5px;
}

/* Best viewed badge */
.best-viewed {
    font-size: 10px;
    color: #666666;
}
