/**
 * Generic Page for iStats profile pages (members, teams, exercise)
 */
 
/* Ratings
------------------------------------------------------------*/
.rating {
	clear:both;
    width: 150px;
    margin: 0 auto;
}

.rating a {
    float:left;
    display:block;
    width: 30px;
    height:30px;
    border: 0;
    padding: 0;
    margin: 0;
    background-image:url(../images/starrating.png);
}
	
.rating a.rating_off {
    background-position: left top;
}
	
.rating a.rating_on {
    background-position: left bottom;
}
	
.rating a.rating_selected {
    background-position: left center;
}


/* Profile Elements
-----------------------------------------------------*/
.profileImage {
	text-align: center;
    padding-top: 5px;
}

.ownerImage {
	text-align: center;
    padding: 5px 0;
}
.ownerLink {
	text-align: center;
}

.joinOrLeave {
    text-align: center;
    margin: 0 0 10px 0;
}

.importExercises {
	text-align: right;
    margin: 5px 0;
    font-style: italic;
}

.noComments {
	font-style: italic;
    text-align: center;
}

ul.groupExerciseList {
	margin: 10px 0 0 10px;
}

#graphHolder {
	margin-bottom: 15px;
}

/*  Comments 
------------------------------------------------------------------*/
ul.comments li {
    border-bottom:1px solid #F1F1F1;
    padding:15px;
}

ul.comments li.even {
	background: #F8F8F8 none repeat scroll 0%
}

ul.comments .gravatar {
    float:left;
    width:140px;
}

ul.comments .commentEntry {
    float:right;
    position:relative;
    width:450px;
}

cite {
	font-size: 1.6em;
}
