/* so-wide template CSS file*/
/* This file refers calls 3 CSS files. 
   layout.css sets the layout and define how the columns break etc
   color defines the color scheme
   customize defines the other staff like fonts, borders and alike. */ 
@import url("layout.css"); /*layout css file*/
@import url("color.css"); /* color css file */
@import url("customize.css"); /*Use this file to customize your website*/
