/*
========================================
Global
========================================
*/
html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: verdana, arial, sans-serif, helvetica;
  background-color: #0d0d0d;
  font-size: 8pt;
  margin: 0;
  cursor: url(../graphix/misc/decagram.cur), auto !important;
  background-image: url(../graphix/backgrounds/customedits/skullznstarzcustomanibg.gif);
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #df0000;
  /*color: #cc0000;*/
  cursor: url(../graphix/misc/invertedcross.cur), pointer !important;
}

a:visited {
  color: #ff0000;
  /*color: #cc0000;*/
}

a:hover {
  text-decoration: underline;
  color: #a30000;
}

h2 {
  font-size: 9pt;
  margin: 0;
  font-weight: bold;
}

p {
  line-height: 1.3;
}

.text-wiggle {
  text-align: center;
animation: wiggle 0.5s infinite;
}
@keyframes wiggle {
0% {
transform: rotate(2deg);
}
50% {
transform: rotate(2deg);
}
51% {
transform: rotate(-2deg);
}
100% {
transform: rotate(-2deg);
}
}

/*
========================================
Master Container
========================================
*/
.master-container {
  margin: auto;
  width: 800px;
  background-color: rgba(255, 255, 255, 0);
}

/*
========================================
Main Header
========================================
*/
.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 151px;
  background-color: #000000;
  background-image: url(../graphix/backgrounds/skullt.jpg);

  color: #ffffff;
}

.main-header ul {
  list-style-type: none;
  
}

.main-header a:link {
  color: #ffffff;
  font-weight: normal;
  
}
.main-header a:link:hover {
  color: #ff0000;
  font-weight: normal;
  
}

.main-header a:visited {
  color: #ffffff;;
}

/*
========================================
Search Bar
========================================
*/
.search-bar {
  display: grid;
  grid-template-columns: .25fr 1fr .25fr;
}

.search-bar form {
  justify-self: center;
  margin: 0;
}

.search-bar form [type="text"] {
  width: 160px;
}

.search-bar form [type="radio"] {
  margin-right: .33rem;
}

.search-bar ul {
  display: flex;
}

.submit-btn {
  margin: 8px;
  border: 1px solid black;
  padding: 2px 7px;
  background-color: #ececec;
  font-size: 10px;
  border-color: rgb(186, 186, 186);
}

.topnav {
  padding: 0;
  margin: 8px;
}

.topnav li:first-child::after {
  content: '|';
  margin: .33rem;
}

.home {
  justify-self: start;
}

.signup {
  justify-self: end;
}

/*
========================================
Navigation Bar
========================================
*/
.navbar {
  display: flex;
  align-items: center;
  margin-top: auto;
  background-color: rgb(0, 0, 0);
  height: 26px;
}

.navbar ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.navbar li::after {
  content: '|';
  margin: .33rem;
  color: #ffffff;
}

.navbar li:last-child::after {
  content: '';
}

.navbar a:hover {
  color: #ff0000;
}

/*
========================================
Page Content Container
========================================
*/
.page-content-container {
  background-color: #0d0d0d;
  display: grid;
  grid-template-columns: 325px 453px;
  grid-column-gap: 20px;
  grid-template-areas: "sidebar main";
  padding-top: 14px;
  /*background-image: url(../graphix/backgrounds/skullt.jpg);
  background-position: 96px;*/
  
}

/*
========================================
x's Profile Sidebar Column
========================================
*/
.profile-sidebar {
  grid-area: sidebar;
  margin-left: 15px;
  width: 300px;
  height: 1200px;
  /*background-color: #1d1d1d;*/
}

h1 {
  font-size: 12.25pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  /*background-color: #cc0000;*/
  padding-left: 2px;
}

.profile-sidebar ul {
  list-style-type: none;
  padding: 0;
  padding-top: 15px;
  margin: 0;
  color: #ffffff;
}

/*
========================================
x's Profile Picture Container
========================================
*/
.profile-picture-container {
  display: grid;
  grid-template-columns: 170px 115px;
  grid-template-rows: 200px;
  grid-column-gap: 15px;  /*background-color: #0d0d0d;*/
  margin-bottom: 12px;
  /*border: 2px solid #cc0000;*/
  color: #ffffff;
}

.profile-pic {
  padding-left: 5px;
  width: 150px;
  height: 150px;
}

