Columns
The template runs on a percentage based 12 column grid system. Each div needs to have the class col and the class col-NUM ( NUM is 1-12 ) representing the width of the column. Last column in a row needs a class of col-last
If you want to eliminate the spacing between columns simply wrap them in a div with the class of no-col-spacing
Buttons
The buttons come in 6 color variations and 3 size variations. Each button is an anchor element ( <a> ) with class of button and class of COLOR ( COLOR is green, blue, red, purple, orange, black )
GREEN BLUE RED PURPLE ORANGE BLACK
Applying the class small to a button makes smaller buttons as in example below.
GREEN BLUE RED PURPLE ORANGE BLACK
Applying the class big to a button makes smaller buttons as in example below.
GREEN BLUE RED PURPLE ORANGE BLACK
Tabs
Same colors as for the buttons are available for tabs, just add the class of the color to the top level element ( .tabs ).
Accordions
Same colors as for the buttons are available for accordions, just add the class of the color to the top level element ( .accordions ).