﻿/********************************************

Colors Used:

 Title Orange: #cb990d
 Title Green: #97bf0c
 Title Grey: #717171
 RSS Orange: #fb8126


********************************************/

* {
	padding: 0;
	margin: 0;
}

body {
}

h1 {
	position: absolute;
	top: 10px;
	left: 19px;
	font-size: 14px;
	color: #97bf0c;
	width: 150px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main
{
	background: url(images/backgroundContainer.jpg) no-repeat 0 0;
    /*border: 1px solid #000000;*/
    position: relative;
    top: 10px;
	left: 10px;
	width: 565px;
    height: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#cornerRounded {
	background: url(images/corner.png) no-repeat 0 0;
	width: 10px;
    height: 11px;
	position: absolute;
	top: 344px;
	left: 1px;
}

div#SearchCity
{
    position: absolute;
    height: 50px;
    top: 28px;
    left: 20px;
}

label, select, input {
	float: left;
}

label {
	color: #717171;
	font-weight: bold;
	padding-top: 5px;
}

select {
	margin-left: 5px;
	margin-top: 3px;
	height: 18px;
	font-size: 11px;
}

input#PostalCode {
	margin-left: 5px;
	margin-top: 3px;
	height: 15px;
	font-size: 11px;
	padding-left: 5px;
	width:130px;
}

input#postalCodeSearch {
	margin-left: 5px;
	margin-top: -1px;
}


div#SearchPostalCode
{
    position: absolute;
    height: 50px;
    top: 28px;
    left: 262px;
}

div#welcomePage {
	position: absolute;
	top:111px;
	width: 455px;
	left: 35px;
}

div#welcomePage h2 {
	color: #cb990d;
	font-size: 22px;
}

div#welcomePage p {
	line-height: 1.5em;
	padding-top: 12px;
	font-size: 14px;
	color: #3c3c3c;
}

div#RssFeed
{
	position: absolute;
	right: 10px;
	top: 13px;
	width: 170px;
}

div#RssFeed img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

div#RssFeed p#subscribeTextCont a {
	color: #fb8126;
	font-size: 11px;
	position: absolute;
	top: 1px;
	left: 22px;
	}

div#RssFeed a#helpText {
	color: #717171;
	font-size: 10px;
	position: absolute;
	left: 22px;
	top: 16px;
}

div#LocationContainer
{
	background: url(images/titleTransWhiteBack.png) no-repeat 0 0;
    top: 56px;
    position: absolute;
    left: 5px;
    width: 552px;
	height: 48px;
}

div#LocationContainer h2 {
	font-size: 22px;
    font-weight: bold;
	color: #cb990d;
	margin: 13px 0 0 15px;
}

div#CurrentConditions
{
    overflow: hidden;
    position: absolute;
    left: 5px;
	top: 104px;
	width: 552px;
	height: 132px;
	/*background-color: #000;*/
}

	div#CurrentConditionsData {
        position: relative;
		font-size: 11px;
    }

		div#CurrentConditionsData div#Radar img {
    		position: absolute;
			top: 30px;
			left: 430px;
        	width: 104px;
        	height: 73px;
			cursor: pointer;
    	}

		#CurrentConditionsData p#viewRadar {
			position: absolute;
			top: 100px;
			left: 449px;
		}

		#CurrentConditionsData p#viewRadar a {
			color: #97bf0c;
			font-weight: bold;
		}

		#CurrentConditionsData img, #DayForecast img {
        	position: absolute;
			top: 14px;
			left: 10px;
            width: 100px;
            height: 100px;
        }

		#CurrentConditionsData div.conditionTime {
			color: #717171;
			right: 23px;
    		top: 7px;
    		position: absolute;
		}

		div#DayForecast span#DayName {
			color: #717171;
			right: 23px;
    		top: 7px;
    		position: absolute;
		}

		span.Temperature, span.WindSpeed, span.WindSpeedValue, span.Humidity, span.HumidityValue, span.DewPoint, span.DewPointValue, span.Gusts, span.GustsValue, span.Pressure, span.PressureValue, span.Precipitation, span.PrecipitationValue, span.Condition, span.PCondition, span.Prediction, span.PHigh, span.PHighValue, span.PLow, span.PLowValue {
		position: absolute;
		}

		span.WindSpeed, span.Humidity, span.DewPoint, span.Gusts, span.Pressure, span.Precipitation {
			text-align: right;
            font-weight: bold;
			width: 85px;
		}

        span.Temperature {
            font-size: 38px;
            font-weight: bold;
            left: 135px;
			top: 8px;
			width: 200px;
        }

		/*Weather Data Styles*/
        span.WindSpeed, span.Humidity, span.DewPoint {left: 100px; width: 100px; }
        span.WindSpeedValue, span.HumidityValue, span.DewPointValue {left: 205px; width: 90px; }
        span.WindSpeed, span.WindSpeedValue, span.Gusts, span.GustsValue {top: 60px;}
		span.Humidity, span.HumidityValue, span.Pressure, span.PressureValue  {top: 80px;}
        span.DewPoint, span.DewPointValue, span.Precipitation, span.PrecipitationValue {top: 100px;}
        span.Gusts, span.Pressure, span.Precipitation {left: 245px; width: 100px;}
        span.GustsValue, span.PressureValue, span.PrecipitationValue {left: 350px; width: 90px;}

	div#DayForecast {
		position: relative;
		font-size: 12px;
	}

		span.PCondition {
			font-size: 16px;
            font-weight: bold;
			top: 20px;
			left: 225px;
			width: 300px;
        }

		span.Prediction {
			left: 225px;
			top: 45px;
			width: 300px;
			line-height: 1.5em;
        }

		/*Weather Data Styles*/
		span.PHigh, span.PLow, span.PHighValue, span.PLowValue {font-size: 16px}
		span.PHigh, span.PLow {font-weight: bold; left: 125px;}
		span.PHighValue, span.PLowValue {left: 168px;}
        span.PHigh, span.PHighValue {top: 20px;}
        span.PLow, span.PLowValue {top: 45px}

