
/*--------------------------------------------------*/
/* Authors list (about us page)                     */

#content .author_wrapper { /* Contains heading, authors and 'all writers' button */
	float: right;
	width: 235px;
	display: inline;
	background: #fff;
	margin: 5.25em 0 5px 20px;
}
#content .author_wrapper h2 {
	font-size: 1.7em;
	border: 0;
	margin: 0;
}
#content .author_wrapper .action {
	float: left;
	margin-top: 2em;
	background: url(/a/img/home/btn-left.gif) no-repeat;
}	
/*#content .author_wrapper .action a {
	display: block;
	color: #fff;
	background: url(/a/img/home/btn-right.gif) no-repeat top right;
	padding: 4px 13px 8px 12px;
	border: 0;
}*/

#content .author {
	clear: both;
	float: left;
	width: 235px;
	border-top: 1px solid #b9b9b9;
	position:relative;
	font-size: 0.9em;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
}
#content .author h3 {
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 0.5em 0;
}
#content .author h3 a {
	text-decoration: none;
}
#content .author h3 a:hover {
	text-decoration: underline;
}
#content .author.skills h3 a {
	color: #ffad10;
}
#content .author.self h3 a {
	color: #cf0b79;
}
#content .author.spirit h3 a {
	color: #0c97da;
}
#content .author p {
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 0.5em 0;
}
#content .author p img {
	float: right;
	padding: 2px;
	margin: 0 0 5px 5px;
	border: 1px solid #ccc;
}
#content .author_wrapper .author .action {
	margin-top: 0.5em;
}
/*#content .author_wrapper .author .action a {
	color: #fff;
	background: #a6a6a6;
	border: 0;
	padding: 2px 5px 2px 5px;
}*/
	
.clear {
	clear: both;
}

a.lnkSkills {color: #FF8A00;}
a.lnkSelf {color: #DC007A;}
a.lnkSpirit {color: #0285D9;}
