html {
    scrollbar-color: #fff #000;
    scrollbar-width: none;
}
body {
	background: black;
}
.body {
	margin: 0 auto;
	width: 900px;
	background: black;
	background-image: url("/images/layout.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 900px;
	margin-top: 0px;
	position: relative;
}
.main {
	font-family: 'Emilys Candy', cursive;
	letter-spacing: 0.5px;
	color: #000;
	font-size: 12px;
}
.content {
	position: absolute;
	top: 170px;
	left: 220px;
	width: 420px;
	height: 650px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.content::-webkit-scrollbar {
	display: none;
}
.img {
	position: absolute;
	top: 130px;
	left: 23px;
	max-width: 155px;
	max-height: 60px;
	text-align: center;
}
.img a {
  text-decoration: none;
}
.img a:hover {
  text-decoration: none;
  border: none;
  outline: none;
}
.nav {
	position: absolute;
	top: 425px;
	left: 23px;
	max-width: 155px;
	height: 60px;
}
.status {
	position: absolute;
	top: 130px;
	left: 714px;
	max-width: 140px;
	height: 160px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.link {
	position: absolute;
	top: 580px;
	left: 714px;
	max-width: 140px;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.nav, .sidebar, .status {
  font-family: 'Emilys Candy', cursive !important;
	letter-spacing: 0.5px;
	color: #000;
	font-size: 12px;
}
.sitebutton {
	width: 100px;
	height: 35px;
	padding-top: 1px;
	border-radius: 10px;
	background-color: #9D9B63;
	margin: auto;
}
p {
	margin-bottom: 0px;
	text-align: left;
}
p.indent {
	text-indent: 30px;
}
ul {
	text-align: left;
	padding-left: 10px;
}
li {
	padding-left: 0px;
}
@font-face {
	font-family: "MonsterPumpkin";
	src: url("/fonts/Monster Pumpkin.ttf") format("truetype");
}
h1 {
	font-family: "MonsterPumpkin";
	color: #000;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}
h2 {
    font-family: "Griffy", cursive;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
}
strong {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #fff;
	border-color: #db6f2b
}
a:hover, a:active {
	text-decoration: dotted;
	color: #DB6F2B;
	background-color: #000;
}
a.main {
    color: #DB6F2B;
    text-decoration: underline dotted;
}

a.main:hover {
    color: #DB6F2B;
    text-decoration: underline dotted;
}
a.image:hover {
    background: transparent;
}
textarea {
	border: 2px dotted black;
	overflow: hidden;
}
details > summary {
  padding: 2px 6px;
  width: 15em;
  background-color: #000;
  color: #fff;
  border: 2px dotted #DB6F2B;
}
.button:link, .button a:visited {
	background-color: black;
	color: white;
	border: 2px dotted #DB6F2B;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
}
.button:hover, .button a:active {
	background-color: #DB6F2B;
	border: 2px dotted #000;
	color: white;
	width: 100px;
	margin-bottom: 5px;
}
::-webkit-scrollbar {
	width: 3px;
}
::-webkit-scrollbar-track {
	background: #000;
}
::-webkit-scrollbar-thumb {
	background: #000;
}
::-webkit-scrollbar-thumb:hover {
	background: #DB6F2B;
}
#statuscafe {
    padding: .5em;
    background-color: #000;
    color: #fff;
}
#statuscafe-username {
    margin-bottom: .5em;
    color: #db6f2b;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}