/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls, .wp-polls-form {width: 240px;
	/* background-color: #ffffff; */
}
.wp-polls-archive {width:auto;
	/* background-color: #ffffff; */
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width: 220px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {font-family:SolaimanLipi,SolaimanLipi;font-size:16px;padding:4px 8px;color:#fff;text-shadow:#555 0px 1px;background-color:#0184cc;border:1px solid #557c90;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;width:auto}.wp-polls .Buttons:hover{cursor:pointer;background-color:#015E8F}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}/* css3 for coloring each pollbars */.wp-polls-ul li:nth-child(01) .pollbar{ background:#537d00}.wp-polls-ul li:nth-child(02) .pollbar{ background:#cc0000}.wp-polls-ul li:nth-child(03) .pollbar{ background:#000000}.wp-polls-ul li:nth-child(04) .pollbar{ background:#a61e2a}.wp-polls-ul li:nth-child(05) .pollbar{ background:#4ebbff}.wp-polls-ul li:nth-child(06) .pollbar{ background:#fbca54}.wp-polls-ul li:nth-child(07) .pollbar{ background:#aad34f}.wp-polls-ul li:nth-child(08) .pollbar{ background:#66cc9a}.wp-polls-ul li:nth-child(09) .pollbar{ background:#98CBCB}.wp-polls-ul li:nth-child(10) .pollbar{ background:#a67c52}/* little transition */.wp-polls-ul li .pollbar{-webkit-transition: background 0.7s ease-in-out}.wp-polls-ul li .pollbar:hover{background:#0184cc}