/* =============================================
   TAMERI-AI.US - Complete Stylesheet
   Pairing Ancient Insight with Artificial Intelligence
   ============================================= */

/* =============================================
   RESET & BASE STYLES
   ============================================= */
body { 
    -webkit-text-size-adjust: none;
    background: rgb(235, 227, 213) url(Welcome_files/bkhyrog3_1.jpg) repeat scroll top left;
    margin: 0;
}

div { 
    overflow: visible; 
}

img { 
    border: none; 
}

a {
    color: rgb(119, 45, 35);
    text-decoration: none;
}

a:visited {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover {
    color: rgb(224, 92, 0);
    text-decoration: none;
}

/* =============================================
   UTILITY CLASSES
   ============================================= */
.bumper {
    font-size: 1px;
    line-height: 1px;
    height: 0px;
    line-height: 0px;
}

.tinyText {
    font-size: 1px;
    line-height: 1px;
}

.spacer {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    height: 0px;
    line-height: 0px;
}

.InlineBlock { 
    display: inline-block; 
}

.inline-block {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 0.3em;
}

.inline-block.shape-with-text {
    vertical-align: bottom;
}

/* =============================================
   PAGE WRAPPER & CONTAINER
   ============================================= */
.page-wrapper {
    text-align: center;
}

.body-content {
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    text-align: left;
    width: 660px;
}

.inner-content {
    background: transparent url(Welcome_files/bkhyrog3.jpg) repeat scroll top left;
    width: 660px;
}

/* =============================================
   HEADER LAYER
   ============================================= */
.header-layer {
    height: 134px;
    margin-left: 0px;
    position: relative;
    width: 660px;
    z-index: 10;
}

/* Eye of Horus Logo */
.logo-container {
    height: 73px;
    width: 122px;
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1;
    display: none;
}

.logo-container img {
    border: none;
    height: 73px;
    width: 122px;
}

/* Title Section (TAMERI + URL + Tagline) */
.title-container {
    height: 134px;
    width: 417px;
    left: 191px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.title-inner {
    position: relative;
    width: 417px;
}

/* TAMERI image */
.tameri-title {
    height: 52px;
    left: 0px;
    margin-left: -1px;
    margin-top: 22px;
    position: absolute;
    top: 0px;
    width: 272px;
    display: none;
}

/* URL and Tagline container */
.url-tagline-container {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 272px;
}

.site-url {
    font-family: 'Courier New', Courier, monospace;
    font-size: 28px;
    font-weight: bold;
    color: #4A9EFF;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0;
    line-height: 28px;
    display: none;
}

.tagline {
    font-family: 'Courier New', Courier, monospace;
    font-size: 7px;
    font-style: italic;
    color: #DAA520;
    margin-top: 2px;
    text-align: center;
    white-space: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    line-height: 8px;
    display: none;
}
}
}

/* =============================================
   NAVIGATION LAYER
   ============================================= */
.nav-layer {
    margin-left: 0px;
    position: relative;
    width: 660px;
    z-index: 5;
    height: 80px;
}

.nav-layer .tinyText-spacer {
    height: 1px;
    line-height: 1px;
}

/* Dark background image behind header */
.nav-background {
    height: 490px;
    width: 700px;
    left: 0px;
    position: absolute;
    top: -489px;
    z-index: -1;
}

.nav-background img {
    border: none;
    height: 490px;
    width: 700px;
}

/* Quote Banner */
.quote-banner {
    height: 38px;
    left: 94px;
    position: absolute;
    top: 5px;
    width: 471px;
    z-index: 1;
    background: transparent;
    opacity: 1.00;
    display: none;
}

.quote-banner-inner {
    padding: 0px;
    position: relative;
}

.quote-banner-text {
    padding: 4px;
}

