/**
 * affiliates-share.css
 *
 * Copyright (c) 2012 www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 *
 * @author itthinx
 * @package affiliates-share
 * @since affiliates-share 1.0.0
 */
.affiliates-share.affiliates-share-link,
.affiliates-share.affiliates-share-linkedin,
.affiliates-share.affiliates-share-twitter,
.affiliates-share.affiliates-share-login {
	display: inline;
	margin: 0 2px;
}
.affiliates-share.affiliates-share-facebook {
	display: inline;
}
.affiliates-share.affiliates-share-facebook iframe { /* FF */
	min-height: 22px;
}
.affiliates-share.affiliates-share-link,
.affiliates-share.affiliates-share-login {
	top: -6px;
	position: relative;
}

.affiliates-share.affiliates-share-facebook div.fb-like,
.affiliates-share.affiliates-share-facebook div.fb-send {
	/*top: 1px;
	vertical-align: baseline;*/
	vertical-align: middle;
	margin: 0 2px;
}
.affiliates-share.affiliates-share-facebook * { /* webkit */
	display: inline-block;
	top: -2px;
}

.affiliates-share .button {
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #f8f8f8;
	display: inline;
	height: 20px;
	color: #333;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	cursor: pointer;
	box-shadow: inset 0px -10px 3px 0px #e0e0e0;
	margin: 4px;
}
.affiliates-share .button:hover {
	background-color: #f0f0f0;
	box-shadow: inset 0px -10px 3px 0px #d0d0d0;
}

.affiliates-share .filters label span {
	display: block;
	min-width: 5em;
	float: left;
}
.affiliates-share #setrowcount label {
	padding-right: 1em;
}
.affiliates-share #setrowcount input[type="text"],
.affiliates-share .paging-input input[type="text"] {
	height: 20px;
	padding: 0 3px;
	border-radius: 3px;
	text-align: right;
}
/* 2012 fix */
.entry-content .affiliates-share iframe {
	margin: 0;
}
