/*
   SITE: Urban Digger
   FILE: styles.css
   GEEK: Phil Sherry
   DATE: 2010-02-18
   
   Copyright 2010 Phil Sherry. All rights reserved.
*/

/* ------------------------------ only these colours used throughout

	#f1e218 / rgb(241,226,24)	- the yellow one: all over the place
	#005bb6 / rgb(0,91,182)		- the blue one: for button rollovers
	#393	/ rgb(51,153,51)	- the green one: for headers
	#fd9b00 / rgb(253,155,0)	- the orange one: link rollovers
	#639	/ rgb(102,51,153)	- the purple one: for adverts
*/

/* ------------------------------ somebody set up us the bomb -- */
@import "reset.css";
@import "default.css";
/* ------------------------------ 24 column grid - YES, 24! DAMNIT, CHLOE! -- */
@import "960_24_col.css";
/* ------------------------------ homepage & general layout, typography & form styles -- */
@import "layout.css";
@import "typography.css";
@import "forms.css";
/* ------------------------------ site sections -- */
@import "search.css";
@import "cities.css";
@import "guides.css";
@import "user.css";
@import "user.profile.css";
@import "user.settings.css";
@import "adverts.css";
/* ------------------------------ JS-related styles -- */
@import "modal.css";
/* ------------------------------ holding page -- */
@import "holding.css";
