html, body {
	background: #000000;
	color: #bebebe;

	font-family: "GohuFont", monospace !important;
	font-size: 11px !important;
}

a {
	color: #ffffff;
	border-bottom: 1px solid #b21818;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6  {
	color: #ffffff !important;
	font-size: inherit !important;
}

pre, pre code, kbd, samp {
	font-family: "GohuFont", monospace !important;
	font-size: 11px !important;

  background: #0a0a0a !important;
  border: none;
}

pre {
	padding: 5px 0;

	border: 1px dashed #b21818;
	border-left: none;
	border-right: none;
}

pre.no-decorations {
	background: none !important;
	border: none;
}

code {
  border-bottom: 1px solid #b21818;
	color: white;
}

menu, ol, ul {
  padding: 0 0 0 20px !important;
}

#container {
	position: relative;

	width: 50em;
	width: 80ch;
	margin: 40px auto;
	border: 1px solid #b21818;
  overflow: hidden;

	padding: 5px;
  padding-bottom: 0px;
}

#container img {
	width: 100% !important;
}

#container .date {
	float: right;
}

#container .bracket {
	font-weight: normal;
	color: #b21818;
}

#container center.section {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: 5px;
}

#container hr {
  border: 0;
  color: #b21818;
  background-color: #b21818;
  height: 1px;
  width: 100%;
  text-align: left;
}

#container hr:last-child {
  display: none;
}

#container hr.menu-bottom {
  width: 200%;
  position: relative;
  left: -5px;
  margin-top: 4px !important;
}

#menu {
	width: 100%;
}

#menu a {
	color: #ffffff;
	border-bottom: 0;
	font-weight: bold;
	text-decoration: none;
}

del {
	background: #fff;
	color: #fff;
	text-decoration: none;
}

del:hover {
	color: #b21818;
	text-decoration: none;
}

.modal {
	background: black;
	color: white;

	position: fixed;
	left: 0;
	right: 0;
	top: 0;

	border: 1px solid #b21818;
	border-top: none;
	border-bottom: none;

	width: 50em;
	width: 80ch;

	height: 100vh;

	margin: 0 auto;
	padding: 5px;

	text-align: center;
}

.modal .header {
	margin-top: 10px;

	text-align: center;
	font-weight: bold;
	color: red;
}

.modal .message {
	padding: 5px;
}

.modal .button {
	display: inline-block;
	border: 1px solid #b21818;

	font-weight: bold;
	margin-top: 10px;

	padding: 5px;

	cursor: pointer;
}

/* intense debate */
#idc-container-parent #idc-container {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  border-top: 1px solid #b21818;
  padding-top: 10px;
}

#idc-container-parent #idc-container textarea, #idc-container-parent #idc-container input {
	background: #000000 !important;
	color: #bebebe !important;
	border: 1px solid #b21818 !important;
	border-radius: 0 !important;
	font-family: "GohuFont", monospace !important;
}

#idc-container-parent #idc-container .idc-focus {
	border-color: #b21818 !important;
}

#idc-container-parent #idc-container .idc-foot {
  display: none;
}

#idc-container-parent #idc-container .idc-new {
  margin: 0 !important;
}
