/* ====== LOCAL STYLES===========
This is a CBS NY Local CSS File, linked directly from applicable sites
============================
This is the Blue Theme CSS file
 =========================== */

/* == Home header graphics for each weather type ==*/

div#defaultweatherimage #topbar {
	background:url(../img/headerLogos/header_default.jpg) top left no-repeat;
	height:87px;
	}
	
/* Clear */
div#sunny #topbar,
div#mostlysunny #topbar,
div#clear #topbar {
	background:url(../img/headerLogos/header_clear.jpg) top left no-repeat;
	height:87px;
	}
	
div#nt_sunny #topbar,
div#nt_mostlysunny #topbar,
div#nt_clear #topbar,
div#nt_unknown #topbar,
div#nt_unkown #topbar {
	background:url(../img/headerLogos/header_clear_night.jpg) top left no-repeat;
	height:87px;
	}	

/* Partly Cloudy */
div#partlycloudy #topbar,
div#partlysunny #topbar,
div#unknown #topbar,
div#unkown #topbar {
	background:url(../img/headerLogos/header_clouds.jpg) top left no-repeat;
	height:87px;
	}

div#nt_partlycloudy #topbar,
div#nt_partlysunny #topbar  {
	background:url(../img/headerLogos/header_clouds_night.jpg) top left no-repeat;
	height:87px;
	}

/* Overcast */	
div#mostlycloudy #topbar,
div#hazy #topbar,
div#cloudy #topbar,
div#fog #topbar{
	background:url(../img/headerLogos/header_overcast.jpg) top left no-repeat;
	height:87px;
	}

div#nt_mostlycloudy #topbar,
div#nt_hazy #topbar,
div#nt_cloudy #topbar,
div#nt_fog #topbar{
	background:url(../img/headerLogos/header_overcast_night.jpg) top left no-repeat;
	height:87px;
	}

/* Rain */	
div#rain #topbar,
div#chancerain #topbar{
	background:url(../img/headerLogos/header_rain.jpg) top left no-repeat;
	height:87px;
	}
	
div#nt_rain #topbar,
div#nt_chancerain #topbar {
	background:url(../img/headerLogos/header_rain_night.jpg) top left no-repeat;
	height:87px;
	}
	
/* Thunderstorms */	
div#tstorms #topbar,
div#chancestorms #topbar{
	background:url(../img/headerLogos/header_lightning.jpg) top left no-repeat;
	height:87px;
	}
	
div#nt_tstorms #topbar,
div#nt_chancestorms #topbar {
	background:url(../img/headerLogos/header_lightning_night.jpg) top left no-repeat;
	height:87px;
	}

/* Snow */	
div#snow #topbar,
div#sleet #topbar,
div#flurries #topbar,
div#chancesnow #topbar,
div#chancesleet #topbar,
div#chanceflurries #topbar {
	background:url(../img/headerLogos/header_snow.jpg) top left no-repeat;
	height:87px;
	}
	
div#nt_snow #topbar,
div#nt_sleet #topbar,
div#nt_flurries #topbar,
div#nt_chancesnow #topbar,
div#nt_chancesleet #topbar,
div#nt_chanceflurries #topbar {
	background:url(../img/headerLogos/header_snow_night.jpg) top left no-repeat;
	height:87px;
	}
	
	