/*/
 * ================================

 * Copyright (c) 2026 by Aelyn <https://aelysia.net> and Cerine <https://caelestis.nu>
 *
 * This domain exists in a state of continual development, and its governing codes
 * are subject to ongoing revision. While critical study and analytical engagement
 * are permitted, any form of reproduction, appropriation, or misattribution of
 * this work is strictly prohibited.

 * ================================
/*/







/*/
 * ================================
 >>> FONTS
 * ================================
/*/

@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&family=Quando&family=Arima+Madurai&family=Paprika&family=Playfair+Display:ital@0;1&family=Playfair+Display+SC&family=Libre+Baskerville:ital@0;1&display=swap");




/*/
 * ================================
 >>> GLOBALS
 * ================================
/*/

* {
    cursor: url("cur.gif"), auto;
}

body {
    background: url("bg.png") top center repeat fixed;
    padding: 0px;
    margin: 0px;
    color: #444;
    font: normal 1rem "Quando", serif;
    text-shadow: 1px 1px #eee;
    line-height: 30px;
    z-index: 0;
}


b,
strong {
    font: bold 1.2rem "Arima Madurai", cursive;
    color: #69918b;
}

i {
    font: italic 1.2rem "Libre Baskerville", serif;
    color: #b2974b;
}

u {
    font: normal 1rem "Paprika", system-ui;
    color: #69918b;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 2px dashed #b2974b;
}

h1 {
    font: italic 3rem "Playfair Display", serif;
    background: url("h1.png") right no-repeat transparent;
    height: 120px;
    width: 1000px;
    line-height: 120px;
    text-align: right;
    text-transform: lowercase;
    display: block;
    margin: 0px;
    padding-right: 250px;
    color: #115389;
}

hr {
	height: 65px;
        width: 238px;
	background: url("banner.png") center no-repeat;
   	border: 0;
	}

main {
    margin: auto;
    padding: 0;
    width: 1440px;
    position: relative;
}

header {
    height: 100%;
    width: 860px;
    background: url("banner.png") top left no-repeat;
    display: inline-table;
    position: fixed;
    top: 0;
    z-index: 2;
}

section {
    width: 800px;
    line-height: 30px;
    text-align: justify;
    margin: 90px 0 0 -100px;
    padding: 0px 20px 0px 0px;
    display: inline-table;
    float: right;
    position: relative;
    z-index: 3;
}

hr {
    border: 0;
    height: 157px;
    width: 324px;
    background: url('hr.png') center no-repeat;
    margin: 20px auto;
}







/*/
 * ================================
 >>> ENTRIES
 * ================================
/*/

.entry-body {
    background: url('bg_content_foot.png') no-repeat bottom center / 710px,
                url('bg_content.png') no-repeat top center / 710px;
    margin: 100px auto;
    width: 730px;
    color: #444;
    padding: 0;
    text-shadow: 1px 1px #eee;
    height: inherit;
    overflow: hidden;
}

.entry-content {
    font: normal 1rem "Quando", serif;
    color: #444;
    line-height: 30px;
    margin: 0 50px 20px 60px;
    width: 610px;
}

.entry-name {
    font: bold 3rem "Mrs Saint Delafield", cursive;
    text-align: right;
    margin: 0;
    margin-bottom: -20px;
    display: block;
}

.entry-reply {
    margin-bottom: 10px;
}

.entry-info,
.entry-info b {
    font: italic .9rem "Quando", serif;
    text-align: right;
    margin-bottom: 50px;
}

