@charset "utf-8";
/* CSS Document */

#theLatest {
	border-top:1px #dfdfdf solid;
}

.photoList {
	width:49%;
	float:left;
}

#newMembers a {
	display:inline-block;
	margin-bottom:6px;
}

.leftSide {
	width:600px;	
}

.rightSide {
	width:336px;
}

#account {
	border-top:1px #cdcdcd solid;
	padding-top:10px;
}

#account a {
	display:inline-block;
	padding-bottom:5px;
	width:100%;
}

#moreDating .noImageThumbnail {
	float:left;
}

/* post */
.post {
	background-color:#f6f6f6;
	border-bottom:1px #cecece solid;
	margin-bottom:5px;
	padding:5px;
}

.post .extra span.info {
	float:left;
}

.post .extra span.actions {
	float:right;
}

/* tabbedPage2 (My Groups Tabbed Page) */
#tabbedPage2 {
	padding-top:20px;
	
}

#tabbedPage2 .groupPost {
	background:url("/templates/images/homepage-mygroups-post-bg.png") no-repeat 0px 0px;
	width:584px;
	height:49px;
	padding:10px 0px 0px 10px;
}

#tabbedPage2 .profileThumbnail {
	float:left;
	margin-right:10px;
}

#tabbedPage2 .postInfo {
	float:left;	
	color:#666;
}

#page #tabbedPage2 .postInfo a.postTitle {
	color:#333;
	font-weight:bold;	
}

#page #tabbedPage2 .postInfo a.postTitle:hover {
	text-decoration:underline;
}

#tabbedPage2 .groupsList {
	margin-top:10px;
}

#page #tabbedPage2 .groupsList a {
	font:12px;
	display:inline-block;	
	color:#333;
}

#tabbedPage2 .groupsList a span {
	margin-right:5px;
}

/* profiles */
.profiles {
	width:580px;
	overflow:hidden;
}

.profiles .profile {
	width:580px;	
	margin-bottom:5px;
	padding-bottom:5px;
}

.profiles .profile p {
	height:36px;
}

.profiles .profile .image {
	width:110px;	
	float:left;
}

.profiles .profile .image .photo {
	display:inline-block;
	background:url("../images/profile-photo-small.png") no-repeat 0px 0px;
	width:54px;
	height:55px;
}

.profiles .profile .image .photo img {
	width:44px;
	max-height:50px;
	margin:6px 0px 0px 5px;
}

.profiles .profile .info {
	float:left;
	width:510px;
}



.profiles .info span.summary {
	font-size:14px;
	color:#666;
	font-weight:bold;
}

/* discussions */
#news,
#discussions {
	float:left;
	width:288px;
}

#news img,
#discussions img {
	float:left;
	margin-right:6px;
	margin-bottom:18px;
}

#news .info,
#discussions .info {
	float:left;
	width:260px;
	height:30px;
	margin-bottom:18px;
}
 


