.activelink {
	color:#3c9bc5;
	font-size:11px;
	cursor:pointer;
}

.currentlink {
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	color:#cccccc;
}

.permalink {
	float:right;
}

.permalink img{
	border:0px;
}

/* CSS For Frontpage News*/

.content_intro  h1{
	margin-top:3px;
	font-size:13px;
}

.content_intro  h2{
	color:#cccccc;
	font-weight:normal;
	font-size:12px;
}

.content_header {
	padding-bottom:3px;
	height:14px;
	border-bottom:1px #cccccc solid;
}

.content_header a {
	font-size:11px;
}

.content_header_left {
	width:33%;
	float:left;
	text-align:left;
}

.content_header_center {
	width:33%;
	float:left;
	text-align:center;
}

.content_header_right {
	width:33%;
	float:right;
	text-align:right;
}

/* CSS for news items*/

.news_item,.news_item_full {
	padding-top:2px;
	margin-top:2px;
	clear:both;
}

.news_content {
	margin-top:8px;
	clear:both;
}

.news_content p {
	margin-bottom:8px;
}

.news_image img {
	border: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 3px;
	background-color: #ffffff;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:1px;
}

.news_item  .news_image,.news_item  .news_title,.news_item  .news_author,.news_item .news_details {
	cursor:pointer;
}

.news_image {
	float:left;
}

.news_title h3 {
	font-size:13px;
	color:#3c9bc5;
}

.news_author {
	font-size:10px;
}

/* CSS for Profiles */

.profile {
	margin-top:3px;
	clear:both;
	padding-bottom:3px;
	cursor:pointer;
	width:100%;
}

.profile_realname {
	font-size:11px;
}

.profile_fans {
	float:right;
	text-align:right;
}

#profile_full {
	margin-top:3px;
}

#profile_full h2 {
	margin:0px;
	padding:0px;
}

#profile_full h4 {
	margin-top:4px;
	margin-bottom:4px;
}

.profile_image {
	float:left;
	clear:left;
	width:95px;
	text-align:left;
	margin-top:3px;
}

.profile_image img{
	border: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 3px;
	width:75px;
	height:75px;
	background-color: #ffffff;
}

.profile_genres{
	font-size:11px;
	margin-top:4px;
	margin-bottom:4px;
}

.profile_age,.profile_sex,.profile_lastplayed {
	font-size:11px;
}

.profile_short {
	font-size:11px;
}

.profile_text p {
	margin-bottom:8px;
}

.fan_button {
	border:0px;
	background-color:transparent;
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-size:11px;
	cursor:pointer;
}

/* CSS for Events*/

#events p {
	margin-bottom:8px;
}

.event {
	clear:both;
	cursor:pointer;
	margin-top:5px;
	height:77px;
}

.event_full {
	margin-top:5px;
}

.event_header {
	padding-bottom:8px;
}

.event_category {
	padding-right:8px;
	float:left;
	font-weight:bold;
}

.event_image {
	float:left;
	width:115px;
}

.event_image img{
	border: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 2px;
	width:100px;
	height:70px;
	background-color: #ffffff;
}

.event_date{
	float:left;
	padding-right:5px;
	font-size:11px;
}

.event_start {
	float:right;
	margin-right:5px;
	font-size:11px;
}

.event_end {
	float:right;
	font-size:11px;
}

.event_description {
	padding-top:5px;
	clear:right;
}