/**
 * dark.css
 * For AwsumChan by Circlepuller
*modified by Meromin
*/

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body {
	background-color: #1e1e1e;
	color: #aaa;
	font-family: Ubuntu;
  	font-style: normal;
  	font-weight: 300;
	font-size: 15px;	
}
span.quote {
	color:#B8D962;
}
h1 {
	font-size: 30pt;
	text-align: center;
	letter-spacing: -3px;
}
div.title, h1 {
	color: #cc9933;
	 font-family: Ubuntu;
	 font-style: normal;
	 font-weight: 300;

}
header div.subtitle, h1 {
	color: #cc9933;
	text-align: center;
}
header div.subtitle {
	font-size: 12pt;
}
a:link, a:visited, p.intro a.email span.name {
	color: #aaa;
	text-decoration: none;
	font-family: sans-serif;
}
a:link:hover, a:visited:hover {
	color: #bb3333;
	font-family: sans-serif;
	text-decoration: underline;

}
a.post_no {
	color: #AAAAAA;
	text-decoration: none;
}
a.post_no:hover {
	color: #cc9933 !important;
	text-decoration: underline;
}
div.post.reply {
	background: #272727;
	border: #333 0px solid;
		
}
div.post.reply.highlighted {
	background: #111;
	border: transparent 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #ddd;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #e33;
	text-decoration: underline;
}
p.intro span.subject {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #bb3333;
	font-weight: bold;
}
p.intro span.name {
	
	font-family: arial,helvetica,sans-serif;
	color: #cc9933;
	font-size: 14px;
	font-weight: bold;
}
p.intro a.capcode, p.intro a.nametag {
	color: magenta;
	margin-left: 0;
}
p.intro a.email, p.intro a.email span.name{
	color: #666699;
}
p.intro a.email:hover span.name {
	color: #663366;
	text-decoration: underline;
}
input[type="text"], textarea, select {
	background: #333333;
	color: #CCCCCC;
	border: #666666 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: #333333;
	color: #AAAAAA;
	font-weight: 800;
	text-align: left;
	padding: 0;
}
div.banner {
	background: #cc9933;
	color: #000;
	text-align: center;
	width: auto;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
div.banner a {
	display: none;
}
input[type="submit"] {
	background: #333333;
	border: #888888 1px solid;
	color: #CCCCCC;
}
input[type="submit"]:hover {
	background: #555555;
	border: #888888 1px solid;
	color: #cc9933;
}
input[type="text"]:focus {
	border:#aaa 1px solid;
}
p.fileinfo a:hover {
	text-decoration: underline;
	color: #cc9933;
}
span.trip {
	color: #AAAAAA;
}
div.pages {
	padding-top: 0px;
	color: #AAAAAA;
	font-family: sans-serif;
	font-size: 10pt;
}
div.pages a.selected {
	color: #CCCCCC;
}
hr {
	height: 1px;
	border: #333333 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;
}


.desktop-style div.boardlist:nth-child(1):hover {
  background-color: rgba(30%, 30%, 30%, 0.65);
}