.paragraph_style {
    background: rgb(255, 255, 255);
    color: rgb(0, 77, 214);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 31px;
    margin: 0;
    opacity: 1.00;
    padding-bottom: 0pt;
    padding-top: 0pt;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/* Navigation Links */
.nav-links {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1em;
    color: #AFAA9F;
    padding: 5px 0 12px 30px;
    font-weight: bold;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 100;
    width: 600px;
}

.nav-links a {
    color: #AFAA9F;
    text-decoration: none;
    padding-right: 25px;
}

.nav-links a:hover {
    color: #D64600;
}

.nav-links .current-page {
    color: #fff;
}

.nav-links .current-page + a {
    padding-left: 25px;
    padding-right: 0;
}

/* =============================================
   BODY LAYER (Main Content Area)
   ============================================= */
.body-layer {
    margin-left: 0px;
    padding-top: 10px;
    position: relative;
    width: 660px;
    z-index: 5;
}

.body-layer .tinyText-spacer {
    height: 1px;
    line-height: 1px;
}

/* Torn Paper Divider */
.page-divider {
    height: 25px;
    width: 700px;
    left: 0px;
    position: absolute;
    top: -15px;
    z-index: 1;
    display: none;
}

.page-divider img {
    border: none;
    height: 25px;
    width: 700px;
}

/* =============================================
   WELCOME PAGE SPECIFIC STYLES
   ============================================= */

/* Decorative Frame */
.welcome-frame {
    height: 375px;
    width: 243px;
    left: 10px;
    position: absolute;
    top: 42px;
    z-index: 1;
    background: transparent;
    opacity: 0.70;
}

.welcome-frame img {
    border: none;
    height: 376px;
    width: 243px;
}

/* Ka-Aper Statue */
.welcome-statue {
    height: 256px;
    width: 112px;
    left: 66px;
    position: absolute;
    top: 75px;
    z-index: 1;
    background: transparent;
    opacity: 1.00;
}

.welcome-statue img {
    border: none;
    height: 256px;
    width: 113px;
}

/* Welcome Subtitle Image */
.welcome-subtitle {
    height: 44px;
    width: 351px;
    left: 286px;
    position: absolute;
    top: 380px;
    z-index: 1;
    display: none;
}

.welcome-subtitle-inner {
    position: relative;
    width: 351px;
}

.welcome-subtitle img {
    height: 28px;
    left: 0px;
    margin-top: 8px;
    position: absolute;
    top: 0px;
    width: 115px;
}

/* Welcome Text Content */
.welcome-text {
    margin-left: 287px;
    margin-top: 50px;
    position: relative;
    width: 350px;
    z-index: 1;
    background: transparent;
    opacity: 1.00;
}

.welcome-text-inner {
    padding: 0px;
    position: relative;
}

.style {
    padding: 4px;
}

.paragraph_style_1 {
    color: rgb(0, 0, 0);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 11px;
    margin: 0;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0pt;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.paragraph_style_2 {
    color: rgb(0, 0, 0);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    opacity: 1.00;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.paragraph_style_3 {
    color: rgb(0, 0, 0);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.class1 {
    color: rgb(119, 45, 35);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: underline;
}

.class2 {
    color: rgb(119, 45, 35);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: underline;
}

.class3 {
    color: rgb(119, 45, 35);
    font-family: 'Papyrus';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: underline;
}

/* =============================================
   FOOTER LAYER
   ============================================= */
.footer-layer {
    height: 175px;
    margin-left: 0px;
    position: relative;
    width: 660px;
    z-index: 15;
}

.footer-image {
    height: 200px;
    width: 500px;
    left: 80px;
    position: absolute;
    top: -80px;
    z-index: 1;
}

.footer-image-inner {
    position: relative;
    width: 500px;
}

.footer-image img {
    height: 200px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

/* =============================================
   MEMORIES PAGE SPECIFIC STYLES
   ============================================= */

/* Memories Page Title */
/* Page Titles - Standardized for All Pages */
.memories-title {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    margin-bottom: 40px;
}

/* Welcome title - positioned higher, above ka_aper */
.welcome-title {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    margin-bottom: 40px;
}

/* Dedication title - positioned halfway between links and Labib image */
.dedication-title {
    position: absolute;
    top: -20px;
    left: 30px;
    z-index: 10;
    margin-bottom: 40px;
}

.memories-title h1,
.welcome-title h1,
.dedication-title h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 36px;
    font-weight: bold;
    color: #4A9EFF;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0 0 40px 0;
}

/* Memory Items */
.memory-item {
    position: relative;
    float: left;
    clear: left;
    z-index: 1;
}

.memory-item img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    height: auto;
    display: block;
}

.memory-item-caption {
    margin-top: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.memory-item-caption a {
    color: #00008B;
    text-decoration: none;
}

.memory-item-caption a:hover {
    text-decoration: underline;
}

/* Memory Item Positions - Staircase Layout */
.memory-1 {
    margin-top: 120px;
    margin-left: 20px;
    width: 400px;
}

.memory-1 img {
    width: 400px;
}

.memory-2 {
    margin-top: 120px;
    margin-left: 120px;
    width: 350px;
}

.memory-2 img {
    width: 350px;
}

.memory-3 {
    margin-top: 120px;
    margin-left: 220px;
    width: 350px;
}

.memory-3 img {
    width: 350px;
}

/* Memories Page Spacer */
.memories-spacer {
    clear: both;
    height: 60px;
    line-height: 60px;
}

/* =============================================
   FOOTER LINK
   ============================================= */
.footer-link {
    position: absolute;
    top: 130px;
    left: 80px;
    width: 500px;
    text-align: center;
    z-index: 2;
}

.footer-link a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    font-weight: bold;
    color: #4A9EFF;
    text-decoration: none;
}

.footer-link a:hover {
    color: #D64600;
    text-decoration: underline;
}

/* =============================================
   DEDICATION PAGE SPECIFIC STYLES
   ============================================= */
.dedication-content {
    margin: 40px 30px;
    text-align: center;
}

.dedication-spacer {
    height: 60px;
    line-height: 60px;
}

/* Labib Hanna Memorial */
.dedication-memorial {
    text-align: center;
    margin: 30px auto;
    padding: 0 20px;
}

.dedication-memorial img {
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Dedication Section */
.dedication-section {
    margin: 30px 30px;
    text-align: left;
}

.dedication-heading {
    font-family: 'Papyrus', fantasy;
    font-size: 24px;
    font-weight: bold;
    color: #4A9EFF;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    display: none;
}

.dedication-text {
    font-family: 'Papyrus', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.dedication-link-text {
    text-align: left;
    margin-top: 20px;
}

/* Hebisi Link */
.hebisi-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-decoration: none;
}

.hebisi-link:hover {
    opacity: 0.8;
}

.hebisi-icon {
    height: 24px;
    width: auto;
    vertical-align: middle;
}

/* Family Photos Collage - Overlapping Layout */
.family-collage {
    margin: 40px 20px;
    position: relative;
    height: 520px;
}

.collage-photo {
    position: absolute;
}

.collage-photo img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    height: auto;
}

/* Parents photo - top left, base layer */
.photo-parents {
    top: 0;
    left: 20px;
    z-index: 1;
}

.photo-parents img {
    width: 200px;
}

/* Us/Beach photo - more to the right */
.photo-us {
    top: 30px;
    left: 220px;
    z-index: 2;
}

.photo-us img {
    width: 200px;
}

/* Child photo - bottom left, overlaps parents */
.photo-child {
    top: 280px;
    left: 40px;
    z-index: 3;
}

.photo-child img {
    width: 100px;
}

/* Grandsons - center, moved down */
.photo-grandsons {
    top: 220px;
    left: 120px;
    z-index: 4;
}

.photo-grandsons img {
    width: 200px;
}

/* Sisters on camel - bottom right, barely overlaps grandsons */
.photo-sisters {
    top: 300px;
    left: 310px;
    z-index: 6;
}

.photo-sisters img {
    width: 280px;
}

/* Acknowledgements Section */
.acknowledgements-section {
    margin: 40px 30px 30px 30px;
    text-align: left;
}

/* =============================================
   HEBISI PAGE STYLES
   ============================================= */
.hebisi-title {
    margin: 30px auto;
    text-align: center;
}

.hebisi-title h1 {
    font-family: 'Papyrus', fantasy;
    font-size: 32px;
    font-weight: bold;
    color: #4A9EFF;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0 0 10px 0;
}

.hebisi-subtitle {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    color: #666;
    margin: 0;
}

.hebisi-content {
    margin: 40px 30px;
    text-align: center;
}

/* =============================================
   LEGACY/COMPATIBILITY STYLES
   ============================================= */
.style_SkipStroke,
.style_SkipStroke_1,
.style_SkipStroke_2,
.style_SkipStroke_3,
.style_SkipStroke_4 {
    background: transparent;
    opacity: 1.00;
}

.style_SkipStroke_3 {
    opacity: 0.70;
}

.style_SkipStrokeSkipFillSkipOpacity {
}

.style_External_350_258 {
    position: relative;
}

.graphic_textbox_layout_style_default {
    padding: 4px;
}

.graphic_textbox_layout_style_default_External_471_38 {
    position: relative;
}

.shape-with-text {
}

.flowDefining {
}

.shadow_0,
.shadow_1,
.shadow_2,
.shadow_6 {
    /* Shadow classes - shadows applied via box-shadow on specific elements */
}

.vertical-align-middle-middlebox {
    display: table;
}

.vertical-align-middle-innerbox {
    display: table-cell;
    vertical-align: middle;
}

div.paragraph {
    position: relative;
}

li.full-width {
    width: 100%;
}

/* Body and Free Form text styles (legacy) */
.Body {
    color: rgb(88, 77, 77);
    font-family: 'Palatino-Roman', 'Palatino', serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    opacity: 1.00;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.Free_Form {
    color: rgb(88, 77, 77);
    font-family: 'Baskerville', 'Times New Roman', serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0;
    opacity: 1.00;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.Normal {
    padding: 4px;
}

.Normal_External_350_258 {
    position: relative;
}

/* =============================================
   WELCOME PAGE - ADDITIONAL SPECIFIC STYLES
   ============================================= */

/* Ka-Aper statue - left side, overlapping with frame */
.welcome-ka-aper {
    height: 256px;
    width: 112px;
    left: 66px;
    position: absolute;
    top: 75px;
    z-index: 1;
}

.welcome-ka-aper img {
    border: none;
    height: 256px;
    width: 113px;
}

/* Welcome page spacer before footer */
.welcome-spacer {
    height: 180px;
    line-height: 180px;
}

/* Satellite footer image - smaller, positioned below content */
.footer-sat-image {
    height: 150px;
    width: 375px;
    left: 143px;
    position: absolute;
    top: -60px;
    z-index: 1;
}

.footer-sat-image-inner {
    position: relative;
    width: 375px;
}

.footer-sat-image img {
    height: 150px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 375px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

/* =============================================
   DEDICATION PAGE - FAMILY PHOTOS POSITIONING
   ============================================= */

/* Updated family photo positions */
.photo-parents-updated {
    top: 0;
    left: 20px;
    z-index: 1;
    position: absolute;
}

.photo-parents-updated img {
    width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.photo-us-updated {
    top: 30px;
    left: 220px;
    z-index: 2;
    position: absolute;
}

.photo-us-updated img {
    width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.photo-grandsons-updated {
    top: 340px;
    left: 20px;
    z-index: 4;
    position: absolute;
}

.photo-grandsons-updated img {
    width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.photo-child-updated {
    top: 240px;
    left: 210px;
    z-index: 5;
    position: absolute;
}

.photo-child-updated img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.photo-sisters-updated {
    top: 317px;
    left: 225px;
    z-index: 3;
    position: absolute;
}

.photo-sisters-updated img {
    width: 280px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.family-collage-updated {
    margin: 60px 20px 40px 20px;
    position: relative;
    height: 560px;
}

/* =============================================
   HEBISI PAGE - SPECIFIC STYLES  
   ============================================= */

.hebisi-page-title {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

.hebisi-page-title h1 {
    font-family: 'Papyrus', fantasy;
    font-size: 32px;
    font-weight: bold;
    color: #4A9EFF;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0 0 10px 0;
}

.hebisi-page-subtitle {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    color: #666;
    margin: 0;
}

.hebisi-main-content {
    margin: 120px 30px 40px 30px;
    text-align: center;
}

.hebisi-text-large {
    font-family: 'Papyrus', Georgia, serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.hebisi-text-medium {
    font-family: 'Papyrus', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hebisi-text-emphasis {
    font-family: 'Papyrus', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
    text-align: justify;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================
   UPDATED HEADER/SUBTITLE POSITIONING (8px font)
   ============================================= */

.url-tagline-container-updated {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 272px;
}

.site-url-updated {
    font-family: 'Courier New', Courier, monospace;
    font-size: 28px;
    font-weight: bold;
    color: #4A9EFF;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0;
    line-height: 28px;
    display: none;
}

.tagline-updated {
    font-family: 'Courier New', Courier, monospace;
    font-size: 7px;
    font-style: italic;
    color: #DAA520;
    margin-top: 2px;
    text-align: center;
    white-space: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    line-height: 8px;
    display: none;
}

/* Shadow utility classes */
.shadow_0 {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.shadow_1 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.shadow_2 {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.shadow_6 {
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

/* HR divider for Dedication page */
.dedication-hr {
    border: none;
    border-top: 1px solid #DAA520;
    margin: 30px 0;
}

/* Hebisi link inline in dedication */
.hebisi-inline-link {
    display: inline;
    text-decoration: none;
    vertical-align: middle;
}

.hebisi-inline-link img {
    height: 24px;
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
}

