/* CSS Document */

body {
	margin: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}
#master {
	width: 283px;
	height: 300px;
	background: url(../images/weatherBG.jpg);
	color: #FFF;
}
#weather {
	width: 50%;
	height: 25px;
	float: left;
	font-size: 21px;
	text-align:center;
	position:relative;
	z-index: 20;
	background: rgba(37,37,37,0.35);
	border-bottom: 1px #aaa solid;
}
#race {
	width: 50%;
	height: 25px;
	float: right;
	font-size: 21px;
	text-align:center;
	position:relative;
	z-index: 20;
	background: rgba(37,37,37,0.35);	
	border-bottom: 1px #aaa solid;

}
#race a {
	text-decoration:none;
	color: #ababab;
	transition: color 1s linear;
} 
#race a:hover {
	color: #FFF;
}

#content {
	clear:both;
	width: 100%;
	height: 280px;
}
#raceTrack {
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 25px;
	padding-top: 3px;
}
#raceStart {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 25px;
	margin-top: -3px;
	margin-bottom: -5px;
}
#leftInfo {
	width: 55%;
	float: left;
}
#temp {
	width: 100%;
	height: 35px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 48px;
	text-align: center;
	margin-top: -5px;
}
#weatherIconBig {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#forecast {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	margin-top: -15px;
}
#forecastIcon {
	width: 100%;
}
#icon01 {
	width: 20%;
	float: left;
	margin-left: 5px;
}
#icon02 {
	width: 20%;
	float: left;
	margin-left: 20px;
}
#icon03 {
	width: 20%;
	float: left;
	margin-left: 20px;
}

#rightInfo {
	width: 45%;
	float: right;
}
.headline {
	width: 100%;
	text-transform: uppercase;
	font-size: 21px;
	text-align: center;
}
.subtext {
	width: 100%;
	font-size: 19px;
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
}
#windDir {
	width: 100%;
	font-size: 42px;
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: -7px;	
}