@keyframes balloon {
	from {
		top: 0;
	}
	to {
		top: 10px;
	}
}

@-webkit-keyframes balloon {
	from {
		top: 0;
	}
	to {
		top: 10px;
	}
}

body {
  margin: 0;
  font: 14px menlo, courier, monospace;
  -webkit-text-size-adjust: none;
}

a {
  color: #fff;
}

a:hover {
  color: #999;
}

marquee {
  margin-top: 45px;
  padding-bottom: 712px;
}

body.london marquee {
	background: #fff url('img/london.gif') repeat-x center bottom;
}

body.lasvegas marquee {
	background: #fff url('img/lasvegas.gif') repeat-x center bottom;
}

body.istanbul marquee {
	background: #fff url('img/istanbul.gif') repeat-x center bottom;
}

.balloon {
	padding-bottom: 15px;
	white-space: nowrap;
}

.balloon:before {
  content:url('img/balloon.gif');
  position: relative;
  top: 0;
  animation: balloon infinite alternate 2s;
  -webkit-animation: balloon infinite alternate 2s;
}

.banner {
  color: #dedede;
  background: #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.banner span {
	display: none;
}

.banner .current {
	display: inline;
}

.banner:after {
  content:' ';
}

footer {
  color: #666;
  background: #000;
  padding: 20px 0;
  line-height: 24px;
}

footer a {
	color: #999;
}

footer a:hover {
	color: #fff;
}

#links {
  float: left;
  padding: 20px 40px;
}

#credit {
  float: right;
  padding: 20px 40px;
}

.clear {
  clear: both;
}

#banners {
	float: right;
	margin: 20px;
}

#banners a {
	color: #666;
}

#banners a.current {
	color: #fff;
	background: #000;
}

#cities a.current {
	color: #fff;
	background: #444;
}

#forecast {
	float: left;
	margin: 20px;
	color: #808080;
}

#forecast a {
	color: #000;
}
