@charset "utf-8";
/* CSS Document */

         #weathertext{
	border: 1px none #cccccc;
}
#weatherholder {
	position: static;
}

            #placetitle{
	font-size: 12px;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding: 4px;
}
            #wxTemp{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
            .contents{
	color: #999999;
	
}
       #wxCondition{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}