// Import Fonts
	@import url(/fonts/fonts.css);
	@import url(/css/bootstrap.min.css);
	@import url(/css/bootstrap-responsive.min.css);
	@import url(/css/font-awesome.css);

// Variables and Mixins
	@import '_project-sass/project-Vars';	  // misc. layout and additional styling vars
	@import '_helper-sass/mixins';			    // reusable code bases
	
// Base HTML Values
	@import '_base-sass/basic';				      // standardizes the base styling of HTML elements
	@import '_base-sass/tables';			      // Base styling for tables
	@import '_helper-sass/layout';			    // Responsive & fixed layouts

// Interactions
	@import '_base-sass/navs';				      // Base navigation rules
	@import '_base-sass/forms';				      // Base form component rules
	@import '_helper-sass/buttons';			    // Base button rules
	
// Helper Classes
  @import '_helper-sass/navs';				    // Base navigation classes
	@import '_helper-sass/helper';			    // Classes to extend others.  Mini-modules -- these need to be separated out?
	
// Branding & Typography
  @import '_helper-sass/type';            // helper classes for general typography
	@import '_project-sass/project-Type';	  // colors, fonts, sizes
	@import '_project-sass/project-Base';	  // restyle and make classes specific for your project here
	
// Specific Modules
  @import '_project-sass/project-Website-Gallery';       // Browse website specific styling
	
// FIXITFIXITFIXITFIXIT
// Only import tidyUp if you actually need to make some quick fix hacks that you don't
// have time to do properly.  Otherwise the file should be empty w/no need for import
@import 'tidy';