/*********************************************
* Community stats
*********************************************/

div.communityStats {
	background: #718430 url(images/community_people.jpg) bottom left no-repeat;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 10px;
}

div.communityStats h2 {
	background: url(images/bg_dots02.gif) repeat-x left bottom;
	font-size:1.2em;
	margin-bottom:10px;
	padding-top:1px;
	text-transform:uppercase;
}

div.communityStats h2 span {
	background: url(images/bg_dots02.gif) repeat-x left top;
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}

div.communityStats p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.communityStats ul {
	font-size: 1.1em;
	margin-bottom: 10px;
	list-style: none;
}

div.communityStats p.join {
	margin-bottom: 0px;
}

/*********************************************
* Contributor
*********************************************/

div.contributor {
	background: #E7EAE9;
	padding: 10px;
	margin-bottom: 10px;
}

div.contributor h2 {
	background: url(images/bg_dots03.gif) repeat-x left bottom;
	font-size:1.2em;
	margin-bottom:10px;
	padding-top:1px;
	text-transform:uppercase;
	color: #6D7F2F;
}

div.contributor h2 span {
	background: url(images/bg_dots03.gif) repeat-x left top;
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}

div.contributor img.mainImage {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.contributor h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.contributor p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.contributor p.selectedArticle a:link, div.contributor p.selectedArticle a:visited{
	color: #255690;
}

div.contributor p.selectedArticle a:hover, div.contributor p.selectedArticle a:active{
	text-decoration: none;
}

div.contributor p.description {
	margin-bottom: 0px;
}
