/************************
 *  Interfacing main stylesheet
 *  Author: Sean Braithwaite, x1.sean@gmail.com
 *   Central location for styling, most of the work is distrobuted to 
 *   included stylesheets
 */

/* Layout: Defines the position and distrobution of elements on the page */
@import url('layout.css');
/* Menu: Defines all the fancyness of the drop down menu that apears on all the pages */
@import url('menu.css');
 
/* Styling: Defines all styles for typography and other cosmetic items  */
@import url('style.css');

/* Content specific style, as in, stuff that may not apear on every page */
@import url('content.css');