/* Minimal fallback CSS for catnames.co.uk */
/* Created to replace missing original stylesheets */

/* Basic reset and readability */
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Headings */
h1 {
    color: #000066;
    font-size: 24px;
    margin-bottom: 15px;
}

h2 {
    color: #000066;
    font-size: 20px;
    margin-top: 20px;
}

/* Links */
a {
    color: #0000cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Images - placeholder styling for missing assets */
img {
    max-width: 100%;
    height: auto;
}

/* Navigation placeholder */
.nav {
    margin: 20px 0;
    padding: 10px;
    background-color: #f0f0f0;
}

.nav a {
    margin-right: 15px;
}

/* Content areas */
.content {
    margin: 20px 0;
}

/* Footer */
.footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #666;
}

/* Remove NetObjects layout divs styling */
#LayoutLYR,
#Banner1LYR,
#NavigationBar1LYR,
#NavigationBar11LYR,
#NavigationBar12LYR,
#NavigationBar13LYR,
#NavigationBar2LYR,
#Picture2LYR,
#SiteMapper1LYR,
#Picture3LYR,
#Picture4LYR,
#Text41LYR,
#Text37LYR,
#Text40LYR,
#Text38LYR,
#Text36LYR,
#Picture6LYR {
    position: static !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
}
