/* search box */
#user-search span {
	font-size: 12px;
	padding-right: 5px;
}

/* wall */
.wall {
	margin: 0;
	min-height: 450px;
}
.wall ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wall ul li {
	display: none;	
	line-height: normal;
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: 1px solid #E9E9E9;
}
.wall ul li.first {
	border-bottom: 1px solid #E9E9E9;
}
.wall ul li.last {
	/*border-bottom: none;*/
}
.wall ul li a.pic {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
}
.wall ul li p {
	padding-top: 0px;
	margin: 0px;
	line-height: 15px;
}
.wall ul li a {
	text-decoration: none;
	color: #333333;
}
.wall ul li a:hover {
	text-decoration: underline;
	color: #333333;
}
.wall ul li a.username {
	font-weight: bold;
}
.wall ul li span.time {
	font-size: 11px;
	color: #686868;
}

/* calendar */
#calendar {
	width: 300px;
	padding: 0px 0px;
	margin-bottom: 15px;
	position: relative;
}

#calendar .icon {
	width: 36px;
	height: 36px;
	background: url(../../images/template/tmp/community_events.png) no-repeat
		left top;
	left: 270px;
	position: absolute;
}

#calendar h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#calendar-nav {
	border-bottom: 1px solid #b7d9eb;
	padding-bottom: 3px;
}

#calendar-nav a {
	color: #0F8CC5;
	font-weight: bold;
	text-decoration: none;
}

#calendar-list {
	padding: 10px 5px 5px 0px;
	margin: 0px;
}

#calendar-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b7d9eb;
}

#calendar-list li h4 {
	color: #0F8CC5;
	font-weight: normal;
}

#calendar-list li h4 a {
	color: #0F8CC5;
	font-weight: normal;
	text-decoration: none;
}

#calendar-list li h4 a:hover {
	color: #0F8CC5;
	font-weight: normal;
	text-decoration: underline;
}

#calendar-list p {
	margin-bottom: 5px;
}

.date-month {
	background: url(../../images/community/cal_dm.gif) no-repeat;
	width: 31px;
	height: 28px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	float: left;
	padding-right: 12px;
}

.date-day {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.calendar-list-content {
	width: 200px;
	float: left;
}

/* news */
#news {
	width: 300px;
	padding-left: 10px;
	margin-bottom: 15px;
	position: relative;
}

#news .icon {
	width: 36px;
	height: 36px;
	background: url(../../images/template/tmp/community_bits.png) no-repeat left
		top;
	left: 270px;
	position: absolute;
}

#news h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#news ul {
	padding: 5px 0px 0px 0px;
}

#news ul li {
	margin-bottom: 5px;
}

#news ul li a {
	background: url(../../images/community/newsbite_arrow.png) no-repeat;
	color: #353131;
	text-decoration: none;
	padding-left: 20px;
}

#news ul li a:hover {
	color: #353131;
	text-decoration: underline;
}

/* map */
#map {
	width: 300px;
	padding-left: 0px;
	margin-bottom: 10px;
	position: relative;
}

#map .icon {
	width: 36px;
	height: 36px;
	background: url(../../images/template/tmp/community_flags.png) no-repeat left
		top;
	left: 270px;
	position: absolute;
}

#map h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/* winners */
#winners {
	width: 300px;
	padding-left: 10px;
	margin-bottom: 0px;
	position: relative;
}

#winners .icon {
	width: 36px;
	height: 36px;
	background: url(../../images/template/tmp/community_cup.png) no-repeat left
		top;
	left: 270px;
	position: absolute;
}

#winners h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.winners-more {
	border-top: 1px solid #ccc;
	padding: 5px 0px;
	margin-bottom: 15px;
}

/* blog */
#blog {
	padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
}

#blog .icon {
	width: 36px;
	height: 36px;
	background: url(../../images/template/tmp/community_news.png) no-repeat left
		top;
	left: 595px;
	position: absolute;
}

#blog h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#blog h4 {
	padding: 5px 0px;
}

#blog h4 a {
	color: #0F8CC5;
	font-weight: normal;
}

#blog p a {
	color: #0F8CC5;
}

a.username {
	font-size: 14px;
	font-weight: bold;
	color: #0F8CC5;
	text-decoration: none;
}

a.username:hover {
	text-decoration: underline;
}

