/**
 * dark.css
 * For AwsumChan by Circlepuller
 */
@import url(https://web.archive.org/web/20160529084359cs_/http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);
.flag {
/*	width: 11px !important;
	height: 11px !important;
	-webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin-left: 5px;
	transition-property: width, height, border-radius;
	transition-duration: 1s;
	transition-timing-function: linear;*/
	margin-left: 5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #5F5F5F;
	width: 16px;
	height: 11px;
}
/*
.flag:hover {
	width: 16px !important;
	height: 11px !important;
	-webkit-border-radius: 25%;
    -khtml-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
	margin-left: 5px;
}*/

body {
	background: #1E1E1E;
	color: #999999;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
span.quote {
    color:#B8D962;
}
header div.subtitle {
	font-size: 13px;
}
h1 {
	font-size: 18pt;
	text-align: center;
	letter-spacing: 0px;
}
div.title, h1 {
	color: #FFBF01;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
div.title p {
	font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name {
	color: #CCCCCC;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
a:link:hover, a:visited:hover {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;

}
a.post_no {
	color: #AAAAAA;
	text-decoration: none;
}
a.post_no:hover {
	color: #FFBF01 !important;
	text-decoration: underline overline;
}
div.post.reply {
	background: #333333;
	border: #555555 1px solid;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

}
div.post.reply.highlighted {
	background: #555;
	border: transparent 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #CCCCCC;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #FFBF01;
}
p.intro span.subject {
	color: #B48600;
	font-weight: 800;
}
p.intro span.name {
	color: #FFBF01;
	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: #FFE801;
}
input[type="text"], textarea, select {
	background: #333333;
	color: #CCCCCC;
	border: #666666 1px solid;
	padding-left: 5px;
	padding-right: -5px;
	font-family: "Roboto", 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: #FFBF01;
	color: #000;
	text-align: center;
	width: 250px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
div.banner a {
    color:#000;
}
input[type="button"], input[type="submit"] {
	background: #333333;
	border: #888888 1px solid;
	color: #CCCCCC;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #555555;
	border: #888888 1px solid;
	color: #FFBF01;
}
input[type="text"]:focus {
    border:#aaa 1px solid;
}
p.fileinfo a:hover {
	text-decoration: underline;
}
span.trip {
	color: #2ECC71; 
	font-weight: bold
}
div.pages {
	color: #AAAAAA;
	background: #333333;
	border: #666666 1px solid;
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
      -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;


}
div.pages a.selected {
	color: #CCCCCC;
}
hr {
	height: 1px;
	border-top: #333333 1px solid;
}
div.boardlist {
	color: #999999;
    background-color: rgba(12%, 12%, 12%, 0.10);
	font-size: 10pt;
}

div.ban {
	background-color: transparent;
	border: transparent 0px solid;
}
div.ban h2, h2 {
	background: transparent;
	color: #FFBF01;
	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, .desktop-style div.boardlist:nth-child(1).cb-menu {
  background-color: rgba(30%, 30%, 30%, 0.65);
}

div.report {
	color: #666666;
}

.file .unimportant {
	color: #333333;
	font-size: inherit;
}
.file .postfilename {
	font-size: inherit;
}	
.file .unimportant:hover {
	color: #555555 !important;
}

.post .file .unimportant {
	color: #555555;
	font-size: inherit;
}
.post .file .postfilename {
	font-size: inherit;
}	
.post .file .unimportant:hover {
	color: #777777 !important;
}

form[name="post"] input, form[name="post"] textarea, form[name="post"] select {
	padding: 2px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

form[name="post"] input[type="submit"] {
	padding: 2px;
	border-radius: 5px;
	font-weight: bold;
}

form[name="post"] th {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
p.fileinfo {
	font-size: 12px;
}
.post-image {
}
@media all and (min-width: 1024px)
{
footer
{
	height: 100px;
	background-image: url(https://web.archive.org/web/20160529084359im_/http://www.cis.rzeszow.pl/grafika/kapital_ludzki_neg_nobckgr.gif), url(https://web.archive.org/web/20160529084359im_/http://www.cis.rzeszow.pl/grafika/ue+efs_l-mono_nobckgr.gif);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left, top right;
	padding-top: 15px;
}
}
a.tag {
	font-weight: bold;
	color: burlywood !important;
}
a.tag:hover {
	color: #fff !important;
}

#options_background, #alert_background {
  background: black;
  opacity: 0.7;
}

#options_div, #alert_div {
  background-color: #272727;
  border: 1px solid #424242;
  margin-top: 20px;
}


.options_tab_icon {
  color: white;
}

.options_tab_icon.active {
  color: #FFBF01;
}

/*
     FILE ARCHIVED ON 08:43:59 May 29, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:51:02 Feb 09, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/