﻿
/*
	HALL OF FAME SECTION
*/
#hof_segment { width: 960px; margin: 0 auto; }
#hof_items_container { margin-left: 35px; /* min-height: 1000px;*/ }
.hof_items_container_large { margin-left: -3px !important; }

#hof_title { float: left; }
#hof_display_selector { float: left; margin-left: 30px; }

#more_hall_of_fame { float: right; }
#more_hall_of_fame a { color: #787878; font-weight: 600; font-size: 14px; line-height: 0%; vertical-align: bottom;}
#more_hall_of_fame a:hover { color: #000000; }


#view_all, #staff_picks { /*vertical-align: bottom; line-height: 0%;*/ cursor: pointer; color: #afafb0; font-size: 14px; font-weight: 600;}
#view_all:hover, #staff_picks:hover { color: #787878; }
.all_staff_filter_selected { color: #325683 !important; }

#hof_loader_icon { color: red; font-size: 14px; }
#hof_load_more {	display: none;	clear: both; }
#hof_load_more_button {
	width: 240px;
	height: 45px;
	background-image: url(/cams/includes/images/LoadMore.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#hof_load_more_button:hover { background-position: 0 -45px; }
#hof_load_more_button:active { background-position: 0 -90px; }

.no_hof_found { font-size: 14px; }

/*.hof_load_more_off { background-position: 0 0; }
.hof_load_more_hover  { background-position: 0 -45px; }
.hof_load_more_on  { background-position: 0 -90px; }
*/
.hof_item { float: left; margin-left: 52px; width: 262px; height: 190px; font-size: 12px; color: #686868; text-align: left; }
.hof_item_large { clear: left; margin-left: 0px; width: 966px; height: 630px; }
.hof_item_first { margin-left: 0px !important; }
.hof_image {  }
.hof_image_container {  }
.hof_thumb_full { width: 960px !important; height: 540px !important; cursor: auto !important; }
.hof_thumb_small { width: 256px !important; height: 144px !important; }

.portrait_large { width: 410px !important; height: 540px !important; }
.portrait_small { width: 110px !important; height: 144px !important; }

/* overriding ecv4.css so portrait is centered on the hof sections */
.pageThumbnailContainer { margin: 0 auto; }

/* items under the HoF images */
.hof_name, .hof_date, .hof_desc, .hof_location { font-weight: 400; font-family: Arial; margin-left: 3px; text-align: left; color: black; font-size: 15px; }
.hof_desc { width: 700px; }

.hof_name { font-family: Arial; font-weight: bold;}

.hof_smalltext { font-size: 12px; }

/* grid or full */
#hof_display_full, #hof_display_grid {
	width: 32px; height: 18px;
	float: left;
	margin-right: 15px;
	background-image: url(/cams/includes/images/HOF_modetoggle.png);
	background-repeat: no-repeat;
}
.hof_mode_full_off { background-position: 0 0; }
.hof_mode_full_hover  { background-position: 0 -18px; }
.hof_mode_full_on  { background-position: 0 -36px !important; }

.hof_mode_grid_off { background-position: -32px 0; }
.hof_mode_grid_hover  { background-position: -32px -18px; }
.hof_mode_grid_on  { background-position: -32px -36px !important; }

.hof_item_text_left { float: left; }
.hof_item_text_right { float: right; }

.share_hof_image {
	float: left;
	width: 26px;
	height: 29px;
	background-position: 0 0;
	background-image: url(/cams/includes/images/Share.png);
}
.share_hof_image:hover { background-position: 0 -29px; }

.visit_cam_url {
	float: left;
	width: 26px;
	height: 28px;
	margin-right: 20px;
	background-position: 0 0;
	background-image: url(/halloffame/images/TV.png);
}
.visit_cam_url:hover { background-position: 0 -29px; }


/* FULL IMAGE OVERLAY POPUP */
#hof_thumb_full_div { width: 964px;  margin: 0 auto; }

/*#hof_thumb_full_div  .hof_image_container  { display: none; }*/

#close_full_image { cursor: pointer; position: absolute; top: -8px; right: -8px; }

/*#prev_next { position: absolute; }*/
#prev_image, #next_image {
	width: 44px; height: 54px; 
	/* font-size: 48px; color: white; text-shadow: 2px 2px #727272;*/
	display: none; position: absolute; cursor: pointer; top: 260px; 
	background-image: url(/halloffame/images/HOF_nextprev.png);
}
#prev_image {
	left: 50px;
	background-position: 0 0;
}
#next_image {
	right: 50px;
	background-position: -44px 0;
}

#prev_image:active { background-position: 0 -54px; }
#next_image:active { background-position: -44px -54px; }

#prev_image:hover { background-position: 0 -108px; }
#next_image:hover { background-position: -44px -108px; }


/* HOF_nextprev.png */


#hof_full_image_container {
	z-index: 11000;
	width: 1000px;
	height: 670px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -500px;
	background-color: white;
	display: none;
	
	/*border: 1px solid #FFF;*/ /*727272*/
	-moz-box-shadow: 1px 1px 2px #727272;
	-webkit-box-shadow: 1px 1px 2px #727272;
	box-shadow: 1px 2px 2px #727272;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}