/* map */

.content .timeline-event-label 
{
	margin-top: 2px;
	margin-left: 4px;
}

.content .timemap {
	float: left;
	background: #F3EBA6;
	width: 814px;
	/*margin: 0px -16px 0px;*/
}

.content .timelinecontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content .mapcontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content .map {
	height:600px;
	margin: 0px -16px 0px;
 }

.content .timeline {
	height:200px;
	padding-top: 0px;
	margin: -10px -16px 0px;
}

.civiltop {
	background: url(img/top-civil.jpg) repeat-x;
	padding: 50px 10px 0;
}

.header .civilleft {
	background: #B3C2C7 url(img/header-civil.jpg) no-repeat;
	float: left;
	height: 100px;	
	color: #000;
	line-height: 100px;
	text-align: center;	
	width: 814px;
}


.napoleonictop {
	background: url(img/top-napoleonic.jpg) repeat-x;
	padding: 50px 10px 0;
}

.header .napoleonicleft {
	background: #B3C2C7 url(img/header-napoleonic.jpg) no-repeat;
	float: left;
	height: 100px;	
	color: #000;
	line-height: 100px;
	text-align: center;	
	width: 814px;
}

.ww2top {
	background: url(img/top-ww2.jpg) repeat-x;
	padding: 50px 10px 0;
}

.header .ww2left {
	background: #B3C2C7 url(img/header-ww2.jpg) no-repeat;
	float: left;
	height: 100px;	
	color: #000;
	line-height: 100px;
	text-align: center;	
	width: 814px;
}

.ww1top {
	background: url(img/top-ww1.jpg) repeat-x;
	padding: 50px 10px 0;
}

.header .ww1left {
	background: #B3C2C7 url(img/header-ww1.jpg) no-repeat;
	float: left;
	height: 100px;	
	color: #000;
	line-height: 100px;
	text-align: center;	
	width: 814px;
}

.content .entrymap {
	height: 400px;
	background: #F3EBA6;
	width: 615px;
}

.tag_link {
	background-color: rgb(224, 234, 241);
	border-bottom: 1px solid rgb(62, 109, 142);
	border-right: 1px solid rgb(127, 159, 182);
	color: rgb(62, 109, 142);
	font-size: 90%;
	line-height: 2.2;
	margin: 2px 2px 2px 4px;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.tag_link:hover {
	background-color: rgb(62, 109, 142);
	color: rgb(224, 234, 241);
}

.user {
	/* background: url(img/users-bg.png) no-repeat; */
	width: 380px;
	height: 75px;
}

.users_left 
{
	float: left;
}

.users_right 
{
	float: right;
}

.author {
	width: 640px;
	background: #F7F7F2;
	border: 1px solid #EEE;
	color: #555;
}

