/* 
* Just for displaying the hotspots detail page. For the maps css look in the folder views/all/tmpl !!
* Copyrigth 2009 Yves hoppe - lunajoom.de
*/


#hs_ft {
width: 100%;
}

.hs_ftbox {
padding-top: 20px;
text-align:center;	
color:#999;
font-size:10px;
}

.hs_ft a:link, .hs_ft a:visited {
color:#E48702;
}

.hs_autordate {
width:100%;
background:#EEE;
}


/* custom */
h1.loctitle {
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	font-weight: 400;
	font-family:"Times New Roman", Times, serif;
	font-size: 3.0em;
}
a.loclink {
	color: #3c5574;
	background: #c8d0d4;	
	letter-spacing: 1px;
	padding: 6px 10px;
}
a.loclink:hover {
	color: #fff;
	background: #4971a1;
	}