@charset "UTF-8";
/* CSS Document */

#banner {height: 300px; background:transparent url(../images/bkg-banner.png) repeat-x;}
#banner-inner {}
#sidebar {float: left; display:none}
#content {padding: 2rem 0; float: right; width:100%}

@media (max-width: 767px) {
	#banner, #slideshow, #slideshow .slides, #slideshow .slides li {height: 250px; max-height: 250px;}
	#banner {}
	
	#slideshow, #slideshow .slides, #slideshow .slides li {width: 100%; height: 250px;}
	#slideshow img {width: 100%; height: auto; min-height:250px;}
	#slideshow .slides-nav {margin-top: -40px;}
	#slideshow .slides-nav li a { width: 15px; height: 15px; border-radius: 15px; margin-right: 10px;}
	
	}
	
/*********************** Weather styles ***********************/

#weather-outer {
	background: #CCC;
	padding: 3px;
	margin-bottom: 1em;
}

#module-weather {
	text-align: center;
	margin: 1px;
	}

#weather table {
	margin: 0;
	padding: 0;
}

#module-weather, #module-weather form {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	text-align: left;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: #FFF;
	display: block;
	width: 100%;
	padding-top: 2px;
	background: #999;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	}
	
#module-weather .weather-data br {
	
}
	
#module-weather .weather-conditions {
	height: 75px;
	padding: 2px;
	margin-right: 0px;
	font-size: 10px;
	}

.weather-conditions br {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000
}

.weather-conditions div {
	float: left;
	text-align: center;
}

.weather-conditions div div {
	font-size: 8pt;
	width: 65px;
}


#module-weather .weather-image {
	float:left;
	background: #FFF;
	padding: 3px 0 3px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	width: 80px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	margin: 10px auto 0 auto;
	width: 54px;
	}

div.weather-stats {
	width: 80px;
	float: right;
	margin-top: 12px;
	font-size: 7pt;
}

div.weather-stats br {
	display: block;
}

#module-weather .weather-forecast {
	clear: both;
	}

#module-weather table.forecast-data {
	width: 100%;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	padding: 0;
	}

table.forecast-data td {
	background: #FFF;
	text-align: center;
	font-size: 8pt;
	padding: 3px;
}

#module-weather .weather-forecast-title {
	font-weight:bold;
	font-size: 12pt;
	background-color: #333;
	color: #FFF;
	line-height: 14pt;
	text-transform: uppercase;
	text-align: center;
	}

#module-weather form {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
	
.weather-search, .weather-search font {
	color: inherit;
	text-align: left;
	line-height: 110%;
	display: inline;
	}

#module-weather form .weather-search input[ type=textbox ] {
	width: 100px;
	background: #fff;
	height: auto;
	padding: 3px;
	}

.weather-search .input_type {
	width: auto;
	height: auto;
	padding: 3px;
	}

.weather-footer td {
	text-align: center;
	color: #ccc;
	height: 10pt;
	}

hr.weather-footer {
	border: 1px 0;
	margin: 0;
	padding: 0;
	display: none;
	}

table.weather-footer {
}

.weather-footer font {
	display: block;
	text-align: center;
	font-size: 7pt;
	line-height: 12pt;
}


.yellowbrix-legal, .stock-footer {
	font-size: .8em;
	color: #999;
	text-align: center;
}



.weather-forecast {
	display: none;
}

#module-weather form table {
	display: none;
}

#module-weather form table.weather-footer {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 150px;
	white-space: nowrap;
	margin-top: 8px;
}


#click-outer {
	margin: 0 auto 0 auto;
	background: #999;
}

#click {
	font-size: 8pt;
	text-align: right;
	color: #FFF;
	padding: 2px;
	display: block;
	cursor: pointer;
	padding-right: 5px;
}	