

/* --- Stylesheet 747 () --------- */ 

#livewrap {
	position:relative;
}

#liveplayer {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(30,30,30,0.5);
}


#liveplayer .message {
	position: absolute;
	left: 50%; top: 55%; right: 50%; bottom: 45%;
	padding:15px;
	text-align:center;
	margin: -9px 0px 0px -132px;
	z-index: 100; width: 264px; height: 18px; border: 1px solid #fff;
	background-color: #444;
	background-color: rgba(30,30,30,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#livebutton .playbutton {
	position: absolute;
	margin:4px;
	width: 30px; height: 20px; border: 1px solid #fff;
	background-color: #444;
	background-color: rgba(30,30,30,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#liveplayer .playbutton:hover, #livebutton .playbutton:hover {
	background-color: rgba(30,30,30,0.75);
}

#liveplayer .playbutton span {
	margin: 12px 0px 0px 23px;
	display: block;
	border-color: transparent transparent transparent white;
	border-style:solid;
	border-width: 10px 20px 10px 20px;
	width:0;
	height:0;
}

#livebutton .playbutton span {
	margin: 5px 0px 0px 11px;
	display: block;
	border-color: transparent transparent transparent white;
	border-style:solid;
	border-width: 5px 11px 5px 11px;
	width:0;
	height:0;
}

#livebutton.pause .playbutton span {
	border-color:transparent white;
	border-style:solid;
	border-width:0 4px;
	display:block;
	height:10px;
	margin:5px 0 0 10px;
	width:2px;
}

#livemenu {
	background:#aaa;
	width:100%;
	height:30px;
	position:relative;
}

#livemenu span.marker {
	position:absolute;
	top:8px;
	display:block;
	width:12px;
	height:12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:#999999;
	cursor:pointer;
	border:1px solid #aaa;
}

#livemenu span.marker:hover {
	background: #D1BD82;
}

#livemenu #liveline {
	padding: 10px 0 10px 80px;
	height:10px;
}

#livemenu #liveline span {
	display: block;
	background:#888;
	height:10px;
	width:0px;
	border-right:2px solid #fff;
}

#livemenu #livebutton {
	position:absolute;
	top:0px;
	left:0px;
}

#traminomapinfowindow img.user {
	position:absolute;
	top:25px;
	width:45px;
}

#traminomapinfowindow {
	overflow:hidden;
}

#traminomapinfowindow .info {
	font-size:11px;
	color:#666;
	width:310px;
}

#traminomapinfowindow .info a, #traminomapinfowindow .info a:hover, #traminomapinfowindow .headline a, #traminomapinfowindow .headline a:hover, #traminomapinfowindow .text a, #traminomapinfowindow .text a:hover {
	color:#666;
}

#traminomapinfowindow .headline {
	font-family:"Hoefler Text",Georgia,serif;
	font-size:18px;
	line-height:20px;
}

#traminomapinfowindow .text {
	padding:10px 0;
	color:#111;
	padding-left:50px;
	font-family:"Hoefler Text",Georgia,serif;
	font-size:14px;
	line-height:16px;
}

#traminomapinfowindow .twitter {
	background: transparent url("http://tramino.s3.amazonaws.com/s/oberstaufen/66404/twitter.png") 0 25px no-repeat;
}
#traminomapinfowindow .tbt {
	background: transparent url("http://tramino.s3.amazonaws.com/s/oberstaufen/66428/tbt.png") 0 25px no-repeat;
}

#traminomapinfowindow .foursquare {
	background: transparent url("http://tramino.s3.amazonaws.com/s/oberstaufen/69639/foursquare.png") 0 25px no-repeat;
}