/* @override http://www.actnowny.org/wp-content/plugins/democracy/style.css */

.democracy {
max-width: 245px;
width:245px;
float: right;
padding-top:35px;
* padding-top:45px;	/* IE fix */
margin:0px;

}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-right: 5px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.poll-question {
width:227px;
max-width: 227px;
color:#003366;
text-align: left;
padding-top:10px;
* padding-top:0px;
	font: bold 12px/14px arial;
}

.dem-results {
padding-top:10px;
width:220px;
max-width:220px;
font-family:arial;
font-size:11px;
color:#003366;
}

.dem-graph {
border: 1px solid #ccc;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #efefef;
border-bottom: 5px solid #e0e0e0;
border-right: 1px solid #ccc;
color:#CC0033;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 11px;
}

.dem-graph b, .dem-graph i {
color: #555;
}

.dem-voted-for-this {
	border-color: #888;	
}

/* blix fix */
.democracy ul { /* remove bullets, borders and padding from the list */
	padding: 0; 
	margin:0;
	list-style-type:none;
} 
.democracy label {
float: none;
display: inline;
}

/*
.democracy ul li {
list-style: none;
background: none;
}
*/
