/* 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-top: 4px solid #B00000;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}
#content a {
	color: #c10101;
	}
#sidebar .sidebar-item li {
	background: url("images/red/redo.png") no-repeat scroll 0 50% transparent;
	padding-top:10px;
	border-bottom:1px dotted #CCCCCC;
	}	
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/red/submit-bg.gif') #bb5252 repeat-x;
	}