/* wview CSS settings */

/* Global */

body {
	background-color: black;
	font-family: /*gill sans*/ tahoma;
	text-align: center;
	margin: 0 0 0 0;
	width: 360px;
	color: #54A7FF;
}	

a {
	text-decoration: none;
	color: #54A7FF;
}

h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: #ABBED1;
}

div#container {
	-webkit-box-sizing: border-box;
	width: 100%;
	border: none;
	padding: none;
}

/* DIVs are named by their percentage of the view */


div.seventies {
	-webkit-box-sizing: border-box;
	width: 70%;
	height: 94px;
	float: left;
	font-size: 65px;
	line-height: 1;	
	padding: 10px;
	border: 1px solid #244857;
}

/* thirties are half the height of seventies so they can be doubled up */
div.thirties {
	-webkit-box-sizing: border-box;
	float: left;
	font-size: 18px;
	width: 30%;
	height: 47px;
	padding: 8px 10px 10px 10px;
	border: 1px solid #244857;
}

/* attributes of the time highs were hit */

.time {
	font-size: 60%;
	font-weight: 100;
	color: /*#696969*/ #ccc;
}

/* if you want to change the color of hi/lo temps */
.high {
	color: #54A7FF;
}

.low {
	color: #54A7FF;
}

/* I found the units to be too large at full size */
.unit {
	font-size: 50%;
}

div.fifties {
	-webkit-box-sizing: border-box;
	float: left;
	font-size: 25px;
	width: 50%;
	height: 55px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #244857;
}

div.fiftylinks {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	background-color: #54A7FF;
	text-transform: uppercase;
	font-size: 12px;
	width: 33.3%;
	height: 40px;
	padding: 12px 10px 12px 10px;
	box-shadow: inset 0 0 25px #000;
	-webkit-box-shadow: inset 0 0 25px #000;
	-moz-box-shadow: inset 0 0 25px #000;
}

.fiftylinks a {
	color: #244857;
}

.winddir {
	color: #88ff88;
        font-size: 120%;
}
