First off, this site is amazing. Second, I was looking to change the background color on the right sidebar of the Blue Box theme. I figure I have to change some code in this section:
#sidebar{width:230px;float:right;margin:5px;padding:0;}
.rsidebar{width:210px;color:#666;(sidebar text)margin:0 auto;padding:0 5px;}
.rsidebar h2{font-size:14px(sidebar headers);border-bottom:dashed 1px #ccc;margin:0 7px 3px;padding:3px 0;}
.rsidebar ul{list-style-type:none;margin:0;padding:0;}
.rsidebar ul li{list-style-type:none;margin:0 0 10px;padding:0;}
.rsidebar ul li ul{list-style-type:square;margin:0;padding:0 3px;}
.rsidebar ul li ul li{list-style-type:none;background:transparent url (images/b.gif) no-repeat 0 4px;border:0;margin:0;padding:0 0 2px 14px;}
I messed around a little bit with the above code and was able to change the background of some of the sidebar (certain widget's backgrounds) but not the whole sidebar. Any ideas? Thank you
