/*
CSS Only used on main home page
*/

/*
////////////////////////////////////////////////////////////////////////////////

HOME TOP CALLOUTS

*/
.callouts {
	width: 100%;
	margin-bottom: 10px;
}
.callouts A {
	font-weight: bold;
	font-size: 1.0em;
}
.callouts DIV.content {
	font-size: 1.15em;
}
.callouts .link {
	font-size:1.2em;
	margin-top: .7em;
}
.callouts H3 {
	padding-top:16px;
	font-size: 2em;
}

/*  BLUE box backgrounds  */
.callout_blue {
	background: url("/components/img/home_short_gradient_bg_blues.jpg") repeat-x #19176a;
	border-right: 2px solid #0d0f4f;
	height:142px;
}
.callout_blue H3{
	color: #ffee00;
}
.callout_blue DIV.content {
	color: #fff;
	margin-right: 10px;
	line-height: 135%;
	font-weight: normal;
}
.callout_blue A {
	color: #619efa;
}
.callout_blue A:hover {
	color: #4483e1;
}
.callout_blue IMG {
	float: left;
	margin: 17px 11px 17px 17px;
	border: 3px solid #11124a;
}

/*  YELLOW box backgrounds  */
.callout_yellow {
	background: url("/components/img/home_short_gradient_bg_yellow.jpg") repeat-x #f9c900;
}
.callout_yellow H3 {
	color: #1e2272;
	padding-left: 18px;
}
.callout_yellow DIV.content {
	width: 140px;
	padding-left: 20px;
	padding-bottom:10px;
	color: #1e2272;
	line-height: 125%;
	font-weight: normal;
}
.callout_yellow A {
	color: #1e2272;
}
.callout_yellow A:hover {
	color: #4d5699;
}
.callout_yellow IMG {
	float:right;
	padding-top:44px;
}



/*
////////////////////////////////////////////////////////////////////////////////

HOME BOTTOM FEATURES

*/
.home_features {
	background: url(/components/img/home_featured_gradient_bg.gif) #25368b repeat-x;
	margin-top: 10px;
	width: 100%;
}
.featureborder {
	border-right: 2px solid #0d0f4f;
	overflow:hidden;
}
.home_features .featured_athlete {
	margin: 10px;
}

.featured_video {
	background: #0b0b33;
	color: #6e6e6e;
	padding-top: 16px;
	padding-left: 20px;
}

.featured_video .more {
	float: right;
	padding-top: 4px;
	padding-right: 20px;
}

.featured_video .video {
	padding-top: 4px;
}

.featured_video .video_title {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 3px;
}

.featured_video .video_text {
	font-size: 1.2em;
}


/*
 * FEATURED GALLERY
 */

#flickr_data {
	background-color: #151B4F;
}

#gallery_image {
	width: 346px;
}

#gallery_image #gallery_place_holder {
	position: absolute;
}

#gallery_image .gallery_img p {
	position: relative;
	width: 340px;
	height: 255px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}

#gallery_image .gallery_info {
	padding: 10px;
}

#gallery_image .gallery_title {
	font-size: 1.2em;
	color: #ffee00;
}

#gallery_image .gallery_description {
	margin-top: 2px;
	font-size: 1.2em;
	color: #fff;
}

#gallery_image #gallery_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #619efa;
	text-align: center;
}

#gallery_image #ajax_loader {
	position: absolute;
	margin-left: 145px;
	margin-top: 103px;
}







#gallery_container {
	clear: both;
	min-height: 200px;
}

#gallery_container {
	width: 933px;
	height: 647px;
	margin-left: 21px;
	background: #101150;
}

#gallery_container #ajax_loader {
	position: absolute;
	margin-left: 466px;
	margin-top: 323px;
}

#gallery_container #flickr_data .gallery_img p {
	position: relative;
	width: 801px;
	height: 533px;
	overflow: hidden;
	padding-left: 66px;
	padding-right: 66px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#gallery_container #flickr_data .gallery_info {
	position: absolute;
	width: 932px;
	height: 86px;
	margin-top: -87px;
}

#gallery_container #flickr_data .gallery_info #featured_gallery_title {
	background-color: transparent;
	position:absolute;
	z-index: 2;
	margin-left: 17px;
	margin-top: 15px;
	font-size: 1.8em;
	font-family: Georgia;
	color: #fff;
}

#gallery_container #flickr_data .gallery_info #featured_gallery_description {
	background-color: transparent;
	position:absolute;
	z-index: 2;
	margin-left: 17px;
	margin-top: 38px;
	font-size: 1.2em;
	color: #619efa;
}

#gallery_container #flickr_data .gallery_info #featured_gallery_from {
	background-color: transparent;
	position:absolute;
	z-index: 2;
	margin-left: 780px;
	margin-top: 59px;
	color: #fff;
}

#gallery_container #flickr_data .gallery_info #featured_gallery_from a {
	color: #ac2f6b;
}

#gallery_container #flickr_data .gallery_info #gallery_info_background {
	background-color: #0b0c29;
	width: 932px;
	height: 86px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#gallery_container #gallery_nav {
	background-color: #0d0e3a;
	height: 96px;
	margin-top: 1px;
}

#gallery_container #gallery_previous, #gallery_container #gallery_next {
	background-color: #14135f;
	width: 33px;
	height: 31px;
	margin: 32px 0px;
	padding: 0px;
}

#gallery_container #gallery_previous img, #gallery_container #gallery_next img {
	margin-left: 9px;
	margin-top: 10px;
}

#gallery_container #gallery_nav #thumbnails {
	position: relative;
	padding-top: 10px;
	/*
	text-align: center;
	left: -1px;
	*/
	margin-left: 36px;
	width: 858px;
}

#gallery_container #gallery_nav #thumbnails img {
	margin-left: 3px;
}

#photo_gallery_index {
	width: 347px;
}
