/*
URL: escapecreative.com
Description: styles for tipsy jquery plugin only (used for social media in top nav)
*/

.tipsy { 
	padding: 5px;
	font-size: 1.1em;
	background-repeat: no-repeat; }

.tipsy-inner {
	padding: 5px 5px 7px 5px;
	background: #000;
	color: #eaebf0;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; }
	
  .tipsy-north {
		background-image: url(/img/bg/tipsy/toparrow.gif);
		background-position: top center; }
  .tipsy-south {
		background-image: url(/img/bg/tipsy/bottomarrow.gif);
		background-position: bottom center; }
  .tipsy-east {
		background-image: url(/img/bg/tipsy/rightarrow.gif);
		background-position: right center; }
  .tipsy-west {
		background-image: url(/img/bg/tipsy/leftarrow.gif);
		background-position: left center; }