This one's going to be a long post but I really need help on this. I've been trying to create a css layout for wordpress for quite few days. Being inexperienced, I'm facing some difficulties in creating it. I'm almost done (as far as the structure is concerned), but the problem has arisen in the position of a sidebar. It appears fine when a single blog post (single.php) is there however when it comes to main page (index.php) where there are several posts, it shifts down. Below is the link to my website http://saadi.000a.biz The relevant files have been attached with this post. Please guide me that how can I place the sidebar at its right place. The structure may seem ugly but its at its initial phase. I haven't done the "cosmetic surgery" yet.
Perhaps you want to put all sub_container divs inside another div (lets call it sub_content), then set the width and balance it out with width of sidebar (for ex. width of sub_content is 70% and sidebar's is 30%), and last float both divs to left.