.profile-picture-container p {
  margin: 0;
}

.profile-pic {
  grid-area: 1/1;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.personal-msg {
  grid-area: 1/2;
  padding-top: 5px;
}

.gender-age {
  grid-area: 1/2;
}

.gender-age li:first-child {
  margin-top: 28px;
}

/*
.last-login {
  grid-area: 1/2;
  align-self: end;
}

.last-login li:last-child {
  margin-bottom: 15px;
}
*/

.mood {
  margin-bottom: -40px !important;
  margin-top: -42px !important;
  padding-left: 20px !important;
  padding-top: 0px !important;
}

.activity-status {
  grid-area: 1/2;
  align-self: end ;
  padding-bottom: 35px !important;
}

.activity-status li:last-child {
  margin-bottom: 15px;
  padding-bottom: 15px;/*font-size: #px;*/
  font-family: fontfamily;
  order: dotted 0px !important;
  background-image: url("URL") !important;
  border-top: 0px;
}

.pics-videos {
  grid-area: 1/1;
  justify-self: center;
  align-self: end;
}

/*
========================================
x's Contact Box
========================================
*/
.contact-box {
  border: 2px solid #cc0000;
  /*border: 2px solid #414141;*/
  background-image: url();
  height: 130px;
  width: 300px;
  margin-bottom: 24px;
  color:#ffffff;
  background-color: #0d0d0d;
  align-items:end;
  text-overflow:clip;
  white-space: nowrap;
}

.contact-box a:link {
  color:#ffffff;
}

.contact-box a:link:hover {
  color:#cc0000;
}

.contact-box a:visited {
  color: #ffffff;;
}

.contact-box h2 {
  background-color: #cc0000;
  color: #ffffff;
  height: 17px;
  padding-left: 10px;
  /*background-image: url(../graphix/backgrounds/skull2.jpg);
  background-position: -130px;*/
}

.contact-images{
float: left;
width: 100px;
margin: 0px 48px 0px 0px;
display:flexbox ;
line-height: 1.8;
padding-block-start: 8px;
padding-inline-start: 7px;
}

/*
========================================
x's MySpace URL
========================================
*/
.myspace-url-box {
  border: 1px solid #cc0000;
  /*border: 2px solid #414141;*/
  color: #ffffff;
  height: 30px;
  background-color: #0d0d0d;
  margin-bottom: 24px;
}

.myspace-url-box h3,
.myspace-url-box p {
  margin: 0;
  padding: 0;
}

.myspace-url-box h3 {
  font-size: 8pt;
  padding-left: 2px;
}

.myspace-url-box p {
  padding-left: 6px;
  ;
}

/*
========================================
x's Interests
========================================
*/
.interests p {
  margin-top: 0;
}

.interests p:only-child,
.interests p:last-child {
  margin-bottom: 0;
}

.interests table {
  margin-bottom: 13px;
}

/*
========================================
Sidebar Table Class
========================================
*/
.sidebar-table {
  border: 2px solid #cc0000;
  /*border: 2px solid #414141;*/
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
}

.sidebar-table-h2 {
  background-color: #cc0000;
  color: white;
  text-align: left;
  height: 17px;
  padding-left: 15px;
  padding-top: 2px;
  /*background-image: url(../graphix/backgrounds/skull3.jpg);
  background-position: -90px;*/
}

.sidebar-table-header {
  vertical-align: top;
  text-align: left;
  width: 107px;
  background-color: #121212;
  color: #cc0000;
  padding: 3px;
  font-weight: bold;
  font-size: 8pt;
}

.sidebar-table-data {
  width: 184px;
  color:#ffffff;
  background-color: #121212;
  padding: 3px;
}

/*
========================================
Sidebar Table Class 2
========================================
*/
.sidebar-table2 {
  border: 2px solid #cc0000;
  /*border: 2px solid #414141;*/
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
}

.sidebar-table2-h2 {
  background-color: #cc0000;
  color: white;
  text-align: left;
  height: 17px;
  padding-left: 15px;
  padding-top: 2px;
  /*background-image: url(../graphix/backgrounds/skull4.jpg);
  background-position: -80px;*/
}

.sidebar-table2-header {
  vertical-align: top;
  text-align: left;
  width: 107px;
  background-color: #121212;
  color: #cc0000;
  padding: 3px;
  font-weight: bold;
  font-size: 8pt;
}

.sidebar-table2-data {
  width: 184px;
  color:#ffffff;
  background-color: #121212;
  padding: 3px;
}

/*
========================================
x's Schools
========================================

.schools .sidebar-table-header {
  width: 228px;
  color: black;
  font-weight: normal;
}

.schools .sidebar-table-data {
  width: 63px;
  text-align: center;
  vertical-align: top;
}

.schools ul {
  margin-bottom: 2em;
}

/*
========================================
Main Column
========================================
*/
main {
  grid-area: main;
}

/*
========================================
My 99x56 Stamp Collection
========================================
*/

#marquee {
  width:100%; 
  margin:auto; 
  overflow: hidden;
  white-space: nowrap;
  padding: .5em;
  padding-top: 4px;
  padding-bottom: 2px;
  border: 2px solid #cc0000;
  }
  
  #marquee:hover #stamps {
  animation-play-state: paused; 
  }
  
  #stamps {
  display: inline-block;
  will-change: transform;
  animation: marquee 150s linear infinite; 
  }
  
  #stamps img {
  width: 99px;
  height:56px; 
  opacity:1; 
  transition: all 0.2s;
  position: relative; 
  z-index: 1;
  filter: brightness(85%);
  cursor: url(../graphix/misc/invertedcross.cur), auto !important;
  }
  
  #stamps img:hover {
  transform: scale(1.1); /* remove this if you'd rather they not explode on hover  */
  opacity:1;
  z-index: 100;
  filter: brightness(100%);
  }
  
  @keyframes marquee {
  0% {
  transform: translateX(0%);
  }
  100% {
  transform: translateX(-100%);
  }
  }

