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

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

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

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

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

ul.teamsHome .teamEntry {
    float:right;
    position:relative;
    width:300px;
}

.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;
}

#contentleft_home {
    width: 490px;
    float: left;
    padding: 0;
    margin: 0;
}

#contentright_home {
    width: 370px;
    float: right;
    padding: 0;
    margin: 0;
}


.entry, .stat {
    padding: 10px 12px;
}
.odd { /* since there is only 2 we use this to remove the bottom border */
	border-bottom: none;
}

.news_date {
    position: relative;
    float: left;
    padding: 0 4px 0 0;
    margin: 0 10px;
    background-image: url(../images/date_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 48px;
    height: 51px;
    text-align: center;
}

.statImage {
    position: relative;
    float: left;
    width: 100px;
    text-align: center;
}

.statText {
	float: right;
    width: 244px;
}

p.month {
color:#FFFFFF;
display:block;
font-size:11px;
line-height:11px;
margin: 0 0 0 -3px;
padding:2px 0 0 0;
text-align:center;
text-transform:uppercase;
}

p.day {
color:#999999;
display:block;
font-size:18px;
line-height:18px;
margin-left:-3px;
padding-top:7px;
text-align:center;
text-transform:uppercase;
}

.news_itemhome{
    float: left;
    padding: 0;
    margin: 0;
    width: 274px;
}

img.corner {
    border:medium none;
    display:block !important;
    height:15px;
    width:15px;
}

.roundcont {
    background-color: #F1EFEF;
}

.roundtop {
    background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom {
    background: url(../images/br.gif) no-repeat top right;
}

.roundcontent {

}

.roundcontent h2 {
    padding: 0 12px 0 12px;
}

