@charset "utf-8";


#topPanel {
	position: fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:60px;
	text-align:left;
	padding: 0;
/*	padding-bottom: 350px;*/
	/* hover area */
	/* margin-bottom: 35px; hover area */
	overflow:visible;
	/* */ background:#000;
	/* */ background:transparent;
}
#topPanelContent {
	padding: 0;
	height: 60px;
	background:#000;
	/*font-size: .9em;*/
}
#topPanelContent .fb-like {
	padding: 3px 0 0 3px;
	/*text-align:right;*/
}
#topPanelContent .leftCorner {
	padding: 3px 0 3px 8px;
	/*text-align:right;*/
	font-size: 13px;
}

#topPanelContent img {
	vertical-align: middle;
}

#topPanelContent a:link {  color: #FFF; text-decoration: none}
#topPanelContent a:visited {  color: #FFF;}
#topPanelContent a:hover {  color: #DDD; background-color: #900;text-decoration:none;}
#topPanelContent a:active {  color: #FFF; background:#B00;}

#back-to-stef {
	/*padding: 3px 0 0 250px;
	text-align:right;
	*/
}




@media only screen and (min-width: 600px) {
	#topPanel {
		padding-bottom: 35px; /* hover area */
	}
	#topPanelContent {
		height: 30px;
	}
	#topPanelContent .fb-like {
		float:right;
		padding-left: 0px;
	}
}



@media only screen and (min-width: 960px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1900px) {
}













