/* @charset "utf-8"; */
/* /* CSS Document */ */
/* html,body { */
/* 	background: url(../imgs/main-background.jpg) top left; */
/* 	font-family: Arial, Helvetica, sans-serif; */
/* } */

.chronologyController {
	width: 100%;
}

.chronologyController .dataWrapper {
	min-width: 720px;
	width: 100%;
	height: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.chronologyController .dataContainer {
	width: 100%;
	min-width: 720px;
	overflow: hidden;
	float: left;
	top: 0px;
	left: 0px;
}

.chronologyController .yearTab {
	height: 40px;
	background: url(../imgs/noise.png) #C1BCA3;
	width: 100%;
	overflow: hidden;
}

.yearTab div {
	float: left;
	margin: 10px 0px 0px;
 	padding: 0px 5px 0px 0px; 
	background: url("../imgs/dotSep.jpg") no-repeat scroll 3px 9px / 4px 4px rgba(0, 0, 0, 0);
}

.yearTab div span {
	color: #fff;
	display: block;
/* 	padding: 5px 5px 5px 5px; */
	font-size: 16px;
	margin-left: 15px;
	padding-top: 5px;
}

.yearTab div:hover {
	cursor: pointer;
}

.dataContainer .yearEntities {
	float: left;
	display: none;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 200px;
}

.dataContainer .yearEntity {
	width: 320px;
	height: 150px;
	float: left;
	margin: 3px 5px 3px 5px;
	padding: 7px;
	background-color: #252525;
	overflow: hidden;
}

.dataContainer .yearEntity h2 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0px 0px 3px 0px;
	padding: 2px;
	display: block;
	font-size: 100%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	padding-bottom: 15px;
}

.dataContainer .yearEntity img {
	float: left;
	margin: 0px 6px 4px 0px;
}

.dataContainer .yearEntity p {
	font-size: 85%;
	color: #fff;
	padding: 0px;
	margin-bottom: 14px;
	clear: right;
	line-height: 130%;
}

.dataContainer .yearEntity p a {
	text-decoration: none;
	color: #fff;
}

.dataContainer .yearEntity h2 a {
	text-decoration: none;
	color: #ffffff;
	float: left;
	display: block;
	padding: 0px;
}

.chronologyController .chronologyTitle {
	height: 50px;
	width: 100%;
	min-width: 720px;
	background: url(../imgs/nav-bg.png) top left;
	position: relative;
	z-index: 20000;
}

.chronologyController .chronologyTitle .logo {
	float: left;
	margin: 7px 20px 0px 15px;
}

.chronTitle h1 {
	font-size: 120%;
	margin: 10px 50px 0px 12px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}