div#LongRange
{
	background: url(images/longRangeBack.png) no-repeat 0 0;
    top: 236px;
    left: 5px;
    width: 552px;
    height: 115px;
    position: absolute;
	font-size: 11px;

}
    #LongRange div
    {
        position:absolute;
  		width: 84px;
		height: 113px;
		top: 1px;
		text-align: center;
    }

	div#LongRange .LongRangeHover {
		background: transparent url(images/longRangeBack_RO.png) no-repeat center top;
		cursor: pointer;
		top: -9px;
		height: 122px;
	}
		div#LongRange .LongRangeHover span.DayName { top: 18px; }
		div#LongRange .LongRangeHover span.Date { top: 30px; }
		div#LongRange .LongRangeHover img { top: 45px; }
		div#LongRange .LongRangeHover span.DayHigh,
		div#LongRange .LongRangeHover span.DayHighValue { top: 90px; }
		div#LongRange .LongRangeHover span.DayLow,
		div#LongRange .LongRangeHover span.DayLowValue { top: 105px; }

    #LongRange div.d1{left:0px;}
    #LongRange div.d2{left:85px}
    #LongRange div.d3{left:170px}
    #LongRange div.d4{left:255px}
    #LongRange div.d5{left:340px}

    #LongRange div span.DayName
    {
        top: 8px;
		left: 0;
        width: 84px;
        font-weight: bold;
        position: absolute;
		color: #717171;
    }

	#LongRange div span.Date {
		top: 20px;
		left: 0;
		width: 84px;
		position: absolute;
	}

    #LongRange img
    {
        top: 35px;
        width: 36px;
        height: 36px;
        position: absolute;
		left: 24px;
		}

    #LongRange span.DayHigh
    {
        position: absolute;
        top: 80px;
        width: 37px;
		left: 5px;
        text-align: right;
        font-weight: bold;
		color: #717171;
    }

    #LongRange span.DayHighValue
    {
        position: absolute;
        top: 80px;
        left: 47px;
        width: 30px;
        text-align: left;
    }

    #LongRange span.DayLow
    {
        position: absolute;
        top: 95px;
        left: 5px;
        width: 37px;
        text-align: right;
        font-weight: bold;
		color: #717171;
    }

    #LongRange span.DayLowValue
    {
        position:absolute;
        top: 95px;
        left: 47px;
        width: 30px;
        text-align: left;
    }

div#selectionTriangles {
	position: absolute;
	top: 227px;
}

div#selectionTriangles img {position: absolute;}

	img#T1 {left: 38px;}
	img#T2 {left: 123px;}
	img#T3 {left: 207px;}
	img#T4 {left: 293px;}
	img#T5 {left: 377px;}

img#weatherBugLogo {
	position:absolute;
	right: 20px;
	top: 312px;
	}




/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }

  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }

  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt;
    padding: 0pt;
    overflow: auto;
    letter-spacing: 0px;
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }

  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active h1 {
		visibility: hidden;
	  	font-size: 14px;
    }

	.sIFR-active label {
		visibility: hidden;
	  	font-size: 13px;
		padding-top: 4px;
    }

	.sIFR-active div#Radar p#viewRadar {
		visibility: hidden;
	  	font-size: 14px;
    }

	.sIFR-active div#SearchCity {
		left: 13px;
	}

	.sIFR-active div#SearchPostalCode {
		left: 262px;
	}
}


/*
Overlay used for loader graphic.
*/
#ajax_overlay {
	-moz-opacity: .60;
	opacity: .60;
}
