body {
	background: #1a1a1a;
	color: #e6e6e6;
	font-family: verdana;
	font-size: 10px;
}

h1 {
color: #c250c2
}

header div.subtitle,h1 {
  color: #c250c2
}

div.title h1 {
	font-size: 24px;
}
div.title p {
	font-size: 10px;
}

#post-form-inner {
	background: #141414;
	padding-top: 7px;  
    padding-right: 10px;  
    padding-bottom: 7px;  
    padding-left: 7px;
	border-radius: 5px;
}

div.thread.grid-li.grid-size-small {
	background: #141414;
}

a:link, a:visited, .intro a.email span.name {
	color: #f030f0;
}

a:link:hover {
	color: #ffa9ff;
}

a.post_no {
	color: #800000;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 15px;
    -webkit-margin-end: 15px;
}

div.thread {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}

div.post.reply {
	background: #303030;
	border-style: none none none none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

div.post.reply.highlighted {
	background: #472145;
}

div.post.reply div.body a {
	color: #ff30ff;
}

.intro span.subject {
	color: #d00;
}

form table tr th {
	background: #141414;
	border-style: solid;
	border-width: thin;
}

div.ban h2 {
	background: #FAC;
	color: inherit;
}

span.heading {
color: #ff161d;
}

div.pages {
	padding: 7px 5px;
	color: red;
	font-size: 12pt;
	background: none;
	border-width: 1px;
	border-style: inset;
 }

div.pages a.selected {
        color: #d930d9;
}

.intro span.subject {
	color: #e6e6e6;
}

.intro span.name {
	color: #fd6dff;
}

.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
	color: #9da700;
	font-weight: bold;
}


div.boardlist {
        color: white;
}

div.boardlist a {
        color: white;
}

table.modlog tr th {
	background: #000;
}
 
.desktop-style div.boardlist:nth-child(1) {
	color: white;
	background-color: #000;
}

span.spoiler {
	background-color: #bf0075;
	color: #bf0075;
}
 
/* options.js */
#options_div, #alert_div {
	background-color: grey;
	border-color: white;
	border-width: thin;
}
.options_tab_icon {
	background-color: grey;
}
.options_tab_icon.active {
	background-color: grey;
}

table tbody tr:nth-of-type( even ) {
	background-color: #4e4e4e;
}