#jLink-widget .box-content{
	padding: 0;
}

#jLink-widget .posting-container label,
#jLink-widget .posting-container .created {
	font-weight: bold;
	color: #464D51;
}

#jLink-widget .posting-container .text {
	color: #525252;
	font-weight: normal;
	margin-top: 2px;
	display: block;
}

#jLink-widget .posting-container .standard {
	float: right;
}

#jLink-widget .community-alllastposts {
	color: white;
	margin: 10px 26px 10px 0;
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	border: 1px solid transparent;
	background-color: #464d51;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#jLink-widget .community-alllastposts:HOVER {
	background-color: #747a7d;
	-webkit-box-shadow: inset 0 0 4px #000;
	-moz-box-shadow: inset 0 0 4px #000;
	box-shadow: inset 0 0 4px #000;
}

/** New jLink widget design */
#jLink-widget .posting-container .posting-header {
	overflow: hidden;
	clear: both;
}
#jLink-widget .posting-container .posting-header .profile-image {
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #eaeaea;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 5px 0;
}
#jLink-widget .posting-container .posting-header .profile-image,
#jLink-widget .posting-container .posting-header .profile-image img {
	width: 36px;
}
#jLink-widget .posting-container .posting-header .profile-image img {
	margin: 0 auto;
}

#jLink-widget .posting-container .posting-header a.profile-link,
#jLink-widget .posting-container a.title-link {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #0b67a3;
}
#jLink-widget .posting-container .title {
	margin-bottom: 10px;
}
#jLink-widget .posting-container .posting-header .pad-left {
	padding-left: 15px;
}

/*** only for w60 template ***/
#community-widget-big{
	height: 385px;	
}
#community-widget-big .posting-container{
	float: left;
	height: 135px;
	width: 305px;    
	font-size: 12px;
    line-height: 20px;
    padding: 20px;
	border-bottom: 1px dotted #a9abac;
}
#community-widget-big .posting-container.left{
	border-right: 1px dotted #a9abac;
	margin-left: 20px;
	padding-left: 0;
}
#community-widget-big .posting-container.right{
	margin-right: 20px;
	padding-right: 0;
}
#community-widget-big .posting-container>.created{
	float: right;	
}
#community-widget-big .posting-container>.text{
	height: 85px;
}


/*** only for w20 template ***/
#community-widget-small{
	height: 300px;
}
#community-widget-small .posting-container{
	float: left;
	height: auto;
	font-size: 12px;
    line-height: 20px;
    margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a9abac;
	width: 198px;
	overflow: hidden;
}
#community-widget-small .posting-container>.text{
	line-height: 16px;
}
#community-widget-small .community-alllastposts {
	margin: 10px 10px 10px 0;
}