#map {
	height:90%;
	margin:0px;
	width:75%;
}
body,html {
	height:100%;
	font-family:Tahoma, sans-serif;	
	margin:0px;
	padding:0px;
}
h1 {
	/*background-color: #6F7B85;*/
	background-color: #444;
	color: white;
	margin: 0px;
	padding: 20px 20px 20px 10px;
	font-family: 'Tenor Sans', Tahoma,Helvetica,Arial, sans-serif;
	text-shadow: 0 0 1px rgba(140, 140, 140, 0.5);
	font-size: 30px;
	text-align: left;
	font-weight: bold;
}
h1 img {
	display: inline-block;
	width: 48px;
	height: 48px;
	float: left;
	margin: -7px 10px 0px 0px;
}
#right.hidden {
	display: block;
}
#langs {
	position:absolute;
	top: 28px;
	right:60px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#langs li {
	display: inline;
	padding: 2px 4px;
	margin: 0 0 0 0.3em;
}
#langs li a {
	color: #fff;
}
#langs li.chosen_lang{
	border: 1px solid #fff;
}
a{
	text-decoration:none;
	color:#607382;
}

a:hover{
	text-decoration:underline;
	color:#8093a2;
}
#meta p {
	margin:0.5em 0;
}
#center-me {
	position:absolute;
	top:90px;
	left: 250px;
	padding:0px;margin:0px;
}
.overlay {
	-moz-opacity:0.8;
	opacity:0.8;
}

#right {
	position:absolute;
	top:75px;
	right:0px;
	width:24%;
	font-size:0.9em;
}
#time-new {
	position: absolute;
	top: 34px;
	left: -56px;
	width: 50px;
	bottom: 0px;
	z-index: 1000;
	/*pointer-events: none;*/
	padding:0px 0px;
}

#time-new .times {
	visibility: hidden;
	background-color: white;
	pointer-events:normal;
	opacity: 0.8;
	text-align: right;
	padding: 5px 4px;
}

#time-new .times.current {
	visibility: visible;
	opacity: 1;
	background-color: #6F7B85;
}

#time-new:hover .times {
	visibility: visible;
}

#i-bottom {
	font-size:0.6em;
	position: absolute;
	bottom:10px;				
}

#i-bottom p {
	margin: 5px 0px;
}

button {
	border:1px solid black;
	background-color: #6F7B85;
	padding:4px 10px;
	color:white;
	cursor:pointer;
	font-weight:normal;
	font-size:20px;
	font-family: 'Tenor Sans', Tahoma,Helvetica,Arial, sans-serif;
}

#about-text{
	position: absolute;
	top: 75px;
	background-color: white;
	padding: 10px 2%;
	width: 72%;
}

.hidden {
	display:none;
}

#toggle-sb {
	display: none;
}

#google-ads-1 {
	display: none;
}

#vote-for-aura {
	position: absolute;
	top:0px;
	left:40px;
	right: 40px;
	background-color: white;
	padding:10px;
	z-index: 200;
}

#vote-for-aura .close {
	float: right;
}

#vote-for-aura div a {
	font-size: 30px;
	display: block;
}
