@namespace url(http://www.w3.org/1999/xhtml);

/* Por Márcio Bremm */

/* Estilo baseado no CSS em
http://br-linux.org/br-linux/wordpress/wp-content/themes/prosense-brlinux/style.css */

@-moz-document domain("br-linux.org") {
body {
	color: white !important;
	background: black !important;

}
#page {
	width:90% !important;
	color: white !important;
	border-color: black !important;
	background-color: black !important;
}
#content {
	width:80% !important;
}
#sidebar {
	width:15% !important;
}
.post h2 a {
	color: orange !important;
}
.usertext {
	background: #222 !important;
}
input {
	color: white !important;
	background-color: #222 !important;
}
#commentform textarea {
	background-color: #222 !important;
	color: white;
}
blockquote {
	background: black !important;
}
code {
	background: #111 !important;
}
respond {
        background: black !important;
}
#respond {
	color: orange !important;
}
#footer {
	color: white !important;
	background: black !important;
}
.modere {
	color: white !important;
        background: #111 !important;
}
/*Gambiarra para as postagens do Augusto que não deu certo
body p {
	background: black !important;
}*/
}