/* Polls CSS */

#poll_wrap {
	float: left;
	position: relative;
	width: 614px;
}

#title_wrap {
	padding: 0 14px;
	position: relative;
	background: #FF00CC;
	width: 586px;
}

#poll_wrap h2 {
	background: transparent url('img/poll.gif') no-repeat left 10px;
}

#title_wrap div {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 14px;
}

#poll_content {
	position: relative;
	float: left;
}

#images {
	margin-bottom: 14px;
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	background: #FF00CC;
	width: 586px;	
}

#images img {
	border-bottom: 1px solid #FF66CC;	
}

img#one {
	float: left;
}

#poll_wrap h1 {
	margin-bottom: 0;
	padding: 5px 0 3px 14px;
	font-size: 20px;
	color: #FFFF00;
	font-weight: normal;
	border-bottom: 0;
	background: #FF00CC;
}

#poll_wrap h5 {
	padding: 14px 0;
}

h5 span {
	color: #FFF;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

h5 span.lowercase {
	text-transform: lowercase;
}

h5.first {
	clear: left;
	float: left;
}

h5.second {
	float: right;
}

div.wp-polls {
	margin-bottom: 14px; /* added to put space between comments portion of single page view */
	padding: 14px;
	clear: both;
	float: left;
	width: 586px;
	background: #0066FF;
}

div.wp-polls div.wp-polls {
	margin: 0;
	padding: 0;
	width: auto;
}

div.wp-polls-ans-results {
	position: relative;
	width: 586px;
}

p.total {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFF00;
}

p.vote a {
	color: #FFFF00;
}

p.vote a:hover {
	color: #FFFF00;
}

.wp-polls-ul {
	display: inline;
	padding: 14px 0;
}

.wp-polls-ul li {
	padding-right: 10px;
	float: left;
	list-style-type: none;
	color: #FFF;
}

.wp-polls-ans-results li {
	float: none;
}

#buttons {
	float: right;
	position: relative;
	width: 119px;
}

#vote {
	display: block;
	position: absolute;
	width: 34px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-style: none;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('img/vote.gif') no-repeat center;
}

#results {
	display: block;
	position: absolute;
	right: 0px;
	width: 71px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-style: none;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('img/results.gif') no-repeat center;
}

.wp-polls div.pollbar {
	margin: 5px 0 14px;
}

#poll_wrap #respond {
	margin-bottom: 0;
}

#poll_wrap #comments_title {
	clear: both;
}

#respond p#notloggedin {
	margin-bottom: 0;
}

#poll_wrap #comments_wrap {
	margin-top: 14px;
}