.panel-box {
    float: right;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.panel-box:hover {
    opacity: 1;
}

.view {
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.reply {
    font: bold 1rem "Quando", serif;
    color: #b2974b;
    text-decoration: none;
    cursor: pointer;
}

.reply:hover {
    color: #466550;
}

.admin {
    display: none;

    font: normal .9rem "Quando", serif;
    color: #466550;
    line-height: 25px;

    width: 500px;
    padding: 10px;
    margin: 15px auto 50px auto;

    text-align: justify;

    border-left: 30px solid transparent;
    border-image: url('bg_admin.png') 50 round;
}

a i.fa-heart {
    vertical-align: middle;
    line-height: 1;
}






/*/
 * ================================
 >>> FORMS
 * ================================
/*/

input,
select,
option {
    font: normal 1rem "Quando", serif;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #444;
    padding: 0.8em;
    line-height: 20px;
    width: 300px;
    resize: none;
    float: none;
    margin: 3px;
    letter-spacing: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

select optgroup {
    font: normal 1rem "Quando", serif;
}

input[type=submit],
input[type=reset] {
    width: 200px;
    float: none;
    background-image: none;
    text-shadow: 1px 1px #444;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #ddd;
    border: 0;
    transition: all 0.8s ease;
}

input[type=submit] {
    background-color: #becec7;
}

input[type=submit]:hover {
    background: #69918b;
}

input[type=reset] {
    background-color: #c7ba84;
}

input[type=reset]:hover {
    background: #b2974b;
}

input[type=checkbox],
input[type=radio] {
    width: 20px;
    float: none;
}

textarea {
    font: normal 1rem "Quando", serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #444;
    padding: 0.8em;
    resize: none;
    float: none;
    width: 600px;
    height: 150px;
    margin: 3px;
}

.form {
    padding: 20px;
    display: block;
    color: #444;
    width: 750px;
    text-shadow: 1px 1px #fff;
    margin: 1px auto;
    text-align: center;
}

.form-inline {
    text-transform: none;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 350px;
    margin: 3px;
}

.form-inline-2 {
    text-transform: none;
    text-align: justify;
    display: block;
    vertical-align: top;
    overflow: hidden;
    width: 700px;
    margin: 0px auto;
    padding: 15px;
}

.form-btn {
    margin: 0 auto;
    text-align: center;
}

.form-opt {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}






/*/
 * ================================
 >>> LINKS
 * ================================
/*/

a {
    text-decoration: none;
    transition: all, .5s;
    -moz-transition: all, .5s;
    -webkit-transition: all, .5s;
}

a:link,
a:visited {
    font: normal 1.2rem "Playfair Display", serif;
    color: #b2974b;
}

a:hover {
    text-decoration: none;
    color: #c7ba84;
}

a.text-link:link,
a.text-link:visited {
    font: normal 1.2rem "Playfair Display", serif;
    text-decoration: none;
    color: #b2974b;
    background-image: linear-gradient(#2b3c20, #2b3c20);
    background-size: 100% 10%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-shadow: 1px 1px #eee;
    padding: 0px 2px;
    border-bottom: 2px solid #c7ba84;
    transition:
        background-size 0.25s ease-in-out,
        color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        text-shadow 0.2s ease-in-out;
}

a.text-link:hover {
    color: #eee;
    background-size: 100% 100%;
    border-bottom: 2px solid #2b3c20;
    text-shadow: none;
}






/*/
 * ================================
 >>> CLASS / ID
 * ================================
/*/

div#qTip {
    background: rgba(255, 255, 255, 0.90);
    color: #444;
    font: normal .8rem "Quando", serif;
    text-shadow: 1px 1px #eee;
    line-height: 20px;
    display: none;
    padding: 10px;
    z-index: 1000;
    text-shadow: none;
    text-align: justify;
    position: absolute;
    border: 0px;
    border-radius: 5px;
    max-width: 350px;
}

.top {
    width: 100%;
    height: 56px;
    background: url("bg_top.png") top center repeat-x fixed;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}

.bottom {
    width: 100%;
    height: 56px;
    background: url("bg_foot.png") bottom center repeat-x fixed;
    z-index: 4;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: auto;
}

.avatar {
    width: 100px;
    height: 150px;
    padding: 5px;
    float: left;
    shape-outside: polygon(1% 1%, 100% 0%, 90% 29%, 100% 71%, 84% 78%, 49% 100%, 0% 100%);
    background: url('') no-repeat transparent;
}

.avatar-2 {
    width: 160px;
    height: 20px;
    padding: 5px;
    float: right;
    shape-outside: polygon(2% 1%, 100% 2%, 100% 100%, 54% 87%, 31% 70%, 8% 33%);
    background: url('') no-repeat transparent;
}

.break {
    display: none;
}

.req {
    color: #ff0000;
}

.p-main {
    margin: 0 auto 30px;
}

.p-main::first-line {
    font: bold 1.1rem "Playfair Display SC", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #393f4d;
}

.p-main::first-letter {
    font: normal 4rem 'Playfair Display', sans-serif;
    padding: 3px;
    margin-right: 5px;
    float: left;
    color: #393f4d;
}

.gbook_sec_img {
    float: left;
    width: 150px;
    height: 40px;
    vertical-align: middle;
}

.captcha {
    width: 130px;
    margin-left: 10px;
}

.gbook_sign_notice {
    font-weight: bold;
    display: block;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}












/*/
 * ================================
 >>> NAVIGATION
 * ================================
/*/

nav {
    width: 100%;
    margin: auto;
    text-align: center;
}

nav a:link,
nav a:visited {
    font: normal 1.6rem "Playfair Display", serif;
    color: #b2974b;
}

nav a:hover {
    text-decoration: none;
    color: #c7ba84;
}

.menu {
    width: 40px;
    height: auto;
    vertical-align: middle;
}













/*/
 * ================================
 >>> PAGINATION
 * ================================
/*/

ul.pagination {
    font: normal 1rem "Quando", serif;
    display: inline-block;
    text-align: right;
    width: 700px;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    font: normal 1rem "Quando", serif;
    color: #eee;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50%;
    background: rgba(105, 145, 139, 1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

ul.pagination li.active a {
    background: #b2974b;
    color: #eee;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

ul.pagination li a:hover:not(.active) {
    background: #b2974b;
    color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

div.page {
    display: inline-block;
    padding: 8px 16px;
    text-align: right;
}












/*/
 * ================================
 >>> TOP
 * ================================
/*/

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgba(105, 145, 139, 1);
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 6;
}

#return-to-top i {
    color: #eee;
    margin: auto;
    top: 5px;
    position: relative;
    font: bold 1.5rem "Quando", serif;
    text-shadow: 1px 1px #444;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(178, 151, 75, 1);
}

#return-to-top:hover i {
    color: #eee;
}







/*/
 * ================================
 >>> FOOTER
 * ================================
/*/

.hr-foot {
    border: 0;
    height: 126px;
    width: 1210px;
    background: url('hr-foot.png') center no-repeat;
    margin: 40px auto;
}

footer {
    background: url('footer.png') bottom center no-repeat;
    width: 1440px;
    height: 200px;
    display: inline-table;
    bottom: 0px;
    padding: 0px;
    margin: 0px auto 50px auto;
}

small {
    font: normal .8rem "Quando", serif;
    color: #444;
    width: 1350px;
    text-align: center;
    text-shadow: 1px 1px #eee;
    display: block;
    padding: 5px;
    margin: 10px auto;
}

small a.cr {
    font: bold .8rem "Paprika", system-ui;
    color: #466550;
}

small a.cr:hover {
    color: #393f4d;
    background: none;
}