@import url('common.css');
@import url('typography.css');
@import url('columns.css');
@import url('microLayout.css');
@import url('templates.css');

@import url('search.css');


/*
common.css - contains all styles relevant to the navigation and all other content from the skyline-up on every page
typography.css - contains all text styles for type itself: size, color, style etc. Does not include width, padding, margin etc.
columns.css - contains class-associated styles for various columns widths with h2 styles at their tops. Names aren't semantic, but hey, it's flexible!
microLayout.css - contains styles that control layout within columns. These combine with the styles in typography.css to create the look of all the type treatments
templates.css - contains page-specific styles corresponding to template usage in the ModX CMS manager
XXX.css - 

This file contains only @imports and the initial body font-size declaration for allowing em-based type measurements and expandable type size in IE 6-7
*/


body {
font-size: 62.5%;
}


/*



*/































