
.wp-superlike {
	font-size: 12px;
	position: relative;
}

.wp-superlike-alert {
	position: absolute;
	top: 120%;
	left: 0;
	background: #fff;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	width: 200px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 -1px 4px #eee;
}

.wp-superlike-alert-inner {
	position: relative;
}

.wp-superlike-alert-arrow {
	position: absolute;
	top: -15px;
	left: 0;
	width: 9px;
	height: 5px;
	background: url(../images/arrow-up.png) no-repeat center;
}

/* button sizes (predefined) */
.wp-superlike-small {font-size: 11px}

.wp-superlike-normal {font-size: 12px}

.wp-superlike-medium {font-size: 13px}

.wp-superlike-large {font-size: 14px}

/* button alignments */
.wp-superlike-align-left {
	float: left;
	margin: 5px 20px 10px 0;
}

.wp-superlike-align-right {
	float: right;
	margin: 5px 0 10px 20px;
}

.wp-superlike-align-before, .wp-superlike-align-after, .wp-superlike-align-both {
	float: left;
	margin: 0 0 20px 0;
}

/* the like button */
.wp-superlike-button {
	float: left;
	cursor: pointer; /* needs to be clickable */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 0 8px;
	line-height: 2em;
	height: 2em;
}

.wp-superlike-button i {
	float: left;
	width: 12px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-superlike-button span {
	padding: 0 0 0 5px;
}

/* the count */
.wp-superlike-count {
	float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 0 10px;
	line-height: 2em;
	height: 2em;
}

.wp-superlike-count-box {
	float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 0 15px;
	line-height: 2.6em;
	height: 2.6em;
	text-align: center;
}

/* the bubble, arrow */
.wp-superlike-bubble {
	float: left;
	position: relative;
	padding: 0 0 0 6px; /* width + left - 1 = this value */
}

.wp-superlike-bubble-box {
	padding: 0;
	margin: 0 0 8px 0;
}

.wp-superlike-arrow {
	width: 5px; /* width + left - 1 = bubble padding left */
	left: 2px;
	top: 1px;
	position: absolute;
	z-index: 99;
	height: 2em;
}

.wp-superlike-arrow-box {
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -4px;
	position: absolute;
	z-index: 99;
}

/* a quick clearfix */
.wp-superlike-clearfix {
	clear: both;
}

/* disabled classes */
.wp-superlike-disabled .wp-superlike-button {
	cursor: default;
}

/* widget classes */
.wp_superlike_topliked span {
	margin: 0 0 0 10px;
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}

/* users who liked widget */

div.wp-superlike-fans {
	width: auto;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 -1px 2px #ddd;
	border: 1px solid #ccc;
	background: #fff;
	color: #aaa;
	margin: 0 0 20px 15px;
	padding: 0;
}

.wp-superlike-fans h5.wp-superlike-fans-h5 {
	margin: 0;
	color: #333;
	font-size: 11px;
	border-bottom: 1px solid #eee;
	padding: 4px 10px 4px 42px;
	background: #f9f9f9 url(../images/users.png) no-repeat 14px center;
}

div.wp-superlike-fans ul.wp-superlike-fans-list {
	margin:  0;
	padding: 0;
}

ul.wp-superlike-fans-list li {
	font-size: 12px;
	list-style-type: none;
	line-height: 16px;
	color: #666;
	border-bottom: 1px dotted #ddd;
	margin: 0;
	padding: 8px;
}

ul.wp-superlike-fans-list li div.wp-superlike-user {
	margin: 0;
	padding: 0;
}

ul.wp-superlike-fans-list li div.wp-superlike-pic img {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
	box-shadow: none;
	border-radius: 2px;
}
