/* Timeline */
#timelineBg {
	background: url(/assets/images/retro_theme/retroTimelineBg.png) no-repeat;
	height:175px;
	padding-top:19px;
	padding-left:59px;
}

#timelineWrap {
	position:relative;
	width:430px;
	height:140px;
	overflow:hidden;
}

#timeline {
	position:absolute;
	width:10000px;
	height:138px;
	border-bottom: 2px dotted #FFF;
	z-index:1;
}

.cat-image, .timeline-entry {
	float:left;
}

.cat-image {
	width:37px;
	padding-right:20px;
}

.timeline-entry {
	width:116px;
	border-left:2px solid #FFF;
	height:136px;
	margin-top:2px;
	cursor:pointer;
}

.timeline-entry img {
	position:absolute;
	border:2px solid #FFF;
	border-left:0;
}

.timeline-entry p {
	margin:100px 0 0 4px;
	font-size:14px;
	line-height:1;
}

.timeline-entry p a {
	color:#FFF;
}

.timeline-entry p a:hover {
	text-decoration:none;
}

.tl-over img {
	border:4px solid #95bfe5;
	margin:-2px 0 0 -4px;
}

.tmNav {
	z-index:99;
	position:absolute;
	width:49px;
	height:140px;
	background: url(/assets/images/retro_theme/timelinePrev.png) no-repeat 0 0;
	margin:19px 0 0 9px;
}

#tmNext {
	background-image:url(/assets/images/retro_theme/timelineNext.png);
	margin-left:442px
}

.tm-interactive {
	cursor:pointer;
}

.tm-hidden {
	background:#304253 !important;
}


/* main detail */
#content .bigyear {
	float:left;
	width:150px;
	margin:0;
	line-height:1;
	font-style:normal;
	font-size:60px;
}


.entry-detail, .main-pic {
	width:310px;
	float:left;
	padding-bottom:15px;
}

.look-inside {
	float:left;
	width:150px;
}

.look-inside a img {
	border:2px solid #FFF;
}

.look-inside a:hover img {
	border-color: #95bfe5;
}

.main-pic img {
	border:2px solid #95bfe5;
}