@charset "UTF-8";
/* CSS Document */

.team-text {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 41px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 15px;
	color: #0076b6;
	background-image: url("http://www.detroitlions.com/assets/images/stripe.png");
	background-repeat: repeat-x;
	vertical-align: middle;
}

.team-text h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 41px;
	font-weight: bold;
	color: #0076b6;
}

.sponsor-logo {
	float:right;
	padding-top:6px;
}

a.rollover1 {
	display: block;
	width: 296px;
	height: 286px;
	text-decoration: none;
	background: url("http://www.detroitlions.com/assets/images/team/roster2.jpg");
}

a.rollover1:hover {
	background-position: -296px 0;
}

a.rollover2 {
	display: block;
	width: 296px;
	height: 286px;
	text-decoration: none;
	background: url("http://www.detroitlions.com/assets/images/team/coaches3.jpg");
}

a.rollover2:hover {
	background-position: -296px 0;
}

a.rollover3 {
	display: block;
	width: 296px;
	height: 286px;
	text-decoration: none;
	background: url("http://www.detroitlions.com/assets/images/team/statistics.jpg");
}

a.rollover3:hover {
	background-position: -296px 0;
}

.team-subhead {
	background: url("http://www.detroitlions.com/assets/images/team/header-bkg.jpg");
}

.team-text-small {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size:26px;
	font-weight:bold;
	float:left;
		background: -webkit-linear-gradient(#0290e7, #045e96);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top:7px;
}

.ask-lions {
	background:url("/assets/images/askalion-video-header.png") no-repeat;
}

.wired-for-sound {
	background:url("/assets/images/WFS-lions-graphic.png") no-repeat;
}

.answer-the-bell {
	background:url("/assets/images/answer-the-bell.png") no-repeat;
}

.weekly-matchup {
	background:url("/assets/images/weekly-matchup.png") no-repeat;
}

.zero-to-60 {
	background:url("/assets/images/zero-to-60.png") no-repeat;
}

.three-and-out {
	background:url("/assets/images/3andOut.png") no-repeat;
}

.coffee-with-the-coach {
	background:url("/assets/images/CoffeeWithCoach.png") no-repeat;
}

.keys-to-the-game {
	background:url("/assets/images/KeysToTheGame.png") no-repeat;
}

.ask-lions .team-text,
.wired-for-sound .team-text,
.answer-the-bell .team-text,
.weekly-matchup .team-text,
.zero-to-60 .team-text,
.three-and-out .team-text,
.coffee-with-the-coach .team-text,
.keys-to-the-game .team-text {
	background-image:none;
	height:62px;
	padding-top:17px;
}

