/* CSS Document */

body {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	background-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#top_bar {
	position: absolute;	width: 320px; left: 0px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 20px; line-height: 45px;
	padding-top: 1px;
}
#top_bar_glossy {
	position: absolute;	width: 320px; left: 0px; height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/twitter.png);
	font-size:20px; line-height:25px;
}

/* loading frame */
#loading {
	height: 200px;
	width: 320px;
	margin-left: -160px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:40px;
	text-align:center;
}
#loading .title {
	font-size:17px;
}
#loading .normal {
	font-size:14px;
}
#loading #pro-frame {
	position: absolute;	top: 80px; left: 60px; width: 200px; height: 4px; z-index:0;
	background-color:#666;
	-webkit-border-radius:2px;
}
#loading #pro-bar {
	position: absolute; top: 80px; left: 60px; height: 4px; z-index:1;
	background-color:#ccc;
	-webkit-border-radius:2px;
}

/* main content */
#content {
	position: absolute;
	height: 350px;
	width: 320px;
	left: 0px;
	top: 45px;
	overflow: hidden;
}
#content #gotoyear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content #timeline-bgd {
	position: absolute;
	height: 250px;
	left: 0px;
	top: 32px;
	z-index:0;
	width: 480px;
	background-color:#000;
}
#content #timeline {
	position: absolute;
	height: 250px;
	left: 0px;
	top: 32px;
	z-index:1;
}
.timesec {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999999;
	background-image:url(../img/time_sec.jpg);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.year {
	text-align:right;
	padding-right: 10px;
	padding-top: 10px;
}
.event {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:18px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:3px;
	padding-left:8px;
	background-repeat:repeat-x;
	cursor: pointer;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
}
#content #evt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	margin: 10px;
	padding: 10px;
	height: 140px;
	width: 260px;
	position: absolute;
	left: 10px;
	top: 54px;
	-webkit-border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
	-moz-border-radius: 12px;
	z-index: 2;
	background-image: url(../img/result_bgd.png);
	background-repeat: no-repeat;
	display: none;
}
.imgleft {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	position: absolute;
	width: 320px;
	left: 0px;
	text-align: center;
	z-index: 2;
	height: 16px;
	top: 335px;
	padding-top: 5px;
}
.ads{
	padding: 3px;
	font-size:12px;
	width: 480px;
	text-align:center;
	color: #999999;
}
.ads-link{
	font-size:12px;
	color:#999999;
}
