/*  
Theme Name: Which Way Home
Theme URI: https://whichwayhome.net
Description: A custom theme created for Which Way Home
Author: Neon Sky
Author URI: http://
*/
/*	Website for:	Which Way Home
	Website URL: 	https://whichwayhome.net
	Author:			Neon Sky
	Author URL: 	http://
	...................................................................... */

	@import "reset.css";			/* CSS Reset by Eric Meyer */
	@import "foundation.css"; 		/* CSS Foundations by Jina Bolton */
	@import "enrichments.css"; 		/* CSS Enrichments by Gedy Rivera */

	@import "style.css"; 		/* CSS for English Version */


/*	Spanish
	......................................................................
	 
	Below are only the styles that need to override English styles (imported above) for Spanish version.
	
	......................................................................*/	
	#espanol a {
		background: url(../images/es_english.jpg) no-repeat 0 0;
	}
	
	ul#nav {
				background: url(../images/es_nav.png) no-repeat left top;
			}
			
	#awards {
			background: url(../images/es_awards.png) no-repeat left top;
		}