html {
  -webkit-text-size-adjust: 100%; /* Prevents font scaling on WebKit browsers */
  text-size-adjust: 100%;       /* Prevents font scaling on other browsers */
}

body {
  background-color: #e5e5e5; 
  font-family: 'Inter', Verdana, Tahoma, sans-serif;
  font-size: 0.8rem;
}


b {
    font-weight: 600;
}


::-moz-selection {
	background: #D5E7FF;
	text-shadow: none;
  color:#000000;
}

::selection {
	background: #D5E7FF;
	text-shadow: none;
  color:#000000;
} 



a:link, a:visited {
    color: #003399; /* Default link color */
    text-decoration: none; /* No underline by default */
}

a:hover {
    color: #cc0000; /* Link color when hovered */
    text-decoration: underline; /* Underlined when hovered */
}

.hidden {
  display: none;
}

/* HEADER (MAIN MYSPACE BLUE) */
.header {
  position: relative;
  width: 820px;
  height: 100px;
  margin: 0 auto;
  padding-top: 0px; /* Change padding to 0 if no Xmas lights, 14px yes there are Xmas lights */
  background-color: #003399;
  overflow: hidden;
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 4;
  text-align: left;
  display: flex; /* Use Flexbox for layout */
  align-items: center; /* Align items vertically */
  gap: 434px; /* Add space between the logo and the YouTube banner */
}

.youtube-banner {
  position: relative;
  user-select: none; /* Prevents text/image selection */
  pointer-events: none; /* Disables dragging and other pointer interactions */
}

.youtube-banner img:hover {
    filter: none;
	    cursor: cell;
}

#extended-network {
    border: 1.5px solid #000000;
    padding: 1.2em;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
                }

.logo-link img {
  user-select: none; /* Prevents text/image selection */
  pointer-events: none; /* Disables interactions like dragging */
}



/* BLOG SECTION */
.blog {
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;
  line-height: 2;
  padding-bottom: 6px;
}

.blog a{
  color: #003399;
  font-weight: 600;
}

.blog a:hover{
  color: #cc0000;
}

.badges {
    padding-bottom: 1rem;
    display: flex;
    gap: 6px;
    margin-top: 1rem;
}



.blogpost {
    font-family: 'Geist', sans-serif;
    font-size: 1.08em;
    line-height: 1.5;
    padding-bottom: 6px;
}




/* BLUE TITLE SECTIONS */
.blue-section-wrapper {
  font-family: 'Inter', Verdana, sans-serif;
  padding: 0;
}

.blue-table-container {
  width: 300px;
  margin: 0;
  border: 2px solid #6799C5;
  background-color: #6699CC;
}

.blue-header {
  background-color: #6799C5;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 2px;
  margin-bottom: 2px;
  word-wrap: break-word;
}

.blue-content-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fbfbfb;
}

.blue-content-table th,
.blue-content-table td {
  padding: 3px;
  text-align: left;
  border: 3px solid #fbfbfb; /* Thicker borders */
}

.blue-content-table th {
  width: 101px;
  background-color: #B1D0EF;
  color: #336699;
  vertical-align: top;
  text-align: left;
  font-size: 0.8rem;
}

.blue-content-table td {
  background-color: #D5E7FF;
  color: #000000;
  font-size: 0.8rem;
  word-wrap: break-word;
}

/* ORANGE TITLE SECTIONS */
.orange-bar {
  height: 20px;
  width: 434px;
  background-color: #fdcc92;
  margin-bottom: 5px;
  display: flex;
  align-items: center; /* Vertically centers the text */
  padding-left: 8px; /* Adds padding to the left */
  box-sizing: border-box; /* Ensures padding is included in width/height */
      margin-top: 1rem;
}

.orange-bar-text {
  color: #ff6700;
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  word-wrap: break-word;
}

/* General orange body container (optional for future styling) */
.orange-body {
  margin-bottom: 0px;
}

/* Orange body title styling */
.orange-body-title {
  color: #ff6700;
  font-weight: 700;
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;;
  padding-left: 8px;
}

/* Orange body content styling */
.orange-body-content {
  color: #000000;
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 8px;
}


/* FRIEND SPACE */
.friends-container {
  width: 434px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 4px;
}

.friends {
  display: flex;
  justify-content: space-around; /* Ensures items are not fully at the edges vs. space-between */
  flex-wrap: wrap;
  gap: 0px; /* Decrease the space between items */
  padding: 0 5px; /* Adds padding on the left and right */
}

