/* general styles, used in all weather components */
.weatherComponent {
	width: 98%;
	margin: 5px 0px 10px 5px;
	font-size: 11px;
}
.weatherHeader {
	width: 100%;
	background: #f0e6b5;
	padding-left: 2px;
	font-weight: bold;
	text-align: left;
}
.titleLine {
	width: 97%;
	float: left;
	border-bottom: 1px solid #7B4418;
	margin: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.titleLine .rightTitle {
	padding-right: 0px;
}
.titleLine .leftTitle {
	padding-left: 0px;
}
.leftTitle {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 2px;
}
.centerTitle {
	text-align: center;
	font-weight: bold;
}
.rightTitle {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}
.fullTitle {
	float: left;
	text-align: left;
	width: 97%;
	font-weight: bold;
	padding-left: 5px;
}
.fullTitle .rightTitle {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	width: auto;
}
.footerLinks {
	float: left;
	width: 100%;
	text-align: center;
}
.weatherTitleBar {
        height: 25px;
}
.weatherTitleBar .wHeaderTitle {
	float: left;
	height: 25px;
        padding-left: 10px;
}
.weatherTitleBar .wHeaderEmail {
	float: right;
	height: 25px;
}
/* end general styles */

/* current component styles */
.weatherComponent #currentWeather {
	width: 65%;
	margin-right: 5px;
	margin-left: 2px;
	float: left;
}
.weatherComponent #radarView {
	width: 30%;
	float: right;
	margin-left: 2px;
	text-align: center;
}
#severeWeather {
	width: 98%;
	background: red;
	margin-bottom: 10px;
	padding-left: 2px;
	color: white;
	text-align: center;
	display: none;
}
#severeWeather a {
        font-weight: bold;
        text-decoration: underline;
	color: white;
}
#conditions {
	width: 100%;
}
#conditions .fullTitle {
	background: #f0e6b5;
	padding-left: 0px;
}
#conditions .rightTitle {
	background: #f0e6b5;
}
#currentWeather #bigWeatherIcon {
	width: 33%;
	float: left;
	margin-left: 2px;
}
#currentWeather #bigWeatherIcon #iconImage {
	width: 100%;
	margin-left: 2px;
	text-align: center;
}
#currentWeather #bigWeatherIcon #iconName {
	width: 100%;
	margin-left: 2px;
	text-align: center;
}
#currentWeather #currentTemp {
	width: 32%;
	font-weight: bold;
	font-size: 200%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#currentWeather #realFeelTemp {
	width: 33%;
	font-weight: bold;
	font-size: 125%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#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{
	width: 100%;
	float: left;
	border-top: 1px dotted gray;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 2px;
}
#twoDay #today {
	width: 48%;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border-right: 1px dotted gray;
}
.smallWeatherIcon {
	float: left;
	width: 45%;
}
.temps {
	float: left;
	width: 53%;
	font-weight: bold;
}
.weatherText {
	width: 100%;
	float: left;
	font-style: italic;
}
.suntime {
	width: 100%;
	font-style: italic;
	float: left;
}
#twoDay #tonight {
	width: 48%;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}
/* end current component styles*/

/* forecast component styles */
#extendedForecast {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#extendedForecast .day {
	width: 19.75%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

/* index component styles */
#healthIndex {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#healthIndex .index {
	float: left;
	width: 32%;
	margin-left: 2px;
}
#healthIndex .indexTitle {
	width: 20%;
	float: left;
	font-weight: bold;
	line-height: 1em;
}
#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: bold;
}
.tideItem {
        float: left;
        width: 23%;
}
#marineForecast #beach {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
}

/* moon phase component styles */
#moonPhases {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#moonPhases .moonPhase {
	width: 19.5%;
	float: left;
	font-weight: bold;
	text-align: center;
}

/* almanac component styles */
#almanac {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#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 {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#moreWeather .moreLeft {
	float: left;
	width: 32.5%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreCenter {
	float: left;
	width: 32.5%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreRight {
	float: left;
	width: 32.5%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

/* search box component styles */
#searchWeather {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#searchWeather #USSearchBox {
	float: left;
	width: 49.6%;
	height: 50px;
}
#searchWeather #intlSearchBox {
	float: left;
	width: 49.6%;
	height: 50px;
}
.keywordBox {
	float: left;
}

/* powered by accuweather component styles */
#powered {
	float: left;
	margin-top: 15px;
	width: 97%;
	text-align: center;
}

/* severe weather page styles */
#severeDiscussion {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#severeMap {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#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 {
}
.watchWarn .textBlock {
	float: left;
	text-align: left;
	width: 97%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.watchWarn .textHeader {
	float: left;
	background-color: red;
	color: white;
	text-align: left;
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
