/* Title:   lcazegites.com - (main.css)
/* Notes:   CSS to import all the site's style sheets which are broken down in a modular fashion. */

/* reset style sheet for defaulting browser values */
@import url("reset.css");

/* style sheet for structuring the site's framework */
@import url("structure.css");

/* style sheet for styling the site's typography */
@import url("typography.css");

/* style sheet for applying styles to the site's elements */
@import url("style.css");

/* navigation style sheet which contains rules specific to the navigational structure */
@import url("navigation.css");

/* forms style sheet for specifically styling form elemetns */
@import url("forms.css");

/* links style sheet for specifically styling link elements */ 
@import url("links.css");

/* style sheet to style the form elements */
@import url("forms.css");

/* a set of class tools to perform commonly needed actions */ 
@import url("tools.css");