body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #000;
  height: 100%;
  
}

#menu {
  position: fixed;
  left: 1px;
  padding: 8px;
  width: 290px;
  height: 100%;
  border-right: 1px solid #000;
  background-color: #ff6600;
  font-family: KRISTEN ITC;
	font-size: 11pt;
	color: #141213;
	line-height: 12pt;
	letter-spacing: 1px;
	background-image: url("/img/halloween/tallhalloween.png");
	overflow-y: scroll;
    top: 0;
    bottom: 0;
}

#content {

  margin-left: 340px;
  padding: 0px;
  margin-right: 15px;
  background-color: #000;
  font-family: KRISTEN ITC;
	font-size: 11pt;
	color: #ff6600;
	line-height: 20pt;
	letter-spacing: 1px;
	height: 100%;
}
.subtitle {
	text-align: left;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: lowercase;
	font-family: KRISTEN ITC; 
	background: #ff6600;
	border: 1px dashed #000;
	text-shadow: 2px 2px #000;
}
@font-face {
  
    font-family:'Kristen ITC';
    src:url('/ITCKRIST.ttf');
    font-style: Normal;
    font-weight: 100;
}
h1 {
  text-align: left;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: lowercase;
	font-family: KRISTEN ITC; 
	text-shadow: 2px 2px #03fc02;
}
i {
	color: #000;
	font-size: 14pt;
	font-family: georgia;
	letter-spacing: 1px;
}
em {
background: #9a54da;
color:#e7bb41;
font-weight: none;
   font-style: normal;
   letter-spacing: 1px;
   font-family: kristen itc;
   font-size: 10pt;
   text-transform: lowercase;

}
b {
  color: #9a54da;;
}
u {
  text-decoration: underline dashed;
}
a, a:link, a:active, a:visited {
	font-weight: normal;
	font-family: kristen itc;
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	color: #0b4cc9;
	letter-spacing: .5px;
}
a:hover {
	text-decoration: underline dashed;
}
.image {
	float: left;
	  padding: 15px;
}
.image2 {
	float: right;
}
table.unstyledTable {
  font-family: Kristen ITC, Helvetica, sans-serif;
  border: 1px dashed #000000;
  background-color: #E7BB41;
  width: 100%;
  height: 500px;
  text-align: center;
}
table.unstyledTable td, table.unstyledTable th {
  border: 1px solid #000000;
  padding: 4px 10px;
}
table.unstyledTable tbody td {
  font-size: 12px;
}
table.unstyledTable tr:nth-child(even) {
  background: #e7bb41;
}
table.unstyledTable thead {
  background: #9A54DA;
}
table.unstyledTable thead th {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
table.sitely {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px dashed #000000;
  background-color: #9A54DA;
  width: 500px;
  text-align: center;
}
table.sitely td, table.sitely th {
  border: 1px dashed #000;
  padding: 4px 4px;
}
table.sitely tr:nth-child(even) {
  background: #03fc02;
}
hr {
	clear: both;
	margin: 20px auto;
	width: 70%;
	border: 0;
	border-top: 1px solid #d7d7d7;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px black; 
  border-radius: 1px;
  background: #9a54da;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fd31b2; 
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #548af5; 
}
.third {
	width: 31%;
	margin: 40px 1%;
	float: left;
	text-align: center;
}
h3 {
	font-size: 24pt;
	margin: 30px 0;
	color: #0958f1;
}
h2 {
	font-size: 50pt;
	margin: 30px 0;
	color: #0958f1;
}
body, html {
     cursor: url("https://cur.cursors-4u.net/holidays/hol-1/hol51.cur"), auto;
   }
.updates {
	padding: 8px;
	background: url("https://media.giphy.com/media/d3FyzF80cdxQvxgQ/giphy.gif");
	background-size: 100%;
	background-position: bottom;
	border: 1px solid #f1f1f1;
	text-align: justify;
	width: 660px;
	font-family: kristen itc;
	text-transform: lowercase;
	font-size: 9pt;
	letter-spacing: 1px;
}
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #3e2723;
  font-family: sans-serif;
  font-size: 1.25em;
  background-color: #000;
}

.title {
  padding: 2rem;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Creepster', cursive;
}

.note {
  padding: 2rem;
  font-size: small;
  text-align: right;
}

svg > * {
  stroke: #000;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

svg > *:not([fill]) {
  fill: none;
}

div {
  position: absolute;
  transform-origin: center top;
  transition: 200ms;
}

.body {
  position: relative;
  top: -2.5em;
  width: 8em;
  height: 10.25em;
  margin: auto;
}

.hips {
  bottom: 0;
  left: 50%;
  width: 5em;
  transform: translateX(-50%);
}

.torso {
  top: 0;
  left: 50%;
  width: 8em;
  transform: translateX(-50%);
}

.head {
  bottom: 86%;
  left: 50%;
  width: 4em;
  transform: translateX(-50%);
}

#mouth-smile,
#mouth-o {
  display: none;
}

