/*
 *	FOX - SoFox
 *	------------------------------	
 *	lighblue theme
 *
 */

body.home #sofox {
	background-image: url(/_ui/sofox/images/lightblue/body.jpg);
	}

body.home #header h1 a {
	background-image: url(/_ui/sofox/images/lightblue/fox-logo.png);
	}


/* header updates 
 * ----------------------------------------------------------------------------------------------------*/

body.home #nav a:link,
body.home #nav a:active,
body.home #nav a:visited,
body.home #nav a:hover
	{
	color: #0bd7d8;
	}

body.home #user-nav li:first-child, 
body.home #user-nav .signout {
	background-image: url(/_ui/sofox/images/lightblue/user-nav_sep.png);
	}

/* header date fix transparency */
* html body.home #header .date {
	background: #0bd7d8;
	}

/* content updates
 * ----------------------------------------------------------------------------------------------------*/

body.home #schedule-tonight li {
	background-image: url(/_ui/sofox/images/lightblue/wot_mark.png);
	}

* html body.home #schedule-tonight li {	
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_ui/sofox/images/lightblue/wot_mark.png', sizingMethod='crop');
	}
	
body.home #schedule-tonight .hour dd.eastern-time {
		background-image: url(/_ui/sofox/images/lightblue/wot_sep.png);
		}
