/* CSS Document */

/* Logos
-------------------------------------- */
div#content.flames {
	background: #fff url(../_images/teams/logo-flames.gif) top right no-repeat;
	}
div#content.sky {
	background: #fff url(../_images/teams/logo-sky.gif) top right no-repeat;
	}
div#content.wcr {
	background: #fff url(../_images/teams/logo-wcr.gif) top right no-repeat;
	}

/* Upcoming Events
-------------------------------------- */
h3#wcr, h3#uic, h3#sky {margin-top: 10.75em}

/* Team Events Table
-------------------------------------- */
table#team-events {
	width: 100%;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #cae1ff;
	}
table#team-events caption {
	margin: .6em 0 .3em 0;
	color: #b00c0c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	}
table#team-events tbody tr.odd {
	background-color: #e8f2ff;
	}
table#team-events th, table#team-events td {
	height: 2.5em;
	font-size: 90%;
	line-height: 2.5em;
	}
	table#team-events th {
	padding-bottom: .2em;
	background: #2c2c8f url(../_images/nav_bkgrd.gif) bottom left repeat-x;
	color: #fff;
	text-align: left;
	border: 1px solid #003;
	border-bottom: 0;
	}
	table#team-events th#date {border-right: 0}
	table#team-events th#playing {border-left: 0}
table#team-events th#date, table#team-events td.date {
	padding-left: 8px;
	width: 60px;
	}
	table#team-events td.date {
	border-left: 1px solid #cae1ff;
	}
	table#team-events td.playing {
	border-right: 1px solid #cae1ff;
	}

/* Flames Widget
---------------------------- */
div#flames-widget {
	clear: left;
	margin: 2em 0 0 7.5em;
	width: 100%;
	}
h3#widget {
	clear: left;
	padding-top: 2em;
	}

/* Rosters + Staff
---------------------------- */
ul.teammember {
	float: left;
	padding-right: 20px;
	width: 120px;
	height: 22em;
	font-size: 90%;
	}
	ul.teammember.last {
	padding-right: 0;
	}
li.teamphoto {
	padding-top: 3px;
	margin-bottom: 1.15em;
	height: 157px;
	width: 105px;
	}
li.name {
	margin-bottom: .65em;
	font-weight: bold;
	}
p.top.team {
	clear: left;
	padding-top: 1em;
	}
h3.coaching-staff, h4.wcr-team {
	clear: left;
	}