/* Red Stylesheet */

body {
	background: url('images/bg.jpg') #0d0805 repeat-x;
	}
#nav a:hover, #nav li.current_page_item a {
	background: url('images/red/nav-hover.gif') repeat-x;
	}
#content .post-wrap, .comment-wrap {
	border-bottom: 0px dotted #16100b;
	}
#content a {
	color: #c10101;
	}
	
#sidebar .sidebar-item li {
	padding:5px 0px 5px 0px;
	margin:0;
	border-bottom:1px solid #ccc;
	}

#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/red/submit-bg.gif') #b48857 repeat-x;
	}