@import "screen.css";
body {
	background-color:#000;
	color:#6d7373;
}
a {
	color:#f05a28;
}
.support, .news .item {
	border-top:solid 1px #262626;
}
.switcher a, .copyright, .copyright a, ul.social li a, .tags {
	color:#6d7373;
}
.ingress h2 {
	color:#f05a28;
}
.review p, .ingress {
	color:#c4c4c4;
}
ul.social li {
	border-right:solid 1px #6d7373;
}
.static {
	border-top:solid 4px #6d7373;
}
.item h1, .item h3, h1 a, h3 a {
	color:#fff;
}

#header .logo {
	background-image:url("/images/logo_night.png");
}
.support .logo {
	background-image:url("/images/support_night.png");
}

#signup input.submit {
	padding:7px 20px;
	background-color:#262626;
}