/* -= PAGE STRUCTURE CHANGES =- */
#main {
	padding: 0;
}
#home-timeline {
	height: 500px;
	margin-bottom: 20px;
}
.timeline-content {
	width: 100%;
}
.column {
	width: 450px;
}
.even {
	float: left;
	margin-right: 10px;
}
.odd {
	float: left;
	border-left: 1px solid #888;
	padding-left: 9px;
	margin-right: 20px;
}

/* -= TIMELINE BAND BACKGROUND =- */
#home-timeline {
	background-color:#A0A0A0;
	background-image:url("images/luther_bg.png");
	background-position:center top;
	background-repeat:no-repeat;
}
#home-timeline .timeline-band {
    background: transparent;
}
#home-timeline .timeline-ether-bg {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}
#home-timeline .timeline-band-1 .timeline-ether-bg {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/* -= TIMELINE TEXT AND LINES =- */
#home-timeline {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/*#home-timeline .timeline-event-label {
	color: #fff;
}*/
#home-timeline .timeline-ether-lines {
	border-color: #ccc;
}
#home-timeline .timeline-date-label-em {
	color: #fff;
	font-weight: bold;
}

/* -= SMALL BAND TAPE COLORS =- */
#home-timeline .timeline-event-tape,
#home-timeline .timeline-small-event-tape,
#home-timeline .timeline-small-event-icon{
	/* background-color: #88360b; // Theme "rust" color */
	/* background-color: #ee3333; // Brighter "red" */
	background-color: #fff;
}

#home-timeline .timeline-event-tape {
	margin-left: -1px;
	margin-top: -1px;
	/* border: 1px solid #88360b; */
	border: 1px solid #777;
}

/* -= ADDING ICONS TO THE TIMELINE =- */
.timeline-event-icon {
	/* margin-left: -28px; */
}
.timeline-event-icon img {
	max-height: 52px;
	max-width: 52px;
	border-radius: 4px;
	border: 1px solid #777;
	border-right: none;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-box-shadow: 2px 2px 3px 0 #333;
	-moz-box-shadow: 2px 2px 3px 0 #333;
	box-shadow: 2px 2px 3px 0 #333;
}

/* -= HACKING THE CRAP OUTTA THE TIMELINE =- */
.timeline-event-label {
	color: #414042;
	line-height: 22px;
	height: 46px;
	border: 1px solid #777;
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.8);
	/*background-image: url("images/arrow-ind.png");*/
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
	font-size: 1.1em;
	margin-left: -1px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 2px 2px 3px 0 #333;
	-moz-box-shadow: 2px 2px 3px 0 #333;
	box-shadow: 2px 2px 3px 0 #333;
}
.timeline-event-label img {
	max-height: 40px;
	margin: 0 0.5em 0 0;
	float: left;
}

/* -= ADDING A FILTER AND KEY AREA =- */
.HiddenCat {
	visibility: hidden;
	cursor: default;
}
.TimelineCatKey {
	color: #fff;
	z-index: 990;
	cursor: pointer;
}
.TimelineCatKey .KeyLabel {
	float: left;
	margin-right: 0.6em;
	line-height: 22px;
	display: none;
}
.TimelineCatKey .KeyColor {
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 3px 0 #333;
	-webkit-box-shadow: 2px 2px 3px 0 #333;
	-moz-box-shadow: 2px 2px 3px 0 #333;
	background-color: #777;
}
.TimelineCatKey .KeyID {
	display: none;
}
#catkey-all div.KeyColor {
	background-image: url('images/filterGrad-1.png');
	background-repeat: no-repeat;
	background-position: center;
	border-color: #fff;
}
#catkey-6 div.KeyColor {
	background-image: url('images/filterGrad-2.png');
	background-repeat: no-repeat;
	background-position: center;
}
#catkey-7 div.KeyColor {
	background-image: url('images/filterGrad-3.png');
	background-repeat: no-repeat;
	background-position: center;
}
#catkey-8 div.KeyColor {
	background-image: url('images/filterGrad-4.png');
	background-repeat: no-repeat;
	background-position: center;
}