/* Formatting for standard Facebook button iframe */
.sociable_fb_standard {
    width: 450px;
    height: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Formatting for small Facebook button with counts iframe */
.sociable_fb_button_count {
    width: 90px;
    height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
}


div.sociable {
    margin: 16px 0;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
    text-indent: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 1px !important;
    font-size: 12px;
}
.sociable ul li:before { content: ""; }

/* Use this to change the icons */
.sociable img {
	float: none;
	border: 0;
	margin: 0;
    padding: 0 2px 0 2px;
    background: transparent;
    vertical-align: middle;
}

.sociable a {
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* Span that holds the image, link and caption */
span.sociable_outerspan {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 5px;
/*    white-space:nowrap;*/
}

.sociable-hovers {
    opacity: .4;
    -moz-opacity: .4;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=40); */
}
.sociable-hovers:hover {
    opacity: 1;
    -moz-opacity: 1;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=100); */
}

/*Tooltip and Pointer CSS*/
.fg-tooltip {
    padding: 0px 5px 0px 5px;
    border: 2px solid #FFD700;
    position: absolute;
    z-index: 9999;
    background: #FDFCDC;
    text-align: center;
    display: none;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
    position: absolute;
    width:0;
    height:0;
    border-bottom-width: 0;
    background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {
    border-left: 7px dotted transparent;
    border-right: 7px dotted transparent;
    border-top-width: 14px;
    bottom:    -14px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
    border-left: 5px dotted transparent;
    border-right: 5px dotted transparent;
    border-top: 10px solid #FFD700;  /* Inside of the tooltip arrow */
    bottom:    auto;
    top: -14px;
    left: -5px;
}

/* The following are deprecated with version 5.02 */
/*
.sociable span {
    display: block;
}
*/
