@import url('shared.folders.css');

div#left-column {
	width: 300px;
	float: left;
}
div#right-column {
	width: 630px;
	margin-left: 10px;
	float: left;
}
div.box p {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* TEAMS */
div#teams-box {
}
div#teams-container {
	padding: 10px;
}
div.team-logo {
	text-align: center;
	margin-left: auto; margin-right: auto;
	width: 150px; height: 100px;
	overflow: hidden;
}
div.team-title {
	text-align: center;
	padding: 2px;
	background-color: #eee;
	font-size: 0.7em;
}

/* LEAGUES */
div#leagues-box {
	margin-top: 10px;
	text-align: center;
}
div#leagues-container {
	margin-top: 10px;
	background-color: white;
	padding-top: 10px; padding-bottom: 10px;
}

div.league {
	float: left;
	background-image: url("/gfx/teams/leagues/leagues-box.jpg");
	width: 210px; height: 181px;
	margin: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
div.league-logo {
	margin-top: 10px;
	width: 150px; height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
div.league-title {
	height: 40px;
	line-height: 40px;
	font-size: 0.8em;
}
div.league-link {
	font-size: 0.6em;
	height: 20px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* FEATURE */
div#feature {
	background-image: url("/gfx/teams/features/feature-box.jpg");
	overflow: hidden;
	height: 640px;
}
div#feature-title {
	height: 40px;
}
div#feature-video {
	color: #999;
	text-align: center;
	line-height: 450px;
	width:630px; height: 450px;
}
div#feature-hint {
	text-align: center;
	font-size: 0.7em;
	height: 30px;
	color: #ccc;
	line-height: 30px;
	padding-left: 10px;
}
/* FEATURE SCROLLER */
div#feature-scroller {
	position: relative;
}
div#feature-scroller-container {
	position: relative;
	width: 550px; height: 80px;
	margin-left: auto; margin-right: auto;
	overflow: hidden;
}
div#feature-scroller-carousel {
	position: absolute;
	height: 80px;
}
div#feature-scroller ul {
	list-style: none;
}
div#feature-scroller li {
	float: left;
	position: relative;
}

div#feature-ui-prev,
div#feature-ui-next {
	position: absolute;
	width: 40px; height: 80px;
	overflow: hidden;
}
div#feature-ui-prev a,
div#feature-ui-next a {
	display: block;
	width: 40px; height: 0px;
	padding-top: 80px;
	background-image: url("/gfx/teams/features/ui.sprite.png");
}
div#feature-ui-prev a:hover {
	background-position: 0px -80px;
}
div#feature-ui-next a:hover {
	background-position: -40px -80px;
}
div#feature-ui-next a {
	background-position: -40px 0px;
}
div#feature-ui-prev {
	left: 0px; top: 0px;
}
div#feature-ui-next {
	right: 0px; top: 0px;
}
.feature-overlay {
	position: absolute;
	bottom: 3px;
	width: 100px; height: 0px;
}
div#feature-footer {
	height: 20px;
}
