@charset "ISO-8859-1";

/* MISC */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #535353;
}

.clear {
	clear: both;	
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;	
}

/* LAYOUT */

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 980px;
	margin: 0 0 0 -490px;
	background: #fff;
	min-height: 100%;
}

#header {
	float: left;
	display: inline;
	width: 900px;
	margin: 15px 0 0 40px;
	padding: 0;
	background: #fff url(../images/hr_2x1.png) repeat-x bottom left;
}
#header-top {
	float: left;
	display: inline;
	width: 100%;
}
#logo {
	float: left;
	display: inline;
	width: 57px;
	height: 62px;
	background: url(../images/header_logo.png) no-repeat top left;
	margin: 0 0 0 5px;
}

#navigation-wrapper {
	float: right;
	display: inline;
	width: 830px;
	margin: 0 0 10px 0;
	text-align: right;
}

#navigation {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

	#navigation li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#navigation li span {
		margin: 0 0 0 25px;
		padding: 0;
	}
	
		#navigation li span a:link {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}
		
		#navigation li span a:hover {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}
		
		#navigation li span a:visited {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}

/* SEARCH */

#search-wrapper {
	float: right;
	display: inline;
	margin: 5px 0 0 0;
	line-height: 0;
}

#search-wrapper fieldset {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#search-wrapper fieldset legend {
	display: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

input {
	margin: 0;
	padding: 0;
}
input:focus {
  outline: 0 none;
}

.searchtext {
	border: none;
	height: 19px;
	background: url(../images/search_input_text_bg.png) repeat-x top left;
	font-size: 12px;
	padding: 2px;
	color: #ccc;
}

.submitsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(../images/search_input_submit_bg.png) no-repeat top left;
}

.resetsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(../images/search_input_reset_bg.png) no-repeat top left;
}

.searchspan {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.search-result-highlight {
	color:#FFF;
	background: #0099ff;
}

/* FRONT */
#front-container {
	float:left;
	display: inline;
	margin:10px 40px 10px 40px;
	line-height: 1.4em;
	width: 900px;
	}
.front-contentwide {
	float:left;
	display: inline;
	margin:10px 0;
	line-height: 1.4em;
	width: 900px;
	}
.front-contentwide h4 {
	background: #fff url(../images/hr_2x1.png) repeat-x bottom left;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.front-latestupdated {
	float:left;
	display: inline;
	width:300px;
}
.front-latestavatar {
	float: left;
	display: inline;
}
.front-latestavatar-icon {
	float:left;
	display: inline;
	width:48px;
	height:55px;
	margin-right:7px;
}
.front-latestavatar-info {
	float:left;
	display: inline;
	width:245px;
	height:55px;
}

/* front span style */
.front-latestavatar-uid {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	display: inline;
}
.front-latestavatar-posts {
	font-size: 12px;
	width: 100%;
	float: left;
	display: inline;
}
.front-latestavatar-online {
	font-size: 10px;
	width: 100%;
	float: left;
	display: inline;
}


/* HOME PAGE STYLE */
.home-latestupdated {
	float:left;
	display: inline;
	width:520px;
	margin: 0;
}
.home-latest-group {
	float: left;
	display: inline;
	width:515px;
	padding:5px 0 0 5px;
	border-top:1px solid #eaeaea;
}
.home-latest-group-icon {
	float:left;
	display: inline;
	width:48px;
	height:55px;
	margin-right:7px;
}
.home-latest-group-info {
	float:left;
	display: inline;
	width:445px;
	height:55px;
}
.home-latest-group-uid {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	display: inline;
}
.home-latest-group-posts {
	font-size: 12px;
	width: 100%;
	float: left;
	display: inline;
}
.home-latest-group-online {
	line-height: normal;
	font-size: 11px;
	width: 100%;
	float: left;
	display: inline;
}




/* PAGE BODY */

#body {
	float: left;
	display: inline;
	width: 980px;
	padding: 0 0 50px 0;
	margin: 0;
}

/* a vertical ruler? yes please! */

	#vr {
		float: left;
		display: inline;
		background: url(../images/vr_bg.png) repeat-y top left;
		width: 980px;
		margin: 9px 0 9px 0;
	}

/* PAGE TITLE */

#title {
	float: left;
	display: inline;
	width: 900px;
	height: 45px;
	background: url(../images/hr_2x1.png) repeat-x bottom left;
	margin: 5px 0 0 40px;
}

	#title-channel-img {
		float: left;
		display: inline;
	}
	
	#title-channel-heading {
		float: left;
		display: inline;
		margin: 0 0 0 5px;

	}
	#title-channel-access {
		float: left;
		display: inline;
		margin: 0 0 0 15px;
		padding:8px 0 0 0;	
	}
	#title-channel-action {
		float: right;
		display: inline;
		margin:0;
		padding:8px 0 0 0;
	}

