/*

style sheet containing styles specific to board pages

/* -----------------------------------------------------------------
						Team Index Styles
--------------------------------------------------------------------
*/

#banner {
	background: url(../images/backgrounds/team-banner.jpg) no-repeat left top;
}


#team-index div {
	background: #333;
	float: left;
	width: 112px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 21px 25px 0;
	text-align: left;
}

#team-index div.row-end {margin: 0 0 25px 0;}


#team-index h2 a {
	border-bottom: 1px solid #666;
	color: #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	padding: 0 0 5px 0;
	width: 92px;
}

#team-index h2 a:hover {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

#team-index a img {
	border: 0;
	float: left;
	padding: 5px 0 0 0;
	position: relative; left: 10px;
}


/*
INDIVIDUAL TEAM MEMBER PAGES
================================================*/

/*rider-facts table*/

table.rider-facts {
	border-collapse: collapse;
	font-size: 10px;
	float: left;
	margin: 0 0 25px 0;
	text-align: right;
	width: 575px;
}

.rider-facts td {
	border-bottom: 1px solid #333;
	padding: 7px;
	font-weight/: bold;
}

.rider-facts td.left {
	font-weight: normal;
	padding-left: 0;
	text-align: left;
}

.rider-facts tr.no-border td {
	border: 0;
}

.rider-facts td.material {
	text-align: center;
}

.border {
	border-bottom: 1px dashed #333;
	margin: 100px 0 0 0;
	width: 100%;
}

/* rider gallery */

#gallery {
	float: left;
	padding: 10px 0 0 0;
}

#gallery a {
	background: no-repeat 50% 50%;
	border: 1px solid #5E5E5E;
	float: left;
	height: 170px;
	margin: 0 29px 29px 0;
	overflow: hidden;
	text-align: center;
	width: 170px;
}

#gallery a:hover {
	border: 1px solid #fff;
}

#gallery img {
	vertical-align: middle;
	margin: 0;
}

#gallery a img:hover {	
}













