

/************************************************
*	Post template									*
************************************************/
	
#tpl {
	border: 1px solid #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display:block;
	float:left;
	width: 100%;
    min-height: 100px;
}

#tpl a {
	color: #7F7FFF;
	font-weight:bold;

}

#tpl .right a.go_btn {
	background:transparent url(/wp-content/plugins/autowpposts/img/button.gif) repeat scroll 0 0;
	display:block;
	height:37px;
	overflow:hidden;
	text-indent:-9999px;
	width:137px;
	cursor: pointer;
}

#tpl .center p {
	font-size:12px;
	padding: 0px;
	line-height:14px;
}
 
#tpl .center p.sm {
	padding-top:5px;
	font-size: 10px;
}

#tpl .right p {
	color:#093;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height: 12px;
	padding: 0;
}

#tpl .right .vote {
	
	margin-left:14px;
}

#tpl .date {
	color: #999;
}

#tpl .left {
	padding: 30px 0 10px 15px;
	float: left;
	width: 20%;
	display: block;
}

#tpl .center {
	padding: 10px 0;
	float: left;
	width: 50%;
	display: block;
}

#tpl .right {
	padding: 30px 0 0 0;
	float: left;
	width: 20%;
	display: block;
}

#tpl .tplimg {
	height:50px;
}