/*black widgets*/
.black, .recent-posts{
	background-color: #20232b;
	background-repeat: repeat-x
}
/*blue widgets*/
.blue, .categories-1{
	background-color: #0456A2;
	background-repeat: repeat-x
}
/*green widgets*/
.green, .archives{
	background-color: #5c8309;
	background-image: url('images/bck_green.gif');
	background-repeat: repeat-x
}
/*orange widgets*/
.orange, .tag_cloud{
	background-color: #e54700;
	background-image: url('images/bck_orange.gif');
	background-repeat: repeat-x
}
