/*
 * Timeline - for jQuery 1.3+
 * http://codecanyon.net/item/timetable-for-events-with-php-jquery-and-xml/546355?ref=RikdeVos
 *
 * Copyright 2012, Rik de Vos
 * You need to buy a license if you want use this script.
 * http://codecanyon.net/user/RikdeVos?ref=RikdeVos
 *
 * Version: 1.0.2 (Jan 9 2012)
 */

/* SELECTOR BAR */
	.tl_timeline .tl_time_selector_bar {
		background: #fff;
		color: #000;
	}

	.tl_timeline .tl_time_selector_bar .tl_slidable_slider {
	    /* RGBa with .10 opacity */
	    background: rgba(210, 0, 122, .2);
	}
		.tl_timeline .tl_location {
			background: #656565;
			color: #fff;
		}
		.tl_timeline .tl_location .tl_the_location {
         	background: #1e2021;
            color: #fff;
		}
			.tl_timeline .tl_location .tl_the_location h3 {
				color: #fff;
			}

			.tl_timeline .tl_location .tl_the_location p.tl_the_location_subtitle {
				color: #fff;
			}
/* INDICATOR BAR */
	.tl_timeline .tl_time_indicator {
		background: #1e2021;
	}

    .tl_timeline .tl_time_indicator ul li {
        color: #fff;
    }
        /* EVENT */
		.tl_timeline .tl_event {
			background: #D2007A;
		}

		.tl_timeline .tl_event:hover {
			background: #1E2021;
		}

			.tl_timeline .tl_event[data-info-showing=true] {
				background: #D2007A;
			}

			.tl_timeline .tl_event[data-info-showing=true]:after {
				background: #D2007A;
			}

		/* DETAILS OF EVENT */

		.tl_timeline .tl_event_details {
			border-top: 1px solid #d2d2d2;
			border-left: 1px solid #d2d2d2;
			background: #ffffff;
			color: #282828;
		}
			.tl_timeline .tl_event .tl_event_time {
				color: #fff;
				font-size: 9px;
			}

			.tl_timeline .tl_event h2 {
				font-size: 12px;
				font-weight: bold;
				color: #fff;
			}

			.tl_timeline .tl_event p.tl_subtitle {
				font-size: 11px;
				font-weight: normal;
				color: #fff;
			}
.tl_description_header_title, .tl_description_header_subtitle, .tl_description_time {
		color: #282828 !important;
	}