/*
	Wedlake Bell Sports Classes
*/

div.dots {
	display:				block;
	clear:					both;
	
	background-image:		url(dots-horizontal.gif);
	background-color:		#fff;
	background-repeat:		repeat-x;
	
	width:					100%;
	height:					2px;
}

h2.header {
	display:				block;
	background-color:		#8f8f8f;
	padding:				16px 10px 30px 14px;
	
	color:					#fff;
	font-size:				26pt;
	font-weight:			bold;
	letter-spacing:			-2.2pt;
}

.f_download {
	width:					180px;
	display:				block;
	text-align:				center;
}

.f_download a {
	text-decoration:		none;
	color:					#ad0304;
}
.f_download a:hover {
	color:					#666;
}

.rss {
	clear:					both;
	
	margin-top:				20px;
}

.rss h3 {
	background-image:		url(rss.png);
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	font-size:				10pt;
	color:					#ad0304;
	margin-bottom:			5px;
	padding-left:			22px;
}

.rss p {
	font-size:				9pt;
	margin-bottom:			6px;
}

.rss a {
	font-size:				8pt;
}

.form {
	clear:					both;
	
	margin-top:				20px;
}

.form h3 {
	font-size:				10pt;
	color:					#ad0304;
	margin-bottom:			5px;
}

.form p {
	font-size:				9pt;
	margin-bottom:			6px;
}

.form .hint {
	font-size:				8pt;
	color:					#ad0304;
	font-style:				italic;
}

.people.type_images {
	float:					left;
	margin:					10px 10px 0 0;
	width:					140px;
	text-align:				center;
}

.people.type_images .name {
	font-weight:			bold;
	color:					#ad0304;
}

#page_people .photo {
	float:					left;
	clear:					left;
	margin:					0 10px 10px 0;
	border:					1px #8f8f8f solid;
}

.type_people .tel,
#page_people .tel {
	background-image:		url(icon-phone.gif);
}

.type_people .email,
#page_people .email {
	background-image:		url(icon-mail.gif);
}

.type_people .tel,
.type_people .email,
#page_people .tel,
#page_people .email {
	background-repeat:		no-repeat;
	background-position:	0 3px;
	
	padding-left:			14px;
}

#page_people strong {
	color:					#ad0304;
}

#page_people h4 {
	color:					#ad0304;
	font-size:				9pt;
	margin-bottom:			10px;
}

#page_people .info {
	clear:					left;
}

.news_events {
	display:				block;
	clear:					both;
}

.news_events .icon {
	float:					left;
	width:					120px;
}

.news_events .text {
	float:					left;
	width:					300px;
}