.friend {
  text-align: center;
}

.friend-link {
  color: #003399;
  font-weight: 600;
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;
}

.friend-img {
  width: 85px;
  height: 95px;
  margin-top: 2px;
	transition: transform 0.3s ease;
}

.friend-img:hover {
    filter: none;
		    transform: rotate(-3deg);
	    cursor: cell;
}

.view-all {
  text-align: right;
  margin-top: 10px;
}

.view-all-link {
  color: #cc0000 !important;
  font-weight: 600;
  font-family: 'Inter', Verdana, sans-serif;
  font-size: 0.8rem;
}

/* SCROLLING PHOTOS */
.photo-scroll-container {
  height: 700px;
  width: 420px;
  border: 5px solid #b1d0ef;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  display: block;
}

.photo-scroll-container img {
  display: block; 
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border: none; 
}

.photo-scroll-container img:hover {
    filter: none;
    -webkit-filter: grayscale(100%);
    opacity:0.8;
    cursor: cell;
}

/* TABLES CONTAINER */
.tables-container {
    display: flex; /* Use flexbox to align tables side by side */
    flex-wrap: nowrap; /* Prevent items from wrapping */
    width: 820px; /* Total width of the container */
    margin: 0px auto; /* Center the container horizontally */
    gap: 11px; /* Add spacing between the tables */
    background-color: #fbfbfb;
}

.table-wrapper:not(:last-child) {
    margin-right: 11px; /* Fallback spacing */
}
/* FIRST TABLE WRAPPER LEFT */
.table-wrapper {
    flex: 0 0 346px; /* Fixed width for the first table */
    background-color: #fbfbfb;
    margin-bottom: 13px; /* Add space below each table */
    padding-bottom: 10px; /* Optional: Add internal space for better breathing room */
    margin-left: 20px;
}

/* SECOND TABLE WRAPPER RIGHT */
.table-wrapper-2 {
    flex: 0 0 434px; /* Fixed width for the second table */
    background-color: #fbfbfb;
    margin-left: -20px; /* The TRUE GAP between both Table Wrappers!!! */
    margin-bottom: 13px; /* Add space below each table */
    padding-bottom: 0px; /* Optional: Add internal space for better breathing room */
    overflow: hidden; /* Prevent content overflow */
    box-sizing: border-box; /* Ensure padding and borders are included in the width */
}
/*------------------------- PROFILE SECTION ---------------------------*/
.profile-container {
  font-family: 'Inter', Verdana, sans-serif;
	max-width: 304px;
    background-color: transparent;
    margin: 0;
    align-self: flex-start;
  }

  .profile-header {
    text-align: left;
    font-family: 'Inter', Verdana, sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0.3em;
  }

  .profile-body {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .profile-image {
    position: relative;
    flex: 0 0 181px;
  }

  .profile-image img {
    width: 181px;
    height: 173px;
    border-radius: 0px;
    object-fit: cover;
  }

  .profile-text {
    flex: 1;
    font-size: 0.8rem;
    line-height: 1.2;
    margin-top: 0;
  }

  .profile-text b {
    font-size: 0.8rem;
    margin-top: 0px;
  }

  .profile-text p {
    margin-top: 0px;
  }

  .profile-mood {
    margin-top: 8px;
  font-size: 0.8rem; 
  }

  .profile-mood img {
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px; /* Adjust value to shift mood image */
  }

  .profile-links {
    margin-top: 6px;
  font-size: 0.8rem;
  }

  .profile-links a {
    text-decoration: none;
    color: #003399;
  }

  .profile-links a:hover {
    text-decoration: underline;
    color: #cc0000;
  }

/* MOBILE STYLING */
@media screen and (max-width: 820px) {
    .tables-container {
        flex-wrap: nowrap; /* Stack tables vertically */
        justify-content: left; /* Center tables in the viewport */
        gap: 10px; /* Add vertical spacing */

    }

    .table-wrapper, .table-wrapper-2 {
        max-width: 820px; /* Prevent overflow */

    }

    body {
        overflow-x: hidden; /* Prevent horizontal scrolling */
     font-size: 0.8rem;
    
    }
}

/* FOOTER STYLING */
.footer {
    text-align: center;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 1rem 0 1rem 0;
    position: relative;
    font-family: 'Inter', Verdana, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    text-decoration-color: #f5b041;
}

.footer p {
    margin: 0 auto;
    max-width: 820px;
}

/* IMAGES BOTTOM OF HOME PAGE STYLING */
.image-container-bottom-page {
        text-align: center;
}
.image-container-bottom-page img {
        margin: 5px; /* Spacing between images */
}

.footer a {
    font-style: italic;
    color: #003399;
    font-weight: 500;
}

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

/* --------------- AUDIO PLAYER ----------------- */
.audio-player {
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #b0b0b0, #e0e0e0);
  border: 2px solid #808080;
  width: 288px;
  padding: 6px;
  font-family: Arial, sans-serif;
	    margin-top: 1rem;
  }

  /* Play button */
  .audio-player button {
  background: linear-gradient(45deg, #444, #999); /* Metallic gradient */
  color: white;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .audio-player button:hover {
  background: linear-gradient(45deg, #222, #777); /* Button darker on hover */
  }
  /* Song information */
  .audio-info {
  flex-grow: 1;
  margin-left: 10px;
  text-align: left;
  margin-bottom: -4px;
  }
  .audio-info .title {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
  }
  .audio-info .artist {
    font-size: 0.8rem;
    color: #4c4c4c;
    font-family: 'Inter', sans-serif;
  }
  /* Volume Slider */
  .volume-slider {
  width: 100%;
  margin-top: 0px;
  }
  .volume-slider input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  background: linear-gradient(to right, #ff9800 75%, #e67e00 75%); /* Dynamic background */
  border-radius: 5px;
  outline: none;
  }
  .volume-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #ff9800;
  border-radius: 50%;
  cursor: pointer;
  }
  .volume-slider input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #ff9800;
  border-radius: 50%;
  cursor: pointer;
}






#navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    background: #3367af;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}




                #navigation li {
                    display: inline-block;
                    padding: 8px 0 8px 0;
                }

                    #navigation li a {
                       color: #ffffff;
                       font-weight: 400;
                    }
                    #navigation li a:hover {
                        color: #cbb8e6;
			text-decoration:none;
			border-bottom: 1px solid #cbb8e6;
                    }