/* CONTENT */

#content {
	float: left;
	display: inline;
	width: 539px;
	background: #fff;
	margin: 0 2px 10px 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background: url(../images/vr_1x2.png) top right repeat-y;*/
}

	.contentbox {
		float: left;
		display: inline;
		width: 520px;
		margin: 20px 0 10px 0;
		border-bottom: 1px solid #eaeaea;
	}
	
#contenttext {
		float: left;
		display: inline;
		width: 520px;
		margin: 30px 0 10px 0;
		text-align: justify;
		line-height: 1.5em;
		font-size: 13px;
	}

/* SIDEBAR */

#sidebar {
	float: left;
	display: inline;
	width: 360px;
	background: #fff;
	margin: 0 0 10px 0;
}

	.sidebarbox {
		float: left;
		display: inline;
		width: 340px;
		background: url(../images/hr_2x1.png) repeat-x bottom left;
		margin: 0 0 10px 20px;
	}

/* Sidebar Group Information */

	#sidebar-group-information {
		float: left;
		display: inline;
		width: 340px;
		padding:0 0 20px 0;
		margin: 0 0 10px 20px;
		border-bottom: 1px solid #eaeaea;
		color: #000;
		line-height: 1.2em;
	}
		#sidebar-group-information img {
			margin: 0 10px 5px 0;	
		}
		
		#sidebar-group-information h3 {
			margin: 0 0 3px 0;
			color: #000;
		}
		
		#sidebar-group-information p {
			margin: 0 0 10px 0;
			text-align: justify;
			color: #000;
		}
	
/* Sidebar Profile */
	
	#sidebar-profile-details {
		float: left;
		display: inline;
		width: 340px;
		margin: 0 0 10px 20px;
	}
	
		#sidebar-profile-details img {
			margin: 0 5px 5px 0;	
		}
		
		#sidebar-profile-details h3 {
			margin: 0 0 3px 0;	
		}
		
		#sidebar-profile-details p {
			margin: 0 0 10px 0;
		}
		
		#groupinfo-members {
			font-weight: normal;
			font-size: 12px;
			color: #000;
		}
 
 /*  Sidebar Groups View */

#sidebar-group {
	float: left;
	display: inline;
	width: 340px;
/*	border-bottom: 1px solid #eaeaea;*/
	margin: 0 20px 0px 20px;
	padding: 0 0 5px 0;
}

	.sidebar-group-image {
		float: left;
		display: inline;
		width: 20px;
	}
	
	.sidebar-group-header {
		float: left;
		display: inline;
		width: 315px;
		margin: 0 0 0 5px;
	}
	
		.sidebar-group-locked {
			float: left;
			display: inline;
			margin: 0 0 0 10px;
			padding:2px 0 0 0;
		}
		
		.sidebar-usercount {
			float: right;
			display: inline;
			height: 10px;
			background: url(../images/icon_user_10x10.png) no-repeat center left;
			padding: 0 0 0 10px;
			margin: 0 0 0 0;
			line-height: 10px;

		}
		
			.sidebar-usercount span {
				color: #ff6600;
				font-size: 10px;
				margin: 0 0 0 2px;
			}
	
	.sidebar-group-members {
		float: left;
		display: inline;
		width: 320px;
		margin: 0 0 20px 20px;
	}
	
		.sidebar-group-members img {
			float: left;
			display: inline;
			margin: 0 3px 3px 0;
		}

.sidebar-users {
	float: left;
	display: inline;
	width: 520px;
}


/* Notification */

#notification {
	float: left;
	display: inline;
	line-height: 1.5em;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 20px;
}

.notification-avatar {
	float: left;
	display: inline;
	width: 25px;
	height: 20px;
	padding:4px 0 0 0;
}

.notification-event {
	float: left;
	display: inline;
	width: 225px;
}

.notification-time {
	float: right;
	display: inline;
	text-align: right;
	width: 90px;
	margin:0 20px 0 0;
}

/* FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	width: 900px;
	margin:0 40px 0 40px;
	height: 50px;
	background: #fff url(../images/hr_2x1.png) repeat-x top left;
	color: #000;
}

	#footer li {
		display: inline;
		float: left;
		padding-left: 10px;
	}
	
	#footer-left {
		float: left;
		display: inline;
		padding-top: 10px;
	}
	
	#footer-right {
		float: right;
		display: inline;
	}