/*
Plugin Name: WP Social Votes
Plugin URI: http://pervushin.com/wordpress-plugin-social-votes.html
Description: Плагин предназначен для создания онлайн голосования при помощи социальных сетей. В версии 1.0 поддерживается голосование с помощью ВКонтакте, Twitter и Facebook.
Version: 1.0
Author: Сергей Первушин и KOLOS450
Author URI: http://pervushin.com/
*/

.sv_container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.sv_container {
	display: inline-block;
}

.sv_button_left {
	position: fixed;
	z-index: 1000;
	margin-left: -195px;
}

#icons ul {
clear: both;
width: 100%;
overflow: hidden;
margin: 25px 0 10px;
text-align: center;
text-transform: capitalize;
position: relative;
}

#icons ul li {
float: left;
width: 65px;
height: 52px;
padding: 5px 5px 1px;
margin: 0 10px 10px 0;
cursor: pointer;
list-style: none;
}
#icons ul li label {
display: block;
font-size: 11px;
background-position: 50% 0 !important;
background-repeat: no-repeat !important;
padding: 36px 0 0;
line-height: 12px;
cursor: pointer;
position: relative;
}

 
html[xmlns] .sv_container {
	display: block;
}
 
* html .sv_container {
	height: 1%;
}

.sv_unit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	display: inline-block;
	float: left;
}

.sv_image {
	max-width: 210px;
	margin:0 auto;
}

.sv_title {
	text-align: center;
	font-size: 18px;
}

.sv_button {
	text-align: center;
}

#action_button {
	font-size: 1em;
	outline: 0;
	border: 0;
	background: #D8D8D8;
	color: #555;
	padding: 7px 10px;
	margin: 5px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
#action_button:hover {
	background: #2e4c79;
	color: #fff;
	cursor: pointer;
}

#sv_dialog {
	display: none;
}

.sv_votes {
	text-align: center;
	font-size: 14px;
}
#sv_votes_0 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_1 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_2 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_3 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_4 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_5 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}
#sv_votes_6 {
	text-align: center;
	font-size: 38px;
	color: #990000;
}