/* =======================  WIDGET  =======================   */
#tdi_poll {
	font-size: 12px;
	color: #0454A5;
}
#tdi_poll .widget_title img{
	margin-left: 4px;
}

#tdi_poll .wp-polls-loading {
	display: none;
	margin-left: 30px;
}

#tdi_poll .tdi_poll_container {
	position: relative;
	background: url("img/tdi_widget_bg.png") repeat-y;
	zoom: 1;
}

#tdi_poll .wp-polls {
	position: relative;
	background: url("img/tdi_widget_content_bg.png") no-repeat 5px 0;
	padding: 10px 30px;
	zoom: 1;
}

#tdi_poll .wp-polls .wp-polls {
	padding: 0;
	background: none;
}

#tdi_poll .widget_bottom {
	background: url("img/tdi_widget_bottom.png") no-repeat 0 0;
	height: 13px;
}

#tdi_poll h3 {
	font-family: "VW Headline OT-Black", Arial, verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1em;
}

#tdi_poll .Buttons {
	cursor: pointer;
	margin: 15px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border: none;
	background: url("img/poll_btn.png") no-repeat;
	text-align: center;
	width: 110px;
	padding: 8px 0 10px 0;
}

#tdi_poll .Buttons:hover {
	background: url("img/poll_btn_ov.png") no-repeat;
}

#tdi_poll .poll_archive_link {
	margin: 15px auto;
	position: relative;
	width: 110px;
}

#tdi_poll .poll_msg {
	position: relative;
	height: 100px;
	min-height: 100px;
	background: url("img/tdi_widget_content_bg.png") no-repeat 5px 0;
	padding: 10px 20px;
	zoom: 1;
	font-size: 14px;
	font-weight: bold;
}

/* =======================  ARCHIVE  =======================   */
.poll {
	color: #0454A5;
}

.poll h2 {
	font-size: 2.3em;
	color: #0455A5;
	margin: 0 0 23px 0;
}

.poll h3 {
	font-size: 1.8em;
	color: #0455A5;
	margin: 0 0 23px 0;
}

.poll .wp-polls-ul {
	font-size: 1.2em;
}

.poll .wp-polls-ul li {
	margin-bottom: 1em;
}

.poll .poll_archive_link {
	display: none;
}