/*
 * map.css
 * Stylesheet for interactive map and timeline
 * Version: 2.0
 * Site   : Archaeology Hebrides
 * Author : david@reefnet
 * Updated: 21/08/07
 *
 */

#data_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.9;
	z-index: 1000;
	text-align: center;
	padding-top: 25%;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	line-height: 2em;
}

#data_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#site_navigation {
	z-index: 100;
	position: relative;
}

#header img {
	position: relative;
	z-index: 100;
}

#map_wrapper {
	width: 92%;
	height: 46%;
	position: absolute;
	bottom: 25%;
	left: 45px;
	background-color: #F2F2E8;
	border: 1px solid #DFDEC9;
	padding: 5px 1px 5px 5px;
	overflow: hidden;
}

#info {
	float: right;
	width: 49%;
	height: 99%;
	overflow: auto;
}

p.tl_image {
	margin: 5px 7px;
	text-align: center;
}

p.tl_image_left {
	float: left;
	margin: 5px 7px;
	clear: left;
}

p.tl_image_right {
	float: right;
	margin: 5px 7px;
}

p.tl_image img,
p.tl_image_left img,
p.tl_image_right img {
	border: 1px solid #eee;
	padding: 2px;
}

#ah_map {
	width: 50%;
	height: 100%;
	float: left;
}

div.infopop {
	width: 80%;
	padding: 5px;
	margin: 4px auto;
}

div.infopop img {
	padding: 2px;
	border: 1px solid #DFDEC9;
	max-width: 250px;
}
	
div.markerTooltip {
	background-color: #444;
	width: 130px;
	font-size: 90%;
	font-weight: bold !important;
	color: #fff;
	border: 1px solid #fff;
}

div.markerTooltip strong {
	font-weight: bold !important;
}

object {
	z-index: 0;
	background-color: transparent;
}

#timeline {
	width: 92.5%;
	height: 23%;
	border: 1px solid #DFDEC9;
	position: absolute;
	bottom: 1%;
	left: 45px;
}

div.timeline-event-bubble-body {
	font-size: 100%;
	padding: 5px;
	line-height: 1.6em;
	z-index: 100;
}

div.timeline-band {
	font-size: 100%;
	padding: 8px;
}

div.timeline-ether-marker-bottom {
	font-size: 120%;
	padding-bottom: 5px;
}

div.timeline-ether-marker-bottom-emphasized {
	font-size: 140%;
	padding-bottom: 5px;
	font-weight: normal;
}