body
{
    /*font: 12px Tahoma, Helvetica, Arial, sans-serif;*/
    font: 12px arial;
    background-color: #C89C52;
    text-align: justify;
    color: #43341B;
    margin-top: 30px;
}

h1
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 40px;
    line-height: 30px;
    color: #EDDBBE;
}

h2
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    color: #EDDBBE;
}

h3
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 22px;
    color: #332815;
    border-left: 2px solid #A58044;
    padding-left: 10px;
}



a
{
    color: #43341B;
    text-decoration: none;
}

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

#mainFrame
{
    width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#title
{
    text-align: left;
}

#top
{
    padding: 5px;
    margin: 0px;
    border: 0px;
    /*background-image: url(Images/ImageBackground.jpg);*/
}

#banner
{
    padding-top: 1px;
    padding-right: 8px;
    background-color: #A58044;
    text-align: right;
    border-bottom: 5px solid #D2AC6C;
}

#footer
{
    margin-top: 40px;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    font-weight: bold;
}

#menu
{
    position: absolute;
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    top: 43px;
    padding: 0px;
}

.tdMenu
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #D2AC6C;
    border-bottom: 20px solid #A58044;
    border-left: 2px solid #A58044;
    border-right: 2px solid #A58044;
    border-top: 2px solid #A58044;
}

#contentFrame
{
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 200px;
}

#contentFrameGuestbook
{
    margin-top: 20px;
}

#thumbs
{
    position: absolute;
    margin-top: 365px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.image
{
    border: 2pt solid #A58044;
    border-bottom: 5px solid #A58044;
    margin-bottom: 20px;
    margin-left: 20px;
}

.editor-field
{
    margin-bottom: 8px;
}

.editor-label
{
    font-weight: bold;
}

.text-box
{
    width: 300px;
}

.multi-line
{
    width: 700px;
    height: 200px;
    font: 12px arial;
}

.post
{
    background-color: #EDDBBE;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
    border: 1px solid #A58044;
}

.postHead
{
    background-color: #D2AC6C;
}

.postName
{
    padding: 8px;
    width: 600px;
    border: 1px solid black;
    position: relative;
    float: left;
}

.postBody
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.postFooter
{
    margin-top: 8px;
    font-size: 10px;
}

.posts-container {
    margin-top: 20px;
}

.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 20px;
}

.page-button {
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    min-width: 35px;
}

.page-button:hover:not(:disabled) {
    background-color: #e9ecef;
}

.page-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.page-button.active {
    background-color: #43341B;
    color: white;
    border-color: #43341B;
}