/* Zap Weather front-end CSS file, zcontent.net */

.zweather {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.zweather .forecast {
	text-align: center;
	display:inline-block;
	text-align: left;
	width: 100%;
}

.zweather .forecast ul li {
	float: left;
	list-style: none;
}

.zweather .forecast span {
	display: block;
	text-align: center;
	padding: 8px 0 0;
}
.zweather .forecast img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 0;
}

.zweather .forecast span.day {
	font-size: 12px;
	font-style: bold;
	height:18px;
}

.zweather .forecast span.time {
	font-size: 120%;
	font-style: bold;
	height:1em;
	padding: 0px;
}

.zweather .forecast span.conditions {
	font-style: bold;
	height:18px;
	font-size:11px;
}

.zweather .forecast span.temperature {
	
}

.zweather .forecast span.hi {
	display: inline;
	padding: 2px;
	color: #f00;
	font-style: bold;
	height:18px;
	font-size:12px;
	
}

.zweather .forecast span.low {
	display: inline;
	padding: 2px;
	color: #00f;
	font-style: bold;
	height:18px;
	font-size:12px;
}

.zweather .forecast ul li.p2 {
	width: 50%;
}

.zweather .forecast ul li.p3 {
	width: 33.33%;
}

.zweather .forecast ul li.p4 {
	width: 23%;
}

.zweather .forecast ul li.p5 {
	width: 18%;
}

.zweather .forecast ul li.p6 {
	width: 16.66%;
}

.zweather .forecast ul li.p7 {
	width: 14.28%;
}

.zweather .forecast ul li.p8 {
	width: 12.5%;
}

.zweather .forecast ul li.p9 {
	width: 11.11%;
}

.zweather .forecast ul li.p10 {
	width: 10%;
}

.zweather .observation {
	width: 100%;
}

.zweather .observation .summary {
	float: left;
	padding-right: 50px;
	text-align: center;
}

.zweather .observation .weather {
	display: block;
	font-size: 150%;
	font-style: bold;
	padding-bottom: 20px;
}

.zweather .observation .icon {
	display: block;
}

.zweather .observation .temperature {
	display: block;
	font-size: 150%;
	font-style: bold;
	padding-top: 20px;
}

.zweather .observation .details {
	padding: 4px;
	margin-top: 20px;
}

.zweather .observation p.time {
	text-align:right;
}

.zweather .alert {
	text-align: center;
	font-weight: bold;
	color: #F00;
}

.zweather .alert a:link, .zweather .alert a:visited {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

.zweather .alertinfo .description {
	font-size:14px;
}

.zweather ul.actions
{
	text-align:right;
	padding:0 ;
	width:100%;
	margin:0;
}

.zweather ul.actions li
{
	display:inline
}

.zweather ul.actions a
{
	text-decoration:none
}
@media (max-width: 618px) {
	.zweather .forecast ul li.p4 {
	width: 45%;
}
}
