.sideWeather
{
	display:inline-block;
	width:100%;
}

.sideWeather * {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    /*font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;*/
}

.sideWeather #weather_main
{
    width: 100%;
}

.sideWeather ul 
{
	list-style: none; 
	margin: 0;
	padding: 0;
}

.sideWeather h6 {color: #777;}
 	
/* location of weather data */

.sideWeather #weather_location h1 
{
	margin-left:15px;
}

.sideWeather #weather_location h2 {
	display: block !important;
    color: #888;
    font-size: 0.9em;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 8px;
}

.sideWeather #weather_location {
	margin: 0 auto;
    width: 300px;
	text-align:center;
}

.sideWeather #weather_location h3 {
	padding:0;
}

.sideWeather #hourly_slider_buttons a
{
    width: 100px;	
}

.sideWeather #hourly ul li
{
	float: left;
}

.sideWeather .current_weather_container
{
	float: left;
    margin: 0;
    width: 300px;
}

.sideWeather  #current_weather  {
	width: 300px;
	margin-left: 0px;
	background-color:#fff;
	text-align:left;
}

.sideWeather  #current_weather img 
{
	float: left;
    top: 10px;
}

.sideWeather  #current_weather #current_stats {
	float: left;
    padding-left: 0;
    text-align: left;
    width: 100px;
    margin-left: 10px;
}

.sideWeather  #current_weather #current_stats * 
{
	line-height:normal;
}

.sideWeather  #current_weather #current_stats li {
	color: #fff;
}
.sideWeather  #current_weather #current_stats #temp {
	font-size: 36px;
}

.sideWeather  #current_weather #current_stats #temp sup 
{
	font-weight: 800;
}

.sideWeather  #current_weather #current_stats #description {
	font-size: 16px;
}

.sideWeather  #current_weather #current_stats #feels_like {
	font-size: 16px;
}

.sideWeather  #current_weather #current_stats #current_wx_index {
	font-size: 16px;
}








.sideWeather .current_weather_container
{
	float: left;
    margin: 0;
    width: 300px;
}

.sideWeather  .current_weather  {
	width: 300px;
	margin-left: 0px;
	background-color:#fff;
	text-align:left;
}

.sideWeather  .current_weather img 
{
	float: left;
    top: 10px;
}

.sideWeather  .current_weather .current_stats {
	float: left;
    padding-left: 0;
    text-align: left;
    width: 100px;
    margin-left: 10px;
}

.sideWeather  .current_weather .current_stats * 
{
	line-height:normal;
}

.sideWeather  .current_weather .current_stats li {
	color: #000;
}
.sideWeather  .current_weather .current_stats .temp {
	font-size: 36px;
}

.sideWeather  .current_weather .current_stats .temp sup 
{
	font-weight: 800;
}

.sideWeather  .current_weather .current_stats .description {
	font-size: 16px;
}

.sideWeather  .current_weather .current_stats .feels_like {
	font-size: 16px;
}

.sideWeather  .current_weather .current_stats .current_wx_index {
	font-size: 16px;
}











.sideWeather  #current-links {
	margin: 8px;
	width:212px;
}

.sideWeather  #current-links a {
	font-size: 11px;
	padding: 4px;
	width:63px;
	text-decoration: none;
}
.sideWeather  #current_stats_blocks li {
	border-bottom: 1px solid #aaa;
	margin: 5px 0 1px;
	text-align: center;
}
.sideWeather  #current_stats_blocks li sup.wind { 
	display: block;
	font-size: 16px;
	top: 5px;
	text-transform: uppercase;
	line-height: 0px;
	position: relative;
	vertical-align: baseline;
	float:left;
}

.sideWeather  #current_stats_blocks li {
	width: 30%;
}
.sideWeather  #current_stats_blocks li {
	border-bottom: 1px solid #aaa;
	margin: 0 0 2px;
	text-align: center;
	padding-left: 13px;
	float:left;
}
.sideWeather  #current_stats_blocks li span {
	color: #444;
	display: inline-block;
	font-size: 23px;
	font-weight: 800;
	line-height: 50px;
	margin-top: 3px
}
.sideWeather  #current_stats_blocks li span sub { /* MPH indicator */
	bottom: 0;
	color: #AAA;
	font-size: 18px;
}


.sideWeather  #current_location
{
	width:220px;
	text-align:center;
	color:#fff;
	font-size: 10px;
}

/* radar map */
.sideWeather .radar_map_container {
    background:none;
    height: 415px;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    float:none;
}

