@import url(https://fonts.googleapis.com/css?family=Ubuntu);

body {
  background: #161616;
  background-image: url('https://i.imgur.com/0YJRSS9.png'), url('img/dark_roach_bg.png');
	background-repeat: repeat, no-repeat;
    background-attachment: fixed, fixed;
	background-position: center, right bottom;
	color: #FFFFFF;
	font-family: Ubuntu;
	font-size: 10pt;
	margin: 0 8px;
	padding-left: 5px;
	padding-right: 5px;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
}
table * {
	margin: 0;
}
a, a:visited {
	text-decoration: none;
	color: #1999CC;
}
a:hover, .intro a.post_no:hover {
	color: #249624
}
a.post_no {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.intro a.post_no {
	color: inherit;
}
.intro a.post_no, p.intro a.email {
	margin: 0;
}
.intro a.email span.name {
	color: #666699;
}
.intro a.email:hover span.name {
	color: #663366;
}
.intro label {
	display: inline;
}
h2 {
	color: #00b6ff;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
header {
	margin: 1em 0;
}
h1 {
	font-family: Ubuntu;
	letter-spacing: -2px;
	font-size: 20pt;
	margin: 0;
}
header div.subtitle, h1 {
	color: #249624;
	text-align: center;
}
header div.subtitle {
	font-size: 20pt;
}
form {
	margin-bottom: 4em;
}
form table {
	margin: auto;
}
form table input {
	height: auto;
}
/* Post form text and shit */
input[type="text"], input[type="password"], textarea {
	border: 1px solid #1999cc;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
	background: rgba(51, 51, 51, 0.3);
	color: #e1e1e1;
}
form table tr td {
	text-align: left;
	margin: 0;
	padding: 0;
}
form table.mod tr td {
	padding: 2px;
}
form table tr th {
	text-align: left;
	padding: 4px;
}
form table tr th {
	border: 1px solid rgba(25, 153, 204, 1);
	background: rgba(51, 51, 51, 0.3);

}
form table tr td div.center {
	text-align: center;
	float: left;
	padding-left: 3px;
}
form table tr td div input {
	display: block;
	margin: 2px auto 0 auto;
}
form table tr td div label {
	font-size: 10px;
}
.unimportant, .unimportant * {
	font-size: 10px;
}
p.fileinfo {
	display: block;
	margin: 0;
	padding-right: 7em;
}
div.banner {
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}
div.banner, div.banner a {
	color: white;
}
div.banner a:hover {
	color: #00b6ff;
	text-decoration: none;
}
/* custom banner */
img.banner, img.board_image {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://i.imgur.com/5KuZyUy.png) no-repeat;
  width: 550px;
  height: 240px;
  border-radius: 12px;
  padding-left: 550px;
  max-width: 99%;
  max-height: 99%;
  border-style: solid;
  border-color: #000000;

	animation: throb 3s linear infinite;
	-o-animation: throb 3s linear infinite;
	-moz-animation: throb 3s linear infinite;
	-webkit-animation: throb 3s linear infinite;
}
/* Animations - Need all keyframes + all 3 prefixes (-o-, -moz-, -webkit-) to support all major browsers */

/* Flashing */
@keyframes throb {
	from { box-shadow: 0 0 50px #1999cc; }
	50% { box-shadow: 0 0 07px #249624; }
	to { box-shadow: 0 0 50px #1999cc; }
}
@-o-keyframes throb {
	from { box-shadow: 0 0 50px #1999cc; }
	50% { box-shadow: 0 0 07px #249624; }
	to { box-shadow: 0 0 50px #1999cc; }
}
@-moz-keyframes throb {
	from { box-shadow: 0 0 50px #1999cc; }
	50% { box-shadow: 0 0 07px #249624; }
	to { box-shadow: 0 0 50px #1999cc; }
}
@-webkit-keyframes throb {
	from { box-shadow: 0 0 50px #1999cc; }
	50% { box-shadow: 0 0 07px #249624; }
	to { box-shadow: 0 0 50px #1999cc; }
}


/* mobile banner */
.mobile-style img.banner, .mobile-style img.board_image {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://i.imgur.com/zSvA4lG.png) no-repeat;
  width: 300px;
  height: 131px;
  border-radius: 8px;
  padding-left: 300px;
  max-width: 99%;
  max-height: 99%;
  border-style: solid;
  border-color: #000000;
box-shadow: 0px 0px 12px #249624;
}

img.post-image {
	display: block;
	float: left;
	margin: 10px 20px;
	border: none;
}
div.post img.post-image {
	padding: 5px;
	margin: 5px 20px 0 0;
}
div.post img.icon {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
div.post i.icon {
	margin: 0 4px;
	font-size: 16px;
}
div.post.op {
	margin-right: 20px;
	margin-bottom: 5px;
}
div.post.op hr {
	border-color: #000000;
}
.intro {
	margin: 0.5em 0;
	padding: 0;
	padding-bottom: 0.2em;
}
input.delete {
	float: left;
	margin: 1px 6px 0 0;
}
/*Post Subject*/
.intro span.subject {
	color: #00b6ff;
	font-weight: bold;
}
/*OP name aka "Anonymous" text*/
.intro span.name {
	color: #336600;
	font-weight: bold;
}
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
	color: #CC0000;
	margin-left: 0;
}
.intro a {
	margin-left: 8px;
}
div.delete {
	float: right;
}
div.post.reply p {
	margin: 0.3em 0 0 0;
}
div.post.reply div.body {
	margin-left: 1.8em;
	margin-top: 0.8em;
	padding-right: 3em;
	padding-bottom: 0.3em;
}
div.post.reply.highlighted {
	background: rgba(37, 35, 35, 0.8);
}
/*Hotlinks in REPLY POSTS' box*/
div.post.reply div.body a {
	color: #169900;
}
div.post.reply div.body a:hover {
	color: #1999cc;
}
div.post {
	max-width: 97%;
}
/*OP Post Text*/
div.post div.body {
	word-wrap: break-word;
	white-space: pre-wrap;
}
/*Post Reply Background*/
div.post.reply {
	background: rgba(13, 13, 13, 0.8);
	margin: 0.2em 16px;
	padding: 0.2em 0.3em 0.5em 0.6em;
	border-width: 0px;
	border-style: none solid solid none;
	border-color: #333333;
border-radius: 12px;
	display: inline-block;
        max-width: 80%!important;
}

/*Greentext*/
.quote {
  color: #00b900 !important;
}


span.trip {
	color: #CC0000;
}
span.quote {
	color: #1ab800;
}
span.omitted {
	display: block;
	margin-top: 1em;
}
br.clear {
	clear: left;
	display: block;
}
span.controls {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
span.controls.op {
	float: none;
	margin-left: 10px;
}
span.controls a {
	margin: 0;
}
div#wrap {
	width: 900px;
	margin:0 auto;
}
div.ban {
	background: #333333;
	border: 1px solid #1999cc;
	max-width: 700px;
	margin: 30px auto;
}
div.ban p, div.ban h2 {
	padding: 3px 7px;
}
/*might need to modify this later - fff*/
div.ban h2 {
	background: #1999cc;
	color: #ffffff;
	font-size: 12pt;
}
div.ban p {
	font-size: 12px;
	margin-bottom: 12px;
}
div.ban p.reason {
	font-weight: bold;
}
span.heading {
	color: #CC0000;
	font-size: 11pt;
	font-weight: bold;
/* redtext glow */
	text-shadow:
0 0 10px #249624,
0 0 20px #249624,
0 0 30px #249624,
0 0 50px #249624;

}
span.spoiler {
	background: #000000;
	color: #000000;
	padding: 0px 1px;
}
div.post.reply div.body span.spoiler a {
	color: #000000;
}

/*Catalog*/
.theme-catalog div.thread {
  border-radius: 6px;
  border-color: #414141
}

/*Catalog hover*/
.theme-catalog div.thread:hover {
  background-color: rgba(29, 31, 33, 0.7);
  border-radius: 6px;
  border-color: #414141
}

/*spoiler hover text*/
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a 

{
	color: #ffffff;
}
div.styles {
	float: right;
	padding-bottom: 20px;

}
div.styles a {
	margin: 0 10px;
}
div.styles a.selected {
	text-decoration: none;
}
table.test {
	width: 100%;
}
table.test td, table.test th {
	text-align: left;
	padding: 5px;
}
table.test tr.h th {
	background: #669900;
}
table.test td img {
	margin: 0;
}
fieldset label {
	display: block;
}
div.pages {
	color: #999999;
	background: #333333;
	display: inline;
	padding: 8px;
	border-right: 0px;
	border-bottom: 0px;
}
div.pages a.selected {
	color: #004088;
	font-weight: bolder;
}
div.pages a {
	text-decoration: none;
}
div.pages form {
	margin: 0;
	padding: 0;
	display: inline;
}
div.pages form input {
	margin: 0 5px;
	display: inline;
}
/*SEPERATORS*/
hr {
	border: none;
	border-top: 1px solid #000000;
	height: 0;
	clear: left;
}
div.boardlist {
	color: #999999;
	font-size: 10.5pt;
text-align: center;
	margin-top: 3px;
}
div.boardlist.bottom {
	margin-top: 20px;
}
div.boardlist a {
	text-decoration: none;
}
div.report {
	color: #999999;
}
table.modlog {
	margin: auto;
	width: 100%;
}
table.modlog tr td {
	text-align: left;
	margin: 0;
	padding: 4px 15px 0 0;
}
table.modlog tr th {
	text-align: left;
	padding: 4px 15px 5px 5px;
	white-space: nowrap;
}
table.modlog tr th {
	background: #333333;
}
td.minimal, th.minimal {
	width: 1%;
	white-space: nowrap;
}
div.top_notice {
	text-align: center;
	margin: 5px auto;
}
span.public_ban {
	display: block;
	color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
}
span.toolong {
	display: block;
	margin-top: 15px;
}
/*Board Announcement and other - ff0000*/
div.blotter {
	color: #249624;
	font-weight: bold;
	text-align: center;
}
table.mod.config-editor {
	font-size: 9pt;
	width: 100%;
}


table.mod.config-editor td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333333;
}
table.mod.config-editor input[type="text"] {
	width: 98%;
}
.desktop-style div.boardlist:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  /*text-shadow: white 1px 0px 6px, white 1px 0px 6px, black 1px 

0px 3px;*/
  margin-top: 0px;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style 

div.boardlist:nth-child(1).cb-menu {
  background-color: rgba(0, 0, 0, 1);
}

.desktop-style body {
  padding-top: 20px;
}

.desktop-style .sub {
  background: inherit;
}

#attention_bar {
  height: 1.5em;
  width: 100%;
  text-align: center;
}
#attention_bar_form {
  display: none;
  padding: 0;
  margin: 0;
}
#attention_bar_input {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#attention_bar:hover {
  background-color: #333333;
  opacity: 0.8;
}
.intro.thread-hidden {
	margin: 0px;
	padding: 0px;
}
input[type="submit"], select {
background: #333333;
border: 1px solid #666666;
color: #999999;
}
input[type="submit"]:hover 
{
	color: #1999cc;
}

/* options.js */
#options_div, #alert_div {
        background: #333333;
}
.options_tab_icon {
        color: #0079a2;
}
.options_tab_icon.active {
        color: #58d0ff;
}
/*post options menu*/
table tbody tr:nth-of-type( even ) {
	background-color: #333333;
}

/*Dropzone-Select/Drag/Paste Files Here Stuff*/
#post-form-inner .dropzone .file-hint {
  color: #21c0ff;
}

#post-form-inner .file-hint:hover,
#post-form-inner .dropzone .remove-btn:hover {
  color: #249624;
}

#post-form-inner .dropzone .tmb-container .remove-btn, 
#post-form-inner .dropzone .tmb-container .tmb-filename {
  color: #1999cc;
}

#post-form-inner .dropzone .tmb-container .remove-btn:hover {
  color: #249624;
}

#post-form-inner .dropzone .tmb-container .file-tmb {
  margin: 0 3px;
  border: 3px solid white;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.4);
width: 85px;
height:65px;
}

#post-form-inner .dropzone {
  color: #249624;
}

/*Little Mara in the corner ;^)*/
body::after {
position: fixed !important;
    content:url('https://i.imgur.com/zaClGHh.png');
bottom: -3px !important;
right: 0px !important;
opacity:2;
z-index:-1;
	max-width: 99%;
	max-height: 99%;
}
.mobile-style body::after{display:none!important;}

/*Mara emoji*/
img[class="emoji"][alt="💗"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.imgur.com/mGlckFC.png) no-repeat;
    width: 72px;
    height: 86px;
    padding-left: 72px;
}


/*Title colors*/
h1,div.subtitle{-webkit-animation:colorRotate 6s linear 0s infinite;-moz-animation:colorRotate 

6s linear 0s infinite;-o-animation:colorRotate 6s linear 0s infinite;animation:colorRotate 6s 

linear 0s infinite;}@-webkit-keyframes 

colorRotate {
    from {
        color: rgb(255, 0, 0);
    } 16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@-moz-keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@-o-keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

/* Ads & Patches */

div[id="8ch-top-ads"], div[id="8ch-bottom"], #imobile_adspotdiv1, .delete, #thread_64 .public_ban {
    display: none !important;
}