body {
  background: #436a7b url('/images/fullbgs/bg_whiterabbitshouse.png');
	background-size: cover;
  font-size: 0.9em;
  font-family: 'Martian Mono';
  text-transform: lowercase;
  color: #333;
  margin: 0;
}

html, a, a:hover { 
  cursor:url(/images/cursors/keybladeoflightcur.png), auto; 
}

p {
  line-height: 1.6em;
}

b, strong {
  color: #fff;
  background-color: #342940;
  line-height: 190%;
  padding: 4px 10px;
  border-radius: 5px;
}

i, em {
  color: #915A50;
  font-style: italic;
}

u, underline {
  color: #3E6954;
  text-decoration: underline wavy;
  text-decoration-color: #ccc;
}

s, strikethrough {
  color: #606060;
  text-decoration: line-through double;
  text-decoration-color: #551B3A;
}

@font-face {
  font-family: Martian Mono;
  src: url('/fonts/MartianMono-Regular.ttf');
}

@font-face {
  font-family: Martian Mono;
  src: url('/fonts/MartianMono-Bold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Alicia Wonderland;
  src: url('/fonts/Alice_in_Wonderland.ttf');
}

hr {
  border: dashed rgba(153, 109, 118, 0.5);
  border-width: 2px 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}

.date {
  margin: 10px 0 30px 0;
  displaY: block;
  background: rgba(62, 105, 84, 0.75);
  border: 3px dotted #121410;
  padding: 1em;
  border-radius: 5px;
  text-align: right;
  transform: skew(-19deg, -4deg);
}

blockquote {
  padding: 1em 1.5em;
  border: 1px dashed #915A50;
  background: rgba(153, 109, 118, 0.3);
  box-shadow: 0 0 4px #915A50;
}

blockquote:before {
  content: "\ec2b";
  font-family: "cappuccicons";
  width: 0;
  height: 0;
  position: relative;
  color: #703837;
  margin: 0 8px 0 0;
  font-size: 10px;
}

.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

a, a:visited {
  color: #3A5254;
  background: rgba(255, 255, 255, 0);
  box-shadow: #CCBED3 0px -8px 0px inset;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover { 
  background: rgba(85, 44, 37, 0.8);
  box-shadow: transparent 0px -25px 0px inset;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

::selection {
  background: rgba(153, 109, 118, 0.7);
  color: #fefefe;
}

h1, h3, h4, h5 {
  display: block;
  font-family: 'Alicia Wonderland';
  color: #703837;
  font-size: 3em;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 2px;
  box-shadow: #C7B1AF 0px -25px 0px inset;
  text-shadow: 2px 0px 1px #99b686;
  transform: skew(-19deg, -4deg);
}

h2 {
  display: block;
  font-family: 'Alicia Wonderland';
  color: #407555;
  font-size: 2.5em;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 1px 1px 0px #39432F;
  box-shadow: 0 -15px 0 0 #C7B1AF inset;
  transform: skew(-12deg, 1deg);
}

#container {
  position: fixed;
  background: #f0f0f0;
  margin: 3em auto;
  width: 65vw;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 45%;
  left: 50%;
  margin-top: calc(-37.5vh - 1em);
  margin-left: -32.5vw;
  border: 5px inset rgba(57, 67, 47, 0.5);
}

.bunnyear-1 {
  position: absolute;
  top: 2vw;
  left: 9vw;
  width: 350px;
  height: 530px;
  border-radius: 50%;
  border: 12px dashed #C7B1AF;
  background: rgba(199, 177, 175, 0.4);
  transform: rotate(40deg);
}

.bunnyear-2 {
  position: absolute;
  top: 2vw;
  right: 9vw;
  width: 350px;
  height: 530px;
  border-radius: 50%;
  border: 12px dashed #C7B1AF;
  background: rgba(199, 177, 175, 0.4);
  transform: rotate(-40deg);
}

#watch {
  display: block;
  width: 150px;
  position: fixed;
  z-index: 1;
  bottom: 2vw;
  left: 13vw;
  transform: rotate(-10deg);
}

#watch:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite; 
  transform: rotate(-10deg);
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#content {
  display: flex;
  height: calc(75vh - (5em - 2px));
  margin-top: 0em;
  gap: 18px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

section {
  width: 60%;
  height: 70vh;
  overflow: auto;
  padding: 20px;
}

#spotlightimg {
  width: 21vw;
  height: 40vh;
  display: flex;
  background: url('/meta/images/bg_bizarreroom.png');
  background-size: cover;
  background-position: center center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  color: rgba(85, 44, 37, 0.75);
  -webkit-text-stroke: 1px #C7B1AF;
  filter: hue-rotate(120deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#spotlightimg:hover {
  filter: hue-rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#post-block {
  position: relative;
  overflow: scroll;
  height: 22vh;
  padding: 0 2em;
  width: 17vw;
}

#header-grid {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  height: 81px;
  background-image: linear-gradient(rgba(240,240,240,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(240,240,240,0.5) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: top left;
}

#header {
  background: #5D584A;
  text-align: right;
  z-index: 99;
  padding: 2em;
}

#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}

#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

#header li a {
  color: white;
  text-decoration: none;
  box-shadow: none;
}

#header li a:hover {
  background: none;
  text-decoration: underline;
  letter-spacing: 0;
}

#header li a:before {
  content: "⌘";
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
  display: inline-block;
  color: #C7B1AF;
}

#postlistdiv ul {
  margin-top: 40px;
  font-size: 0.7em;
  padding: 0;
  list-style-type: none;
}

#recentpostlistdiv ul {
  font-size: 0.7em;
  padding: 0;
  list-style-type: none;
}

.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
  text-align: center;
}

#glenplayer02 {
  position:fixed;
  bottom:0;
  margin-bottom:10px;
  margin-left:10px;
  display:flex;
  z-index:99;
}
  
#glenplayer02 a {
  text-decoration:none;
}

#glenplayer02 > div {
  align-self:center;
  -webkit-align-self:center;
}

.music-controls {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  width:22px;
  font-size:16px;
  cursor:pointer;
}

.playy, .pausee {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #C7B1AF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C7B1AF;
  font-size: 22px;
  border-bottom: none;
}

.pausee {
  display:none;
}