Here is a rough normal grid structure: http://jsfiddle.net/CFxzH/1/
I am trying to create what I call a honeycomb grid rather than the standard div grid. Here is a rough illustration.
NORMAL GRID
[] [] [] [] []
[] [] [] [] []
[] [] [] [] []
[] [] [] [] []
[] [] [] [] []
HONEYCOMB GRID
[] [] [] [] []
[] [] [] []
[] [] [] [] []
[] [] [] []
[] [] [] [] []
What I also want to achieve is dynamic 100% width of the parent box, expanding with the width of the window.