/* Red Stylesheet */

body {
	background-color: #151515;
	}
#content .post-wrap, .comment-wrap {
	}
#content a {
	color: #990000;
	text-transform: uppercase;
	}
#content a:hover {
	color:#990000;
	text-decoration: underline;
}
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background-color: #151515;
	}