.sideWeather #radar_map {
	height: 300px;
	width: 100%;
	display:inline-block;
}

/* update weather location */
.sideWeather #sideChangeLocation .fcControlsButton 
{
	width:95px;
	margin:15 auto;
}
.sideWeather .location_input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 13px;
    height: 30px;
    line-height: 18px;
    margin: 15px auto;
    padding: 4px;
    width: 200px;
}
/* hourly */

.sideWeather #hourly ul li {
	width: 20%;
}
.sideWeather #hourly ul li h6 {
	font-size: 0.9em;
	margin-top: 5px;
    line-height : 1.75em;
}
.sideWeather #hourly ul li ul li {float: none; width: 100%;}
.sideWeather #hourly ul li ul li p 
{
	margin: 0;
	line-height: normal;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px;
}

/* wx slider */

.sideWeather #hourly_slider{
	margin-top: 10px;
}

.sideWeather #hourly_slider .viewport { 
	float: left; 
	width: 300px; 
	height: 160px; 
	overflow: hidden; 
	position: relative; 
}
.sideWeather #hourly_slider #hourly_slider_buttons {
	height: 30px;
	width:300px;
}

.sideWeather #hourly_slider .prev {
    float:left;  
}

.sideWeather #hourly_slider .next {
    float:right;  
}

.sideWeather #hourly_slider .disable { 
	visibility: hidden; 
}
.sideWeather #hourly_slider .viewport > ul { 
	list-style: none; 
	position: absolute; 
	height: 300px;
	padding: 0; 
	margin-left: 15px; 
	left: 0; 
	top: 0; 
}
.sideWeather #hourly_slider .viewport > ul > li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	height: 160px; 
	width: 130px;
}

.sideWeather #hourly_slider .viewport > ul > li:hover {
	background-color: transparent ;
}

.sideWeather #hourly_slider h6 {
	margin:0;
}

.sideWeather #hourly_slider p {
	margin:0;
	font-size: 14px;
}

.sideWeather #extended {
	font-size: 0.92em !important;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.sideWeather #extended  ul {
	width:100%;
	float: left;
} 

.sideWeather #extended  ul  li {
    padding: 8px 0;
    width: 100% !important;
    display: table;
}

.sideWeather #extended ul li h6 {
    line-height: 1.3em;
	font-size: 1.0em;
	text-align: center;
	font-weight: 600;
	margin: 0;
	text-align: left !important;
    margin-left: 8px !important;
}

.sideWeather #extended ul li ul {
	display: block;
	padding-left: 0;
	float: left;
	width: 200px;
}

.sideWeather #extended ul li img {
    float: left;
    margin: 0 15px 20px 8px !important;
	padding-bottom: 23px;
}

.sideWeather #extended ul li ul li {
    font-size: 0.9em;
    line-height: 1.1em;
    margin: 0 0 4px 0;
    padding: 0px;
}


/* weather list style */
.sideWeather .weather-list {float:left;}
.sideWeather .weather-list > ul > li {border-bottom: 1px solid #ddd;padding: 8px 0;}
.sideWeather .weather-list > ul > li:nth-of-type(2n) {background-color: whiteSmoke;}
.sideWeather .weather-list ul li h6 {font-size: 0.8em; line-height: 1.3em;text-align: center;}
.sideWeather .weather-list ul li img {float: left;margin: 0 40px 30px 15px;}
.sideWeather .weather-list ul li ul li {font-size: 0.9em;line-height: 1.1em;margin: 0 0 4px 0;}
.sideWeather .weather-list ul li ul li span {font-weight: 800;}

.sideWeather img{border:0;-ms-interpolation-mode:bicubic;}

.sideWeather li{color:gray;}
   

/*******************************************************/


.sideWeather #hourly
{
	 margin-top: 15px;
}

.sideWeather #current_stats_container 
{
	display: inline-block;
	margin-left:10px;
}

.sideWeather #current_weather img {
	margin: 10px 0 0 10px !important;
	float:left;
}

.sideWeather #current_weather #current_stats #temp
{
	width:120px;
	font-size: 40px !important;
}

.sideWeather  #current_weather #current_stats li {
    color: #000;
}

.sideWeather  #current_stats_secondary {
	display:none;
}
.sideWeather  #current_stats_secondary li {
	color: #000;
}
.sideWeather  #current_stats_secondary li#current_location p {
	color: #000;
}
.sideWeather  #current_stats_secondary li p {
	color: #000;
}
.sideWeather #current_stats_secondary li span 
{
	color: #000;
}

