/*
 * STYLESHEET:	Theme Stylesheet
 *    VERSION:	10.24.2009
 *    UPDATED:	-
 *      THEME:	Light
 */     

	/* Header Background */
	#header { background: url(../../images/themes/light/header-bg.png) repeat-x; }
	#header .container ul#navigation li.left-block { background: url(../../images/themes/light/nav-left.png) no-repeat; }
	#header .container ul#navigation li.right-block { background: url(../../images/themes/light/nav-right.png) no-repeat; }
	#header .container ul#navigation li { background: url(../../images/themes/light/nav-middle.png) repeat-x; }

	/* Featured Content Background */
	#content #featured #featured-body { background: url(../../images/themes/light/featured-bg.jpg) repeat-x; border: solid 1px #c2c2c3; }
	
	/* Header Logo (On Deployment replace the core/images/logo.png) */
	#header .logo { background: url(../../images/themes/light/logo.png) center left no-repeat; }

	/* Footer Background */
	#footer-top { background: url(../../images/themes/light/footer-bg-top.png) top repeat-x;}
	#footer { background: url(../../images/themes/light/footer-bg.png) top repeat-x #eaeaea; color: red; }
	
	/* Footer Typography */
	#footer .container { color: #323232; }
	#footer .container a { color: #0077ce; }
	#footer .container .column h3 { color: #323232; }

	/* Top Section */
	#content #top-section { background: url(../../images/themes/light/top-section.png) repeat-x; margin: 0 auto; }
	#content #top-section h1 { color: #323232; }

	/* Sub-Navigation Typography*/
	#content #top-section ul.sub-navigation li a { color: #323232; }
	#content #top-section ul.sub-navigation li a:hover { color: #4c4c4c; }
	#content #top-section ul.sub-navigation li a.active { color: #0077ce;   }
	#content #top-section ul.sub-navigation li a.active:hover { color: #0085e6; }

/* EOF */
