@import "standings.css";
@import "schedule.css";

/* make room for the social buttons */
h1.leagueTitle{
	padding-right:140px;
}
/**************************
	--	layout	--	
**************************/
div.top{
	margin-bottom:24px;
}
div.top div.sidebar{
	float:left;
	width: 250px;
	margin-top:14px;
}
div.top div.teamProfiles{
	float:left;
	width: 520px;
	margin:14px 0 0 10px;
}

/**************************
	--	league info	--	
**************************/


div.leagueDetails ul{
	margin: 12px 0 10px 12px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
div.leagueDetails ul li{
	margin: 3px 0;

}

div.leagueDetails .startDate{
	width:226px;
	font-weight:bold;
	margin-bottom:10px;
	padding:4px 6px;
	background:#f1f1f1;
	color:#555;
}
	
/**************************
	--	top teams	--	
**************************/
div.topTeams{
	padding-left:0;
	margin:10px 0 0 0;
}	


div.topTeams h3.divisionName{
	margin-left: 25px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: 20px;
}
div.topTeams table.divisionStandings{
	width: 240px;
	margin-bottom: 25px;
	margin-left:0;
}
div.topTeams table.divisionStandings td.teamName{
	padding:3px;
}
div.topTeams table.divisionStandings th{
	padding:1px 5px;
}


/************************************
	--	team profiles	--	
*************************************/	
div.teamProfiles h3 {
	margin-bottom:10px;
}

li.team{
	float:left;
	width: 210px;
	padding: 10px 14px;
	margin:6px;
	border:1px solid #eee;
	height:68px;
	background:url(../graphics/league-nav-bottom-bg.gif) no-repeat 50% 97.7%; 

}
li.team div.teamThumbnail{
	float:left;
	margin-right: 8px;
}
li.team div.teamName{
	font-weight:bold;
	margin-bottom: 8px;
	font-size:13px;
}

li.team div.divisionName{
	font-size:11px;
	font-weight:bold;
	margin-bottom: 5px;
	color:#777;
}

li.team a{
	font-weight:bold;
}
