/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin: WP-Polls 2.21										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
	padding:1px;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: 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-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

.wp-polls-ul li small {
background-color:transparent;
}

.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	width: 61px;
	height: 61px;
	background: url(images/votebutton.gif) no-repeat;
	outline: none;
	float: right;
}

.wp-polls .Buttons:hover  {
background: url(images/votebutton.gif) no-repeat 0 -60px;
}
/* Styles Used In WP-Admin */
.wp-polls-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}


.box {

	width: 220px; /* for fixed width enter value here, max width 700px */
	color: #333;
	background: #86858a url(images/bottom-left.gif) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto 0 auto;
	padding:0;
	}

	

.box-outer {

	background: url(images/bottom-right.gif) no-repeat right bottom;

	}



.box-inner {

	background: url(images/top-left.gif) no-repeat left top;

	}

	

.box-top {

	background: url(images/top-right.gif) no-repeat right top;

	padding: 20px 20px 20px 20px;

	}




.question {

	background: url(images/poll-bottom-left.gif) no-repeat left bottom;	

	}

	

.question-outer {

	background: url(images/poll-bottom-right.gif) no-repeat right bottom;

	padding-bottom: 15px;

	}



.question-inner {

	background: url(images/poll-top-left.gif) no-repeat left top;

	}

	

.question-top {

	background: url(images/poll-top-right.gif) no-repeat right top;

	padding: 15px 15px 0px 15px;

	font-size: 12px;

	color: #D5F09E;

	}
/* ----------- Answer Box Div styles ----------- */



.wp-polls-ans {

	font-size: 10px;

	/*line-height: 20px; */

	color: #555;

	padding: 10px 0px 5px 5px;
	

	}

	

.textfield {

	width: 100%;

	font-size: 10px;

	color: #333;

	background-color: #ccc;

	border: 1px;

	border-color: #ccc;

	padding: 1px 1px 1px 1px;

	margin: 5px 0px 0px 0px;

	}

	

.answer-feedback {

	background-color: #ccc;

	padding: 0px 0px 0px 0px;

	height:18px;

	margin: 2px 0px 5px 0px;

	}

	

.answer-feedback-bar {

	background: url(images/bargif.gif) repeat-x;

	margin: 3px;

	padding: 0px;

	height:12px;

	border: 0px;

	}



.answer-feedback img {

	background: url(images/bargif.gif) repeat-x;

	margin: 3px;

	padding: 0px;

	height:12px;

	border: 0px;

	}



/* ----------- Vote Box Div styles ----------- */



.vote {

	font-size: 9px;

	color: #c3C4c7;

	line-height: 17px;

	padding: 0px;

	}

	

.votebutton-outer {

	height:61px;

	}



.vote a {

	font-size: 9px;

	color: #666;

	text-decoration: none;

	border-top: 1px;

	border-bottom: 1px;

	border-top-color: #ccc;

	border-bottom-color: #ccc;

	border-top-style: solid;

	border-bottom-style: solid;

 	padding: 2px 0px 2px 0px;



	}

	


input.votebutton-pack {

	float: right;

	font-size: 10px;

}



.totalvotes-inner {

	font-size: 10px;

	color: #ffb400;

	background-color: #666;

	padding: 3px 6px 3px 3px;

	margin: 0px 0px 10px 0px;

	text-transform: uppercase;

	letter-spacing: 1px;

	}


