div.centered.announcement.board-owners-or-users-feel-free-to-hide {
    display: none;
}

/**
 * dark.css
 * For AwsumChan by Circlepuller
 */
body {
	background: #0c0c0c;
	color: #eee;
	font-family: 'Hack', monospace, sans-serif;
	font-size: 12px;
}
span.quote {
    color:#0099ff;
}
h1 {
	font-size: 20pt;
	text-align: center;
	letter-spacing: 0px;
}
div.title, h1 {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
}
div.title p {
	font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name {
	color: #0099ff;
	text-decoration: none;
	font-family: sans-serif;
}

.quote_checked {
    color: #0099ff;
}

a:link:hover, a:visited:hover {
	color: #0099ff;
	font-family: sans-serif;
	text-decoration: none;

}
a.post_no {
	color: #0099ff;
	text-decoration: none;
}
a.post_no:hover {
	color: #0099ff !important;
	text-decoration: underline overline;
}
div.post.reply {
	background: #000000;
	border: #0099ff 1px solid;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

}
div.post.reply.highlighted {
	background: #303030;
	border: transparent 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #0099ff;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #0099ff;
}
p.intro span.subject {
	font-size: 12px;
	font-family: sans-serif;
	color: #0099ff;
	font-weight: 800;
}
p.intro span.name {
	color: #32DD72
	font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag {
	color: magenta;
	margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
	color: #32ddaf;
}
input[type="text"], textarea, select {
	background: #000000;
	color: #CCCCCC;
	border: #0099ff 1px solid;
	padding-left: 5px;
	padding-right: -5px;
	font-family: sans-serif;
	font-size: 10pt;
}
input[type="password"] {
	background: #333333;
	color: #CCCCCC;
	border: #666666 1px solid;
}
form table tr th {
	background: #000000;
	color: #0099ff;
	font-weight: 800;
	text-align: left;
	padding: 0;
}
div.banner {
	background: #333333;
	color: #eee;
	text-align: center;
	width: 500px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
div.banner a {
    color:#eee;
}
input[type="submit"] {
	background: #333333;
	border: #888888 1px solid;
	color: #CCCCCC;
}
input[type="submit"]:hover {
	background: #555555;
	border: #888888 1px solid;
	color: #32DD72;
}
input[type="text"]:focus {
    border:#eee 1px solid;
}
p.fileinfo a:hover {
	text-decoration: underline;
}
span.trip {
	color: #ffffff;
}
div.pages {
	color: #AAAAAA;
	background: #333333;
	border: #666666 1px solid;
	font-family: sans-serif;
	font-size: 10pt;
}
div.pages a.selected {
	color: #CCCCCC;
}
hr {
	height: 1px;
	border: #0099ff 1px solid;
}
div.boardlist {
	color: #999999;
    background-color: rgba(12%, 12%, 12%, 0.10);
}

div.ban {
	background-color: transparent;
	border: transparent 0px solid;
}
div.ban h2 {
	background: transparent;
	color: lime;
	font-size: 12px;
}
table.modlog tr th {
	background: #333333;
	color: #AAAAAA;
}

.desktop-style div.boardlist:nth-child(1) {
  text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
  background-color: #666666;
}


.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  background-color: rgba(30%, 30%, 30%, 0.65);
}

div.report {
	color: #ff0000;
}

/* options.js */
#options_div, #alert_div {
	background: #333333;
}
.options_tab_icon {
	color: #AAAAAA;
}
.options_tab_icon.active {
	color: #FFFFFF;
}
element {
    background: black;
}
.theme-catalog div.thread:hover {
  background: #000;
  border-color: #B7C5D9;
}