/* featured-player */
#featured-player #avatar {
	float: left;
	padding-right: 10px;
}

#featured-player p {
	margin-bottom: 10px;
}

#player-links {
	list-style: none;	
	margin: 0 0 10px 0;
	padding: 0;
}

#player-links li {
	float: left;
	padding-right: 10px;
}

#player-links li.first {
	padding-right: 20px;
}

#player-links .icon-profile {
	width: 16px;
	height: 16px;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px 0px;
	text-indent: -5000px;
	display: block;
	margin-top: 5px;
}

#player-links .icon-challenge {
	width: 16px;
	height: 16px;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px -32px;
	text-indent: -5000px;
	display: block;
	margin-top: 5px;
}

#player-links .icon-message {
	width: 16px;
	height: 16px;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px -64px;
	text-indent: -5000px;
	display: block;
	margin-top: 5px;
}

/* page: community/news */
ul#news-bits li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

ul#news-bits li h4 {
	margin-bottom: 10px;
}

ul#news-bits li h4 a {
	font-size: 22px;
	color: #0F8CC5;
	font-weight: normal;
}

ul#news-bits li p {
	margin-bottom: 10px;
}

ul#news-bits li div.info {
	font-size: 12px;
	color: #999999;
}

#comments {
	text-align: left;
}

#comments h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	color: #0F8CC5;
	height: 20px;
	border-bottom: 2px solid #B7D9EB;
}

.commentsUsername {
	color: #353131;
	text-decoration: none;
	font-weight: bold;
}

.commentsUsername:hover {
	color: #353131;
	text-decoration: underline;
	font-weight: bold;
}

.commentsDate {
	font-size: 11px;
	color: #626262;
}

.commentsContent {
	padding-top: 5px;
}

.commentsSep {
	height: 1px;
	background: #eaeaea;
}

#event-calendar-widget {
	margin: 0px;
}

#event-calendar-widget ul li {
	padding-bottom: 5px;
}

#event-calendar-widget ul li  a {
	color: #555;
}

/* community/players */
#usersList {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#usersList li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #c3dfef;
	margin-bottom: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
}

#usersList div.userInfo a.userAvatar {
	float: left;
	width: 55px;
	height: 50px;
	display: block;
}

#usersList div.userInfo p {
	float: left;
	width: 245px;
	margin-bottom: 0px;
}

#usersList div.userInfo a {
	color: #333333;
	text-decoration: none;
}

#usersList div.userInfo a:hover {
	color: #333333;
	text-decoration: underline;
}

#usersList div.userInfo a.userUsername {
	font-size: 13px;
	font-weight: bold;
	color: #0F8CC5;
	text-decoration: none;
	padding-bottom: 10px;
}

#usersList div.userInfo a.userUsername:hover {
	text-decoration: underline;
}

#usersList div.userInfo p span {
	font-size: 11px;
	color: #777777;
}

.player-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

#usersList .player-links li {
	float: left;
	width: 16px;
	padding: 0px;
	border: none;
	margin-right: 10px;
	position: relative;
}

#usersList .player-links li.player-links-button {
	width: 140px;
}

#usersList .player-links li.player-links-button .button {
	padding-left: 6px;
	padding-right: 6px;
}

.player-links li a.icon-profile {
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	display: block;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px 0px;
	margin-top: 5px;
}

.player-links li a.icon-challenge {
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	display: block;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px -32px;
	margin-top: 5px;
}

.player-links li a.icon-message {
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	display: block;
	background: url(../../images/graphics/profile/profile_icons_sprite.png)
		no-repeat 0px -64px;
	margin-top: 5px;
}

/* community/calendar */
#calendar-events-nav {
	border-bottom: 1px solid #b7d9eb;
	padding-bottom: 3px;
}

#calendar-events-nav a {
	color: #0F8CC5;
	font-weight: bold;
	text-decoration: none;
}

#calendar-events-list {
	padding: 10px 5px 5px 0px;
	margin: 0px;
}

#calendar-events-list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b7d9eb;
}

#calendar-events-list li h4 {
	color: #0F8CC5;
	font-weight: normal;
}

#calendar-events-list p {
	margin-bottom: 10px;
}

.calendar-events-list-content {
	float: left;
}

/* leaderboard */
.leaderboard .subtabs {
	margin: 25px 0px;
}

.leaderboard h4 {
	margin-bottom: 10px;
}