/* Polls Styles
============================================================ 
--------------------------------------------------------- */

/* Most settings should apply across themes, color theme is set for demo site */

/* Current Poll */
div#poll-current {
	text-align:left;
	margin:15px 6px 15px 14px;
	padding:8px;
	padding-bottom:4px;
	border:1px solid #ADC9DE;
	background:#F0F5F9;
	color:#555;
}

div#poll-current h3 {
	font-size: 12px;
	color:#005B98;
	margin: 5px 0 0 0;
}

div.poll-vote form.vote {
	
}

div#poll-current p {
	font-size:10px;
	color:#666;
	margin-bottom:3px;
}

div#poll-current ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.view-results-link {
	font-size:10px;
}

div#poll-current div.percentage-bar {
	height:10px;
	background-color:#005597;
	border: 1px solid #006EBF;
}

div#poll-current li {
	font-weight: bold;
}

div#poll-current li p.value {
	font-weight: bold;
}

div#poll-current li p.option {
	font-weight: bold;
}

div#poll-current label.option-value {
	font-weight:bold;
}

div#poll-current.poll-results p.score {
	font-size:10px;
	font-weight:normal;

}

div.poll-results span.percentage {
	
}

div.poll-results span.votes {
	
}

div.poll-results span.vote-count{
		
}

div.poll-vote p.option-note {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-left:22px;
}

div.poll-results p.option-note {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-left:0;
}


div#poll-current p.note {
	
}

/* Results */
div.polls-results {

}

div.polls-results h3 {

}

div.polls-results h3.info {
	
}

div.polls-results p {
	font-size:12px;
	color:#666;
}

div.polls-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.polls-results div.percentage-bar {
	height:10px;
	background-color:#005597;
	border: 1px solid #006EBF;
}

div.polls-results li p.option-value {
	font-weight: bold;
}

div.polls-results li p.option-note {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.polls-results p.score {
	
}

div.polls-results span.percentage {
	
}

div.polls-results span.votes {
	
}

div.polls-results span.vote-count{
		
}

div.polls-results p.note {
	
}

/* Archive */
div.polls-archive p.year-nav span.current-year {
	font-size:125%;
	font-weight:bold;
}

div.polls-archive p.year-nav {
	font-size:80%;
	color:#777;
	margin-bottom:20px;
}

div.polls-archive p.year-nav a {
	color:#777;
}


div.polls-archive  p.option-note {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-left:22px;
}