/*
========================================
My 100x100 Stamp Collection 2
========================================
*/
#marquee {
  width:100%; 
  margin:auto; 
  overflow: hidden;
  white-space: nowrap;
  padding: .5em;
  margin-top: -6px;
  padding-top: 4px;
  padding-bottom: 1px;
  border: 2px solid #cc0000;
  }
  
  #marquee:hover #stamps2 {
  animation-play-state: paused; 
  }
  
  #stamps2 {
  display: inline-block;
  will-change: transform;
  animation: marquee 100s linear infinite; 
  }
  
  #stamps2 img {
  width: 100px;
  height: 100px; 
  opacity:1;
  transition: all 0.2s;
  position: relative; 
  z-index: 1;
  filter: brightness(85%);
  cursor: url(../graphix/misc/invertedcross.cur), auto !important;
  }
  
  #stamps2 img:hover {
  transform: scale(1.07);
  opacity:1;
  z-index: 100;
  filter: brightness(100%);
  }
  
  @keyframes marquee {
  0% {
  transform: translateX(0%);
  }
  100% {
  transform: translateX(-100%);
  }
  }

/*
========================================
My Blinkie Collection
========================================
*/
.blinkie-section table {
  text-align: left;
}
  #blinkies{
  width: 310px;
  height: 20px;
  padding-top:20px !important;  
  }

  #blinkies img{
  z-index: 3;
  filter: brightness(85%);
  cursor: url(../graphix/misc/invertedcross.cur), auto !important;
  }

  #blinkies img:hover {
  transform: scale(1.2);
  width: 150px;
  height:20px;
  filter: brightness(100%);
  }

