/**
 * FI Bar
 */
#fi_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: url(http://s3.amazonaws.com/fisites/facebook/fb_bar.png) left top repeat-x;
	border-bottom: 1px solid #888;
	height: 48px;
	padding: 0;
	text-align: center;
	color: #233458;
	display: none;
	z-index: 100000;
	-moz-box-shadow:    0px 0px 15px 0px #444;
  	-webkit-box-shadow: 0px 0px 15px 0px #444;
  	box-shadow:         0px 0px 15px 0px #444;
	font-size: 16px;
	font-family: "Helvetica", "Arial";
}
#fi_bar a {
	color: #233458;
	vertical-align: bottom;
}

#fb-bar-like {
	margin-left:10px;
}

#fb-bar-like.fb_iframe_widget iframe {
	top: 1px;
}

#bar-content {
	vertical-align: bottom;
	margin-top:12px;
}














