#weather {
/*    background: -moz-linear-gradient(center top , #B2BCC8, #ADC7DB) repeat scroll 0 0 transparent;
    border: 1px solid #6591B3;*/
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
	left:14px;
    width: 148px;
}

#weather h6 {
	color: #666666;
    font-family: verdana;
    font-size: 10px;
    font-weight: 600;
    left: 8px;
    position: absolute;
    text-shadow: 2px 2px 0 rgba(250, 250, 250, 0.6);
    top: -2px;
	display: inherit;
}

#weather p {
    font-family: 'BentonSans Cond', sans-serif;
    font-weight: 900;
	font-style: normal;
    font-size: 18px;
    left: 64px;
    margin: 0;
    position: absolute;
    top: 21px;
    color: #efefef;
}

#weather p span {
    font-size: 16px;
}

#weather a {
    bottom: 3px;
    clear: both;
    color: #222222;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    left: 7px;
    position: absolute;
    text-decoration: none;
}

#weather a:hover {
    color: #000;
    text-decoration: underline;
}