/*
#blinkie-marquee {
  width:100%;
  margin:auto; 
  overflow: hidden;
  white-space: nowrap;
  padding: .5em;
  }
  
  #blinkie-marquee:hover #blinkies {
  animation-play-state: paused; 
  }
  
  #blinkies {
  display: inline-block;
  will-change: transform;
  animation: marquee 750s linear infinite; 
  }
  
  #blinkies img {
  width: 150px;
  height:20px; 
  opacity:1; 
  transition: all 0.2s;
  position: relative; 
  z-index: 1; 
  }
  
  #blinkies img:hover {
  transform: scale(1.2); 
  width: 175px;
  height:25px;
  opacity:1;
  z-index: 2;
  }
  
  @keyframes marquee {
  0% {
  transform: translateX(0%);
  }
  100% {
  transform: translateX(-100%);
  }
}

/*
========================================
x's User Network
========================================
*/
.user-network {
  color:#ffffff;
  background-image: url(../graphix/banners/emilythestrange.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 433px;
  margin: auto;
  height: 75px;
  border: 2px solid black;
  margin-top: px;
}

.user-network h2 {
  font-size: 12pt;
}

/*
========================================
x's Blog
========================================
*/
.blog {
  color:#ffffff;
  display: grid;
  grid-auto-rows: 29px;
  flex-direction: column;
  margin-top: 13px;
  margin-left: 12px;
  margin-bottom: 16px;
}

.blog p {
  margin-top: 3px;
}

/*
========================================
x's Blurbs
========================================
*/
.main-section-header {
  background-color: #cc0000;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.main-section-h2 {
  color: #ffffff;
  margin-left: 20px;
}

.blurbs h3 {
  margin: 0;
  color: #cc0000;
  font-size: 9pt;
  margin-left: 15px;
}

div.blurbs {
  width:455px
}

.blurbs p:nth-of-type(5) {
  margin-bottom: 2em;
}

.blurbs p {
  margin: 0 10px 15px 15px;
  color: #ffffff;
}

.info {
  color: green;
  font-weight: bold;
}

/*
========================================
x's Friend Space
========================================
*/
.friends header {
  margin-bottom: 6px;
}

.friends p:nth-of-type(1) {
  color:#ffffff;
  margin-top: 0;
  margin-left: 15px;
}

.focus-highlight {
  color: #cc0000;
  font-weight: normal;
  font-size: 10pt;
}

.friend-pic-container {
  display: grid;
  grid-template-columns: repeat(4, 109px);
  grid-template-rows: 160px 193px;
}

.friend-pic-container figure {
  margin: 0;
}

.friend-pic-container figcaption {
  text-align: center;
}

.friend-pic-container img {
  display: block;
  max-width: 90px;
  margin: auto;
}

.friends-list-link {
  display: flex;
  justify-content: flex-end;
}

.friends-list-link {
  margin-top: 7px;
  margin-right: 8px;
  margin-bottom: 30px;
}

.friends-list-link a {
  color: #cc0000;
}

/*
========================================
x's Comment Wall
========================================
*/
.comment-wall .main-section-header {
  margin-bottom: 3px;
}

.comment-wall .main-section-h2 {
  margin-bottom: 0;
}

#comment-counter {
  color:#ffffff;
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 3px;
}

.comment-wall table {
  margin: auto;
  margin-bottom: 5px;
}

.comment-wall th {
  background-color: #1d1d1d;
  width: 158px;
  padding: 3px;
  vertical-align: top;
}

.comment-wall td {
  vertical-align: top;
  background-color: #1d1d1d;
  color:#ffffff;
  width: 269px;
  padding: 3px;
}

.comment-wall img {
  display: block;
  margin: auto;
}

.comment-wall figcaption,
.comment-wall figure {
  margin: 0;
}

.comment-wall figcaption {
  margin-bottom: 1em;
}

.comment-wall figure {
  margin-bottom: 49.33px;
}

.comment-wall h3 {
  font-size: 10pt;
  margin: 0;
  margin-bottom: 1em;
}

.comment-wall p {
  font-weight: normal;
  text-align: left;
  margin: 0;
}

#add-comment {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

.comment {
  padding-left: 100px;
}

/*
========================================
Footer
========================================
*/
footer {
  display: grid;
  grid-template-rows: 16px 39px;
  color:#ffffff;
  background-color: #0d0d0d;
  padding-top: 10px;
  height: 65px;
}

footer a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 8pt;
}

footer ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer li:after {
  content: ' | ';
  font-weight: normal;
}

#last:after {
  content: none;
}

footer small {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  font-size: 8pt;
  font-weight: normal;
}

/*
========================================
Custom Scrollbar for Chromium and Safari
========================================
*/
::-webkit-scrollbar {
width:15px; height:15px;
}
 
::-webkit-scrollbar-track {
background-image: url(../graphix/misc/1.png);
}
 
::-webkit-scrollbar-thumb {
background-image: url(../graphix/misc/2.png);
border-top: 1px solid #111; border-bottom: 1px solid #000;
}
 
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(../graphix/misc/3.png);
width: 15px; height: 15px;
}
 
::-webkit-scrollbar-button:vertical:increment {
background-image: url(../graphix/misc/4.png);
width: 15px; height: 15px;
}