/* general styles, used in all weather components */
.weatherComponent {
  font-size: 13px;
  margin: 0 0 10px;
  width: 618px;
}
.weatherHeader, h2.weatherHeader {
	width: 610px;
	background: #6595c5;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	-moz-border-radius:4px;
	padding: 4px;
	margin-bottom: 4px;
}
.titleLine {
	border-bottom: 1px solid #999;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
.titleLine .rightTitle {
	padding-right: 0px;
}
.titleLine .leftTitle {
	padding-left: 0px;
}
.leftTitle {
	float: left;
	text-align: left;
	font-weight: normal;
	padding: 4px;
	-moz-border-radius:4px;
}
.centerTitle {
	text-align: center;
	font-weight: normal;
	padding: 4px;
	-moz-border-radius:4px;
}
.rightTitle {
	float: right;
	text-align: right;
	font-weight: normal;
	padding: 4px;
	-moz-border-radius:4px;
}
.fullTitle {
	float: left;
	text-align: left;
	width: 97%;
	font-weight: normal;
	-moz-border-radius:4px;
}
.fullTitle .rightTitle {
	float: right;
	text-align: right;
	font-weight: normal;
	padding-right: 2px;
	width: auto;
}
.footerLinks {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.weatherTitleBar {
        height: 25px;
}
.weatherTitleBar .wHeaderTitle {
	float: left;
	height: 25px;
}
.weatherTitleBar .wHeaderEmail {
	float: right;
	height: 25px;
}
/* end general styles */
/* current component styles */
#currentWeather {
  float: left;
  overflow: hidden;
  width: 450px;
}
.weatherComponent #radarView {
	float: right;
	margin-left: 2px;
	overflow: hidden;
	text-align: center;
	width: 160px;
}
#severeWeather {
	background: #ED570B;
	margin-bottom: 10px;
	color: white;
	text-align: center;
	display: none;
}
#severeWeather a {
	color: white;
	font-size: 150%;
  font-weight: normal;
  text-decoration: underline;
}
#conditions {
  float: left;
	width: 220px;
}
#conditions .fullTitle {
	background: #6595c5;
	padding: 4px;
}
#bigWeatherIcon {
	float: left;
	margin: 10px 0;
	width: 220px;
}
#iconImage, #iconName {
	text-align: center;
}
#currentTemp, #realFeelTemp {
  float: left;
  margin: 10px 0;
  text-align: center;
  width: 220px;
}
#currentWeather #currentTemp { font-size: 200%; margin: 10px 0; }
#currentWeather #realFeelTemp { font-size: 125%; margin: 0 0 10px; }
#currentWeather #weatherInfo {
	width: 100%;
	float: left;
	border-top: 1px dotted gray;
	margin-top: 5px;
	padding-top: 5px;
	font-style: italic;
	margin-left: 2px;
}
#weatherInfo #WIleft {
	width: 49%;
	float: left;
}
#weatherInfo #WIright {
	width: 49%;
	float: left;
}
#currentWeather #twoDay{
  border-left: 1px dotted gray;
	float: right;
	margin-top: 5px;
	padding-left: 7px;
	width: 217px;
}
#twoDay #today {
	border-bottom: 1px dotted gray;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.smallWeatherIcon {
	float: left;
	margin: 4px 5px 0 0;
	text-align: center;
	width: 85px;
}
.temps {
	float: left;
	width: 160px;
}
.weatherText, .suntime {
/*
	width: 100%;
	font-style: italic;
	float: left;
*/
}
#twoDay #tonight {
}
/* end current component styles*/
/* forecast component styles */
#extendedForecast .day {
	width: 19.75%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#blog .weatherHeader { font-size: 14px; }
#blog .more_stories { width: 405px; }

/* index component styles */
#healthIndex .index {
	float: left; 
	text-align:center;
	width: 206px; 
}
/* Changes made to make sure indexes aligned in IE */
#healthIndex .indexTitle {
/*	width: 20%; */
/*	float: left; */
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
}
/* Changes made to make sure indexes aligned in IE */
#healthIndex .indexImage {
	text-align: center;
/*	float: left; */
/*	width: 77%; */
	padding-top: 5px;
}
/* marine forecast styles */
#marineForecast {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#marineForecast #tides {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
}
#marineForecast #tides .tideLocation {
        float: left;
        width: 100%;
        margin-bottom: 10px;
}
#marineForecast #tides .tideLocation .tideLocationName {
        float: left;
        width: 100%;
        font-weight: normal;
}
.tideItem {
        float: left;
        width: 23%;
}
#marineForecast #beach {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
}
/* moon phase component styles */
#moonPhases .moonPhase {
	width: 123px;
	float: left;
	font-weight: bold;
	text-align: center;
}
/* almanac component styles */
#almanacHistory {
	float: left;
	width: 100%;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px dotted gray;
}
#almanacHistory .historyItem {
	width: 100%;
	float: left;
	border-bottom: 1px dotted gray;
	margin-bottom: 5px;
}
#almanacHistory .historyItem .historyDate {
	font-weight: bold;
	width: 100%;
	float: left;
}
#almanacHistory .historyItem .historyText {
	width: 100%;
	float: left;
	padding-left: 10px;
}
.titleItem {
	display: inline;
}
.highTempCol {
	width: 32%;
	float: left;
	padding-left: 5px;
}
.lowTempCol {
	width: 32%;
	float: left;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	padding-left: 5px;
}
.precipCol {
	width: 32%;
	float: left;
	padding-left: 5px;
}
/* more weather component styles */
#moreWeather .moreLeft {
	float: left;
	width: 48%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreCenter {
	float: left;
	width: 98%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreRight {
	float: left;
	width: 48%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
/* search box component styles */
#USSearchBox, #intlSearchBox {
	float: left;
	height: 50px;
	width: 304px;
}
.keywordBox {
	float: left;
}
/* powered by accuweather component styles */
#powered {
	float: left;
	text-align: center;
}
/* severe weather page styles */
#severeMap #leftRadar {
	width: 48%;
	float: left;
	margin-top: 15px;
}
#severeMap #rightRadar {
	width: 48%;
	float: left;
	margin-top: 15px;
}
#radarMap1 {
	width: 100%;
	float: left;
	text-align: center;
}
#radarMap2 {
	width: 100%;
	float: left;
	text-align: center;
}
.watchWarn .textBlock {
	float: left;
	text-align: left;
	width: 97%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
	line-height: 140%;
}
.watchWarn .textHeader {
	float: left;
	background-color: #ED570B;
	color: white;
	text-align: left;
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 7px;
	font-size: 130%;
}
/* added for hurricane templates */
#storms #images {
  float: left;
  width: 97%;
  padding: 15px 0px 15px 10px;
}
.hurrImg {
  text-align: center;
  margin-right: 15px;
  width: 22%;
  float: left;
}
.question {
  float: left;
  width: 97%;
  padding-left: 15px;
}
#hurricaneNames table {
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}
.storm .stormData {
  width: 97%;
  float: left;
}
.stormData .stormName {
  width: 97%;
  float: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
}
.stormData .stormLoc {
  width: 25%;
  float: left;
  margin: 5px 5px 5px 15px;
}
.stormData .stormWind {
  width: 40%;
  float: left;
  margin: 5px;
}
.stormData .stormMov {
  width: 25%;
  float: left;
  margin: 5px;
}
#overviewText {
  width: 97%;
  float: left;
  padding: 10px 0px 10px 10px;
}
#noStorm {
  width: 97%;
  float: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
}

#flights {
  padding-bottom:10px;
}