.arm {
  top: 2.8125em;
  width: 1.25em;
  transform-origin: center 12%;
}

.arm.left {
  left: 87%;
}

.arm.right {
  right: 87%;
}

.forarm {
  top: 83%;
  width: 155%;
}

.left .forarm {
  right: -15%;
  transform-origin: 60% 0%;
}

.right .forarm {
  left: -15%;
  transform-origin: 40% 0%;
}

.leg {
  top: 89%;
  width: 27%;
  transform-origin: center -3%;
}

.leg.left {
  right: 19.5%;
}

.leg.right {
  left: 19.5%;
}

.lowerleg {
  top: 75%;
  width: 2.78125em;
}

.left .lowerleg {
  left: 0;
  transform-origin: 45% 0;
}

.right .lowerleg {
  right: 0;
  transform-origin: 55% 0;
}

.crotch {
  top: 9.25em;
  left: 50%;
  width: 2em;
  transform: translateX(-50%);
}

/* Wave */

.wave #mouth-flat {
  display: none;
}

.wave #mouth-smile {
  display: initial;
}

.wave .arm.right {
  transform: rotate(50deg);
}

.wave .arm.right .forarm {
  animation: wave 0.3s 6 linear alternate;
}

.wave .arm.right .forarm svg {
  position: relative;
  left: -0.375em;
  transform: scaleX(-1);
}


/**
* Movement
*/

/* Body */

.body[data-body-pos="1"] {
  transform: translateY(25%);
}

.body[data-body-pos="2"] {
  transform: translateY(68.5%);
}

/* Left Leg */

.body[data-body-pos="1"] .leg.left {
  transform: rotate(-70deg);
}

.body[data-body-pos="2"] .leg.left {
  transform: rotate(-90deg);
}

/* Right Leg */

.body[data-body-pos="1"] .leg.right {
  transform: rotate(70deg);
}

.body[data-body-pos="2"] .leg.right {
  transform: rotate(90deg);
}

/* Left Lower Leg */

.body[data-body-pos="1"] .leg.left .lowerleg {
  transform: rotate(70deg);
}

.body[data-body-pos="2"] .leg.left .lowerleg {
  transform: rotate(0);
}

/* Right Lower Leg */

.body[data-body-pos="1"] .leg.right .lowerleg {
  transform: rotate(-70deg);
}

.body[data-body-pos="2"] .leg.right .lowerleg {
  transform: rotate(0);
}

/* Left Arm */

.body[data-arm-pos="2"] .arm.left,
.body[data-arm-pos="3"] .arm.left,
.body[data-arm-pos="4"] .arm.left {
  transform: rotate(-50deg);
}

/* Right Arm */

.body[data-arm-pos="2"] .arm.right,
.body[data-arm-pos="3"] .arm.right,
.body[data-arm-pos="4"] .arm.right {
  transform: rotate(50deg);
}

/* Left Forarm */

.body[data-arm-pos="1"] .arm.left .forarm,
.body[data-arm-pos="3"] .arm.left .forarm {
  transform: rotate(-90deg);
}

.body[data-arm-pos="1"] .arm.left .forarm svg,
.body[data-arm-pos="3"] .arm.left .forarm svg {
  position: relative;
  right: -20%;
  transform: scaleX(-1);
}

.body[data-arm-pos="2"] .arm.left .forarm {
  right: -11%;
  width: 152%;
  transform: rotate(0);
}

.body[data-arm-pos="4"] .arm.left .forarm {
  transform: rotate(90deg);
}

/* Right Forarm */

.body[data-arm-pos="1"] .arm.right .forarm,
.body[data-arm-pos="3"] .arm.right .forarm {
  transform: rotate(90deg);
}

.body[data-arm-pos="1"] .arm.right .forarm svg,
.body[data-arm-pos="3"] .arm.right .forarm svg {
  position: relative;
  left: -20%;
  transform: scaleX(-1);
}

.body[data-arm-pos="2"] .arm.right .forarm {
  left: -11%;
  width: 152%;
  transform: rotate(0);
}

.body[data-arm-pos="4"] .arm.right .forarm {
  transform: rotate(-90deg);
}

/* Mouth */

.body[data-body-pos="1"] #mouth-smile {
  display: initial;
}

.body[data-body-pos="1"] #mouth-flat,
.body[data-body-pos="1"] #mouth-o {
  display: none;
}

.body[data-body-pos="2"] #mouth-o {
  display: initial;
}

.body[data-body-pos="2"] #mouth-smile,
.body[data-body-pos="2"] #mouth-flat {
  display: none;
}


/**
* Animations
*/

@keyframes wave {
  100% { transform: rotate(90deg); }
}

