/*
	WordPress Plugin: WP-Votes	
	Copyright (c) 2018 Christopher Gann	
		
	File Written By:	
	- Christopher Gann			
		
	File Information:					
	- Votes CSS File
	- wp-content/plugins/wp-votes/votes-css.css	
*/



.wp-votes-archive {
	/* background-color: #ffffff; */
}
.wp-votes, .wp-votes-form {
	/* background-color: #ffffff; */
}
.wp-votes ul li, .wp-votes-ul li, .wp-votes-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-votes ul, .wp-votes-ul, .wp-votes-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-votes ul li:before, .wp-votes-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-votes IMG, .wp-votes LABEL , .wp-votes INPUT, .wp-votes-loading IMG, .wp-votes-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-votes-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-votes-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-votes-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-votes-image {
	border: 0px;
}
.wp-votes .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Votes Archive Paging */
.wp-votes-paging a, .wp-votes-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-votes-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-votes-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-votes-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-votes-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-votes-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-votes-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


.wp-votes-ans input[name="vote"] {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.wp-votes-ul li:nth-child(01) .votebar{ background:#8FA0C5}
.wp-votes-ul li:nth-child(02) .votebar{ background:#FF8}
.wp-votes-ul li:nth-child(03) .votebar{ background:#ff8a3b}
.wp-votes-ul li:nth-child(04) .votebar{ background:#a61e2a}
.wp-votes-ul li:nth-child(05) .votebar{ background:#4ebbff}
.wp-votes-ul li:nth-child(06) .votebar{ background:#fbca54}
.wp-votes-ul li:nth-child(07) .votebar{ background:#aad34f}
.wp-votes-ul li:nth-child(08) .votebar{ background:#66cc9a}
.wp-votes-ul li:nth-child(09) .votebar{ background:#98CBCB}
.wp-votes-ul li:nth-child(10) .votebar{ background:#a67c52}
.wp-votes-ul li .votebar{ transition: background 0.7s ease-in-out }
.wp-votes-ul li .votebar:hover{ background:#F00 }

ul.wp-votes-ul{
	margin-top: 25px;
}