/* CSS Document for hxresurrection.net - Lillian Broox Manis memorial site */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    letter-spacing: normal;
    font-weight: normal;
    margin: 0;
    min-height: 100vh;
}

#PageBack{
    position: relative;
    min-height: 100vh;
    padding-bottom: 24px;
    background: none;
    overflow: visible;
}

#PageBack::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background-image: url("images/backgd2.png");
    background-repeat: repeat;
   /* background-size: auto; 
    background-position: 14px 25px; */
    pointer-events: none;
    z-index: 0;
}

#PageBack::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 768px;
    background-image: url("images/backgd1.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    pointer-events: none;
    z-index: 1;
}

#PageBack > center {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#PageBack > center > img {
    display: block;
    margin: 0 auto 8px auto;
    max-width: 100%;
    height: auto;
}

#PageBack > center > table {
    width: min(1240px, 98vw);
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
}

#PageBack > center > table td:first-child {
    width: 200px;
    vertical-align: top;
}

#PageBack > center > table td:last-child {
    vertical-align: top;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active {
    color: #ccccff;
    text-decoration: none;
}

#nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 10px;
    padding: 8px 8px 8px 14px;
    background-image: url("images/navbox2.png");
    background-repeat: repeat;
    background-origin: content;
    width: 170px;
    line-height: 1.25;
}

#footer {
/*    position: absolute;
    display:block;
    width: 100%
    height: 50px;
*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left:  10px;
    background: #999999;
    color: #000000;
}

#text {
    font-family: Arial, Helvetica;
    font-size: 0.87em;
    font-weight: normal;
    text-align: left;
}

#text-centered {
    font-family: Arial, Helvetica;
    font-size: 0.87em;
    font-weight: normal;
    text-align: center;
}

#text-indented {
    font-family: Arial, Helvetica;
    font-size: 0.87em;
    font-weight: normal;
    text-align: left;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left:  10px;
}

#textblock {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.87em;
    font-weight: normal;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left:  10px;
    color: #000000;
    min-height: 640px;
    width: auto;
    background-image: url("images/backgd1.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-repeat: repeat-x;
}

#PageBack::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 768px;
    bottom: 0;
    background-image: url("images/backgd2.png");
    background-repeat: repeat;
    background-position: 0 0;
    pointer-events: none;
    z-index: 0;
}

#titleblock_main {
    font-family: Arial, Helvetica;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-align: center;
}

#titleblock_sub {
    font-family: Arial, Helvetica;
    font-size: 0.95em;
    font-weight: normal;
    text-align: center;
}

#footnote {
    font-family: Arial, Helvetica;
    font-size: 0.75em;
    font-weight: normal;
    text-align: left;
}

#scroll {
    margin: 0 auto;
}

td:link {
    font-family: Arial, Helvetica;
    font-size: 0.7em;
}

#pagetitle {
    font-family: Arial, Helvetica;
    font-size: 1.12em;
    font-weight: bold;
    text-align: center;
    background-size: 100%;
    background-repeat: repeat-x;
}

.poem-center-block {
    display: inline-block;
    text-align: left;
    max-width: 100%;
}

.poem-center-wrap {
    text-align: center;
}

#list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.86em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 640px;
    width: auto;
    max-width: 100%;
    overflow: visible;
    background-image: url("images/textbox2.png");
    background-size: cover;
    background-repeat: repeat;
    background-color: #e8e8e8;
}

#list a:link,
#list a:visited,
#textblock a:link,
#textblock a:visited,
#text a:link,
#text a:visited,
#text-centered a:link,
#text-centered a:visited {
    color: #0b2d63;
    text-decoration: underline;
}

#list a:hover,
#textblock a:hover,
#text a:hover,
#text-centered a:hover {
    color: #3c5f96;
}
#library_title {
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
}
#library_update {
    font-family: Arial, Helvetica;
    font-size: 1.1em;
    text-align: center;
    padding-top: -1px;
    padding-bottom: -1px;
}

table.library {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

table.library th,
table.library td {
    padding: 4px 6px;
    color: #111;
    background: rgba(255, 255, 255, 0.68);
}

table.library th {
    background: rgba(220, 220, 220, 0.82);
}

table.library tr:nth-child(even) td {
    background: rgba(244, 244, 244, 0.8);
}

/* for presentation of poetry */
#poems {
    font-family: "Times", Times;
    font-size: 1.0em;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    max-width: 100%;
    overflow: auto;
    text-align: left;
    background-image: url("images/listbox2.png");
    background-size: cover;
    background-repeat: repeat;
    background-color: #ececec;
}

.poem-table {
    width: 100%;
    border-collapse: collapse;
}

#poemtitle {
    font-family: "Times", Times;
    font-size: 1.20em;
    font-weight: bold;
    text-align: center;
    background-size: 100%;
    background-repeat: repeat-x;
}

#poemformatitalic {
   font-family: "Times", Times;
   font-size: 1.0em;
   font-style: italic;
    background-size: 100%;
    background-repeat: repeat-x;
}

#poemformatfixed {
    font-family: "Courier New", Courier, mono;
    font-size: 0.9em;
    background-size: 100%;
    background-repeat: repeat-x;
}

#poempubinfo {
    font-family: Arial, Helvetica;
    font-size: 0.85em;
    background-size: 100%;
    background-repeat: repeat-x;
}

#poemcomment {
    font-family: Arial, Helvetica;
    font-size: 0.75em;
    background-size: 100%;
    background-repeat: repeat-x;
}

#poemfooter {
    font-family: Arial, Helvetica;
    font-size: 1.0em;
    text-align: center;
    width: 630px;
    background-size: 100%;
    background-repeat: repeat-x;
}

#lyricformat {
    font-family: "Times", Times;
    font-size: 1.0em;
    font-style: italic;
    background-size: 100%;
    background-repeat: repeat-x;
}

#art {
    font-family: Arial, Helvetica;
    font-size: 0.85em;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("images/listbox2.png");
    width: 640px;
    overflow: auto;
}

#pubinfo {
    font-family: Arial, Helvetica;
    font-size: 0.75em;
    background-size: 100%;
    background-repeat: repeat-x;
}

#comment {
    font-family: Arial, Helvetica;
    font-size: 0.75em;
    background-size: 100%;
    background-repeat: x;
}

#photos {
    font-family: Arial, Helvetica;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left:  10px;
    color: #000000;
    min-height: 640px;
    width: auto;
    max-width: 100%;
    background-image: url("images/textbox2.png");
    background-size: cover;
    background-repeat: repeat;
    overflow: visible;
    background-color: #e8e8e8;
}

.thumb-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    padding: 8px;
}

.card {
    flex: 1 1 130px;
    max-width: 170px;
    padding: 6px;
    border: 1px solid #b4b4b4;
    background: #f4f4f4;
    text-align: center;
}

.card img {
    width: 100%;
    height: auto;
    border: 0;
}

.name {
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78em;
    line-height: 1.2;
    word-break: break-word;
}

.image-stage {
    margin: 12px auto 20px;
    padding: 12px;
    border: 1px solid #b5b5b5;
    background: rgba(255, 255, 255, 0.75);
    max-width: 980px;
    text-align: center;
}

.image-stage img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.older-frame {
    width: 100%;
    min-height: 620px;
    border: 1px solid #9c9c9c;
    background: #fff;
}

