/* Title:   mad-mutts.com - (master.css)
/* Notes:   CSS to import all the site's style sheets to control the front end */

/* 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");

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