@charset "utf-8";
/* CSS Document */


#contributors {
	padding: 13px;
	margin: 0 0px 25px 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #424242;
	width: 688px;
	overflow: hidden;
	float: left;
	
}

#contributors a{
	color: #e400b5;
}

#contributors .content{
	float: left;
	margin: 0 0 10px 0;
	display: inline;
	width: 688px;
	overflow: hidden;
}


#contributors  .pagination {
	float: right;
	width: 334px;
	display: inline;
	text-align: right;
	margin-top: 22px;
}

#contributors .row{
	float: left;
}

#contributors .contributor {
	clear: left;
	float: left;
	width: 688px;
	background: #fff;
	display: inline;
	margin: 15px 15px 15px 0;
	display: inline;
}



#contributors .contributor h3{
	float: left;
	width: 380px;
	margin: 0 0 0 0;
}

#contributors .contributor a.view{
	float: right;
	width: 134px;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	display: block;
	text-indent: -3000px;
	background: url('/img/layout/view_works_off.gif') top left no-repeat;
	overflow: hidden;
	
}

#contributors .contributor a.view:hover{

	background: url('/img/layout/view_works.gif') top left no-repeat;
	
}

#contributors .contributor .image{
	float: left;
	width: 132px;
	margin-right: 15px;
}

#contributors .contributor .copy{
	float: left;
	width: 541px;
}


#contributors .contributor p{
	float: left;
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 520px;
}

#contributors .single{
	background: none;
	border: none;
}

#contributors .single .contributor{
	width: auto;
}

#contributors .single .copy{
	width: 600px;
}

#contributors .sep{
	float: left;
	display: inline;
	height: 1px;
	overflow: none;
	width: 372px;
	background: #fff;
	margin: 0 15px 0 0;
	border-bottom: solid 1px #a7a7a7;
}

#contributors .second{
	margin-left: 15px;
}
