/****************************************
|
| Catholic Central High School
| Created by: Kevin Biskaborn
| Copyright 2010 ScriptReaction
| http://www.scriptreaction.com
|
| Last Modified by:
| K. Biskaborn, Jul-13-2010 @ 10:30 AM
|
****************************************/

/****************************************
|	PAGE MASTHEAD BANNERS
****************************************/
#content_feed .pageMastheadBanner {
	position:relative;
	padding:20px 0 0 0;
}

/****************************************
|	INDEX ARTICLE
****************************************/
#content_feed .indexArticleImage {
	float:right;
	margin:15px 0px 10px 10px;
}


/****************************************
|	WALL OF FAME INDUCTEES
****************************************/
.tabPanelGroup_wallOfFame {
	clear:left;
}
.tabPanelGroup_wallOfFame .inducteeNameTitle {
	position:relative;
	display:block;
	padding:15px 0 0 0;
	margin-bottom:-5px;
	
	font-size:20px;
	font-weight:bold;
}
.tabPanelGroup_wallOfFame a.inducteePhoto {
	position:relative;
	display:block;
	float:left;
	clear:left;
	
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	
	margin:20px 20px 10px 0;
}
.tabPanelGroup_wallOfFame a.inducteePhoto:hover {
	padding:1px;
	border:10px solid #666699;
}
.tabPanelGroup_wallOfFame .inducteeBio {
	position:relative;
	float:left;
	width:320px;
}
.tabPanelGroup_wallOfFame .floatRelease {
	position:relative;
	display:block;
	clear:left;
}






