The sidebar is a Oxwall component. You will see it referenced in the master pages. There are also css in the base css to display it alond with css in media queries to control mobile layout. You can reference the differences between simply responsive and simply responsive sb. As for changing css, I recommend using inspect element to find the classes you need to change. I was like you, curious, but didn't know much about css. I used google a lot to help me. I learned a good bit by just diving in. You will find some things difficult because Oxwall ties some things together, and changing one thing will change others that you don't want to. These can be overcome by adding targeted css, or css that isn't already there to give the element it's own class. Just as I did, it will start to click.