/* MODULES
------------------------------------*/

	.module-item{
		padding-bottom:10px;
		margin-bottom:30px;
		/*border-bottom:1px solid #BFBFBF;*/
		position: relative;
	}
	.module-comment-pending{
		color:teal;
	}
	.module-comment-text{
		font-size:11px;
		line-height:14px;
	}
	.module-next{
		float:right;
	}
	.module-image-preview{
		float:right;
		margin:0 0 5px 20px;
	}
	.module-profile{
		position: absolute;
		z-index: 10;
		right: 0px;
		top:0px;
	}
	.module-profile .links{
		float:left;
		padding:5px 10px 0 0;
	}
	.module-profile .links p{
		margin:0;
		padding:0;
	}
	.module-profile .image{
		float:right;
		display:block;
		width:50px;
		height:50px;
		overflow:hidden;
		border:1px solid #ccc;
	}
	.module-title{
		margin:0;
		padding:0 50px 5px 0;
	}
	.module-author{
		color:gray;
		margin:0;
		padding:0 0 5px 0;
	}
	.module-date{
		color:gray;
	}
	.module-addthis{
		float:right;
	}
	.module-options .print{
		margin:0 10px 0 0;
		background:url(../images/icon-print.png) no-repeat left center;
		padding:0 0 0 20px;
	}
	.module-options .comments{
		margin:0 10px 0 0;
		background:url(../images/icon-comment.png) no-repeat left center;
		padding:0 0 0 20px;
	}
	.module-more{
		margin:0 10px 0 0;
		background:url(../images/icon-down.png) no-repeat left center;
		padding:0 0 0 20px;
	}
	.module-hide{
		margin:0 10px 0 0;
		background:url(../images/icon-up.png) no-repeat left center;
		padding:0 0 0 20px;
	}

	/* people module */

	.profile .image{
		float:left;
		width:130px;
		margin:0 20px 20px 0;
	}
	.profile .details{
		float:left;
		width:540px;
		position:relative;
	}
	.profile .details .rss{
		position: absolute;
		z-index: 10;
		right:0px;
		top:0px;
	}
	.profile .details .rss a{
		background:url(../images/rss.png) no-repeat right center;
		width:16px;
		height:16px;
		/*float:right;*/
		display:block;
		padding:0 30px 0 0;
		line-height: 16px;
	}
	.profile-narrow .details{
		float:left;
		width:355px;
	}