﻿
		
		

		#weather-com
		{
			border: none;
			background: #ecf0fc;
			float: left;
			padding: 15px;
			font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
			color: #666;
			width: 220px;
			width: 190px;
		}

		#weather-com h4 {
			color: #c00;
			margin-bottom: 4px;
			font-size: 1.3em;
			text-align: center;
	    }

		#weather-com h4,
		#weather-com h5,
		#weather-com p {
			padding: 0;
			margin: 1px;
		}

		#weather-com #conditions {
			background: #fff;
			float: left;
			border: 1px solid #ccc;
		}

		#weather-com #temperature,
		#weather-com #glyph {
			float: left;
			text-align: center;
			width: 94px;
		}

		#weather-com #temperature {
			margin-top: 10px;
		}

		#weather-com table img { border: none; }

		#weather-com #temperature h4 {
			font-size: 1.5em;
			margin-bottom: 5px;
		}

		#weather-com table {
			table-layout: fixed;
			width: 190px;
			border: none;
			clear: left;
			font-size: 10px;
			margin: 10px 0 0;
			line-height: 1.2em;
			border-collapse: collapse;
		}

        p#Location a
        {
            font-size: 11px;
        }


		#weather-com table col#legend { width: 50%; }
		#weather-com table col#reading { width: 50%; }
	

