/* Header and Header Content*/
.main_header {
    background-image: url(/img/site/bkg-headfoot.jpg);
    max-width: 480px;
    min-width: auto;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
    border-style: outset;
}

.header_title {
    font-size: 30px;
}

.header_inner {
    max-width: 640px;
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
    border-style: inset;
    background-color: aliceblue;
    text-align: center;
}

.header_navbar {
    max-width: 640px;
    min-width: auto;
    margin-bottom: 12px;
    font-size: 22px;
    text-align: center;
}

/* Body and Body Content*/
body {
    background-image: url(/img/site/bkg-body.gif);
    padding: 25px;
    overflow-y: scroll;
}

.main_body {
    background-image: url(/img/site/bkg-content.gif);
    max-width: 640px;
    min-width: auto;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 80px;
    border-style: outset;
}

.body_title {
    font-size: 25px;
}

.body_content {
    font-size: 18px;
}

.body_inner {
    max-width: 640px;
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
    border-style: inset;
    background-color: aliceblue;
}

/* Footer and Footer Content*/
.main_footer {
    background-image: url(/img/site/bkg-headfoot.jpg);
    max-width: 260px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
    border-style: outset;
    z-index: 1;
}

/* Blog and Blog Content*/
.blog_title {
    font-size: 25px;
}

.blog_text {
    font-size: 18px;
}

.blog_nav {
    font-size: 15px;
    text-align: center;
}

.blog_nav_table {
    font-size: 15px;
    text-align: center;
    width: 100%;
    table-layout:fixed;
    overflow: hidden;
}

/* Titlebar */
.titlebar {
    font-size: 18px;
    margin: -13px;
    margin-bottom: 10px;
    height: 22px;
    padding: 5px 8px; /* extra space for images */
    border-style: outset;
    background-color: rgb(199, 186, 156);
    position: relative;
    font-weight: bold;
}

/* Left image */
.titlebar::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;   /* adjust */
    height: 16px;  /* adjust */
    /* background-image: url("https://neocities.org/img/cat.png"); */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Right image */
.titlebar::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    width: 65px;
    height: 20px;
    background-image: url("/img/site/titlebar-navbuttons.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-style: outset;
}

/* Guestbook*/
.guestbook {
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 720px;
    table-layout:fixed;
    overflow: hidden;
    margin-top: 10px;
}