/********************************************************************************************
*  																							*
* CURRENT FORECAST																			*
*																							*
********************************************************************************************/

ul.weatherCurrent
{
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 100;
	padding-top: 5px;
}


ul.weatherCurrent li
{
	font-size: 0.70em;
	font-weight: bold;
	text-align: right;
	padding: 0 65px 3px 0;
}

ul.weatherCurrent li.icon img
{
	position: absolute;
	top: -5px;
	right: 0;
	padding: 0;
}

/********************************************************************************************
*  																							*
* SEVEN DAY FORECAST INCLUDING CURRENT CONDITIONS											*
*																							*
********************************************************************************************/

div#weatherSeven ul
{
	width: 157px;
	font-size: 0.70em;
	text-align: center;
	margin: 0px;
	padding: 10px 0;
	float: left;
	background: #2A2B2D url(../image/seven_day_background.jpg) no-repeat 0 0;
}

div#weatherSeven ul li
{
	padding: 0 0 4px 0;	
}

div#weatherSeven ul li.header
{
	font-weight: bold;
	padding: 0 0 12px 0;
}

div#weatherSeven ul li.cast
{
	font-weight: bold;
	color: #FFCF0C;
}

div#weatherSeven ul.day
{
	border-top: 1px solid #565656;
	border-left: 1px solid #565656;
}

div#weatherSeven ul.rBor
{
	border-right: 1px solid #565656;	
}

div#weatherSeven ul.bBor
{
	border-bottom: 1px solid #565656;	
}

div#weatherSeven ul.rbBor
{
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
}

div#weatherSeven ul.current
{
	width: 315px;
	border-right: 1px solid #565656;
	border-top: 1px solid #565656;
	border-left: 1px solid #565656;
	position: relative;
	padding-bottom: 2px;
}

div#weatherSeven ul.forecast
{
	background: none;
	font-size: 0.95em;
	font-weight: normal;
}

div#weatherSeven ul.forecast li.cast
{
	font-weight: bold;
	color: #FFCF0C;
}

div#weatherSeven ul.bullets
{
	background: none;
	font-size: 0.95em;
	font-weight: normal;
	list-style-type: square;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#weatherSeven ul.bullets li.nBul
{
	list-style-type: none;
	padding-bottom: 0;
}

div#weatherSeven ul.bullets li
{
	margin-left: 27px;
	padding-bottom: 4px;
}

div#weatherSeven img
{
	display: block;
	padding: 0;
	margin: 10px 0 0 32px;
	text-align: left;
}

