#sidebar ul {
	margin:0;
	list-style:none;
	color: #FFFFFF;	
	margin-bottom:8px;
	overflow:hidden;
}
#sidebar ul h2 {
	margin:0;
	padding:5px 10px 0;
	font-size:18px;
}
li#recent-posts-3 h2 {
	background:url(/css/images/page.png) right no-repeat;
}
li#recent-comments-3 h2 {
	background:url(/css/images/page_edit.png) right no-repeat;
}
li#archives-3 h2 {
	background:url(/css/images/book.png) right no-repeat;
}
#sidebar ul li {
	margin:0 0 8px;
	padding:0;
	background: #323232;
	/*border-bottom: 4px solid #C5222E;*/
}
#sidebar ul li a {
	color:#fff;
}
#sidebar ul ul {
	padding:0 10px 10px;
	border:0;
}
#sidebar li li {
	background:none;
	padding:2px 0;
	margin:0;
	border:0;
}
#archives-3 li {
	margin:0;
	float:left;
}
#archives-3 li a {
	width:95px;
	display:block;
	padding:0 10px 0 0;
}
li#recent-posts-3 li {
	border-bottom:1px solid #ccc;
}
#social_icons {
	height:123px;
	padding:10px 0 0;
	margin:0 0 8px;
	background:#910B15 url(/css/images/network-with-us-bg.jpg) top no-repeat;
}
#social_icons div {
	padding:0 10px;
}
#social_icons h3 {
	margin:0 0 6px 0;
}
#social_icons ul {
	height:30px;
	margin:0;
	padding:7px 0 0 16px;
	background:url(/css/images/social_icons_ul_bg.gif) no-repeat;
	border:0;
}
#social_icons ul li {
	width:27px;
	height:27px;
	padding:0;
	margin:0 8px 0 0;
	border:0;
	float:left;
}
#social_icons ul li a {
	width:auto;
	display:block;
}

/*Testing*/

#sidebar ul li {
	background:transparent url(/css/images/blue-box.jpg) bottom no-repeat;
}
#sidebar ul li h2 {
	background:transparent url(/css/images/blue-box-inner.jpg) top no-repeat;
}
#sidebar ul li li {
	background:none;
}


