/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-Polls 2.50										|
|	Copyright (c) 2009 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-archive {
	/* background-color: #ffffff; */
}
.wp-polls {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#222222 none repeat scroll 0 0;
border:1px solid #313131;
color:#EEEEEE;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-align:left;
width:300px;
}
.wp-polls-form {
	
}
.wp-polls-outer{
padding:12px
}
.wp-polls-question-top {
color:#EEEEEE;
font-size:14px;
font-weight:bold;
line-height:120%;
padding:5px 0 15px;
position:relative;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
	padding:8px 0;
}
.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-ul li, .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 input {
margin-right: 10px;
}
#page .wp-polls-ul {
border-bottom:1px solid #3F3F3F;
border-top:1px solid #3F3F3F;
padding:10px 0;
margin: 0;
}
.wp-polls-vote {
padding: 10px 0;
}
.wp-polls-ans {
	width:100%;
	/*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 {
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:11px;
-moz-border-radius-topleft:11px;
-moz-border-radius-topright:11px;
background:#3B3B3B url(./images/black-but-bg.png) repeat-x scroll left top;
border:1px solid #3B3B3B;
color:#EEEEEE;
cursor:pointer;
font-family:'Lucida Grande',Verdana,Arial;
font-size:12px;
font-weight:bold;
line-height:25px;
padding:3px 25px;
text-decoration:none;
white-space:nowrap;
}
.wp-polls-links {
padding: 10px 0 0 0;
}
.wp-polls-links a{
color:#EEEEEE;
display:inline-block;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
line-height:24px;
padding:0 4px;
text-decoration:none;
}
/* 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;
}