========================================
Comment Wall
========================================
*/
.comment-wall .main-section-header {
  margin-bottom: 3px;
}

.comment-wall .main-section-h2 {
  margin-bottom: 0;
}

#comment-counter {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 3px;
}

.comment-wall table {
  margin: auto;
  margin-bottom: 5px;
}

.comment-wall th {
  background-color: rgb(255, 153, 51);
  width: 158px;
  padding: 3px;
  vertical-align: top;
}

.comment-wall td {
  vertical-align: top;
  background-color: #f9d6b4;
  width: 269px;
  padding: 3px;
}

.comment-wall figcaption,
.comment-wall figure {
  margin: 0;
}

.comment-wall figcaption {
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.comment-wall figure {
  margin-bottom: 49.33px;
}

.comment-wall h3 {
    font-size: 0.75rem;
    margin: 0 0 0 0.2rem;
    margin-bottom: 1rem;
}

.comment-wall p {
  font-weight: normal;
  text-align: left;
  margin: 0 0 0 0.2rem;
}

#add-comment {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}


.focus-highlight {
    color: #cc0000;
    font-weight: normal;
    font-size: 0.8rem;
}



.comment-wall figure img {
    transition: transform 0.3s ease;
}


.comment-wall figure img:hover {
    transform: rotate(-3deg);
    cursor: cell;
}




  /* MISC */

.friends p:nth-of-type(1) {
    margin-top: 0;
    margin-left: 15px;
}



.info {
    color: green;
    font-weight: 600;
}



.friends-list-link {
    margin-top: 7px;
    margin-right: 8px;
    margin-bottom: 30px;
}



.friends-list-link a {
    color: #cc0000;
}



.myspace-url-box {
    font-family: 'Inter', sans-serif;
    border: 1px solid #6699cc;
    height: 35px;
    margin-bottom: 1rem;
    width: 296px;
    padding: 2px;
    margin-top: 1rem;
}

.myspace-url-box h3 {
    font-size: 0.75rem;
    padding-left: 2px;
    margin: 2px 0px 2px 0px;
}

.myspace-url-box p {
    padding-left: 6px;
    margin: 0 0 0 0;
    font-size: 0.8rem;
}