.sideWeather #current_stats_container {
	margin-top: 3%;
}
.sideWeather #current_stats_blocks {
	width: 300px;
	display:inline-block;
	margin-top:10px;
}
.sideWeather #current_stats_blocks li {
	border: none;
	padding-left: 0;
	margin: 0 auto;
	padding: 0;
	width: 33%;
    width: 95px;
    height: 70px;
}

.sideWeather .row {
	margin-left: 0px !important;
}

.sideWeather .current-links 
{
	display:none;
}

.sideWeather #current_location
{
	display:none;
}


.sideWeather #extended
{
	margin-left:0;
	width:100%;
}

.sideWeather #current_stats_blocks li span {
	font-size: 18px;
    line-height: 36px;
    margin-top: 0;
}

.sideWeather  #current_stats_blocks li sup.wind 
{
	width:95px;
	font-size: 12px;
	top:0;
}

.sideWeather  #current_weather #current_stats #temp span {font-weight:600;}
.sideWeather  #current_weather #current_stats #description {font-size: 22px;  margin-top: 0px;}

.sideWeather  #current_weather #current_stats #feels_like {font-size: 16px; }
.sideWeather  #current_weather #current_stats #current_wx_index {font-size: 16px;  !important;}
.sideWeather  #current_stats_secondary li span {display: inline !important; margin: 0 0 1px; padding: 0 0 4px;}
.sideWeather  #current_stats_secondary li#current_location p {padding-top: 8px;}

.weather #hourly ul li h6 {
	margin-top:5px;
	line-height: 1.75em;
}

.nws_noaa_footer
{
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size:13px;
}

.weather p {
  padding: 0px 0px 0px 0px;
}




/*Hourly Slider*/
/**=================================== RESET AND LAYOUT ===================================**/
.bx-wrapper {
    position:relative;
    margin:0 auto /*60px*/;
    padding:0;
    /*max-width:960px;*/
}
.bx-wrapper img {
    max-width:100%;
    display:block;
}
.bx-viewport {
    height:auto;
}
/**=================================== THEME ===================================**/
.bx-wrapper .bx-viewport {
    border:0px;
    /*left:-5px;*/
	left:0px;
    background:#fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform:translatez(0);
    -moz-transform:translatez(0);
        -ms-transform:translatez(0);
        -o-transform:translatez(0);
        transform:translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position:absolute;
    bottom:-30px;
    width:100%;
}
/*=================================== LOADER ===================================*/
.bx-wrapper .bx-loading {
    min-height:50px;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2000;
}
/*=================================== PAGER ===================================*/
.bx-wrapper .bx-pager {
    text-align:center;
    font-size:.85em;
    font-family:inherit;
    font-weight:bold;
    color:#666;
    padding-top:20px;
    display:none;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background:#666;
    text-indent:-9999px;
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}
/*=================================== DIRECTION CONTROLS (NEXT / PREV) ===================================*/
.bx-wrapper .bx-prev {
    left:-31px;
    background:url(../../../../images/controlsLeftArrow.png) no-repeat;
}
.bx-wrapper .bx-next {
    right:-31px;
    background:url(../../../../images/controlsRightArrow.png) no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}
.bx-wrapper .bx-next:hover {
    background-position:0 0;
}
.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:50%;
    margin-top:-16px;
    outline:0;
    width:25px;
    height:25px;
    text-indent:-9999px;
    z-index:9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display:none;
}
/*=================================== AUTO CONTROLS (START / STOP) ===================================*/
.bx-wrapper .bx-controls-auto {
    text-align:center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display:block;
    text-indent:-9999px;
    width:10px;
    height:11px;
    outline:0;
    background:url(images/controls.png) -86px -11px no-repeat;
    margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position:-86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display:block;
    text-indent:-9999px;
    width:9px;
    height:11px;
    outline:0;
    background:url(images/controls.png) -86px -44px no-repeat;
    margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position:-86px -33px;
}
/*=================================== PAGER WITH AUTO-CONTROLS HYBRID LAYOUT ===================================*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align:left;
    width:80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right:0;
    width:35px;
}
/*=================================== IMAGE CAPTIONS ===================================*/
.bx-wrapper .bx-caption {
    position:absolute;
    bottom:0;
    left:0;
    background:#666\9;
    background:rgba(80, 80, 80, 0.75);
    width:100%;
}
.bx-wrapper .bx-caption span {
    color:#fff;
    font-family:inherit;
    display:block;
    font-size:.85em;
    padding:10px;
}