/*
+----------------------------------------------------------------+
|																							|
|	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-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
	max-width: 200px;
	margin: 0 auto;
}
.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;
	padding: 0;
	margin: 0;
}
.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 15px 0px;
	width: 100%;
}
.wp-polls-ans {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	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 {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Today's Poll Header */
.wp-polls-today-header {
	text-align: center;
	color: #0066cc;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/* Poll Question Styling */
.wp-polls-question {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	line-height: 1.3;
}
/* Vote Button Styling */
.wp-polls-vote-button {
	background-color: #0066cc !important;
	color: #ffffff !important;
	border: none !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
}
.wp-polls-vote-button:hover {
	background-color: #0052a3 !important;
}
/* Email and Zipcode Fields */
.wp-polls-email-field {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.wp-polls-email-field input[type="email"],
.wp-polls-email-field input[type="text"] {
	width: 100%;
	max-width: 200px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.wp-polls-email-field input[type="email"]:focus,
.wp-polls-email-field input[type="text"]:focus {
	outline: none;
	border-color: #0066cc;
	box-shadow: 0 0 3px rgba(0, 102, 204, 0.3);
}
/* Radio Button and Label Styling */
.wp-polls-ul li {
	margin-bottom: 12px;
	text-align: left;
}
.wp-polls-ul li input[type="radio"],
.wp-polls-ul li input[type="checkbox"] {
	margin-right: 8px;
	cursor: pointer;
	vertical-align: middle;
}
.wp-polls-ul li label {
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	vertical-align: middle;
}
/* 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;
}