/*
=================================================================================================================================
**
** GLOBAL CSS
**
** SCOPE: 		GLOBAL
** REVISION:	0.4
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)
** NOTES:		This file links to all CSS files, on deployment though all stylesheets will be inlined in to a single global.css


** REVISIONS

				050511 	- Ditched the idea of CSS themes, it was an idealistic but ultimately unworkable solution
						  Eliminated the font themes as it duplicated much of the effort of typography and was confusing

				070411	- Changed to a 320 and up style sheet


=================================================================================================================================
*/



/* REQUIRED STYLES */
@import url(bin/amend.css?v3);
@import url(bin/forms.css?v3);



@import url(css/typography.css?v3);
@import url(css/structure.css?v3);
@import url(css/nav.css?v3);
@import url(css/masthead.css?v3);
@import url(css/common-elements.css?v3);



/* PAGE/SECTION STYLES */

@import url(css/home.css?v4);
@import url(css/about.css?v3);
@import url(css/newsroom.css?v3);
@import url(css/hearings.css?v3);
@import url(css/issues.css?v3);
@import url(css/resources.css?v3);
@import url(css/legislation.css?v3);
@import url(css/nominations.css?v3);
@import url(css/contact.css?v3);



@import url(css/subcommittees.css?v3);





/* DEFUALT PRINT STYLES
@import url(bin/print.css);
 */
