/* The Royal Sasquatch - Reconstructed Stylesheet
   Based on 2002 and 2004-era captures from the Wayback Machine */

body {
    background-color: #666666;
    color: #AECCEB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #AECCEB;
    text-decoration: underline;
}

a:visited {
    color: #CCCCCC;
}

/* Banner area */
#banner_repeat {
    background-color: #333333;
}

#button_repeat {
    background-color: #333333;
}

/* Nav buttons */
.nav-bar {
    background-color: #333333;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #555;
}

.nav-bar a {
    color: #AECCEB;
    font-size: 9pt;
    font-weight: bold;
    margin: 0 4px;
    padding: 4px 8px;
}

.nav-bar a:hover {
    color: #FFFFFF;
}

.nav-bar .separator {
    color: #555;
}

/* Legal footer */
#legal_repeat {
    background-color: #333333;
    color: #999999;
    font-size: 8pt;
}

#legal_repeat p {
    margin: 4px;
}

/* Tables */
table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

hr {
    border: none;
    border-top: 1px solid #555;
    margin: 8px 0;
}

/* Headers */
h1, h2, h3 {
    color: #FFFFFF;
    margin: 0;
}

b {
    color: #FFFFFF;
}

i {
    color: #CCCCCC;
}

/* 2002-era styles */
.site-title {
    font-size: 24pt;
    color: red;
    font-weight: bold;
}

.site-tagline {
    font-size: 8pt;
    color: lightgreen;
}

/* A-Z nav bar */
.az-nav {
    background-color: #444;
    padding: 6px 0;
    text-align: center;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.az-nav a {
    color: #AECCEB;
    font-size: 9pt;
    padding: 2px 3px;
}

.az-nav a:hover {
    color: #FFFFFF;
}

/* Sidebar */
.sidebar {
    padding: 10px;
    width: 180px;
}

.sidebar b {
    font-size: 10pt;
    color: #FFFFFF;
}

.sidebar a {
    font-size: 9pt;
    display: block;
    padding: 2px 0;
}

/* Main content area */
.content {
    padding: 15px;
}

/* Review listing table */
.review-table {
    width: 100%;
    border-collapse: collapse;
}

.review-table th {
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #555;
    padding: 4px 8px;
}

.review-table td {
    padding: 4px 8px;
    border-bottom: 1px solid #444;
}

.review-table tr:hover td {
    background-color: #555;
}

/* Review text */
.review-body {
    line-height: 1.6;
    padding: 10px 0;
}

/* Score display */
.score {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11pt;
}

/* Artist listing */
.artist-list {
    column-count: 3;
    column-gap: 20px;
    padding: 10px;
}

.artist-list a {
    display: block;
    padding: 2px 0;
    font-size: 9pt;
}

/* Album listing */
.album-list a {
    display: block;
    padding: 3px 0;
}

/* Contributor listing */
.contributor-list a {
    display: block;
    padding: 2px 0;
}

/* Copyright */
.copyright {
    text-align: center;
    font-size: 8pt;
    color: #999;
    padding: 10px;
    background-color: #333;
}

/* Wrapper */
.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Letter heading */
.letter-heading {
    font-size: 14pt;
    color: red;
    font-weight: bold;
    padding: 10px 0 4px 0;
    border-bottom: 1px solid #555;
    margin-bottom: 6px;
}
