/* @override 
	http://www.staffordcountymuseum.com.php53-16.dfw1-2.websitetestlink.com/dev/wp-content/themes/stf_base/css/stf_timeline.css?ver=1.0
	http://www.staffordcountymuseum.com.php53-16.dfw1-2.websitetestlink.com/wp-content/themes/stf_base/css/stf_timeline.css?ver=1.0
	http://www.staffordcountymuseum.com/wp-content/themes/stf_base/css/stf_timeline.css?ver=1.0 */

#timeline_scroll .scrollWrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

#timeline_scroll div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


.page-id-73 #interior_content {
	width: 100% !important;
	margin: 0 !important;
}

.page-id-73 #content_header,
#timeline_info_cycle {
	width: 1025px !important;
	margin: auto !important;
	float: none;
}

#timeline_scroll div.scrollingHotSpotLeft,
#timeline_scroll div.scrollingHotSpotLeftVisible
{
	width: 76px;
	height: 123px;
	top: 200px;
	background-image: url(../images/stf-arrow-L.png);				
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 300;
	left: 0;
	cursor: pointer;
	z-index: 101;
}

/* Invisible right hotspot */
#timeline_scroll div.scrollingHotSpotRight,
#timeline_scroll div.scrollingHotSpotRightVisible
{
	width: 76px;
	height: 123px;
	top: 200px;
	background-image: url(../images/stf-arrow-R.png);				
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 300;
	right: 0;
	cursor: pointer;
	z-index: 101;
}

.tile_period {
	float: left;
	height: 20px;
	width: 100%;
	display: block;
	float: left;
	clear: left;
	margin: 0 0 10px;
	font-size: 13px;
	text-align: center;
	color: rgba(0,0,0,.3);
}

#timeline_periods li,
#timeline_dates li {
	margin: 0 !important;
}

#timeline_tiles .tile img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.timeline_period_title {
	width: 40px;
	/*height: 30px;*/

height: 46px;
	line-height: 46px;
	text-align: center;
}

#timeline_periods .timeline_period_title {
	line-height: inherit!important;
}

#timeline_tiles .tile.timeline_period_title {
	background-color: #000000 !important;
	white-space: nowrap;
	font-size: 1.5em;
	color: #999;
	height: 500px;
}

.timeline_period_title_holder {
}

.timeline_period_title_text {
	transform: rotate(270deg);
	transform-origin:100% 100%;
	-ms-transform: rotate(270deg); /* IE 9 */
	-ms-transform-origin:100% 100%; /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
	-webkit-transform-origin:0% 0%; /* Safari and Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
	display: block;
	width: 550px;
	/*height: 20px;*/
	padding: 0;
	position: absolute;
	bottom: -40px;
	color: white;
	margin: 0;
	font-size: .75em;
	margin-left: -7px;
}

.timeline_period_stripe {
	background: #333;
	width: 1px;
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 25px;
}

.tile-pre-space {
	width: 5000px;
}

#timeline_periods li {
	margin-right: 25px !important;
}

/*
.timeline_period_title p {
	color: red;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* IE 9 *!/
	-webkit-transform:rotate(-90deg); /* Safari and Chrome *!/
	border-bottom: 1px solid #333;
	width: 400px;
	position: absolute;
	right: -180px;
}*/


#timeline_info .artifact_media {
	width: 80%;
	padding: 2%;
	margin: 20px auto;
	float: none;
	overflow: hidden;
}

.template_message {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.template_message li {
	display: inline;
	padding: 0 5px;
}

.template_message a {
	display: inline-block;
	padding: 2px 4px;
	font-size: 20px;
	background: #333;
}

#timeline_dates > ul li:first-child {
	visibility: hidden;
}

#timeline_info {
	width: 1024px;
	margin:auto;
}

#timeline_period_container {
	padding-top: 20px;
}

#timeline_eras .active_period {
	position: relative;
	/*padding-right: 27px;*/
}

#timeline_related_exhibits li {
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	padding: 10px;
	width: inherit;
	margin: 0 10px 10px 0;
	float: left;
	border-top: 1px solid rgba(255,255,255,.25);
	border-left: 1px solid rgba(255,255,255,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
	border-right: 1px solid rgba(0,0,0,.25);
}

#timeline_related_exhibits li a {
	color: rgba(0,0,0,.8);
	text-decoration: none;
}
	
#timeline_related_artifact_list_header {
	border-top: 1px solid #666;
	margin: 0 auto 20px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: 'myriad-pro-condensed';
	font-size: 1.25em;
}

.ie8_mag_glass {
	background: url(../images/magnifying_glass.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/stf_base/images/magnifying_glass.png", sizingMethod="scale");
	background-size: cover;
	width: 20px;
	height: 20px;
}