/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin:
 2.12										|
|	Copyright (c) 2006 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	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-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;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .pollbar-css {
	margin:1px;
	font-size:6px;
	line-height:8px;
	height:8px;
	background: #d8e1eb;
	border:1px solid #c8c8c8;
}
.wp-polls .pollbar-image {
	margin:1px;
	font-size:6px;
	line-height:8px;
	height:8px;
	background-image: url('images/pollbg.gif');
	border:1px solid #c8c8c8;
}

.poll_titolo {
	font-size: 12px;
	margin:1px 0 15px 0;
	font-weight:bold;
}

.p_button {
	text-align:center;
}

.poll_floatl, .poll_floatr {
	margin:5px 0;
	padding:0;
}

.poll_floatl {
	float:left;
}

.poll_floatr {
	float:right;
}

.last_divpoll
{
	margin:0;
	border-bottom:1px #f60 dotted;
}

#content {
	margin:0 auto;
}

/*.entry {
	width: 350px;
	margin:0 40px;
	text-align:left;
}*/
