/* Team List - 2 Column Layout */
/***************************************/
ul.teams li {
    border-bottom:1px solid #F1F1F1;
    padding:15px;
}

ul.teams li li {
	border: none;
    padding: 0;
}

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

ul.teams .gravatar {
    float:left;
    width:180px;
}

ul.teams .gravatar .tags {
	margin: 5px 0;
}

ul.teams .teamEntry {
    float:right;
    position:relative;
    width:450px;
}

.owner {
}
.member {
}

.teamTitle {
	margin-bottom: 5px;
}
.teamTitle a {
	font-weight: bold;
    line-height: 1;
    color: inherit;
    border-bottom: none;
}
.teamCategory {
	margin-bottom: 5px;
}
.teamMembersOwner {
	border-top: 1px dotted #ccc;
    font-style: italic;
    margin-top: 8px;
    padding-top: 5px;
}

ul.teams .rating {
	margin: 0;
}
