@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */


.perth
{
	
}

.perth span
{
	visibility: hidden;
	position: absolute;
	left: -20%;
	z-index: 999;
	width: 80px;
	margin-left: -20%;
	padding: 10px;
	border: 2px solid #ccc;
	background-color: #FFF;
	background-image:
		-moz-linear-gradient(
			top,
			#FFF,
			#FEB44A
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FFF),
			to(#FEB44A)
		);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	top: 61px;
}

.perth:hover
{
  border: 0; /* IE6 fix */
}

.perth:hover span
{
	visibility: visible;
	text-align: center;
}

.perth span:before,
.perth span:after
{
	content: "";
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	top: -7px;
}

.perth span:before
{
	top: 0px;
}











.tooltip
{
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #30F;
	outline: none;
	margin-left: 2px;
	margin-right: 0px;
}

.tooltip span
{
	visibility: hidden;
	position: absolute;
	left: -10%;
	z-index: 99999;
	width: 80px;
	margin-left: -10%;
	padding: 10px;
	border: 2px solid #ccc;
	background-color: #FFF;
	background-image:
		-moz-linear-gradient(
			top,
			#FFF,
			#FEB44A
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FFF),
			to(#FEB44A)
		);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	top: 61px;
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
	visibility: visible;
	text-align: center;
}

.tooltip span:before,
.tooltip span:after
{
	content: "";
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	top: -7px;
}

.tooltip span:before
{
	top: 0px;
}
.social img {
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: 0px 0px 5px #000;
}
