/* ----- Overrides for this page ----- */

/* Sponsor list */

.sponsors {
	padding-left: 0;
}

.sponsors li {
	clear: left;
	min-height: 90px;
	margin-left: 290px;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: none;
}

.sponsors li a.first {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25em;
}

.sponsors li img {
	display: block;
	float: left;
	margin-left: -290px;
}

.sponsors li .first {
	margin-top: 0;
}

/* Actual lists within a sponsor: reset to normal list style */

.sponsors ul {
	padding-left: 40px;
}

.sponsors ul li {
	clear: none;
	min-height: 0;
	margin-left: 0;
	margin-bottom: 2px;
	list-style-image: url(images/greyball-10-on-white.gif);
}

.sponsors ul li img {
	display: inline;
	float: none;
	margin-left: 0;
}



/* FEATURED sponsor list
	Used when we have a featured event, e.g. charity side tournament. */

#featured {
	padding: 10px;
	background-color: #f2f2da;
}

#featured>:first-child {
	margin-top: 0;
}

#featured>:last-child {
	margin-bottom: 0;
}

#featured .sponsors {
	margin-bottom: -20px;	/* Cancel last LI's bottom margin */
}

#featured ul {
	padding-left: 0;
}

#featured li {
	clear: left;
	min-height: 90px;
	margin-left: 290px;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: none;
}

#featured li a.first {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25em;
}

#featured li img {
	display: block;
	float: left;
	margin-left: -290px;
}

#featured li .first {
	margin-top: 0;
}

/* Actual lists within a sponsor: reset to normal list style */

#featured ul ul {
	padding-left: 40px;
}

#featured ul ul li {
	clear: none;
	min-height: 0;
	margin-left: 0;
	margin-bottom: 2px;
	list-style-image: url(images/greyball-10-on-white.gif);
}

#featured ul ul li img {
	display: inline;
	float: none;
	margin-left: 0;
}


