/*** Weather ***/

#weather_banner {
	background: transparent url(/media/images/weather/weather_banner_bg.jpg) top left no-repeat;
	width: 728px;
	height: 285px;
	position: relative;
	margin-bottom: 20px;
}
#weather_banner div.todays_gfactor {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 350px;
	text-align: right;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	color: #FFF;
}
#weather_banner div.todays_gfactor .gfactor {
	display: inline;
}

#weather_banner div#jghiorse {
	position: absolute;
	bottom: 8px;;
	left: 0;
	width: 275px;
	height: 275px;
	background: transparent url(/media/images/weather/ghiorse_head.png) top left no-repeat;
	text-indent: -10000px;
	z-index: 20;
}
#weather_banner div#weather_twitter {
	position: absolute;
	top: 200px;
	right: 0;
	width: 600px;
	z-index: 10;
	background: #363636 url(/media/images/weather/weather_twitter.png) 140px 50% no-repeat;
	height: 75px;
}
#weather_banner div#weather_twitter p.tweet {
	float: right;
	width: 400px;
	background-color: #FFF;
	padding: 3px;
	margin: 3px;
	height: 62px;
}

/*BEGIN JUSTIN'S ADDITIONS FOR NEW WEATHER PAGE*/

#hurricane_map {margin-bottom: 15px;}

#ghiorse_small {
	float: right; 
	width: 272px; 
	height: 294px; 
	background: url(/media/images/weather/Weather_Ghiorse.jpg) no-repeat;
}

#ghiorse_tiny_factor img {margin: 10px 0px 0px 10px;}

#ghiorse_tiny_spacer {width: 272px; height: 180px;}

#ghiorse_tiny_twitter {background: #fff; width: 245px; max-height: 80px; overflow: hidden; margin: 0px 10px 10px 10px; padding: 3px;}
#ghiorse_tiny_twitter img {margin: 0px 3px 3px 0px;}

#radar_left {
	float: left; 
	width: 270px;
	margin: 15px 0px 0px 0px;
}
#radar_left p {
	margin: 0;
}
#radar_left p.map {

	line-height: 0;
}

#radar_left p.radar_tabs a.radar,
#radar_left p.radar_tabs a.satellite {
	display: inline-block;
	float: left;
	width: 135px;
	height: 51px;
	background: transparent url(/media/images/weather/radar_tab.png) top left no-repeat;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}
#radar_left p.radar_tabs a.satellite{
	background-image: url(/media/images/weather/satellite_tab.png);
}

#bottom_blogs {
	float: left;
	width: 210px;
	margin: 15px 0px 0px 18px;
	font-size: 12px;
}

#bottom_blogs h3 {
	color: #30879c;
}

#bottom_blogs .weather {
	padding: 15px 15px 10px;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 200px;
}

.jdweather {height: 330px;
margin-bottom: 20px;}
img.sp_top {margin-bottom: -4px;}
img.sp_bottom {margin-top: -4px;}

/*END JUSTIN'S ADDITIONS FOR NEW WEATHER PAGE*/

#current_conditions,
#todays_forecast {
	float: left;
	width: 210px;
	margin-right: 15px;
	font-size: 12px;
}
#current_conditions h3,
#todays_forecast h3 {
	color: #30879c;
}

#current_conditions .weather,
#todays_forecast .weather {
	padding: 15px 15px 10px;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 200px;
}



#radar {
	float: right;
	width: 270px;
}
#radar p {
	margin: 0;
}
#radar p.map {

	line-height: 0;
}
#radar p.radar_tabs a.radar,
#radar p.radar_tabs a.satellite {
	display: inline-block;
	float: left;
	width: 135px;
	height: 51px;
	background: transparent url(/media/images/weather/radar_tab.png) top left no-repeat;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}
#radar p.radar_tabs a.satellite{
	background-image: url(/media/images/weather/satellite_tab.png);
}




/** Forecast Data **/

#forecast {
	float: left;
}
#forecast div.day {
	width: 135px;
	float: left;
	border: 1px solid #999;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: 10px;
}
#forecast div.day2 {
	margin-left: 0;
}
#forecast div h3 {
	background-color: #85ac29;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}
#forecast p.forecast {
	text-indent: -10000px;
	width: 80px;
	height: 59px;
	margin: 0;
}
#forecast div.day div.status {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
}
#forecast div.day div.status div.icon {
	margin: 0 0 5px 0;
	text-align: center;
}
#forecast div.day div.details p.hilow {
	font-size: 18px;
	width: 45px;
}
#forecast div.day div.details p.hilow span {
	color: #85ac29;
	font-size: 14px;
}
#forecast div.day div.details p.gfactor {
	float: right;
}


#fun_factors {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	width: 425px;
	padding: 20px;
	float: left;
}

#fun_factors .factor {
	width: 122px;
	margin-left: 20px;
	float: left;
}

#fun_factors .factor.first {
	margin-left: 0;
}

#share_weather {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	width: 230px;
	padding: 10px;
}

#ghiorse_university {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
#ghiorse_university h3 {
	color: #30879c;
	margin-bottom: 10px;
}
#ghiorse_university p img {
	margin-left: 10px;
}
#ghiorse_university p img.first {
	margin: 0;
}

#ghiorse_university ul li {
	float: left;
	width: 320px;
}
#ghiorse_university ul li.even {
	float: right;
	
}




