/* ===== BASE ===== */

body {
	margin: 0;
	font-family: "Cossette Titre", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;

	background-color: white;
	background-image: url('https://teethtickler.neocities.org/images/bg_diamond.png');
	background-position: top;

	color: black;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

p {
	line-height: 1.6em;
}

img {
	max-width: 100%;
	height: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a {
	color: rgba(106,0,232,1);
	text-decoration: none;
}

a:hover {
	background-color: lightgrey;
	text-decoration: underline;
}


/* ===== LAYOUT ===== */

#container {
	background-color: white;
	color: black;
}

#content {
	padding: 10px 5% 20px 5%;
}


/* ===== HEADER ===== */

#header {
	background-color: grey;
  	padding: 0 5%;
}

#header ul {
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
}

#header li {
	display: inline-block;
  margin-right: 1.5em;
	font-size: 1.2em;
}

#header li a {
	color: white;
	background: none;
}

#header li a:hover {
	background: none;
	text-decoration: underline;
}


/* ===== TEXT ===== */

h1 {
	margin-top: 0;
	font-family: "Cossette Texte", sans-serif;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px dotted black;
	color: black;
}

h1::before {
	content: url('https://teethtickler.neocities.org/images/wincon.png');
	opacity: 1;
	padding-right: 3px;
	padding-left: 3px;
}

h2 {
	margin-top: 2rem;
	font-family: "Cossette Texte", sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px dotted black;
	color: black;
}

h2::before {
	content: url('https://teethtickler.neocities.org/images/whitei.png');
	color: red;
	padding-right: 4px;
	padding-left: 4px;
}

.caption {
	margin-top: 0;
	font-size: 0.9em;
	font-style: italic;
}

hr {
	border: solid #c7b591;
	border-width: 2px 0 0 0;
}


/* ===== IMAGES / FLOATS ===== */

.right {
	float: right;
	margin-left: 1em;
}

.left {
	float: left;
	margin-right: 1em;
}

.center {
	display: block;
	text-align: center;
}


/* ===== LISTS ===== */

li {
	list-style: none;
	padding-left: 10px;
	position: relative;
}

li::marker {
  content: url('https://teethtickler.neocities.org/images/disc.png');
  display: inline-block;
}

/* ===== POSTS ===== */

#postlistdiv ul,
#recentpostlistdiv ul {
	font-size: 1.2em;
	padding: 0;
	list-style: none;
}

.moreposts {
	font-size: 0.8em;
	margin-top: 0.2em;
}


/* ===== NEXT/PREV ===== */

#nextprev {
	text-align: center;
	margin-top: 1.4em;
}


/* ===== DISQUS ===== */

#disqus_thread {
	margin-top: 1.6em;
}


/* ===== FOOTER ===== */

#footer {
	font-size: 0.8em;
	padding: 0 5% 10px;
	top: 19px;
}


/* ===== TABLES ===== */

th,
td {
	padding: 6px 12px;
	vertical-align: top;
}

th {
	background: black;
	color: white;
}


/* ===== SCROLLBAR ===== */

::-webkit-scrollbar {
	width: 16px;
	height: 16px;
	background: none;
}

::-webkit-scrollbar-thumb {
	background: silver;
	box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
	border: 1px solid;
	border-color: silver #000 #000 silver;
}

::-webkit-scrollbar-track {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAyIDIiIHNoYXBlLXJlbmRlcmluZz0iY3Jpc3BFZGdlcyI+CjxwYXRoIHN0cm9rZT0iI2MwYzBjMCIgZD0iTTAgMGgxTTEgMWgxIi8+PC9zdmc+");
	background-repeat: repeat;
	background-size: 2px;
}

::-webkit-scrollbar-button {
	width: 16px;
	height: 16px;
	background: silver;
	box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
	border: 1px solid;
	border-color: silver #000 #000 silver;
	background-repeat: no-repeat;
	background-size: 16px;
	display: block;
}

::-webkit-scrollbar-corner {
	background: silver;
}

/* dakedres was here ;3 */