@charset "utf-8";
.post_votewidget {
	background-image:url(img/blueBtnBg.jpg);
	background-repeat:no-repeat;
}
.post_votewidget_closed {

	background-image:url(img/votebackground2.png);
	background-repeat:no-repeat;
}
.post_votecount {
	width: 40px;
	height: 28px;
	padding: 3px 0px 0px 0px;
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	display: block;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	padding-top:4px;
}
.post_votebuttoncontainer a {

}
.post_postvote div {
	margin-top: -3px;
	position: relative;

}
.post_votebutton {
	font-size: 9px; /*10*/
	background-image:url(img/orangeBtnBg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	height: 11px;
	width: 40px;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	text-decoration: none;
	line-height: 1em; /*Fixes issues on certain themes*/
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
}
/* Target IE8 */  
html>/**/body .post_votebutton {
	margin-top: -1px\9;
	padding-top: 1px\9;
}

/* Target IE7 and below */  
.post_votebutton {  
	*margin-top: -2px;
	*padding-top: 2px;
}  
/* Then overwrite for targeting IE6 specifically */  
.post_votebutton {  
	_margin-top: -1px;
	_padding-top: 1px;
}
/* Target Firefox 2 */  
.post_votebutton, x:-moz-any-link {  
	margin-top: -1px;
	padding-top: 1px;
}  
  
/* Then overwrite for Firefox 3 specifically */  
.post_votebutton, x:-moz-any-link, x:default {  
	margin-top: -1px;
	padding-top: 1px;
}  


.post_votebutton a {
	color: #FFF;
	text-decoration:none
}
.post_votebutton:hover {
	color: #FFF;
	text-decoration: none;
}

.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block;
	background-color: #000000;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
.votemicro {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 0.55em; /*8*/
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}

