/* Red Stylesheet */

/*body {
	background: url('images/red/bg.gif') #eee 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: 4px solid #e4a6a6;
	}*/
#content a {
	color: #000;
	text-decoration:none;
	}
/*#content a:hover, #content a:active {
	text-decoration:underline;
	}*/
#content a:active {
	font-weight:bold;	
}
#sidebar .sidebar-item li {
	background: url('images/red/arrow.gif') 0% 10% no-repeat;
	}
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/red/submit-bg.gif') #bb5252 repeat-x;
	}
