#community {
	width: 980px;
	padding: 30px 20px 30px 40px;
}

#community h1 {
	padding: 20px 0px;
}

#community #nav {
	float: right;
}
#community #nav a, #community #nav span {
	display: block;
	float: right;
	padding: 4px;
}
#community .navBottom {
	padding: 5px 0px 15px 0px;
}

#community #search {
	float: left;
	width: 165px;
	padding: 10px 0px 0px 0px;
}
#community #search h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Foundry;
	font-size: 1.5em;
}
#community #search h2 strong {
	font-family: 'FoundryBold';
}
#community #search label {
	display: block;
	padding-bottom: 4px;
}
#community #search input {
	width: 165px;
}
#community #search input {

}
#community #search p {
	padding: 10px 0px 10px 0px;
}

#community #search li {
	list-style: none;
	padding-bottom: 10px;
}



#community #users {
	list-style: none;
	display: block;
	width: 755px;
	float: right;
}

#community #users li {
	display: block;
}
#community #users li.user {
	width: 150px;
	height: 200px;
	float: left;
	background-color: #efefef;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#community #users li.user ul li img {
	width: 150px;
	height: 150px;
}
#community #users li.user ul li.detail {
	padding: 4px 10px;
}
#community #users li.user ul li.name {
	font-size: 1.2em;
	font-weight: bold;
}
#community #users li.user ul li.name a {
	text-decoration: none;
}

