@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body{
	background:#0a0716;
	color: #aba8be;
}

#hidden {
	display: none;
}

h1 {
	font: normal normal bold 4.0em Avenir, Futura, Arial, sans-serif;
	text-align: center;
	margin: 30px auto;
}

h1#at{
	font-size: 7em;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	right: 280px;
}

div#bottom {
	margin-top: -50px;
}

h2 {
	font: normal normal bold 1.8em Avenir, Futura, Arial, sans-serif;
	text-align: center;
}

h2#location {
	font: italic small-caps bold 2.0em Baskerville, "Times New Roman", Times, Georgia, serif;
	color: #beb0a8;
	letter-spacing: .2em;
	margin-top: 10px;
}

div#timeline {
	width: 828px;
	height: 63px;
/*	border: 1px solid #15112d; */
	margin: 50px auto 0 auto;
	padding: 0;
}

div#ticker {
	height: 63px;
	width: 1px;
	background-color: #c8d31d;
	position: relative;
	top: 63px;
}

div.row {
	height: 8px;
	width: 828px;
	border-bottom: 1px solid #15112d;
	border-right: 1px solid #15112d;
	border-left: 1px solid #15112d;
}

div.boston {
	float: left;
	width: 64px;
	height: 8px;
	background: #910007;
}

div.driving {
	float: left;
	width: 16px;
	height: 8px;
	background: #913a00;
}

div.boulder {
	float: left;
	width: 144px;
	height: 8px;
	background: #135726;
}

div.flying {
	float: left;
	width: 8px;
	height: 8px;
	background: #007191;
}

div.italy {
	float: left;
	margin-left: 265px;
	width: 344px;
	height: 8px;
	background: #621e73;
}



/* Clock Flipping stuff */
#wrapper{
	position:relative;
	top: -140px;
	margin: 0 auto;
	width: 400px;
}

#front{
	position:absolute;
	top:0px;
}

#upperHalf, #upperHalfBack{
	vertical-align:bottom;
}

#lowerHalf, #lowerHalfBack{
	vertical-align:top;
}

#upperHalf img{
	position:relative;
	height:64px;
	vertical-align:bottom;
	visibility:visible;
}

#lowerHalf img{
	position:relative;
	height:64px;
	vertical-align:top;
	visibility:visible;
}
	
#lowerHalfBack img{
	position:relative;
	vertical-align:top;
}

#upperHalfBack img{
	position:relative;
	vertical-align:bottom;
}

#hoursUp, #hoursDown, #hoursUpBack, #hoursDownBack{
	width:125px;
}

#minutesUpLeft, #minutesUpRight, #minutesDownLeft, #minutesDownRight,
#minutesUpLeftBack, #minutesUpRightBack, #minutesDownLeftBack, #minutesDownRightBack,
#secondsUpLeft, #secondsUpRight, #secondsDownLeft, #secondsDownRight,
#secondsUpLeftBack, #secondsUpRightBack, #secondsDownLeftBack, #secondsDownRightBack{
	width:64px;
}
	


	

